Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1019065

    Hi Kriesi,

    Thanks for your awesome theme!

    The Enfold theme generates a HTML error because of a missing space between height and width attributes
    In enfold/config-templatebuilder/avia-shortcodes/image/image.php Line 553 and line 554 there is a space missing:

    
    if(!empty($img_h)) $hw .= 'height="'.$img_h.'"';
    if(!empty($img_w)) $hw .= 'width="'.$img_w.'"';
    

    Could you please fix this in the next update?

    Best regards,
    Emazing

    #1019076

    Hey Joris,

    Thanks for reporting. I will get this to the devs.

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.