Hi Guys,
I am using your Manufacturer template on a Joomla 5 site, and every single time I update the template, my pages that run the articles addon completely crashes with a fatal error.
The issue is located in your template override file here:
/templates/manufacturer/html/com_content/article/default.php
On or around line 37, the code calls a legacy Joomla 3 method:
JHtml::_('behavior.caption');
Because JavaScript captions and the behavior.caption asset handler were completely removed in Joomla 5, this triggers a fatal error (behavior::caption not found), which then throws the site into an infinite recursion memory loop with the PHP Debugbar/ClassLoader.
Could your development team please modernize this template override? The behavior.caption line needs to be removed entirely, and legacy methods like JHtml:: and JFactory should be updated to use modern Joomla 5 namespaces (HTMLHelper:: and Factory).
Every time the template updates, it overrides my manual fixes and breaks the production site. Please update the master installation package so this fix persists.
Thank you!