Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter flashfox

    (@flashfox)

    Update: aha! Overflow:hidden was hiding what was really going on, the buttons were pushing the slide below with display:block. since I wanted the buttons to always be visible anyway I killed 2 birds with one stone and added:
    .meteor-slides ul.meteor-nav {
    display:inline !important;
    }
    to my css and now they work just fine and are always visible. ??

    Plugin Author Josh Leuze

    (@jleuze)

    Good to hear you got it figured out!

    I was having the same issue working from a child theme of 2011. This css along with this helped me a lot. Thanks for posting!
    #meteor-slideshow {
    clear:both;
    }
    .meteor-slides ul.meteor-nav {
    display:inline !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] Slide disappears on rollover’ is closed to new replies.