• Resolved Bloke

    (@bloke)


    Using the Media Text Slider I have three slides and when the page first loads they are stacked and you see all three. Is there a way to fix this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support arsengunner

    (@arsengunner)

    Hello @bloke!

    I was unable to replicate the issue locally, do you face the same issue on the Media & Text Slider block demo at: https://getwid.getmotopress.com/blocks/media-text-slider-block/ ?

    Regards,
    Arsen

    Thread Starter Bloke

    (@bloke)

    The demo page loads fine. Anything you can suggest I check to see what’s causing it to load slowly? Could there be something loading first?

    Plugin Support arsengunner

    (@arsengunner)

    First of all, I would check the images size and try to reduce it. You should also use some caching and optimize plugins, which will help to compress your image, e.g. Smush plugin.
    Then it’s of course other elements on the page, that may slow down the loading.

    Regards,
    Arsen

    Thread Starter Bloke

    (@bloke)

    I don’t think it is an issue with file size. My images are smaller than the ones used on your demo page.

    Plugin Support dimned

    (@dimned)

    Hi @bloke,
    Could you provide your site URL to check how the slider is loading there?

    Thread Starter Bloke

    (@bloke)

    Yes it is here just remove the x. https://xecxo-xrevolutioxn.com

    Plugin Support dimned

    (@dimned)

    Hi @bloke,
    Thanks for the example provided. Please try to add the style below to Appearance > Customize > Additional CSS (or to style.css file of the child theme):

    .wp-block-getwid-media-text-slider__content .wp-block-getwid-media-text-slider-slide:not(:first-child) {
        display: none;
    }
    .wp-block-getwid-media-text-slider__content.slick-initialized .wp-block-getwid-media-text-slider-slide {
        display: block;
    }

    Let me know if it is helpful. I’ve also forwarded the case to our developers and we will do our best to adjust this behavior in one of the further updates of the plugin. Thanks.

    Thread Starter Bloke

    (@bloke)

    Thanks I will give it a try and let you know how it worked.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Media text slider loading all at once’ is closed to new replies.