tjtang Posted August 27, 2014 Share Posted August 27, 2014 Using PS 1.6.0.9, under Admin > Modules > "Image slider for your homepage" I set Speed to 500 milliseconds and pause to 60000 milliseconds and save. This doesn't seem to have an effect on the carousel timings on the homepage. Link to comment Share on other sites More sharing options...
NemoPS Posted August 27, 2014 Share Posted August 27, 2014 Hi, are you using a custom theme? Link to comment Share on other sites More sharing options...
tjtang Posted August 27, 2014 Author Share Posted August 27, 2014 I duplicated the default-bootstrap theme but haven't customised it Link to comment Share on other sites More sharing options...
invpts3 Posted October 8, 2014 Share Posted October 8, 2014 Hello there, I have this problem too. I made the Pause longer but without any difference. Every three seconds it's changing. When I change it Pause from 500, to 5000, 50000, 500000, 5000000, it all remains exactly the same. And when I brought the amount of images backt to just 1 image, that one image is still fading in and fading out while I turned off Automatic Playing. Strange and annoying. Link to comment Share on other sites More sharing options...
NemoPS Posted October 10, 2014 Share Posted October 10, 2014 Check your theme folder, js/modules/homeslider/js and see the js file there, if any. The bootstrap theme sets defaults there if (typeof(homeslider_speed) == 'undefined') homeslider_speed = 500; if (typeof(homeslider_pause) == 'undefined') homeslider_pause = 3000; if (typeof(homeslider_loop) == 'undefined') homeslider_loop = true; if (typeof(homeslider_width) == 'undefined') homeslider_width = 779; So you can change tehse if the rest doesn't work Link to comment Share on other sites More sharing options...
invpts3 Posted October 10, 2014 Share Posted October 10, 2014 Hi Nemo, thanks for your answer. I downloaded the Homeslider file, it was completely empty. Then I placed if (typeof(homeslider_speed) == 'undef.... etc. in it. Nothing changed. Also not when I edited the values. I think this EDA-theme I've installed saves his slidervalues at a different location. Maybe I should ask the templatebuilder. Link to comment Share on other sites More sharing options...
NemoPS Posted October 11, 2014 Share Posted October 11, 2014 Well in that case, yes, if you are using a custom theme it's way better to ask the developer Link to comment Share on other sites More sharing options...
invpts3 Posted October 11, 2014 Share Posted October 11, 2014 Ok, thx! Link to comment Share on other sites More sharing options...
Recommended Posts