• Resolved businesscommoners

    (@businesscommoners)


    Hello!
    Is it possible to make slider but only with one slide? Is there a possibility to switch off the second slide? I would like to use functionality which slider is offering.
    Thank you in advance for your help!
    BR
    Andy

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevision

    (@themevision)

    Hi,

    The simplest way is to put the same image on both slides.

    Regards

    Thread Starter businesscommoners

    (@businesscommoners)

    Thank you for the answer.
    In this case, there will be still the progress string on the bottom and forward/backward buttons. I believe there is not possible to remove them?

    Theme Author themevision

    (@themevision)

    Hello,

    Use the code below to remove the progress string on the bottom and forward/backward buttons:

    .camera_prev, .camera_next, .camera_bar_cont {
    	display:none;
    }

    Regards

    Thread Starter businesscommoners

    (@businesscommoners)

    Excellent work! Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider with one slide’ is closed to new replies.