I installed ZJ Silver and absolutely love it! I haven't ran into any issues so far.
Thanks for the great template!
Rekrab
Printable View
I installed ZJ Silver and absolutely love it! I haven't ran into any issues so far.
Thanks for the great template!
Rekrab
Thanks for the good feedback rekrab,
I'd suggest you use the ZJ Silver template from the templates pack available here.
This version has a better carousel for the extra product images and the link to zencart-jquery.com can be removed from the includes/languages/TEMPLATE_NAME/english.php file, although I'd prefer if you left it there.
With the templates pack, you will also have other templates that you can pick and choose your favorite bits from to create your own unique template.
All animation effects , product counts and so on will be moved to the admin section soon,
Ant.
Hi Anthony
Just wanted to say your template is amazing. I installed it and it worked great. Thanks so much. Do you have a way to get in touch incase I run into problems later on? Thanks again
Ok I ran into one small problem :) How do I add additional product images like you have in your silver wide template with the A bug's life product? Thanks.
I know this may sound stupid but it only lets me upload 1 picture for each product..it just keeps overwriting. How do I change that? Thanks so much.
additional images are named the same as the main product image, except for they need _1, _2,.....so on and so forth.
mainimage.jpg
mainimage_1.jpg
mainimage_2.jpg
these images can not be uploaded from the products page in the admin. If you have image handler installed there is a page that will upload and name the images correctly for you. Otherwise you need to ftp them to the server yourself.
That worked fine, now the problem that im having is in IE if you click on the plus sign say in New Products For June the plus, minus sign for Featured Products move up in the new products for june box. It works fine in FF though.
How do i fix that also the arrow to close the box do not work either in IE or FF.
Thanks Barco
I just FTPed them to the site but for some reason they are showing up twice. You can see here
http://distortedpixels.com/store/ind...df9590c012faef
Hi Luke,
this is because of the size the carousel area, if you upload 4 or more images this will not happen. I'll fix this in the next updates.
For now, can you search for
E(".JMyCarousel").jMyCarousel();
in
includes/templates/zj_silver_wide/jscript/jscript_jquery-zcj-controls.min.js
and change to
E(".JMyCarousel").jMyCarousel({circular: false });
Let me know if this helps for now.
Ant.