ZenphotoCMS Forum
Add a custom menu in liberatus theme - 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: Add a custom menu in liberatus theme (/thread-12658.html)



Add a custom menu in liberatus theme - maikoweb - 2017-02-05

I need to add other custom voices in the right menu in libratus theme ,how can i do?
Sorry for my english,i'm italian




Add a custom menu in liberatus theme - fretzl - 2017-02-05

First enable the [i]menu_manager[/i] plugin.
You will get an extra tab on the backend called "Menu".
Click the "Menu" tab to create your custom menu.
Place `` where you want it to appear.
See also http://www.zenphoto.org/documentation/plugins/_zp-extensions---menu_manager.php.html#functionprintCustomMenu




Add a custom menu in liberatus theme - maikoweb - 2017-02-07

thanks a lot




Add a custom menu in liberatus theme - Nordlicht - 2018-11-30

This link:
http://www.zenphoto.org/documentation/plugins/_zp-extensions---menu_manager.php.html#functionprintCustomMenu
and
https://docs.zenphoto.org/package-plugins.menu_manager.html
here:
https://www.zenphoto.org/news/menu_manager/
do not work.

I am struggling with the usage of "menu_manager" :(

Is there somewhere else any documentation for Libratus and the menu_manager plugin?

Thanks.




Add a custom menu in liberatus theme - acrylian - 2018-11-30

The backend links don't work because you are on an old version. But the broken link on the entry on our site is a mistake. Thanks.

You can always access the docs page directly and even search:
https://docs.zenphoto.org/package-plugins.menu.manager.html

You generally only have to use this:
https://docs.zenphoto.org/function-printCustomMenu.html

And if you need the breadcrumb function.

Libratus has not documentation, you have to get into it yourself. Its dev just disappeared. See the in file comments, I am sure there are some at least.




Add a custom menu in liberatus theme - Nordlicht - 2018-11-30

Thanks Acrylian!
I am currently lost with the docs. :(

Is anyone using Libratus with menu_manager and able to guide me? :blush:




Add a custom menu in liberatus theme - acrylian - 2018-11-30

The theme's author sadly often went his own ways instead of using the default functionality. This makes it complicated. At least I can tell that all the menu stuff is in its inc-header.php file. But he seems also to use some js menu stuff. You may need to find docs of that script and possibly make js and css adjustments.