After updating to Joomla! V5.2.4, many users have reported issues with templates built using the Helix framework, particularly that the header has disappeared. This problem appears to be related to changes in the Joomla update, which may have affected how template settings are saved and displayed. Fortunately, there is a temporary solution that can help restore the header functionality while we await further updates from Joomla.
Solution
To resolve the missing header issue, follow these steps:
- Locate the
options.xml
file: This file is typically found in the directory of your template, such astemplates/[template-name]
or your custom template directory. - Edit the
options.xml
file:- Open the
options.xml
file in a text editor. - Find all instances of
type="checkbox"
and look for thedefault
attribute. - If you see
default="0"
, change it todefault=""
(an empty string).
For example, change this:
<field name="predefined_header" type="checkbox" helixgroup="header" label="HELIX_ULTIMATE_PREDEFINED_HEADER" description="HELIX_ULTIMATE_PREDEFINED_HEADER_DESC" default="0" />
To this:
<field name="predefined_header" type="checkbox" helixgroup="header" label="HELIX_ULTIMATE_PREDEFINED_HEADER" description="HELIX_ULTIMATE_PREDEFINED_HEADER_DESC" default="" />
- Open the
- Check Template Settings: Ensure that your predefined header is enabled in the template settings after making the changes.
- Clear Cache: Clear Joomla’s cache to make sure the changes take effect.
This temporary fix should help restore your header functionality. Keep an eye on updates from Joomla for a more permanent solution with new version Joomla! V5.2.4.
- Your website lost header area after update to Joomla! V5.2.4, how to solve it? - February 21, 2025
- What is the Sticky Option in SP Page Builder? - January 26, 2025
- How to Add an Anchor in SP Page Builder ? - January 26, 2025
Recent Comments