Zen Cart Logo
Forums / Addon Templates / Advent/Xmas Template Support Thread

Advent/Xmas Template Support Thread

Locked

Views: 2,487

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 Nov 2008, 2:49 PM
#1
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Advent/Xmas Template Support Thread

Suitable for ZenCart 1.38 and 1.3.8a
Advent/Christmas/Everyday Template
Fixed width 3 column display
Colors: Styled in different shades of Blue/Pale Blue and White.
2 Blank Headers included so you can add your own text,
including one blank header for non Xmas/Advent Use.
Install Instructions included.
Tested using Firefox, IE6, IE7, Opera, Safari, Google Chrome.
Submitted to ZenCart Contributions...
Until then, available from
http://www.dezinacart.com/index.php?main_page=product_info&cPath=13&products_id=97

21 Apr 2009, 10:10 PM
#3
tiaz avatar

tiaz

New Zenner

Join Date:
Apr 2009
Posts:
36
Plugin Contributions:
0

Re: Advent/Xmas Template Support Thread

Love the template, just have one issue...
Top of the page catogory navigation, I need to change the text from grey to another colour.
Ive altered all manner of things in .css nothing seems to affect the colour of tha nav link text at top?
Thanks

14 Oct 2009, 10:38 AM
#4
keyclearste avatar

keyclearste

New Zenner

Join Date:
Jan 2009
Location:
UK
Posts:
17
Plugin Contributions:
0

Re: Advent/Xmas Template Support Thread

The template is working fine in FF and all looks good, but I'm having a problem with the three column display in IE. Any chance you could have a look and point me in the right direction please. site is at https://www.londonprogolf.co.uk. Thanks, Peter

14 Oct 2009, 11:59 AM
#5
keyclearste avatar

keyclearste

New Zenner

Join Date:
Jan 2009
Location:
UK
Posts:
17
Plugin Contributions:
0

Re: Advent/Xmas Template Support Thread

It's ok, just found the solution:

in includes/modules/featured_products.php , change
$col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS);
for
$col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS) - 1;

The same patch should be made to
new_products.php
specials_index.php

thanks, Peter