I cant seem to get the simple slider module to work.
I have downloaded the 2 javascript files and added them to the lib folder within the public-html folder on the websites server where cms ms has been installed.
Which lib folder is the javascript suppost to exactly go into.
The module has installed properly and i added {cms_module module='SimpleSlider'} to my home page.
Is there anything else that i need to do further for this module to work.
The gap (meaning the text gets pushed down as if the module is working) for where the images should be is on the home but the images seem to not display at all.
Also can someone please explain to me the process of creating a new show and adding the images to that show. I had trouble adding a new show and the images to you. Its not the easiest module to use.
Thanks in advance...
Simple Slider Problem
Re: Simple Slider Problem
Hi James123 and all having troubles with Simple Slider.
Using CMSMS 1.6.6 and SS 0.3 I found solution how to get it work !
I just replaced all php sections starting with with
and all php starts in all scripts with echo, f.e.
with
and it works for me like a charm !
Also copied the jquery.js and s3Slider.js into root/lib folder.
Hope this can help you.
Miro
Using CMSMS 1.6.6 and SS 0.3 I found solution how to get it work !
I just replaced all php sections starting with
Code: Select all
<?
Code: Select all
<?php
Code: Select all
<?=$this->Lang
Code: Select all
<?php echo $this->Lang
Also copied the jquery.js and s3Slider.js into root/lib folder.
Hope this can help you.
Miro
-
- Forum Members
- Posts: 17
- Joined: Sat Mar 08, 2008 4:21 am
Re: Simple Slider Problem
This was an issue for me too. The fix was an older version of s3Slider.js The current one will not work for me.