Questions tagged [template-override]
A Template Override is a file in your Joomla template directory that is loaded instead of the normal core Joomla file. This is done in order to change the layout or functions of certain parts of Joomla, without changing the core files, because these are updated and overwritten whenever Joomla is updated.
139 questions
0 votes
1 answer
94 views
Customising input fields of Joomla login page with template override
I am trying to customise the display of the login page (not the login module) for Joomla 5. I am working with the file /html/com_users/login/defalt_login.php, which does indeed control the display of ...
0 votes
1 answer
120 views
Why won't my CSS variables change value?
I'm making changes to Atum. I'm changing the colours and I'm using user.css. I've placed it in: /media/templates/administrator/atum/css/user.css I initially tried using :root and giving each ...
1 vote
1 answer
122 views
Tagged Weblinks appearing in a Compact List linking to items on external site require two clicks to get to items. - Version 4.4.2 -
At the url below there is a tag at the top left called "Big Picture Pubs". It leads to a table showing a compact list of tagged weblinks. https://www.victoriasforestryheritage.o ... cture....
0 votes
1 answer
126 views
How do I override Joomlas default field template, but just in my component?
Is it possible to override the default field template just in my component? How would I go about doing it? The template I specifically want to override is "joomla.form.renderlabel", which is ...
0 votes
1 answer
313 views
Joomla 4 - Cassiopeia index.php override
I have created a child template from the main cassiopeia template and I can see it there. I then created an index.php in the root of the child template folder. Making changes to this file doesn't ...
0 votes
1 answer
616 views
ModuleHelper::renderModule with custom parameters
I am loading a module from an article overide. The module needs different parameters depending on places I load it from. In Joomla 3, I could do use (in an article overide) : // Load module jimport('...
1 vote
1 answer
101 views
How implement the PHP strip_tags in the Joomla 4-file com_content/archive/default_items.php
In Joomla 4.3.1, I've made an override of the com_content/archive/default_items.php Now I want to strip tags and display the string (text from article) as one line <p> only. Without any ...
2 votes
2 answers
254 views
Adding Javascript to the Administrator Template
Is there a way to add Javascript to the Joomla Administrator template without creating a child template? Something equivalent to /media/templates/administrator/atum/css/user.css for Javascript.
0 votes
3 answers
957 views
Setting template color scheme
I just want to create a new color scheme and replace the root primary colors with it, how do I proceed?
1 vote
1 answer
309 views
About Joomla 4 Lazy Loading feature
everyone. I've read this: https://magazine.joomla.org/all-issues/january-2021/using-native-lazyloading-on-your-website, so it's clear to me that media images inserted in articles content will be lazy-...
0 votes
1 answer
107 views
Alternative switcher.css in Joomla 4
Example switcher radio field: <field name="myradio" type="radio" default="0" label="Myradio" class="btn-group btn-group-yesno" layout="joomla....
1 vote
0 answers
131 views
Article layout override in J!4
I'm starting to worry about updating my Joomla! 3 to Joomla! 4 (4.0.6 at the time of posting this). In Joomla!, 3 I used a lot the functionality that allows to create article layout overrides by ...
0 votes
1 answer
247 views
Layout override for repeatable subform custom field
I am trying to apply custom field override to my article and some of the fields I am trying to access are inside repeatable and non-repeatable subforms. Please how do I access and display subform ...
1 vote
1 answer
59 views
What is the recommended way to reproducibly override an administrator layout?
I need to override an administrator layout, and the override needs to be easily reproducible in different Joomla installations. Currently, we are using extensions to achieve reproducibility. However, ...
0 votes
0 answers
45 views
Display liste of items grouped by catégorie
I create a blog liste modèle category in joomla 4, need some help to customise it In ordre to display item grouped by catégorie Like Cat 0 parent |_Cat1 |_Item 1 |_Item 2 |_Cat2 |...