Okay
  Public Ticket #1307131
Support on basic slider
Closed

Comments

  • PCMaasland started the conversation

    Hi,

    I would like to stop the auto animation (sliding) the basic slider type does.

    Now all sliders on the page go at the same time, we only want to use the red icons for next slide.. Static first image.

    How do i disable the animation?

    Thanks,


    Mike


  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Navigate to Salient > Home Slider > Autoplay Slider

    Uncheck the box and then save your changes.

    Hope this helps.

    Regards

  • PCMaasland replied

    Hi Andrew,

    Sorry for my late reply, didnt see a notice that you replyed..
    I tried the option you suggested but that does not work for the basic sliders on the page itself.

    Any other suggestions?


    http://mastersound.pcmaasland.com/luidsprekers/

    W
    e want those small slider to behave like static until user action.

    Mike

  •  2,744
    Andrew replied

    Hi there,

    Thanks for reaching in,

    Can you please give us a temporary admin access to your site? We'll be in a better place to spot anything suspicious from here.

    You can add new users by going to Users > Add New set the user and password for us, set the role to admin and send the info here. You can navigate here for more details; https://make.wordpress.org/support/user-manual/customizing-wordpress/managing-users-on-your-wordpress-site/adding-users-to-your-wordpress-site/.

    Hope to hear from you soon!
    Regards,

  •   PCMaasland replied privately
  •  2,744
    Andrew replied

    Hi Mike,

    The image gallery element in use does not have an option to disable the sliding.

    What you can do is add this:

    slideshow: false,

    as an option in the following file:

    salient\js\init.js between line 440 and 441. I know there is nothing but add it so that it looks like this:

    animation: 'fade',
    smoothHeight: false, 
    slideshow: false,
    animationSpeed: 500,
    useCSS: false,

    Then try to load the site in incognito to make sure the previous version of init.js is not cached.

    Hope you can implement this.

  • PCMaasland replied

    Hi Andrew,

    Yes, that worked!
    Thanks,

    Mike