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.
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.
Comments
You will get an extra tab on the backend called "Menu".
Click the "Menu" tab to create your custom menu.
Place `<?php printCustomMenu('your-menu-name'); ?>` where you want it to appear.
See also http://www.zenphoto.org/documentation/plugins/_zp-extensions---menu_manager.php.html#functionprintCustomMenu
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.
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.
Thanks Acrylian!
I am currently lost with the docs.
Is anyone using Libratus with menu_manager and able to guide me?
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.