-
AuthorPosts
-
March 27, 2015 at 12:31 am #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.
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
March 27, 2015 at 5:45 am #419090Hi!
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,
JosueMarch 27, 2015 at 3:57 pm #419327I 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.
March 27, 2015 at 8:02 pm #419584Hi,
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,
JosueMarch 27, 2015 at 9:12 pm #419619thanks. 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.
March 27, 2015 at 10:47 pm #419655Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueApril 8, 2015 at 3:47 pm #425374This reply has been marked as private.April 9, 2015 at 5:29 am #425705Hey!
Add this to Quick CSS (at top):
#mobile-advanced ul.sub-menu { display: none !important; }
Regards,
JosueApril 23, 2015 at 7:01 pm #433694ok. 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.
April 23, 2015 at 9:19 pm #433768April 23, 2015 at 9:22 pm #433771that is already checked (3rd post in this thread). Removing the code just makes the menu pop out parents and children again.
April 23, 2015 at 9:24 pm #433773Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueApril 23, 2015 at 9:27 pm #433779This reply has been marked as private.April 24, 2015 at 2:19 am #433850Ok, let’s try another things, but first please update the theme to the latest version (3.1.3).
Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.