Jump to content

homeslider doesn't show images (default template)


Recommended Posts

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

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 by yaniv14 (see edit history)
  • Like 1
Link to comment
Share on other sites

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

  • 2 months later...
×
×
  • Create New...