Tagged: x
-
AuthorPosts
-
June 22, 2016 at 7:26 am #1054205
waterbarryParticipantSince 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.
June 22, 2016 at 7:26 am #1054206
waterbarryParticipantThis reply has been marked as private.June 22, 2016 at 8:26 am #1054281
JoaoModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
June 22, 2016 at 10:53 am #1054528
waterbarryParticipantI’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>
June 22, 2016 at 12:14 pm #1054666
Nabeel AModeratorHi 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!
August 17, 2016 at 1:48 am #1134786
amit malhotraParticipantI 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.August 17, 2016 at 2:52 am #1134841
FriechModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
August 17, 2016 at 3:53 am #1134895
amit malhotraParticipantThis reply has been marked as private.August 17, 2016 at 7:14 am #1135088
Paul RModeratorHi,
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
August 17, 2016 at 7:28 am #1135098
amit malhotraParticipantThanks 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.
August 17, 2016 at 7:29 pm #1135956
Rue NelModeratorHello 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.
August 18, 2016 at 1:18 am #1136344
amit malhotraParticipantNo… 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.
August 18, 2016 at 3:54 am #1136466
Rue NelModeratorHello 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1054205 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
