Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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
    Lyse

    #907700

    Hey tremblayly,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Nikko

    #908089
    This reply has been marked as private.
    #908209

    Hi,

    If you get switch from Enfold Child theme to Enfold main theme, does that have any change?

    Best regards,
    Basilis

    #908216

    Hi 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

    #908348

    Hi Lyse,

    Can you also give us ftp access to you staging site?

    Best regards,
    Nikko

    #908664
    This reply has been marked as private.
    #908795

    Hi,

    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,
    Basilis

    #911208

    Hi
    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
    Lyse

    #911235

    My preference would be to no display the hamburger menu at all on the desktop.
    Lyse

    #911596

    Hi 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,
    Victoria

    #911774

    Hi 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=0

    Also any help with with the code should be in the php file would be greatly appreciated.

    Thanks
    Lyse

    #912562

    Hi,

    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

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