Page 1 of 1

Phoca Top Menu Manager Joomla 4

Posted: 25 Aug 2022, 18:55
by Cpointcc
I am looking to see how I can use my own custom admin menu for my client.

In the configuration for Menu to Show I only see the preset. How can I choose my own menu?

Please advise.

Re: Phoca Top Menu Manager Joomla 4

Posted: 27 Aug 2022, 22:48
by Jan
Hi, the module only work with presets, so there is no option to select some specific menu :idea:

Jan

Re: Phoca Top Menu Manager Joomla 4

Posted: 08 Sep 2022, 19:22
by Cpointcc
That is unfortunate. That is the only reason I purchased this module. Do you offer a refund?

Re: Phoca Top Menu Manager Joomla 4

Posted: 08 Sep 2022, 23:13
by Jan
Hi, where did you purchase such module? Are you sure, you are talking about Phoca Top menu module. This is free module, you can download it for free here: https://www.phoca.cz/phoca-top-menu-module

Phoca extensions are open source and free extensions for free download. If you have purchased some extension by some other developer, you need to ask for refund there.

Jan

Re: Phoca Top Menu Manager Joomla 4

Posted: 14 Sep 2022, 19:31
by dascher
now that I have installed the Phoca Top Menu Manager Joomla 4 and set the configuration up according to the documentation, and disabled the default menu ...
I still have the "Toggle Menu" button displaying in the left column where the default menu was. It no longer appears to do anything. How to I get rid of it??

This was remarkably easy to set up (aside from this little issue with the "toggle menu" button). I don't know if a newbie would be able to do it, but for an experienced Joomla admin person, it is almost "intuitive".

thanks

Re: Phoca Top Menu Manager Joomla 4

Posted: 15 Sep 2022, 14:12
by Jan
Hi, Phoca Top Menu Manager does not influence Joomla standard menu. The "Toggle Menu" is not a part of Phoca Top Menu module, it is a part of Joomla core. So maybe this is much more a question on Joomla core developers. I don't know if you really use this module: https://www.phoca.cz/phoca-top-menu-module but if yes, its function is only move a menu to top position. It is a module which cannot influence Joomla standard menu options including "Toggle Menu" button. So for the problems with "Toggle Menu" button this needs to be asked by Joomla core developers. It is not a port of this module.

Jan

Re: Phoca Top Menu Manager Joomla 4

Posted: 15 Sep 2022, 19:14
by dascher
I understand your point, however, it seems to me that the point of the horizontal menu is to replace the vertical menu. I don't think anybody wants to have both horizontal and vertical menus. It is easy to turn off the vertical menu by disabling the Administrator Menu but that "Toggle Menu" button doesn't go away and the space in the left column is just wasted screen space.

I have managed to get rid of the wasted left column space by adding a user.css file with

/* customizations */
div#sidebar-wrapper.sidebar-wrapper{ display: none; }

in media/templates/administrator/atum/css

Maybe that will be useful to somebody else.

Re: Phoca Top Menu Manager Joomla 4

Posted: 16 Sep 2022, 01:26
by Jan
Hi, thank you for the code.

You can even add other then the same left menu to top menu. So e.g. I use alternatvie menu in top menu, so it is a bit different to left menu.

Jan

Re: Phoca Top Menu Manager Joomla 4

Posted: 16 Sep 2022, 13:01
by dascher
That's an interesting alternative I had not considered.
thanks.