If I drug mouse on picture-slide - picture move down.
http://aquamarinemusic.ru
If I drug mouse on picture-slide - picture move down.
http://aquamarinemusic.ru
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.
I added
/* -- FIX Meteor slides -- */
#meteor-slideshow .meteor-clip {
position: static;
}
in style.css but this not fixed :(
Oops.. sorry. Fixed. Thanks :)
No problem!
This topic has been closed to new replies.