Page 1 of 1

Carousel - SHOW ALL

Posted: Sat Sep 04, 2010 10:44 am
by medicom
Hi,
Maybe many of you wants to show all available thumbnails in carousel box. Ok, there are two simple steps:

1. Open the file your_shop/javascript\jquery\plugins\jCarousel/jCarousel.js and find:
"var divSize = liSize * v;" - row 245;
replace with:
"var divSize = liSize * itemLength;"

NB: If you want to show only exact number of thumbnails, you have to replace the itemLength variable with this number :)

2. Open the file your_shop/javascript/product.functions.js and find:
$("#ImageScrollPrev").show();
$("#ImageScrollNext").show();

replace with:
$("#ImageScrollPrev").hide();
$("#ImageScrollNext").hide();


with this step we hide the Next and Previous buttons
That's it.
NB: If you have many thumbnails you have to increase the size of the content windows

Re: Carousel - SHOW ALL

Posted: Wed Sep 22, 2010 6:53 am
by mipra
NB: If you have many thumbnails you have to increase the size of the content windows
it works!!! Thank You very much. How do you "increase the size of the content windows" exactly?

Re: Carousel - SHOW ALL

Posted: Sat Oct 23, 2010 5:45 am
by mipra
Anybody want to reply? :roll:

Re: Carousel - SHOW ALL

Posted: Mon Oct 25, 2010 10:45 pm
by medicom
this is the "width" property of .content class in your-template/Style/style.css file