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

    (@jleuze)

    Hi, looks alright to me, did you get it figured out?

    Same was happening for me.

    Changing the hover nav definition from block to inline (in meteor-slides.css) fixed it for me:

    .meteor-slides.navhover ul.meteor-nav {
    display: inline;
    }

    Could this be addressed for updates to the plugin please as I don’t want my client breaking it!

    Plugin Author Josh Leuze

    (@jleuze)

    @mussy Most themes need this set to display block, a few need it set to inline, I’m working on configuring it differently to work for all.

    But as long as you make the change in your theme’s stylesheet instead of the plugin, you won’t lose the changes when you update the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After the Plug in update Slides move down ?’ is closed to new replies.