Tagged: Hamburger-Menu
-
AuthorPosts
-
February 4, 2018 at 11:00 pm #907615
Hi
I just upgraded to the latest version of Enfold. I see the hamburger menu but when I click on it, no menu items get displayed any longer.
Here’s a link to my website: https://silviafindings.com/Can your please help me figure out what happened and how to make the menu work again.
Thank you
LyseFebruary 5, 2018 at 5:21 am #907700Hey tremblayly,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 5, 2018 at 4:51 pm #908089This reply has been marked as private.February 5, 2018 at 9:26 pm #908209Hi,
If you get switch from Enfold Child theme to Enfold main theme, does that have any change?
Best regards,
BasilisFebruary 5, 2018 at 9:40 pm #908216Hi Basilis,
I can’t see the menu at all if I switch theme. I use UBER menu and even though I deactivate the plugin, the main menu never gets displayed when I switch themes.
Lyse
February 6, 2018 at 5:28 am #908348Hi Lyse,
Can you also give us ftp access to you staging site?
Best regards,
NikkoFebruary 6, 2018 at 4:30 pm #908664This reply has been marked as private.February 6, 2018 at 8:46 pm #908795Hi,
From your settings you do not have a menu selected. If you select it should be visible.
If you need help with UberMenu, please contact plugin developer, his help will be amazing.Best regards,
BasilisFebruary 12, 2018 at 5:21 pm #911208Hi
Anything hapening from your side on this issue?I also tried to remove the hamburger menu using the code snippet suggested in the following thread, but it did not work.
Thanks
LyseFebruary 12, 2018 at 5:58 pm #911235My preference would be to no display the hamburger menu at all on the desktop.
LyseFebruary 13, 2018 at 10:44 am #911596Hi Lyse,
You have the helper-main-menu in your child theme on staging. Did you update it?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css@media only screen and (min-width: 990px) { nav.main_menu { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Can you disable caching and minification for now?
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 13, 2018 at 4:55 pm #911774Hi Victoria,
I have not updated the file you mentioned because I didn’t know it had changed. When I compare both files files I see a number of differences.
There are:
JUST BEFORE THE: //subheader, only display when the user chooses a social header
I HAVE THIS CODE:if($responsive) { echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>'; echo '<a id="advanced_menu_hide" href="#" '.av_icon_string('close').'></a>'; }
WITHIN THIS: /*display the theme logo by checking if the default logo was overwritten in the backend. * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output*/
FOR THIS LINE OF CODE:
$output .= avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'span', true);
I HAVE THIS CODE:
$output .= avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, '<strong>strong</strong>', true);
WITHIN THIS CODE: /*display the main navigation menu * modify the output in your wordpress admin backend at appearance->menus */
JUST BEFORE THIS LINE OF CODE:
$main_nav = "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
I HAVE THIS CODE:/*Conditionally replaced code for the UberMenu manual integration */ if( function_exists( 'ubermenu' ) ){ $output.= ubermenu( 'main' , array( 'theme_location' => 'avia' , 'echo' => false ) ); } else{ $output .= "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
I have added the CSS code you suggested in the general styling and the hamburger menu did not work. So I modified the CSS so the hamburger menu does not display at all. That worked. Once I checked on my ihpone, I see the hamburger menu but also see it duplicated at the end of the menu list as an item. Here’s a screenshot:
https://www.dropbox.com/s/mt99dyi7mstrq0l/hamburger%20menu.jpg?dl=0Also any help with with the code should be in the php file would be greatly appreciated.
Thanks
LyseFebruary 15, 2018 at 1:57 am #912562Hi,
Please use the latest version of the helper-main-menu.php file then redo the modifications. You’re probably missing a few line of codes. Unfortunately, we can’t help you trace back previous modifications. If possible, please create a change log or notes regarding these modifications in case the theme is updated.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.