EMDoherty
Member
Posted 4 months ago #
When I jump to another page on my WordPress site (http://villagelandingmarketplace.com.previewdns.com/), there's a strange image that appears temporarily in the right of the Meteor Slide bar. It looks like the slides are compacting or something. I haven't seen this happen before with other WordPress sites I've installed Meteor Slides on. Is there a way to fix this?
http://wordpress.org/extend/plugins/meteor-slides/
Hi Erin, the issue is that the title and description above the slideshow are floated to the left and right and it is affecting the layout of the slideshow. Try adding a clear right before the slideshow template tag to resolve those floats:
<div style="clear:both;"></div>
If the images are still distorted, they could be affected by some rules on the stylesheet, try inspecting the markup with Firebug.