ACF View with Multiple Taxonomy fields creates Links for each field
-
I am creating ACF Views to display ACF Taxonomy Values of Woocommerce Products from multiple Taxonomies in a row.
So far so good. But….a) This leads to each Taxonomy Value having an HTML Link when you MouseOver it – which is not required. I just want to display the text without any links.
b) I can’t seem to use my own CSS to (for example) define text size and color – despite it being defined in advanced and the name in basic.I have made sure the URLs are disabled in the ACF advanced definition of the Taxonomies – but that didn’t change anything other than making each taxonomy a URL parameter (eg ?art-style=contemporary) instead of a full URL (eg …/art-style/contemporary)
Here is my Custom Markup, which works except for the class=”acf-h1″ and the being recognised.
<div class=”acf-view acf-view–id–19488 acf-h1 acf-view–object-id–{object-id}”>
<!–$art-style$–><!–$core-artwork-type$–>
<div class=”acf-view__row acf-view__art-style”>
<div class=”acf-h1″><nolink>$art-style$ $core-artwork-type$</nolink></div>
</div>
<!–$art-style$–><!–$core-artwork-type$–></div>
How do I avoid getting links in all of my Taxonomy views ?
and how can I get my css recognised ?Thanks in advance
Martin
- The topic ‘ACF View with Multiple Taxonomy fields creates Links for each field’ is closed to new replies.