Dear bmimir,
How to Fix those errors:
- With error "Fatal error: Class 'YtTemplateUtils' not found in /home/cazadma7/public_html/templates/sj_business/html/com_content/feautured/default_item.php on line 47" =>Update attached yt.zip plugin file.
-With error "SJ Content Mega Slider module doesn't load images" => Edit .php theme files ( theme1.php, theme2.php, theme3.php, theme4.php...):
Please open files in folder: yoursite/modules/mod_sj_content_megaslider/tmpl/ and find:
$stylesheet = YTools::layout('styles.php');
change to:
$stylesheet = include_once 'styles.php';
Thanks