I am having the same issue mentioned here: https://www.miva.com/forums/forum/de...one-is-linking with setting a readytheme top level navigation menu item to "None" but that item still trying to link to nowhere. I fixed it on desktop by using:
However, this causes the dropdowns on mobile to not function. Any idea how to get this to work properly on both desktop and mobile?
Code:
<li class="c-navigation__list &mvt:has:children;">
<mvt:if expr="l.settings:navigationitem:link_type EQ 'N'">
<span class="c-navigation__link">&mvt:navigationitem:name;&mvt:show:child;</span>
<mvt:else>
<a class="c-navigation__link" href="&mvte:navigationitem:url;" target="&mvt:navigationitem:link_targ;">&mvt:navigationitem:name;&mvt:show:child;</a>
</mvt:if>
Comment