Simple Slider Problem

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
james123
Forum Members
Forum Members
Posts: 12
Joined: Thu Nov 12, 2009 12:05 pm

Simple Slider Problem

Post 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...
xmas3
Forum Members
Forum Members
Posts: 41
Joined: Sat Jul 28, 2007 9:22 am
Location: Bratislava / Slovakia

Re: Simple Slider Problem

Post 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
Stryker777
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 08, 2008 4:21 am

Re: Simple Slider Problem

Post 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.
Post Reply

Return to “Modules/Add-Ons”