Slider Options

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10034567
    RTJohnson85
    Participant

    I need to make it so that the slider backgrounds to dont slidshow as fast so longer time between the slides. Also I have added a logo to the slider text and I want to see if I could make that stationary.



    Template Version: 8.0
    #10034571
    Support
    Keymaster

    Hello,

    Regarding slide time you have two options. The first is define a global delay time that will be applied to all slides. For it change the delay option at “js/demos/demo-one=page=agency.js”:

    * The time is in miliseconds. 5000 is the same as 5 seconds.

    The other way is change the delay time for each slide (good if wish to have different delay times for each slide). For it use the attribute data-delay in the slides HTML code:

    <ul>
    	<li data-transition="fade" data-delay="7000">
    		..................
    		...........	
    		...............
    	</li>
    	<li data-transition="fade" data-delay="10000">
    		..................
    		...........	
    		...............
    	</li>
    </ul>

    Regarding “logo stationary”, sorry but I’m little confused with this question. Can you please send us more details ? For example, you want to only remove the animation ? Or do you want a “static” layer showing in all slides (without animation).

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.