Problems with imageshow in home page after component install

GK User
Mon Feb 20, 2012 5:50 pm
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
User avatar
Fresh Boarder

GK User
Wed Feb 22, 2012 12:09 am
I don't see any attachment, could you upload it again ? Probably there is some JavaScript conflict between Image Show and this module scripts, if they use jQuery please try to use noConflict() declaration.
User avatar
Platinum Boarder


cron