This menutype for a blog shows items in an isotope with the possibility to filter by tag.
It's optimized for Bootstrap 4, however there are options to change the css framework - just report if you have issues with the alternate frameworks.
If your tags are nested they are grouped by their parent tag.
You can enable also filtering by custom field. Then the values coming from the custom fields have to be comma-seperated values. Custom Fields that should not be filtered can be excluded.
To enable the override:
- put the com_content folder into the html/ folder in your frontend template
- put the contents of the language_overrides folders into their destination (administrator/languages/overrides and languages/overrides)
- place the layouts folder and its contents into the html/ folder in your frontend template
- Create a new Menuitem of type "Blog - Isotope Filter" - If it's not available you missed something in step 1-3
- Set up the Menuitem
I am doing that for fun and to support the community. However, if you feel like I should have more time for fun things you can support me by "donating" something. I will send you an invoice if needed. https://www.paypal.me/coolcatcreations/
Todos:
- Translate some missing strings
- Showing Label instead of Alias for the heading
- Order of the filters (?) ...
- Optimize Classes for CSS frameworks beside BS4
- Bugfixing