Hello,
I've installed financial business template on my demo site and after the installation of a component (stalytics2) I have a problem with image show module. The installation of stalytics required to add few line after the end of the head area into the index.php of the template:
<?php
######################### Stalytics-Component start ####################################################
if(file_exists('components/com_stalytics2/stalytics.js.php')){
require_once('components/com_stalytics2/stalytics.js.php'); }
######################### Stalytics-Component end ####################################################
?>
The component is ok, but the home page imageshow module now displays only a section of the images in the gallery, as shown in attachment.
How could I fix the problem?
Thanks,
Rocco