Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054205
    waterbarry
    Participant

    Since the recent updates, Ubermenu is now completely overriding my mobile menu.

    It shows expanded and there is no hamburger bars beside my logo.

    hamburger bars return when ubermenu is switched off. but obviously you loose functionality.

    #1054206
    waterbarry
    Participant
    This reply has been marked as private.
    #1054281
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1054528
    waterbarry
    Participant

    I’ve rolled X back to a previous version, which resolves my problem.

    In the newer version it seems that activating ubermenu completely removes
    <i class=”x-icon-bars” data-x-icon=””></i>
    <span class=”visually-hidden”>Navigation</span>

    #1054666
    Nabeel A
    Moderator

    Hi again,

    That can be fixed with custom CSS, can you please update the theme to the latest version so we can suggest you the solution.

    Thanks!

    #1134786
    amit malhotra
    Participant

    I am also getting the same problem. It was working fine till recent update. Team, please provide the fix.
    I believe it would be difficult to update the theme now on-wards, as every time I update the theme, something or the other stops working. It is difficult to manage when all of my websites are working on X.

    #1134841
    Friech
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1134895
    amit malhotra
    Participant
    This reply has been marked as private.
    #1135088
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
    .ubermenu-skin-vanilla.ubermenu-responsive-toggle {
        float: right;
        margin-top: 30px;
    }
    }
    

    Hope that helps

    Hope that helps

    #1135098
    amit malhotra
    Participant

    Thanks for the help! But it just solves the placement issue. I am still getting the ubermenu (submenu) when i click any of the sub-menu items on mobile. I should get the X theme responsive menu instead.

    #1135956
    Rue Nel
    Moderator

    Hello There,

    Have you added the uberMenu before we have integrated it to the theme? That is because in our latest release, when uberMenu is active, it will completely override and remove the default X theme navigation menu. As soon as the uberMenu is active, it will take charge of the desktop and mobile menu. If you want to retain the old setting and disintegrate uberMenu from the X theme, (please make sure that you already have your child theme active and ready), and insert this following code in your child theme’s functions.php file.

    // Override X uberMenu settings
    // =============================================================================
    add_filter( 'ubermenu_settings_defaults', 'override_x_ubermenu_settings_default', 50, 1 );
    function override_x_ubermenu_settings_default($defaults) {
    	$defaults['ubermenu_main']['auto_theme_location'] = null;
    		return $defaults;
    }
    // =============================================================================

    Hope this helps. Kindly let us know.

    #1136344
    amit malhotra
    Participant

    No… I used that as the part of X theme, when it came with it. I am also not saying that I don’t want to use it. Otherwise I would just remove it completely. I want to use it, but not on tablet and mobile. And its not happening right.

    #1136466
    Rue Nel
    Moderator

    Hello Again,

    As I have said it before, once you activate uberMenu, it will take over thus removing the default X theme menu. Regretfull at this moment, there isn’t a feature offered by X theme that you can use uberMenu on desktops and use the default X theme menu on mobile screens. We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1054205 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>