Page 1 of 1

Simple Slider Problem

Posted: Thu Nov 26, 2009 12:27 am
by james123
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...

Re: Simple Slider Problem

Posted: Sun Feb 07, 2010 7:25 pm
by xmas3
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

Code: Select all

<?
with

Code: Select all

<?php
and all php starts in all scripts with echo, f.e.

Code: Select all

<?=$this->Lang
  with 

Code: Select all

<?php echo $this->Lang
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

Re: Simple Slider Problem

Posted: Fri Jul 02, 2010 6:22 pm
by Stryker777
This was an issue for me too.  The fix was an older version of s3Slider.js  The current one will not work for me.