chanansh Posted May 15, 2013 Share Posted May 15, 2013 Hi, I am new to PrestaShop. Just installed it on a GoDadday shared server. I designed my website but when I add the homeslider module it seems like it doesn't show the images (I reinstalled it to make sure but it still doens't work). Any suggestion please? url where you can see the problem: yogly.co.il (go to the buttom, you will see the number changing but the image is not seen). I did some inspection with chrome and it seems like the "left" css property changes every few seconds so I guess the js is working. so why can't I see the images? Link to comment Share on other sites More sharing options...
yaniv14 Posted May 15, 2013 Share Posted May 15, 2013 (edited) When using RTL language you need to revert the direction of the slides back to LTR. So change 'modules/homeslider/bx_styles.css' line #8 from .bx-window {margin-bottom:20px;} to .bx-window {margin-bottom:20px;direction:ltr !important;} Edited May 15, 2013 by yaniv14 (see edit history) 1 Link to comment Share on other sites More sharing options...
vekia Posted May 15, 2013 Share Posted May 15, 2013 hey @chanansh i checked yaniv solution and it works, can you check it too? we're waiting for your reply in this case regards Link to comment Share on other sites More sharing options...
chanansh Posted May 15, 2013 Author Share Posted May 15, 2013 seems like it works. Thank you Yaniv for figuring this out (how did you figure this out anyway?) Hanan Link to comment Share on other sites More sharing options...
chanansh Posted May 16, 2013 Author Share Posted May 16, 2013 Hi, another issue though if I may: the slider doesn't move with alignment with the pictures which causes the images to be clipped and two images are seen every move.... Am i suppose to synchronize the image size and the banner size myself? Link to comment Share on other sites More sharing options...
yaniv14 Posted May 16, 2013 Share Posted May 16, 2013 Update the image size in the module configuration and re upload the image in the proper size Link to comment Share on other sites More sharing options...
ipcomp1 Posted July 29, 2013 Share Posted July 29, 2013 Hello Yaniv I have try your fix on version 1.5.4.1 .bx-window {margin-bottom:20px;direction: ltr !important;} and it doesn't seems to work , have any idea how to fix it ? Link to comment Share on other sites More sharing options...
Recommended Posts