NO BUG: TYPOGRAPHY set don't work

i put text link in query, and set dynamic data {post_terms_product_cat}, once i active “link to”,
the set for TYPOGRAPHY will failure.



check the Devtools, will find , Under the text link element, appear another element, text element size change to 0x0

if dynamic data is {post_title},
it work normal

Hi @timchen,

the {post_terms_product_cat} dynamic tag already generates the links. So, if you use it with “basic text” element, you will see that you can already click on the categories, as they are a link.

When you add this to the “text link” element, and add a “link to”, it will generate nested links, and that is not allowed in terms of HTML structure, so it will cause problems. The same would happen if you add it to the basic text element, and choose a link there.

Let me know if I was not clear. :slight_smile:
Matej

get it,
thanks for your reply

1 Like