Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #374745

    Hi
    I bought ubermenu and enfold but in toogle menu on devices dont work properly. I saw multiple forums and support into ubermenu and check all but i dont

    http://sevenspark.com/symptom/ubermenu-symptoms/cant-expand-responsive-menu-toggle

    Also
    – I enable and disable plugins to test and are ok
    – I check
    wp_head (in header.php)
    wp_footer (in footer.php)
    and are ok
    – Enfold has built integration with ubermenu and recognize properly in desktop mode.
    – Diagnosis Alpha in ubermenu are ok

    I think that is a problem with @media

    #375186

    Hi juancho78910!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
    display: none!important;
    }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.