How to sort the order of images in Product Slider

Hi, 
Currently I have an issue with the imager order in Product Slider. I cannot figure out how to influence the order of the images shown in the Product Slider. I would like to change the order of the images, e.g. the second image should become first image etc.
I tried out in the backend to rename the source name of the images, but it didn’t work. 
I also tried out to rename the images on my webserver via ftp by adding prefix
1_….
2_…
But this also did not work. 
What I am doing wrong? 

3 answers

Profile photo of burger4you 40.00 $tone April 7, 2015
Public

Hi Mall, 
 
thanks for your support. What exactly did you do to fix it? Was it a wrong setting in the backend or a wrong coding in your extension files? 
Will it work now if I change the file names from numeric names to alphanumeric names? 
Thanks. 

#2
Profile photo of tuan le van 11570.00 $tone April 9, 2015
Public

Hi burger4you,

What exactly did you do to fix it?

=>      skin/frontend/default/jm_jasmine/joomlart/jmslideshow/css/jm.slideshow.css change line 29 : margin: 0 to margin: 0 !important;
          — rename app/design/frontend/default/jm_jasmine/template/joomlart/jmslideshow/basic.phtml to basic.bak.phtml

Was it a wrong setting in the backend or a wrong coding in your extension files? 

=> It’s not a wrong setting in the backend. It is a issue of a custom basic.phtml (app/design/frontend/base/default/template/joomlart/jmslideshow/basic.phtml) in the jasmine theme.

Will it work now if I change the file names from numeric names to alphanumeric names? 

=> It is ok, you can change the file name as you want.
Best regards,
Kan Lee

#3

Please login or Register to Submit Answer

Written By

Comments