Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #418940

    My website is linked below. We have noticed since we upgraded the Enfold Theme that our mobile menu disappeared. In browsing through your support forums I was able to add some lines to my ‘custom.css’ file to make some sort of menu come back but it is not exactly as it was before.

    I added

    #advanced_menu_toggle, #advanced_menu_hide {
    right: 10px;
    display: block;
    }

    to my custom.css file to get this to appear. mobilemenu

    before updating the theme our mobile menu was text and it would only show the top level items in our menu and clicking on them would display the sub items. Now the whole menu structure is displayed when clicking the menu icon and since we have so many sub items it does not display every option. It simply ends at one of the sub items on our 2nd “main” selection.

    Our menu also used to be drop down and the new one is slide out from the side. I gather from reading your support tickets that the drop down aspect was done away with at some point between my old version of Enfold and the newer version of Enfold. I can live with that change but I need to
    A) change the menu back to text instead of the graphic if possible
    B) change the menu to only display the main categories and then selecting them display the child items.

    How would I go about doing those two things?

    thank you

    #419090

    Hi!

    1. Add this to Quick CSS:

    #advanced_menu_toggle:before {
        content: "Menu";
        font-size: 14px;
        color: #009f5e;
        font-weight: bold;
    }
    
    #advanced_menu_toggle {
        border: 0;
        background: transparent !important;
    }

    2. Enable this – http://screencast.com/t/tXm4PiZrt6

    Regards,
    Josue

    #419327

    I have checked and unchecked the mark beside the Mobile Menu setting indicated in your screen shot and it has never made a difference. I have checked it again for you.

    I have also entered the code you sent in the quick CSS and it still looks the same as it did before.

    #419584

    Hi,

    Try putting the code at the beginning of the Quick CSS field, if it still doesn’t work, please create us a WordPress administrator account, post it here as a private reply.

    Regards,
    Josue

    #419619

    thanks. Moving the quick CSS to the front made the menu show up as “Menu” instead of the icon. The sub categories are still there however.

    #419655

    Hi,

    Can you please create me a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #425374
    This reply has been marked as private.
    #425705

    Hey!

    Add this to Quick CSS (at top):

    #mobile-advanced ul.sub-menu {
        display: none !important;
    }

    Regards,
    Josue

    #433694

    ok. I put that in and it did hide the children elements but is there a way to make them expand when the parents are clicked on. . For the majority of my menu links the parent doesn’t link to an actual page. So right now the menu is displaying correctly but I can’t get any use out of it since clicking a parent doesn’t do anything except for the 1 or 2 parents that actually go to a page.

    #433768

    Hi!

    Remove the code and the enable this – http://screencast.com/t/tXm4PiZrt6

    Best regards,
    Josue

    #433771

    that is already checked (3rd post in this thread). Removing the code just makes the menu pop out parents and children again.

    #433773

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #433779
    This reply has been marked as private.
    #433850

    Ok, let’s try another things, but first please update the theme to the latest version (3.1.3).

    Best regards,
    Josue

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