beatrice79 Posted May 12, 2014 Share Posted May 12, 2014 Could someone advise me how i can reduce the height of the slider and images frame on default template theme. The client would prefer a smaller slider, however I am unable to do this with the back end office features. website www.nutritionnet.co.uk/prestashop Where can i locate the CSS or HTML coding for this? THANKS Link to comment Share on other sites More sharing options...
Bill Dalton Posted May 12, 2014 Share Posted May 12, 2014 prestashop\modules\homeslider Link to comment Share on other sites More sharing options...
beatrice79 Posted May 12, 2014 Author Share Posted May 12, 2014 Thanks for your reply, but there are no options to reduce the height of slider just the width Link to comment Share on other sites More sharing options...
beatrice79 Posted May 12, 2014 Author Share Posted May 12, 2014 sorry i meant to suggest that i would prefer to keep the width but change the height..... the option you provided reduces the whole slider box Link to comment Share on other sites More sharing options...
Bill Dalton Posted May 12, 2014 Share Posted May 12, 2014 /* 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', '3000'); $res &= Configuration::updateValue('HOMESLIDER_LOOP', '1'); prestashop\modules\homeslider\homeslider.php Link to comment Share on other sites More sharing options...
Goyo Posted May 18, 2014 Share Posted May 18, 2014 (edited) /* 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', '3000'); $res &= Configuration::updateValue('HOMESLIDER_LOOP', '1'); prestashop\modules\homeslider\homeslider.php Hi beatrice79 and Bill Dalton, I have problems with the homeslider and Internet Explorer. I was thinking the problem was the width and height of images but this is wrong. I'm searching the solution in the Prestashop forums and I find this post. I check with IETester Program, the web www.nutritionnet.co.uk/prestashop (topic #1) and this is working with iExplorer 8+ without big problems. If you know this, could you say me what changes I do to run correctly? The website is www.agetro.com/psdelcami, I'm using the version 1.6.0.6 and I have changed the "Sets up configuration" in the file prestashop\modules\homeslider\homeslider.php according to the width and height of the images but I don't know what changes I have to do more. Thanks in advance. Edited May 18, 2014 by Goyo (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts