Matias Griese

Results 521 comments of Matias Griese

In particle you can use `{% set active = joomla.factory.getApplication().getMenu().getActive() %}` to get the active menu item. You can do the same for everything else, too. There's also `joomla.instance('menu')` to...

Yeah.. I think there's somewhere some migration guide, maybe take a look into the Bootstrap docs?

I think this may be related to Joomla 4 changing the module classes. See #2873 and https://github.com/gantry/gantry5/blob/feature/v5.5.0/Joomla4-support.md

 @gyver-mac Can you play with the latest CI to figure out if the layout has been improved and what's reimaining to be fixed. Most of the issues in Gantry itself...

Sorry, there was a build issue in the packages, please re-download the packages before testing. :)

If you are testing the new packages, right now I'm most interested in: * Testing all the admin, but especially the new menu logic (menus need to be saved once...

Updated the above link (see the first message) with new builds. This time I recommend testing JS as much as possible. Changes include: * Updated all JS libraries * Use...

New builds are available: Changes include: * Updated SCSS compiler to v1.5 * Changed default tab in outline to `Layout` * Added debugger support for Admin JSON responses * Fixed...

New builds available: * Fixed infinite recursive loop if the menu contains menu particle (#2527) * WordPress: Fixed 404 in Menu Manager when clicking `Back to Setup` button (#2785)

New builds available: * Fixed many menu related issues (#2794, #2806, #1240, #2810)