Matias Griese
Matias Griese
I agree. I would kind of have the same behaviour for the normal menus, too as it will fix issues with touch screens.
If you have the code, can you please share to us, maybe by creating a pull request to fix it?
I've been working on YAML part, but its not going to make it into 5.3.0 as it still has some bugs in it.
Heh, it is documented in Grav: https://learn.getgrav.org/forms/blueprints/advanced-features
@N8Solutions I've finally implemented a way to use your own `custom/gantry/theme.yaml` file. I chose to go for a simple solution: if the file exists, it will be used instead of...
I just tested this, and twig works just fine. I don't think `related_pages` is set, particles do not see variables set outside their scope.
This is out of the scope of Gantry -- it can be done from the Joomla menu editor by assigning a layout. Maybe there's a plugin that does this already?
It looks like Joomla 4 sets the menu item to home before `onAfterRoute` event where Joomla 3 didn't do that. This confuses the layout assign logic in Gantry and causes...
It looks like in Joomla 4 `SiteRouter::parseRawRoute()` always sets `Itemid` where Joomla 3 didn't do that. This basically means that everything which doesn't have a route (or menu item) will...
This behavior can be replicated with Cassiopeia, assign home menu item to it and set default to another template (such as Gantry). Joomla 3 used the other template, Joomla 4...