Problem with linked SVGs
-
I’m using the WP theme “Twenty Twenty-One.” If I place an SVG within a columns block, the SVG disappears in the frontend as soon as I link it.
Only when I change the link structure from:
<figure><a href=”LINK_URL”><img src=”IMG_PATH.svg” alt=”” /></a></figure>
to
<a href=”LINK_URL”><figure><img src=”IMG_PATH.svg” alt=””/></figure></a>
does the SVG reappear.
The page I need help with: [log in to see the link]
The topic ‘Problem with linked SVGs’ is closed to new replies.