Changing the Fade Speed of the Slider

resolved (3 posts) (2 voices)

  1. I am using the Fading Slider and would like to reduce the speed of the fading. I already set it to slow in the admin panel, but it is still too quick for my client. Can you point me in the right direction for changing that?! Thank you.

    Also using the galleria feature alot. Same there. Can I change the fading speed?

    Posted 8 months ago #
  2. Ruderic
    Support

    Hi,

    Regarding the slider, go to the theme folder and open the file "lib/functions/slider.php". In line #533 you will find this code:

    fadeInSpeed: '<?php echo mysite_get_setting( 'slider_fade_speed' ); ?>',

    Replace it with:

    fadeInSpeed: 500,

    You can replace the value that I wrote with your own one. It's expressed in milliseconds.

    About Galleria, go to the file "lib/shortcodes/19-galleria.php". In line #176 you will find this code:

    jQuery("#' . $galleria_id . '").galleria({
    	autoplay: ' . $speed . ',' . $lightbox . '
    	thumbCrop: true,
    	image_crop: ' . $image_crop . ',
    	show_counter: ' . $show_counter . ',
    	show_imagenav: ' . $show_imagenav . ',
    	pause_on_interaction: ' . $pause_on_interaction . ',
    	transition: "' . $transition . '"
    });

    Replace it with:

    jQuery("#' . $galleria_id . '").galleria({
    	autoplay: ' . $speed . ',' . $lightbox . '
    	thumbCrop: true,
    	image_crop: ' . $image_crop . ',
    	show_counter: ' . $show_counter . ',
    	show_imagenav: ' . $show_imagenav . ',
    	pause_on_interaction: ' . $pause_on_interaction . ',
    	transition: "' . $transition . '",
            transitionSpeed: 500
    });

    As in the slider code, the duration of the transition is expressed in milliseconds.

    Posted 8 months ago #
  3. perfect, thank you!

    Posted 8 months ago #

Reply

You must log in to post.

Construct WordPress Theme
Construct wordpress theme
Myriad WordPress Theme
Myriad wordpress theme
Method WordPress Theme
Method wordpress theme
Fusion WordPress Theme
Fusion wordpress theme
Elegance WordPress Theme
Elegance wordpress theme
Echelon WordPress Theme
Echelon wordpress theme
Dejavu WordPress Theme
Dejavu wordpress theme
Modular WordPress Theme
Modular wordpress theme