Home Forums Basel support forum Mega menu labels

Mega menu labels

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #32813

    Bioterrarium
    Participant

    Hi i’m sorry but I have another minor issue, I have try to create a mega menu editing your dummy html blocks “shop” but after it be edited as I wanna do, the labels as it was(screen) are no more showed, I try to check the code and seems to me good, a part that automatically generate some closing tag.

    The code in test block blackend editor that I try is as it:

    <ul class="sub-menu">
     	<li style="list-style-type: none;">
    <ul class="sub-menu">
     	<li style="list-style-type: none;">
    <ul class="sub-menu">
     	<li><a href="https://bioterrarium.net/categoria-prodotto/livrock/circle/">CIRCLES</a>
    <ul class="sub-sub-menu">
     	<li class="item-with-label"><a href="https://bioterrarium.net/prodotto/circle/">Circle One</a></li>
     	<li class="item-with-label"><a href="#">Circle Medium</a></li>
     	<li class="item-with-label item-label-new"><a href="#">Circle Large</a></li>
    </ul>
    </li>
    </ul>
    </li> 
    </ul>
    </li>
    </ul>

    Thanks

    Regards

    Attachments:
    You must be logged in to view attached files.
    #32825

    Artem Temos
    Keymaster

    Hello,

    Could you please provide us your admin access and where we can see this problem on your website so we can check it directly?

    Thank you

    #32827

    Bioterrarium
    Participant

    Yes sir!

    thanks

    #32851

    Bogdan Donovan
    Keymaster

    You can use code suggested below as an example for your site menus.

    <ul class="sub-menu">
     	<li><a href="https://bioterrarium.net/categoria-prodotto/livrock/circle/">Circles</a>
    <ul class="sub-sub-menu">
     	<li><a href="https://bioterrarium.net/prodotto/circle/">Circle One</a></li>
     	<li><a href="https://bioterrarium.net/">Circle Medium</a></li>
     	<li class="item-with-label item-label-new"><a href="https://bioterrarium.net/">Circle Large <span class="menu-label menu-label-new">NEW</span></a></li>
     	<li><a href="https://bioterrarium.net/">Menu item default</a></li>
     	<li class="item-with-label item-label-hot"><a href="https://bioterrarium.net/">Menu item with HOT label <span class="menu-label menu-label-hot">HOT</span></a></li>
     	<li class="item-with-label item-label-new"><a href="https://bioterrarium.net/">Menu item with NEW label <span class="menu-label menu-label-new">NEW</span></a></li>
    </ul>
    </li>
    </ul>

    Regards

    #32853

    Bioterrarium
    Participant

    Thanks, but sorry apparently not works, if I put that code in a html blocks for example site menu, the header gone completely mess up.

    As you seen in attached double screens (after and before).

    Regards

    Attachments:
    You must be logged in to view attached files.
    #32858

    Bogdan Donovan
    Keymaster

    We have edited your Menu “Shop” HTML block and added one more text element with suggested code (https://gyazo.com/48b2fadd705c11e5325274ee11157732). Here is how it looks now on your site (https://gyazo.com/29a4b5bcffb93f32da8e0735ac035750).

    Regards

    #32860

    Bioterrarium
    Participant

    Thanks you are great, what was I doing wrong? For not disturb you again 😉

    Regards

    #32866

    Bioterrarium
    Participant

    Ok I though that I have understand! thanks again.

    #32899

    Bogdan Donovan
    Keymaster

    You are welcome!

Viewing 9 posts - 1 through 9 (of 9 total)