Hello,
I followed documentation for Images in Menu.
I made 1 link in my menu type – Mega menu open with click
I added:
– Custom link with label image
– link to my Shop page
– CSS class – image-item
– In Description – full image url
Generated code looks like:
<li class="image-item menu-item menu-item-type-custom menu-item-object-custom menu-item-1044 item-level-1 item-design2-image-no-borders menu-disable_titles">
<a class="item-link" title="Арт подаръци за всеки" href="http://artes.bg/%d0%b0%d1%80%d1%82%d0%bc%d0%b0%d0%b3%d0%b0%d0%b7%d0%b8%d0%bd/">
image
<span class="menu-item-descr">http://artes.bg/wp-content/uploads/2017/07/wedding-present.png</span>
</a>
</li>
As You see it puts image url in span tag, not like source for image tag.
And no image visible.
Another issue is that label “image” is allays visible. Even if “Disable navigation label” is checked.
Is it possible to put widgets or other content in Your Mega menu?