Zen Cart Logo
Forums / Addon Templates / Comstock Template

Comstock Template

Views: 132,157

Results 221 to 240 of 722
18 Jun 2008, 04:01
#221
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Comstock Template

charmedbytina2:

:jump: Yeah! Happy Dance! That fixed the other ie issue I was having too!

One last thing (please don't hate me...) I would like to change the font color on the Privacy Notice In the EzPage Nave bar - but I can't get it to work!

Thanks,
Tina

Find this declaration in the stylesheet.css

#navEZPagesTop a {
color: #fff; /change this to suit/
}

18 Jun 2008, 05:31
#222
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Comstock Template

Find this declaration in the stylesheet.css

#navEZPagesTop a {
color: #fff; /change this to suit/
}

Ok. That did it. I was this close when I changed this section of the stylesheet....

#navEZPagesTop {
margin: 0;
padding: 6px 0 6px 0;
background: url(../images/tier2_bg.gif) repeat-x;
font-size: 1em;
font-weight: bold;
color: #771b5a;

Thanks so much.

BTW - I love the way the sideboxes go away on the products pages! That is way kewl!!!

Tina

18 Jun 2008, 06:19
#223
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

charmedbytina2:

Ok. That did it. I was this close when I changed this section of the stylesheet....

Thanks so much.

BTW - I love the way the sideboxes go away on the products pages! That is way kewl!!!

Tina

Glad its all working.

12 Jul 2008, 21:20
#224
lextechs avatar

lextechs

Zen Follower

Join Date:
Mar 2005
Location:
Tempe, AZ
Posts:
316
Plugin Contributions:
0

Re: Comstock Template

How do get the banner to be on the main page only, you can see my test site here https://www.lextechs.com/Testsite what i am trying to do is get a banner or have banner 3 only show on the main page and not the other pages

12 Jul 2008, 22:09
#225
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

lextechs:

How do get the banner to be on the main page only, you can see my test site here https://www.lextechs.com/Testsite what i am trying to do is get a banner or have banner 3 only show on the main page and not the other pages

NOTE: This tip can be used with any template!

Open includes/templates/comstock/common/tpl_main_page.php

Find the following section of code at around line(s) 112 - 115

<?php
  if (SHOW_BANNERS_GROUP_SET3 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
    if ($banner->RecordCount() > 0) {
?>

and replace with the following section of code

<?php
  if ($this_is_home_page && SHOW_BANNERS_GROUP_SET3 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
    if ($banner->RecordCount() > 0) {
?>
13 Jul 2008, 03:38
#226
lextechs avatar

lextechs

Zen Follower

Join Date:
Mar 2005
Location:
Tempe, AZ
Posts:
316
Plugin Contributions:
0

Re: Comstock Template

You the man that worked like a charm thanks for you help

13 Jul 2008, 03:44
#227
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

lextechs:

You the man that worked like a charm thanks for you help

Glad to help!

26 Jul 2008, 04:13
#228
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Comstock Template

Question- Link is ip because site isn't live but here it is:
http://74.52.222.34/~exclusiv/index.php?main_page=

I JUST LOVE this template but the color scheme doesn't match well... so I want to fine tune it only. The layout rocks and is everything I hoped for but I need help with the following:

(NOTE- this is only the 3rd template i have installed first was success, 2nd was failure -trying to get fixed and this one was a success so I am new to this I guess is the point)

  1. I would like to remove the gray banner near the top behind the graphic
  2. I would like to change the colors of the boxes,
    3- I would like to make the banner go across the top
    4- add back ground

Here is our current site on a horrible cart: https://www.exclusivelyknd.com but want to try to somewhat mimic the site as far as color scheme etc....

I appreciate any help and if I am asking in the wrong place please send me packing (with a map to the right location of course lol)

Thanks!
Brandy aka newbie!

(I have been operating a zen cart https://www.luvingmammadiapers.com for a year but these new sites are the first i am doing the building of it... the other was built for me and a big headache :( )

26 Jul 2008, 05:22
#229
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

luvingmamma:

Question- Link is ip because site isn't live but here it is:
http://74.52.222.34/~exclusiv/index.php?main_page=

I JUST LOVE this template but the color scheme doesn't match well... so I want to fine tune it only. The layout rocks and is everything I hoped for but I need help with the following:

(NOTE- this is only the 3rd template i have installed first was success, 2nd was failure -trying to get fixed and this one was a success so I am new to this I guess is the point)

  1. I would like to remove the gray banner near the top behind the graphic
  2. I would like to change the colors of the boxes,
    3- I would like to make the banner go across the top
    4- add back ground

Here is our current site on a horrible cart: https://www.exclusivelyknd.com but want to try to somewhat mimic the site as far as color scheme etc....

I appreciate any help and if I am asking in the wrong place please send me packing (with a map to the right location of course lol)

Thanks!
Brandy aka newbie!

(I have been operating a zen cart https://www.luvingmammadiapers.com for a year but these new sites are the first i am doing the building of it... the other was built for me and a big headache :( )

1. I would like to remove the gray banner near the top behind the graphic

open includes/templates/comstock/css/stylesheet.css

find the following declaration and delete the highlighted portion

#navAccountWrapper {
   margin: auto;
background: url(../images/header_bg_2.jpg);
	font-weight: bold;
	color: #ccccff;
	height: 26px;
   width: 907px;	
}

Save the file and upload to your server.

***2. I would like to change the colors of the boxes, ***

The are graphics which you will have to change; they are located in
includes/templates/comstock/images/
sidebox_content_bg.gif
sidebox_header_bg.gif

You will need to edit the images in your graphics editor in order to change the colors.

***3- I would like to make the banner go across the top


open includes/templates/comstock/css/stylesheet.css

find the following declaration:

#logoWrapper {
   margin: 0 auto;
	padding: 0;
	width: 907px;
	height:100px;
	background: url(../images/header_bg.jpg) no-repeat #ccccff;
}

and replace with the following:

#logoWrapper {
   margin: 0;
	padding: 0;
	height:144px;
	background: url(../images/header_bg.jpg) no-repeat #ccccff;
}

Find the following declaration:

#headerWrapper {
   margin: 0 auto;
	padding: 0;
	background: #ccccff;
	}

and replace with the following:

#headerWrapper {
   margin: 0;
	padding: 0;
	background: #ccccff;
	width:100%;
}

4- add back ground
open includes/templates/comstock/css/stylesheet.css
add the highlighted portion to the body declaration.

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: url(../images/your_background_image.gif) #ccccff;
	}

save the file and upload to your server.

Hope this helps

26 Jul 2008, 05:41
#230
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Comstock Template

holy cow you totally rock!!!
I chose 2 of your templates because I LOVED THEM and now i am thankful... YOU ARE GOOD!

On the one I need to modify in my graphics program- i don't have one do you recommend a certain one?

off to make those changes :)

26 Jul 2008, 05:53
#231
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

luvingmamma:

holy cow you totally rock!!!
I chose 2 of your templates because I LOVED THEM and now i am thankful... YOU ARE GOOD!

On the one I need to modify in my graphics program- i don't have one do you recommend a certain one?

off to make those changes :)

You can find a list of FREE programs here

What color do you want the boxes to be?

26 Jul 2008, 06:02
#232
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Comstock Template

a blue shade that matches the other blues in the scheme...

my other site-
luvingmammadiapers.com has all matching schemes and i like that :)

26 Jul 2008, 06:20
#233
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

luvingmamma:

a blue shade that matches the other blues in the scheme...

my other site-
luvingmammadiapers.com has all matching schemes and i like that :)

Try these: just unzip the file and upload the entire includes folder to your server.

[Attachment no longer available]

26 Jul 2008, 06:25
#234
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Comstock Template

IT LOOKS SO GOOD!!!!! I am so excited.

OK NOW... as if you didn't do enough for me but if you look again there are white backgrounds around the boxes how do I change that?

2nd- the red/gray box is that a graphic or can I just change the color.....

ok lastly- this i think is a total negative but is there a way to get the graphics buttons to match too?

I cannot BELIEVE how much I love my site now thank you so much!!!

26 Jul 2008, 07:17
#235
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

luvingmamma:

IT LOOKS SO GOOD!!!!! I am so excited.

OK NOW... as if you didn't do enough for me but if you look again there are white backgrounds around the boxes how do I change that?

2nd- the red/gray box is that a graphic or can I just change the color.....

ok lastly- this i think is a total negative but is there a way to get the graphics buttons to match too?

I cannot BELIEVE how much I love my site now thank you so much!!!

there are white backgrounds around the boxes how do I change that?

open includes/templates/comstock/css/stylesheet.css and change the following declarations as indicated by the highlighted portions.

#navColumnOne, #navColumnTwo {
padding-bottom: 20px;
background-color: #fff;/* change this to whatever color you want for the sidebox columns*/
}
#logoWrapper {
margin: 0;
padding: 0;
height:185px;
background: url(../images/header_bg.jpg) no-repeat #ccccff;
}

Save the file and upload to your server

2nd- the red/gray box is that a graphic or can I just change the color.....

They are graphics

is there a way to get the graphics buttons to match too?

I can run a new set of buttons as well as the two graphics mentioned above.

Just unzip the file and upload the entire includes folder to your server
[Attachment no longer available]

26 Jul 2008, 10:54
#236
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Comstock Template

OK updated all that - It didn't update the gray buttons at the top was that my error?

I am new to this so i am never sure if its me or what lol...

Thanks Clyde- Actually you made my admin template too which i love. You are one talented guy.

26 Jul 2008, 14:24
#237
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

luvingmamma:

OK updated all that - It didn't update the gray buttons at the top was that my error?

I am new to this so i am never sure if its me or what lol...

Thanks Clyde- Actually you made my admin template too which i love. You are one talented guy.

This should fix the button issue plus a couple of other minor faults I noticed.

Just unzip the file and upload the entire includes folder to your server.

[Attachment no longer available]

The only admin template I'm aware of is one called green tea (and that's not mine)

26 Jul 2008, 17:00
#238
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Comstock Template

oh it must have been comstock it was talking about in my admin i saw your name again but i thought it was the admin template- i think it's next level zen admin i got lol sorry!

Thanks Clyde!

26 Jul 2008, 17:09
#239
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Comstock Template

that did the trick Thanks!

28 Jul 2008, 21:35
#240
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Comstock Template

clydejones:

1. I would like to remove the gray banner near the top behind the graphic

open includes/templates/comstock/css/stylesheet.css

find the following declaration and delete the highlighted portion

#navAccountWrapper {
margin: auto;
background: url(../images/header_bg_2.jpg);
font-weight: bold;
color: #ccccff;
height: 26px;
width: 907px;
}

> Save the file and upload to your server.
> 
> ***2. I would like to change the colors of the boxes, ***
> 
> The are graphics which you will have to change; they are located in
> includes/templates/comstock/images/
> sidebox_content_bg.gif
> sidebox_header_bg.gif
> 
> You will need to edit the images in your graphics editor in order to change the colors.
> 
> ***3- I would like to make the banner go across the top
> ***
> 
> open includes/templates/comstock/css/stylesheet.css
> 
> find the following declaration:
> 
> ```
#logoWrapper {
   margin: 0 auto;
	padding: 0;
	width: 907px;
	height:100px;
	background: url(../images/header_bg.jpg) no-repeat #ccccff;
}

and replace with the following:

#logoWrapper {
margin: 0;
padding: 0;
height:144px;
background: url(../images/header_bg.jpg) no-repeat #ccccff;
}

> 
> Find the following declaration:
> ```
#headerWrapper {
   margin: 0 auto;
	padding: 0;
	background: #ccccff;
	}

and replace with the following:

#headerWrapper {
margin: 0;
padding: 0;
background: #ccccff;
width:100%;
}

> 
> ***4- add back ground***
> open includes/templates/comstock/css/stylesheet.css
> add the highlighted portion to the body declaration.
> ```
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: url(../images/your_background_image.gif) #ccccff;
	}

save the file and upload to your server.

Hope this helps

OK I got my graphic for my background but i need it to repeat (to make it a wallpaper) what do i need to add for that. I tried some coding i found by searching but it didn't work for me :(

I attached the pic so you can see what I mean :)

Thanks again!