Re: ZJ Silver Support Thread
Hi Daniel,
Looks like all you need is the style sheet so.
Just use the default zencart template & replace the style sheet with the one included with the ZJ-Silver template.
No need to add any of the jscript, or template files if you don't want any of the jQuery functions.
Ant.
Quote:
Originally Posted by
suncoastcustoms
Haha, even simpler. I don't even need that. I can just embed my images in the product description. My store will not have lots of items, only a few higher priced items. Taking a little more time for me to create each item's page is not a big issue for me.
Daniel.
Re: ZJ Silver Support Thread
It looks like my ZenCart jQuery template pack has just been added to the templates download section, you can now get it here.
This includes 5 templates including an updated ZJ_Silver template.
Please post any issues here or on the blog and I will try to address them as time permits,
Thanks, Ant.
Re: ZJ Silver Support Thread
I installed the mod column divider pro and column layout grid. The problem that im having is that in the special boxes they still show in a row and not in a column.
Is there away to fix this? If so then how do you go about doing so?
Can be seen here: http://dealz-r-us.com/index.php?main...dex&cPath=3_10
thank you
Re: ZJ Silver Support Thread
Can't see your site at the moment so can't see which template you are using, you seem to have removed some files.
All you should need to do is just remove /includes/modules/TEMPLATENAME/specials_index.php
Quote:
Originally Posted by
dscott1966
I installed the mod column divider pro and column layout grid. The problem that im having is that in the special boxes they still show in a row and not in a column.
Is there away to fix this? If so then how do you go about doing so?
Can be seen here:
http://dealz-r-us.com/index.php?main...dex&cPath=3_10
thank you
Removing "Free ZenCart theme Jquery" footer
For those of you who have the zj silver template and want to get rid of that bottom "free ZenCart" footer...
It is located in the jscript_jquery_xtra_controls_min.js file in the 'jscript' folder of the zj_silver template folder.
Open the file and do a quick search for jquery or free Zencart or whatever else is in that bottom line you want to remove.
Just delete everything within the <div> tags and re-upload. It will remove the Jquery add-on at the bottom footer of the page.
Re: Removing "Free ZenCart theme Jquery" footer
Thanks rt11234,
That got minified with the javascript on the first release & has been moved to the templates/common/tpl_footer.php for easier removal on the templates pack available here or here.
The updated version in the template pack also contains a different carousel for the extra product images which works a bit better with different sized images.
If anyone needs it as a single download, just let me know,
Ant.
Quote:
Originally Posted by
rt11234
For those of you who have the zj silver template and want to get rid of that bottom "free ZenCart" footer...
It is located in the jscript_jquery_xtra_controls_min.js file in the 'jscript' folder of the zj_silver template folder.
Open the file and do a quick search for jquery or free Zencart or whatever else is in that bottom line you want to remove.
Just delete everything within the <div> tags and re-upload. It will remove the Jquery add-on at the bottom footer of the page.
Re: ZJ Silver Support Thread
Ok thank you for the help with the file i needed to edit to get it to work.
One other thing i added the file, but if you look at the page, the new products, and featured there are lines for products to be put in them, if you hit the plus sign they display the products, is there away to change how many products get displayed, instead of three can i display say 6.
Can be seen here: http://dealz-r-us.com/
Re: ZJ Silver Support Thread
It's still not working correctly for you, the minimize/maximize plus/minus buttons are only showing on your new products box and not specials or featured.
Also the minimize/maximize button on your new products isn't working.
I'll have a look at the contrib you are using to see how to get it working properly together.
As for displaying more products in these boxes, if you do a search in
/includes/templates/zj_black_2/jscript/jscript_jquery-zcj-controls.min.js
for:
var M=2 - this controls the featured count
var A=2 - this controls the new products count
var J=2 - this controls the specials products count
and change 2 to 5, the count starts from 0, so changing to 5 will display 6 products.
Quote:
Originally Posted by
dscott1966
Ok thank you for the help with the file i needed to edit to get it to work.
One other thing i added the file, but if you look at the page, the new products, and featured there are lines for products to be put in them, if you hit the plus sign they display the products, is there away to change how many products get displayed, instead of three can i display say 6.
Can be seen here:
http://dealz-r-us.com/
Re: ZJ Silver Support Thread
Did just what you said in the post above, did not work for me. Where would i go from here?
Re: ZJ Silver Support Thread
Sorry, been away all day & didn't get a chance to look at this yet, will have a proper look tomorrow.
For now, can you search for :gt in that jscript_jquery-zcj-controls.min.js
file, you should find 6 of them, 2 for each of the modules.
Just after the :gt you will see (2) change that to (5) and let me know if all works ok.
These numbers and effects will all be in the admin section soon.
Thanks, Ant.
Quote:
Originally Posted by
dscott1966
Did just what you said in the post above, did not work for me. Where would i go from here?