Jump to content

[SOLVED] Slider speed setting


Uniq

Recommended Posts

Hi,

Yes I did save the settings. The speed was at 500, so I tried going up and down, wasn't sure which way to go. Pause was at 6000 lowered to 3000 and nothing. I hadn't cleared cache but I tried on another pc to look for a change.

Link to comment
Share on other sites

I am making the changes here, In the homeslider.php is that correct? I have made alot of changes but in the css files and they work fine. I may be in the wrong file? lol

 

 

 

/* Sets up configuration */

$res = Configuration::updateValue('HOMESLIDER_WIDTH', '535');

$res &= Configuration::updateValue('HOMESLIDER_HEIGHT', '300');

$res &= Configuration::updateValue('HOMESLIDER_SPEED', '500');

$res &= Configuration::updateValue('HOMESLIDER_PAUSE', '6000');

$res &= Configuration::updateValue('HOMESLIDER_LOOP', '1');

/* Creates tables */

$res &= $this->createTables();

Edited by Uniq (see edit history)
Link to comment
Share on other sites

  • 3 years later...

Hi, I have some question to slider module as well.  B)

  • My Slider was working well, but suddenly it is not "sliding" anymore and even with the arrows below I can not change the image. 
  • I was trying to change the images next to the slider, but although they have the same size as the ones I am using already, they are not showing up. 

I did clear cache, but no changes... 

 

Any idea how to fix that?

 

Thanx  :)

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...