Post by oz457 » Thu Aug 02, 2012 6:18 am

Hello all,

have been trying to slow down the banner speed, without success.
I have modified the end section of
/catalog/view/theme/default/template/module

Code: Select all

<script type="text/javascript"><!--
$(document).ready(function() {
  $('#slideshow<?php echo $module; ?>').nivoSlider({
pauseTime:14000,
effect:'random',
pauseOnHover:true,
});
});
--></script>


as described in other posts.


I have also tried to use the VQmod to slow down the speed.

None of them seem to have an effect. I have also been changing the /catalog/view/javascript/jquery/nivo-slider speed in there, no effect.
I use the default template, so no issue here.

I don't have a clue what is going on. Am I the only one with this issue?

Thanks for any help.

New member

Posts

Joined
Wed Oct 28, 2009 5:33 am

Post by bigchili » Fri Aug 03, 2012 2:06 pm

Change the speed in both the jquery.nivo.slider.js and jquery.nivo.slider.pack.js files.

User avatar
Active Member

Posts

Joined
Wed May 16, 2012 3:00 am


Post by alikhan99 » Fri Sep 07, 2012 9:50 am

FOR BANNER:
In file name "jquery.cycle.js" located in Catalog\view\javascript
find "timeout:4000" and change it to something higher such as 12000

FOR SLIDESHOW"
Look for the file name "slideshow.php" located at \catalog\view\theme\default\template\module
Find "$(document).ready(function() {
$('#slideshow<?php echo $module; ?>').nivoSlide ...... "
add your effects, speed etc here.

hope this solves your prob :)

Active Member

Posts

Joined
Fri Jun 29, 2012 4:57 pm

Post by kgkaraoke » Thu Sep 13, 2012 12:10 pm

alikhan99 wrote:FOR BANNER:
In file name "jquery.cycle.js" located in Catalog\view\javascript
find "timeout:4000" and change it to something higher such as 12000

FOR SLIDESHOW"
Look for the file name "slideshow.php" located at \catalog\view\theme\default\template\module
Find "$(document).ready(function() {
$('#slideshow<?php echo $module; ?>').nivoSlide ...... "
add your effects, speed etc here.

hope this solves your prob :)
And HOW does one add his own effects there? This forum is public, not private.

New member

Posts

Joined
Fri Oct 29, 2010 9:06 am

Post by reflexweb » Tue Dec 03, 2013 7:55 pm

This works

<script type="text/javascript"><!--
$(document).ready(function() {
$('#slideshow<?php echo $module; ?>').nivoSlider({
pauseTime:4000,});
});
--></script>

In file slideshow.tpl not slideshow.php

New member

Posts

Joined
Thu Jun 28, 2012 8:06 pm

Post by gabbya » Thu Jan 02, 2014 5:04 pm

Use
<script type="text/javascript"><!--
$(document).ready(function() {
$('#slider<?php echo $module; ?>').nivoSlider({
effect: 'random', // Specify sets like: 'fold,fade,sliceDown'
slices: 15, // For slice animations
boxCols: 8, // For box animations
boxRows: 4, // For box animations
animSpeed: 2500, // Slide transition speed
pauseTime: 13000, // How long each slide will show
startSlide: 0, // Set starting Slide (0 index)
directionNav: true, // Next & Prev navigation
directionNavHide: true, // Only show on hover
controlNav: true, // 1,2,3... navigation
controlNavThumbs: false, // Use thumbnails for Control Nav
controlNavThumbsFromRel: false, // Use image rel for thumbs
controlNavThumbsSearch: '.jpg', // Replace this with...
controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
keyboardNav: true, // Use left & right arrows
pauseOnHover: true, // Stop animation while hovering
manualAdvance: false, // Force manual transitions
captionOpacity: 0.8, // Universal caption opacity
prevText: 'Prev', // Prev directionNav text
nextText: 'Next', // Next directionNav text
randomStart: false, // Start on a random slide
beforeChange: function(){}, // Triggers before a slide transition
afterChange: function(){}, // Triggers after a slide transition
slideshowEnd: function(){}, // Triggers after all slides have been shown
lastSlide: function(){}, // Triggers when last slide is shown
afterLoad: function(){} // Triggers when slider has loaded
});
});
--></script>

User avatar
New member

Posts

Joined
Sun May 06, 2012 11:39 pm
Who is online

Users browsing this forum: Bing [Bot] and 340 guests