Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi Dan, no it shouldn’t be working like that, can you post a link?

    Thread Starter Dan Stramer

    (@danstramer)

    sure:
    http://www.ines-il.com

    and thanks for this great plugin

    Dan

    Plugin Author Josh Leuze

    (@jleuze)

    Thanks for the link Dan, I took a look and everything looks alright. The only thing I can see that might cause that is the slideshow being set to random. I’ll test the random option and make sure that is working correctly.

    Thread Starter Dan Stramer

    (@danstramer)

    I fixed the fade to black issue adding the css fix I wrote above.
    It’s not optimal, because if I upgrade the plugin it will probably erase that line of code (if the css file gets updated too)

    Thanks,
    Dan

    Plugin Author Josh Leuze

    (@jleuze)

    Yes, the stylesheet will be overwritten when you update the plugin. You can setup a custom stylesheet, but for such a small change, I would add this to your theme’s stylesheet so that the change is protected from updates. Try targeting it like this to make sure it has priority:

    #wrapper .meteor-slides .mslide {
    background-color: white;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Meteor Slides] Slides fade to black after upgrade to wordpress 3.3.1’ is closed to new replies.