Hello,
im testing the t4 framework with the free template on Joomla 4.1.5 and I have found an issue. If I try to add an image to masthead background, from menu item, i get following error : Class "HTMLHelper" not found
I have search, and if the change the mastheat element in t4framework plugin, it work. This line makes the trouble:
$page_background_img = HTMLHelper::cleanImageURL($page_background_img)->url;
How to fix this? And how not loose the changes?
Thanks.