I’m using the menu “display as Icon” feature for the first time and I just realized it’s apparently canceling out / removing my custom sidebar menus. Is there a way to have both — use the display as icon menu and still have a custom sidebar menu as well, for some sections? I was hoping to have a sidebar menu for this client’s Film & Television section (e.g., http://paulapaula.com/beta/film/flock-of-dudes/ ).
Thanks and let me know if you have any questions.
Hey sky19er,
Please, may you provide to us your website link and the WP and FTP credentials?
Best regards,
John Torvik
Sure…
Hi,
Thanks for that. First off, could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Rikard
Doesn’t appear to have done the trick: http://paulapaula.com/beta/narrative/flock-of-dudes/
Hi,
Thanks for the feedback, I’m not really sure why your menu is hidden but please try this in Quick CSS:
.html_burger_menu_active .menu-item {
display: block !important;
}
Best regards,
Rikard
That brings back the sidebar menus, but also adds back the text version of the main/top nav: https://www.evernote.com/shard/s320/sh/dcb28ad8-b555-492b-a3c6-bf0f89b718cb/98ed5a2a1ee849baf37e2232341f92bf
Hi,
Thanks for the feedback. Please try this instead of what I previously sent:
.sidebar .menu-item {
display: block !important;
}
Best regards,
Rikard
Yep, that did it — thanks!
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yep, you can close it — thanks again.