• Resolved Themire

    (@themire)


    Hey I’m having an issue with Meta Slider, it’s like a FOUC, the images flash stacked, mostly when you use hyperlink to the main page from another.

    I was successful to cover up this issue with a page loader plugin, but the plugin itself has a problem with my jQuery version out of the blue, plus it’s not really a solution.

    Any way to get rid of it? I’ve found a nice way to keep the slider container fixed in other thread, so having no images in the slider until they’re loaded would be the perfect scenario.

    ———————
    The issue can be found here: http://megamega.16mb.com/
    The preview works: Yes
    It works with other themes: Haven’t Tried (Vantage supports and advertises Meta Slider though, it’s placed in the header by the theme creator)
    It works when I disable all other plugins: No
    Meta Slider version: 2.1.1
    ———————

    https://wordpress.org/plugins/ml-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Could you try adding this to your theme’s style.css:

    .theme-default .nivoSlider img {
    	display:none;
    }

    It’s working for me but let me know how you get on.

    Thanks,
    Dave

    Thread Starter Themire

    (@themire)

    Well, with different class, but yeah, it seems to work. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images flashing before loading’ is closed to new replies.