Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 MagicScroll & Magic Thumbs
Author « Topic »  

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 09/18/2020 :  23:16:32  
Hi there,

I am using the trial version to test combining the magic scroll and magic thumbs.

On productdetail.php i have added before </head>:

<link type="text/css" rel="stylesheet" href="magicscroll/magicscroll.css" />
<link type="text/css" rel="stylesheet" href="magicthumb/magicthumb.css" />


On the includes page, I have added:

$magicscrollthumbnails=TRUE;
$magictooloptions='rel="speed:5000; width:auto"';
$magictoolbox="MagicScroll";
$magictoolbox="MagicThumb";
$magictooloptions='rel="expand-speed:5000; swap-image:mouseover"';

The thumbs do not appear, if i remove line "$magicscrollthumbnails=TRUE;" the thumbs appear, but are not displaying as the magic scroll.

Any ideas?

Jason


Vince
Administrator

42466 Posts

Posted - 09/19/2020 :  01:08:40  
Hi Jason
I think where you have this...

$magictoolbox="MagicScroll";
$magictoolbox="MagicThumb";

...you just want this...

$magictoolbox="MagicScroll";

...as the option for MagicThumb is set by the $magicscrollthumbnails parameter.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 09/19/2020 :  23:29:05  
Hi Vince,

I have put:

$magictoolbox="MagicScroll";

In my includes file, but i am not seeing the thumbs.

In my productdetail.php i have the below above the </head>

<link type="text/css" rel="stylesheet" href="magicscroll/magicscroll.css" />
<link type="text/css" rel="stylesheet" href="magicthumb/magicthumb.css" />

Vince
Administrator

42466 Posts

Posted - 09/20/2020 :  05:10:59  
Hi Jason
Actually I think I got that the wrong way round. Instead of these two...

$magictoolbox="MagicScroll";
$magictoolbox="MagicThumb";

You just want ...

$magictoolbox="MagicThumb";

But that would effectively be what you had anyway as MagicScroll would have been replaced by MagicThumb. Can you let me know the URL of your test page?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 09/20/2020 :  05:54:35  
Hi Vince,

The page is on http://www.bagsQwithQclass.co.uk/proddetail.php?prod=BG-TL141795

Remove the 'Q' from the address

The Thumbs appear but not as a scroll, instead all thumbs appear together.

Jason

quadrant
Ecommerce Template Guru

United Kingdom
1099 Posts

Posted - 09/20/2020 :  06:20:16  
Hi Jason,

Try adding this to your includes.php file

$magictoolbox="MagicThumb";
$thumbnailstyle="width:116px;";
$magicscrollthumbnails=TRUE;
$magicscrollthumbnailsjs="<script type=\"text/javascript\">MagicScrollOptions = {loop:'rewind',items:'fit'}</script>";

Regards,
David

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 09/20/2020 :  06:24:39  
HI David,

Just uploaded the script to my includes.php


The page is on http://www.bagsQwithQclass.co.uk/proddetail.php?prod=BG-TL141795

Remove the 'Q' from the address

To confirm on my productdetail.php i have the following:

Line 1: <link type="text/css" rel="stylesheet" href="magicscroll/magicscroll.css" />
Line 2: <link type="text/css" rel="stylesheet" href="magicthumb/magicthumb.css" />

If i remove one of the 2 lines above, then i see the scroll but its vertical, which doesnt look right.

Thanks

Jason

Edited by - Jolly-Martian on 09/20/2020 06:30:59

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 09/20/2020 :  08:24:41  
I have now left onlye:

$magictoolbox="MagicThumb";
$thumbnailstyle="width:116px;";

in the includes file

and

On the productdetail.php page, I have left only:

<link type="text/css" rel="stylesheet" href="magicthumb/magicthumb.css" />

I can now see thumbs, but not in the magic scroll format.

Jason


Edited by - Jolly-Martian on 09/21/2020 16:50:52

Vince
Administrator

42466 Posts

Posted - 09/20/2020 :  13:34:34  
Hi Jason
I had a look at the page source and there is no Magic Scroll javascript included and that would be included if the $magicscrollthumbnails=TRUE; parameter were in the includes.php file. Can you double check that it is there, and if it is, can you send me the site FTP login to my email (vince AT ecommercetemplates DOT com) and I'll check what is up.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 09/21/2020 :  11:06:11  
Hi Vince, I have sent you the login details.

Thanks

Jason

Vince
Administrator

42466 Posts

Posted - 09/22/2020 :  03:02:41  
Hi Jason
Previously the javascript for MagicScroll wasn't in the page but it is now so maybe some changes were made to the includes.php file. The CSS for magic scroll still wasn't in the detail page so I added that but unfortunately the scroll still doesn't seem to be working properly. But, the thing is that it seems that it is the Magic Toolbox trial version text that is being displayed where the actual thumbnails should be. Could you do me a favour and just shoot an email off to the magic toolbox guys as they are great at solving these kinds of problems and I'm sure they'll get it sorted quickly.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 09/22/2020 :  12:59:01  
Hi Vince,

Still not had luck with this :(

This is the link to your page I am trying to achieve

http://www.ectdemostore.com/magic-thumb--magic-scroll.asp

What lines do you have on your productdetail.php page and includes.php pages?

Maybe I can look at it from there

Jason
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000