![]() |
|
Help with custom menu - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Help with custom menu (/thread-13363.html) |
Help with custom menu - hvvaweb - 04-01-2020 Hello. I prefer to use our existing menu with a php include, so that if I make changes to it on our larger site, I do not have to also re-code it for the gallery, so I'm hoping someone can tell me why it's not working. I don't think I have any classes that conflict with any in the theme. I did play around a little with the menu manager plugin, and tho' I can add top-level buttons, I do not see how to make the dropdowns with it. And as I say, I prefer not to have to make a separate menu for the gallery. You can see my code by viewing the source at http://hmvarch.org/zphotos/page/gallery/, and you can see the css by clicking /zphotos/themes/zpBootstrap/css/hmva-gallery-menu.css" in the header. Thanks. Help with custom menu - fretzl - 05-01-2020 In hmva-gallery-menu.css change the selector on line 102 from Help with custom menu - hvvaweb - 06-01-2020 Thank you so much, fretzl, for finding my silly mistake. Problem solved. |