Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Theme Adding Extra To Code Block’ is closed to new replies.
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!