Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #281472

    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):

    • This topic was modified 10 years, 4 months ago by Yigit.
    #281514

    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

    #293130

    This is extremely helpful!

    Thanks Dude!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Theme Adding Extra To Code Block’ is closed to new replies.