Shape 5

Joomla Club Extensions => Image Slide - Club => : beerallica March 10, 2010, 02:09:14 PM



: S5 Image Slide doesn't work
: beerallica March 10, 2010, 02:09:14 PM
Hello,

I have installed S5 Image Slide on http://www.beer.gr/index.php/market but the slider doesn't start. I've checked it with IE, Firefox, Chrome & Safari, made sure mootools are loaded, fiddled with the effects, but nothing seems to make it work. It displays the first image and then just sits there. Any hints would be highly appreciated.

Thanks,

Alex


: Re: S5 Image Slide doesn't work
: jonahh March 11, 2010, 01:14:46 PM
Hello,

Does adding the following help?

http://www.shape5.com/component/option,com_smf/Itemid,75/topic,10641.0/


: Re: S5 Image Slide doesn't work
: beerallica March 11, 2010, 07:13:29 PM
Thanks Jonahh, but no. That's already there.

I tried adding that line just after the php opening tag at the top of the page, just below _JEXEC, and just below jdoc, but nothing made the slider, well, slide. If you check the page source you'll see that mootools.js is called OK, but it doesn't work for some reason.


: Re: S5 Image Slide doesn't work
: jonahh March 12, 2010, 01:26:40 PM
Looking at your site again I see you have a lot of JS files here and even more throughout the source:

<script src="/templates/beer/js/jquery.js" type="text/javascript"></script>
<script src="/templates/beer/js/jquery.pngfix.js" type="text/javascript"></script>
<script src="/templates/beer/js/jquery.imghover.js" type="text/javascript"></script>
<script src="/templates/beer/js/hoverIntent.js" type="text/javascript"></script>
<script src="/templates/beer/js/superfish.js" type="text/javascript"></script>
<script src="/templates/beer/js/jquery.functions.js" type="text/javascript"></script>

Most likely one of these js files is conflicting with the image slide module and causing the problem.  You could try the following and it may help, open up the mod s5 image slide php file in your modules folder and look for:

:
$mainframe->addCustomHeadTag('<script language="javascript" type="text/javascript" src="modules/mod_s5_imageslide/s5_imageslide/mootools.js"></script>');
$mainframe->addCustomHeadTag('<script language="javascript" type="text/javascript" src="modules/mod_s5_imageslide/s5_imageslide/class.noobSlide.packed.js"></script>');


replace it with:

:
echo '<script language="javascript" type="text/javascript" src="modules/mod_s5_imageslide/s5_imageslide/mootools.js"></script>';
echo'<script language="javascript" type="text/javascript" src="modules/mod_s5_imageslide/s5_imageslide/class.noobSlide.packed.js"></script>';


: Re: S5 Image Slide doesn't work
: beerallica March 13, 2010, 04:01:56 AM
No luck either.
I tried this both locally (on the dev server) and live, same results.


: Re: S5 Image Slide doesn't work
: beerallica March 13, 2010, 12:02:16 PM
However, the slider worked fine when I removed the jquery scripts.
It's now rolling smoothly, thanks for your assistance Jonahh.


: Re: S5 Image Slide doesn't work
: junioroz April 09, 2010, 10:18:31 AM
Same issue with my site:

www.thebohoclub.co.uk/temp

When the is enabled Image Slide also messes up the YT Carousel module on the nights page...

Any ideas?


: Re: S5 Image Slide doesn't work
: jonahh April 09, 2010, 11:57:51 AM
This is most likely because the YT module is using the mootools library just like the image slide does.


: Re: S5 Image Slide doesn't work
: junioroz April 09, 2010, 07:25:14 PM
Hi Jonah,
thanks for your reply, the YT module works fine when the Image Slide is disabled....
Thanks