Page 24 of 72 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 720
  1. #231
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by luvingmamma View Post
    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?

  2. #232
    Join Date
    Aug 2007
    Location
    Troy, MI
    Posts
    80
    Plugin Contributions
    0

    Default 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 :)

  3. #233
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by luvingmamma View Post
    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 4295
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  4. #234
    Join Date
    Aug 2007
    Location
    Troy, MI
    Posts
    80
    Plugin Contributions
    0

    Default 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!!!

  5. #235
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by luvingmamma View Post
    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 4296
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  6. #236
    Join Date
    Aug 2007
    Location
    Troy, MI
    Posts
    80
    Plugin Contributions
    0

    Default 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.

  7. #237
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by luvingmamma View Post
    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 4298

    The only admin template I'm aware of is one called green tea (and that's not mine)
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  8. #238
    Join Date
    Aug 2007
    Location
    Troy, MI
    Posts
    80
    Plugin Contributions
    0

    Default 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!

  9. #239
    Join Date
    Aug 2007
    Location
    Troy, MI
    Posts
    80
    Plugin Contributions
    0

    Default Re: Comstock Template

    that did the trick Thanks!

  10. #240
    Join Date
    Aug 2007
    Location
    Troy, MI
    Posts
    80
    Plugin Contributions
    0

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    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
    Code:
    #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:

    Code:
    #logoWrapper {
       margin: 0 auto;
    	padding: 0;
    	width: 907px;
    	height:100px;
    	background: url(../images/header_bg.jpg) no-repeat #ccccff;
    }
    and replace with the following:
    Code:
    #logoWrapper {
       margin: 0;
    	padding: 0;
    	height:144px;
    	background: url(../images/header_bg.jpg) no-repeat #ccccff;
    }
    Find the following declaration:
    Code:
    #headerWrapper {
       margin: 0 auto;
    	padding: 0;
    	background: #ccccff;
    	}
    and replace with the following:
    Code:
    #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.
    Code:
    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!
    Attached Images Attached Images  

 

 
Page 24 of 72 FirstFirst ... 14222324252634 ... LastLast

Similar Threads

  1. v151 Reviews sidebox Comstock template
    By discoverytdi in forum Addon Templates
    Replies: 4
    Last Post: 7 Feb 2013, 04:49 AM
  2. Comstock template question
    By discoverytdi in forum Addon Templates
    Replies: 3
    Last Post: 11 Sep 2011, 10:28 PM
  3. Comstock template
    By grandpaj in forum Addon Templates
    Replies: 1
    Last Post: 25 Oct 2010, 10:09 PM
  4. Comstock template
    By grandpaj in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2010, 04:02 AM
  5. Comstock Template Help -
    By Mrsb in forum Addon Templates
    Replies: 1
    Last Post: 23 Mar 2009, 07:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR