Questions tagged [menu-parameters]
are the configuration options that can be configured in the menu item, and used by the component that the menu item triggers.
32 questions
0 votes
0 answers
73 views
Try to make ACY Mailing newsletter archive view look more like a blog
I am using ACY to create and send newsletters - I am using their "menu newsletter archive view" ([https://www.beeswaxcandleshop.com/home/newsletters/archive/listing.html]) - The page looks ...
1 vote
1 answer
1k views
Cannot access protected property Joomla\CMS\Menu\MenuItem::$params
Updating a demobar component from J3 and the view will not get my demo items for the dropdown from my model. Hoping someone could help me with getting the proper parameters for the menu. I am getting ...
1 vote
0 answers
78 views
Custom parameters in blog menu with own layout without messing up the sef-urls
Just recently, I started working on a project in which I needed to add blog-menus in which I have to add custom parameters (for further filtering of the articles on the frontend). I've added a ...
0 votes
0 answers
74 views
Itemid not retrieved from modal
I have a regular way of returning to the menu item originated from by using the following in the controller of my component: $menu = Factory::getApplication()->getMenu()->getActive(); $...
0 votes
0 answers
139 views
Joomla Menu image not displaying
Joomla menu image is not displaying on website. I believe I have it configured correctly but is not displaying. Here is my configuration: Here is what is displayed on the website: Here is what I'm ...
2 votes
1 answer
106 views
How do I add a custom alt value to menu link type image?
Right now the alt value for a menu image is the menu title. Is there a place, an override, where I can change this so that I can add a field to menu: Edit Item, to input an alt value instead?
0 votes
2 answers
463 views
Count modules function in template not working correctly
I have a split navigation module defined in my custom template. It is set to display submenu items under the main navigation when the parent item is active. The module itself displays correctly, but ...
0 votes
1 answer
131 views
How to use 'showon' with global settings in menu item parameter?
In a custom component I have some component params (config.xml) and I have some menu item params (default.xml). Inside the component params I make use of the showon attribute many times. But to keep ...
2 votes
1 answer
503 views
Get menu-meta_description from menu item
I need to add meta description inside a component page. That's what I tried: $menu = $app->getMenu(); // Load the JMenuSite Object $active = $menu->getActive(); // Load the Active Menu ...
1 vote
1 answer
263 views
How to update database module params
Could someone kindly help please? I'm creating a plugin and part of its job is to automatically add a 'Menu Class Suffix' to a chosen menu. I know it can be done manually from the advanced tab of ...
0 votes
2 answers
446 views
setParam says method undefined
I'm trying to set one of my menu parameters. But I'm getting the error 0 CALL TO UNDEFINED METHOD JOOMLA\CMS\APPLICATION\SITEAPPLICATION::SETPARAMS() My code is: $app = JFactory::getApplication(); ...
2 votes
2 answers
478 views
How to get the actual title of a Menu Type object?
The SiteMenu Class does not provide any method for getting the menu title column from table *_menu_types. However that field is editable in the admin section (com_menus section, field 'title'). Is ...
1 vote
3 answers
2k views
Params in Custom Component List View
I'm fairly new to Joomla and I'm developing my first component. I finished up the backend and I'm working on the frontend. I have most of the functionality figured out but I can't figure out how to ...
2 votes
2 answers
1k views
How to assign a different Joomla template style to subpages?
How to make the sub articles have different template style and not inherit the one assigned to their parent category? Let's say that I have news category which uses the default template style. How ...
2 votes
1 answer
1k views
Cannot order articles in the correct order
I would like to put my artciles in order of date, you would think this is simple, since the options are in the menu item. Im using joomla 3.6 and for troubleshoting I have a fresh install, I have ...