Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1989081
"FEATURED" item of main menu on the smartphone
Closed

Comments

  • nicolaciavarro started the conversation

    Dear support,

    I imported "Bakery Catalog".

    I have a problem with the "FEATURES" item in the main menu, on the smartphone it does not show the sub-elements, while on the PC it works.

    This does not happen on your demo, on mine smartphone it works well:
    http://preview.milingona.co/themes/bakery/catalog/

    Can you please verify?

    kind regards,
    Nicola

  •  228
    Milingona replied

    Hi Nicola,

    Most probably there is a conflict with other plugins. Please provide us your WP login details and we will take a closer look at it.

    Thanks in advance,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  •   nicolaciavarro replied privately
  •  228
    Milingona replied

    Hi Nicola,

    Thanks for sharing your credentials! We are glad to inform that your issue has been solved and mega menu is showing up properly on mobile view as well. The following code has been added into your child theme.

    .vu_mobile-menu .menu-item-has-children.vu_mega-menu.vu_toggle-open .sub-menu {
     visibility: visible;
     opacity: 1;
     height: auto;
    }
    .vu_mobile-menu .menu-item-has-children.vu_mega-menu .sub-menu .vu_toggle-sub-menu {
     display: none;
    }

    Please check it and let us know your feedback.

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • nicolaciavarro replied

    great, thanks a lot!

  •  228
    Milingona replied

    You're most welcome!


    Milingona Support

    Follow on     Envato     Facebook     Twitter