It appears the theme is injecting and extra span into my code. It seems to only inject it once item has been hovered.
It is injecting ‘<span> class=”image-overlay overlay-type-video”‘ and ‘<span> class=”image-overlay-inside”‘
Is there anyway I can prevent this from happening?
Original code (one section of it anyway):
Hi tlow87!
Yes, replace:
<a href="http://vimeo.com/92343144" rel="wp-video-lightbox">
with
<a href="http://vimeo.com/92343144" rel="wp-video-lightbox" class="noHover">
– this class will deactivate the overlay script.
Regards,
Peter
This is extremely helpful!
Thanks Dude!