same with me .. but im just disable this plugin until this plugin fix.
my website : http://www.pakarnya.info
@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 🙂