Viewing 5 replies - 1 through 5 (of 5 total)
  • same with me .. but im just disable this plugin until this plugin fix.

    my website : https://www.pakarnya.info

    Plugin Author Josh Leuze

    (@jleuze)

    @taifun I don’t think this is a bug, just a conflict with your theme. Couldn’t narrow down just what was causing the nav to push down the slides, but you can add this to your theme’s stylesheet to fix the problem:

    #meteor-slideshow .meteor-clip {
        position: static;
    }

    @rezza.kurniawan If you want to replace the slideshow, maybe on a test page, I can take a look and see if this is a bug or a theme or plugin conflict.

    Thread Starter TAIFUN

    (@taifun)

    I added

    /* -- FIX Meteor slides -- */
    #meteor-slideshow .meteor-clip {
        position: static;
    }

    in style.css but this not fixed ??

    Thread Starter TAIFUN

    (@taifun)

    Oops.. sorry. Fixed. Thanks ??

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Meteor Slides] Drug mouse – bug’ is closed to new replies.