Hi,
Your problem is that you are using the banner module and not the slideshow module
The banner module doesn't use the nivo slider
edit: catalog/view/theme/default/template/module/banner.tpl
change the setTimeout value from 2000
Your problem is that you are using the banner module and not the slideshow module
The banner module doesn't use the nivo slider
edit: catalog/view/theme/default/template/module/banner.tpl
change the setTimeout value from 2000
You are changing the correct template file aren't you because you have a custom themealedmann wrote:uksitebuilder - clearing cache didn't help either.![]()
revert that 10000 back to 2000
then edit: catalog/view/javascript/jquery/jquery.cycle.js
find
change to a greater number
then edit: catalog/view/javascript/jquery/jquery.cycle.js
find
Code: Select all
timeout: 4000
OK very odd thing happening here, I added the single line of code, in the slideshow.tpl under my custom theme.
$('#slideshow<?php echo $module; ?>').nivoSlider({pauseTime:8000});
It seems to save OK, but then when I go back into the file, it has changed back to the default setting.
Assume must be a cache somewhere. Does anyone know where I would find this please.
Thanks
$('#slideshow<?php echo $module; ?>').nivoSlider({pauseTime:8000});
It seems to save OK, but then when I go back into the file, it has changed back to the default setting.
Assume must be a cache somewhere. Does anyone know where I would find this please.
Thanks
Yes, I want add a thank you also.
Even though I didn't ask a question this thread helped me get my nivo slider slowed down below mach speed. LOL
Thanks, uksitebuilder I've learned a lot reading your threads!
Even though I didn't ask a question this thread helped me get my nivo slider slowed down below mach speed. LOL
Thanks, uksitebuilder I've learned a lot reading your threads!
uksitebuilder wrote:Not sure what to say.
I have it working correctly on 1.5.1.3 myself
Here's the manual edit if you want to do it manually.
edit; catalog/view/theme/default/template/module/slideshow.tpl
Findchange toCode: Select all
$('#slideshow<?php echo $module; ?>').nivoSlider();
Code: Select all
$('#slideshow<?php echo $module; ?>').nivoSlider({pauseTime:8000});
Thanks! worked a treat

Who is online
Users browsing this forum: No registered users and 4 guests