• Resolved t.geisler

    (@tgeisler)


    I’ve been using this plugin for several years now. Through all this time, the slides were displaying on top of each other during page load. Not too nice a welcome view for customers. What can I do so only the first image displays on page load?

    Cheers,
    Tobi

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thanks for reaching here.Please share your site link so we can check it properly.

    Thanks & Regards
    WP Online Support

    Thread Starter t.geisler

    (@tgeisler)

    Thanks for the quick answer. Currently, the behavior can be observed e.g. in the header slider of microscheck.ch.

    Hello,

    Please put below css in your active themes style.css file.

    #slides {display:none;}

    I hope it should be work.

    Thanks & Regards
    WP Online Support

    Thread Starter t.geisler

    (@tgeisler)

    This works, thx.

    In order to avoid potential conflicts with other sliders I made the defintion a little more specific

    .headerslider #slides { display: none; }

    Additionally, I set a height to the slider container to reserve the space the slider image will take up:

    .headerslider { height: 280px; }

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Glade to know resolve you issues if you like your support and plugin please give us review.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images stacking on pageload’ is closed to new replies.