Forums / Addon Templates / Lavender Template Support Thread

Lavender Template Support Thread

Results 1 to 20 of 263
14 Dec 2006, 17:17
#1
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Lavender Template Support Thread

This thread has been started to support the "Lavender Template"

This is a two for one template. You will install with this template a soft lavender colored template and an implementation of the Better Categories Module by gilby.
BetterCategories questions probably belong in the respective support thread.

http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=413
14 Dec 2006, 19:35
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Posts:
10,475
Plugin Contributions:
9

Re: Lavender Template Support Thread

Just happened by the forum in time to see that you've been busy KoBra!

For anybody else that would like to see the new template in action ... there's a working copy here.
14 Dec 2006, 21:18
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

kurio,

Thank You Mate...having it on the template viewing site will be beneficial to the community.
15 Dec 2006, 00:19
#4
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Lavender Template Support Thread

Look really good!
15 Dec 2006, 02:18
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

To all:

This is what I consider a pleasing, but basic template to start with.
Not at all at the limits of what can be done but then it is FREE.
16 Dec 2006, 05:04
#6
autumnlisa avatar

autumnlisa

New Zenner

Join Date:
Dec 2006
Posts:
13
Plugin Contributions:
0

Re: Lavender Template Support Thread

Hi all,
I LOVE the template but am having some issues with my header logo showing up, I'm getting the X instead of a pic. site is http://skin-s-sents.ca/ZenCart/index.php I did have most everything else set up but went back to the default thinking I messed something up. I'm sure this is something simple enough but I'm new and just not getting it. I did edit the /includes/languages/english/header to read either logo.gif or logo.png (I tried them both) and put the pic in /includes/templates/custom/images, and chose 'custom' template in admin, so if someone could please give me some tips on how I may fix this so I can move on that would be greatly appreciated!
Lisa
16 Dec 2006, 07:13
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

Currently it is seeking this image at this location:
/ZenCart/includes/templates/template_default/images/logo.png

Make sure that the image is placed at this location:
/ZenCart/includes/templates/lavender/images/logo.png

Also, double check that spelling and the case match where you have edited the file and it matches the actual file as:
logo.png is not the same as logo.PNG or Logo.png
16 Dec 2006, 17:00
#8
autumnlisa avatar

autumnlisa

New Zenner

Join Date:
Dec 2006
Posts:
13
Plugin Contributions:
0

Re: Lavender Template Support Thread

Oh god, I am a true blonde, it was named Logo.png and my header.php said logo.png, I knew it was going to be something simple. Well, there's 4 hours of my life I will never get back! lol Thanks kobra!
18 Dec 2006, 01:03
#9
autumnlisa avatar

autumnlisa

New Zenner

Join Date:
Dec 2006
Posts:
13
Plugin Contributions:
0

Re: Lavender Template Support Thread

Another question...

I'm trying to change the Category Heading 'For the..." from center align to left align. I did try changing various things like adding
[HTML].leftBoxHeading{
text-align: center;
}[/HTML]
and changing the padding from 0.5 to:
[HTML].leftBoxHeading, .centerBoxHeading {
margin: 0em;
background-color: transparent;
padding: 0.2em 0.2em;
}[/HTML]

but nothing is working for me so I thought it might be something specific to this template?
Thanks, Lisa

Oh, 1 more thing, trying to get rid of the Bath Body ...etc in the purple bar under the tagline. What is that bar called? so I can try to find it.
18 Dec 2006, 02:47
#10
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: Lavender Template Support Thread

Try:

text-align: left;
18 Dec 2006, 03:07
#11
autumnlisa avatar

autumnlisa

New Zenner

Join Date:
Dec 2006
Posts:
13
Plugin Contributions:
0

Re: Lavender Template Support Thread

Sorry, text-align: center; WAS a typo, I actually did put : left
18 Dec 2006, 03:20
#13
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: Lavender Template Support Thread

I am looking at your stylesheet and I am not seeing it. Where did you put it?
18 Dec 2006, 14:26
#14
autumnlisa avatar

autumnlisa

New Zenner

Join Date:
Dec 2006
Posts:
13
Plugin Contributions:
0

Re: Lavender Template Support Thread

Kim:

I am looking at your stylesheet and I am not seeing it. Where did you put it?


The changes are on line 530
19 Dec 2006, 01:04
#15
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

Oh, 1 more thing, trying to get rid of the Bath Body ...and
If someone can help me out with the text on the purple block still

If these are the same things and what I thing they are(as bath &* body are not Zen Caqart terms)....

admin > coinfig > layout settings > Categories-Tabs Menu ON/OFF > set to "0"
19 Dec 2006, 17:20
#16
autumnlisa avatar

autumnlisa

New Zenner

Join Date:
Dec 2006
Posts:
13
Plugin Contributions:
0

Re: Lavender Template Support Thread

Perfect! That worked. I hate to be a Pain in the a** but I'm afraid to go changing stuff when I have no idea what they are called.

Thanks again!
Lisa
16 Jan 2007, 09:32
#17
nancyok avatar

nancyok

New Zenner

Join Date:
Aug 2006
Posts:
89
Plugin Contributions:
0

Re: Lavender Template Support Thread

How do I change the height of the header for the Lavender Template? Thank you for your help in advance.
16 Jan 2007, 12:28
#18
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

I assume you want to increase the height for a logo:
#logoWrapper{
    background-color: #e5d9e5;
    height: 150px;

Change the value to the same height of your image
15 Feb 2007, 16:32
#19
enchantedlingerie avatar

enchantedlingerie

Zen Follower

Join Date:
Nov 2005
Posts:
101
Plugin Contributions:
0

Re: Lavender Template Support Thread

hi i was hoping someone could give me a hand. im sure this is an easy fix. i was able to do this easily with the classic template. but its different for this one.
i want to change the footer from the purple bar to an image. i cannot find anything in the css to change and there is no tpl_footer file.
how would i go about doing this?

thanks alot
10 Mar 2007, 06:22
#20
metmax avatar

metmax

New Zenner

Join Date:
Jan 2005
Posts:
26
Plugin Contributions:
0

Re: Lavender Template Support Thread

I have been been using the Lavender Template to create my website and it is excellent. However, I have a minor glitch I am hoping I can get some help with. Since the Lavender Template uses the BetterCategories Add-on I'm hoping this is the right place. I am using a bullet graphic in my sideboxes. I am able to un-comment the line in the categories and ez-pages sideboxes that allows a space between the graphic and the text, but I am unable to do so in the information and more information sideboxes (since the same lines are not present). I have tried cutting and pasting the text from the tpl_categories file to the tpl_information file, but it doesn't seem to work:

$spacer = '';
// uncomment next line to add 1 space between image & text
$spacer .= ' ';

Is there something else I need to do?

To view my test site, please visit http://www.metropolistoys.com/zencart137/

Thanks.