Hi I am getting this error while trying to get to theme from the template manager.
Fatal error: Call to undefined method TemplatesHelper::getActions() in /home/fzia88/public_html/(mywebsite).com/plugins/system/t3/admin/tpls/default.php on line 22
Also, the site does not look at all like the demo. Can you please help make it look like the demo site.
I was able to fix the error with this update to line 22:
//$canDo = TemplatesHelper::getActions();
$canDo = version_compare( JVERSION, '3.2.2', 'ge' )? JHelperContent::getActions('com_templates') : TemplatesHelper::getActions();
However, my site still does not look anything like the demo site. Can you please help
Hi Mohammed,
We have not received any response back from you in over 7 days, and would like to know if you consider this issue to be resolved. If you have any further questions related with this topic, simply reply to this post.
Thanks