Page 20 of 72 FirstFirst ... 1018192021223070 ... LastLast
Results 191 to 200 of 720
  1. #191
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by bacibacio View Post
    Hi,

    I've installed the Comstock template on my site, and would now like to customize it a bit. These are some things on my wishlist. Hopefully they are easy changes to make:

    1. I would like to set the width of the template to a specific size rather than having it fill out the whole screen. I would probably make it about the same size as the green header graphic.

    2. I would like to remove the green header graphic and leave as a white background.

    3. I would like to put my logo on the top left.

    4. Remove the zen cart banner from the bottom.

    5. Make the gray and black bars at the top and the gray bar at the bottom be the width of the template instead of going the with of the monitor.

    Thanks in advance for your help.

    Brian
    Your site URL

  2. #192
    Join Date
    Feb 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi,

    I'd rather not give out the site for public consumption yet. Not until I've gotten it secured down, etc. Is there something about seeing the site that would change your answers?

    Brian

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

    Default Re: Comstock Template

    Quote Originally Posted by bacibacio View Post
    Hi,

    I'd rather not give out the site for public consumption yet. Not until I've gotten it secured down, etc. Is there something about seeing the site that would change your answers?

    Brian
    Its always easier to make recommendations when you can see what it is that needs to be changed.

    That being said:

    create your own logo.gif image and copy it to:

    includes/templates/comstock/images

    As for the rest:

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

    find ALL of the following declarations in the stylesheet and replace them with those listed here:

    #topWrapper {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 90%;
    vertical-align: top;
    }

    #mainWrapper {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 1px solid #000;
    text-align: left;
    width: 90%;
    vertical-align: top;
    }

    #logoWrapper {
    margin: 0 auto;
    padding: 0;
    width: 907px;
    height:100px;
    background: #ffffff;
    }

    #navAccountWrapper {
    margin: auto;
    background: #ffffff;
    font-weight: bold;
    color: #ffffff;
    height: 26px;
    width: 907px;
    }

    #navMainWrapper {
    margin: auto;
    background: url(../images/silver_bar.gif) repeat-x;
    font-weight: bold;
    color: #ffffff;
    height: 26px;
    width: 907px;
    }

    #navExtraWrapper {
    margin: auto;
    padding: 0;
    background: url(../images/black_bar.gif);
    font-weight: bold;
    color: #ffffff;
    height: 20px;
    width: 907px;
    }

    #bottom {
    margin: auto;
    background: url(../images/silver_bar.gif) repeat-x;
    height: 26px;
    width: 907px;
    }

    Save all of your changes and upload them to your server.

    The Zen Cart Banner at the bottom can be turned off in:
    admin -> tools -> Banner Manager
    Last edited by clydejones; 24 Feb 2008 at 01:55 AM.

  4. #194
    Join Date
    Feb 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi Mr. Jones,
    I don't want to sound impatient or like I'm trying to rush you or anything, but my friend has asked me for some type of time frame for the template to be ready, and I told him that I would ask you to see if you had some idea of how much longer it may take.. I do apologize if I come accross as rushy or anything, for that isn't my intent. Thanks in advance.

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

    Default Re: Comstock Template

    Quote Originally Posted by syrsknight View Post
    Hi Mr. Jones,
    I don't want to sound impatient or like I'm trying to rush you or anything, but my friend has asked me for some type of time frame for the template to be ready, and I told him that I would ask you to see if you had some idea of how much longer it may take.. I do apologize if I come accross as rushy or anything, for that isn't my intent. Thanks in advance.
    Couple of days

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

    Default Re: Comstock Template

    Quote Originally Posted by syrsknight View Post
    Hi Mr. Jones,
    I don't want to sound impatient or like I'm trying to rush you or anything, but my friend has asked me for some type of time frame for the template to be ready, and I told him that I would ask you to see if you had some idea of how much longer it may take.. I do apologize if I come accross as rushy or anything, for that isn't my intent. Thanks in advance.
    Its available in the downloads section

  7. #197
    Join Date
    Feb 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi Clyde,

    Thanks so much for the help. I made the css changes and everything worked except for the middle part of the screen which still was going almost the full width of the screen. However, I played around with a couple of the settings you gave and got it to work. This is what I changed:

    #mainWrapper {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 1px solid #000;
    text-align: left;
    width: 90%; (Changed this to 907px)
    vertical-align: top;
    }

    #topWrapper {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 90%; (Tried changing this between 90% and 100% but I didn't see any change in the layout. Maybe you can tell me what part of the page this effects and what value it should be.)
    vertical-align: top;
    }


    I have another question for you...how hard would it be to add more buttons to the top gray bar? Where you have Home and Login, I would like to add buttons along there for each of my main categories.

    Thanks again,
    Brian



    Quote Originally Posted by clydejones View Post
    Its always easier to make recommendations when you can see what it is that needs to be changed.

    That being said:

    create your own logo.gif image and copy it to:

    includes/templates/comstock/images

    As for the rest:

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

    find ALL of the following declarations in the stylesheet and replace them with those listed here:

    #topWrapper {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 90%;
    vertical-align: top;
    }

    #mainWrapper {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 1px solid #000;
    text-align: left;
    width: 90%;
    vertical-align: top;
    }

    #logoWrapper {
    margin: 0 auto;
    padding: 0;
    width: 907px;
    height:100px;
    background: #ffffff;
    }

    #navAccountWrapper {
    margin: auto;
    background: #ffffff;
    font-weight: bold;
    color: #ffffff;
    height: 26px;
    width: 907px;
    }

    #navMainWrapper {
    margin: auto;
    background: url(../images/silver_bar.gif) repeat-x;
    font-weight: bold;
    color: #ffffff;
    height: 26px;
    width: 907px;
    }

    #navExtraWrapper {
    margin: auto;
    padding: 0;
    background: url(../images/black_bar.gif);
    font-weight: bold;
    color: #ffffff;
    height: 20px;
    width: 907px;
    }

    #bottom {
    margin: auto;
    background: url(../images/silver_bar.gif) repeat-x;
    height: 26px;
    width: 907px;
    }

    Save all of your changes and upload them to your server.

    The Zen Cart Banner at the bottom can be turned off in:
    admin -> tools -> Banner Manager

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

    Default Re: Comstock Template

    Quote Originally Posted by bacibacio View Post
    Hi Clyde,

    I have another question for you...how hard would it be to add more buttons to the top gray bar? Where you have Home and Login, I would like to add buttons along there for each of my main categories.

    Thanks again,
    Brian
    You can open includes/templates/comstock/common/tpl_header.php

    and edit/add your links manually.

    as an alternative you can activate the categories tab menu.

    find this in admin -> configuration -> layout settings -> Categories-Tabs Menu ON/OFF and turn it on.

  9. #199
    Join Date
    Feb 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Comstock Template

    Wow Thank you! Your the best! :)

  10. #200
    Join Date
    Jan 2005
    Location
    Winter Haven, FL
    Posts
    163
    Plugin Contributions
    0

    Default Re: Comstock Template search box

    I have been using this template with no problems. I added Magic SEO URL program and suddenly when a person enters a search term - they are taken to a page with a 404 error. Additionally, there is program text prefilled in the search box. Who knows what happened, anyway, please advise what files I need to upload again to my server. Overwriting will probably fix whatever has happened. Thanks in advance for your help. www.bobkatgifts.net

 

 
Page 20 of 72 FirstFirst ... 1018192021223070 ... 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