Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

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

Slider

Home Forums Misc. General Forums Slider

  • #12550

    alessandrot

    subscriber

    Hi! I know this probably doesn’t make a lot of sense, but I would like there to be only one image in my slider and no movement/sliding (I like the size of the slider image and only have one photo right now). I set the speed to 0 milliseconds, which stopped the movement, but now, when the page loads, the slider moves about two or three times before coming to a halt. Is there a way I can replace the slider with just a still image of the same dimension? And can I reverse that later on?

    #17905

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “functions.php” and replace this line:

    continuous: true,

    with this:

    continuous: false,

    #17906

    alessandrot

    subscriber

    Awesome!! Thank you!