Page 11 of 72 FirstFirst ... 9101112132161 ... LastLast
Results 101 to 110 of 720
  1. #101
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by maxtech View Post
    Thanks clydejones,

    The site is at staciesgiftshop.com I want the same background to appear in the headder also, but can't find where to change it in the stylesheet.css file.

    Thanks.
    change this declaration:

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

  2. #102
    Join Date
    Feb 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Comstock Template

    Clyde,

    That didn't work. or I inserted something wrong.

    This is what I inserted:

    #topWrapper {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    vertical-align: top;
    background-image:
    url('basketweave1.jpg');
    background-repeat: repeat

    }


    This is what I am trying to do:
    Attached Images Attached Images  

  3. #103
    Join Date
    Feb 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Comstock Template

    ok, fixed part of it, in:

    #headerWrapper {
    margin: 0 auto;
    padding: 0;
    background-image:
    url('basketweave1.jpg');
    background-repeat: repeat
    }


    Now I just need to add the background above the home/login buttons and to the left of the account/cart/contact nav buttons.


    Thanks

  4. #104
    Join Date
    Feb 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Comstock Template

    finally got it. Thanks!

    #navAccountWrapper {
    margin: auto;
    background-image:
    url('basketweave1.jpg');
    background-repeat: repeat;
    font-weight: bold;
    color: #ffffff;
    height: 26px;
    width: 907px;

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

    Default Re: Comstock Template

    Quote Originally Posted by maxtech View Post
    ok, fixed part of it, in:

    #headerWrapper {
    margin: 0 auto;
    padding: 0;
    background-image:
    url('basketweave1.jpg');
    background-repeat: repeat
    }


    Now I just need to add the background above the home/login buttons and to the left of the account/cart/contact nav buttons.


    Thanks
    looks like you fixed it

  6. #106
    Join Date
    Sep 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi.

    Thanks for a great templet to start with. =)

    I have a problem.. my right row of sideboxes disappares everytime I click on a catergory..
    In every other page that does not involve clicking on products all boxes on both sides visible. (as in login, cart, contact and so on)

    Normal in other template. I'm sorry, but do not av an address for it yet.


    /Jessica

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

    Default Re: Comstock Template

    Quote Originally Posted by pleasuredroid View Post
    Hi.

    Thanks for a great templet to start with. =)

    I have a problem.. my right row of sideboxes disappares everytime I click on a catergory..
    In every other page that does not involve clicking on products all boxes on both sides visible. (as in login, cart, contact and so on)

    Normal in other template. I'm sorry, but do not av an address for it yet.


    /Jessica
    From the description in the downloads section:

    This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right colomn on category/product listing pages.

  8. #108
    Join Date
    Sep 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    From the description in the downloads section:

    This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right colomn on category/product listing pages.
    DOH! That is what happens if you don't read properly...
    can I un-do it, or is that too much of a problem to do? (thing is I really, really like the rest of the template and no other comes even close to your's in terms of what I'm looking for...)

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

    Default Re: Comstock Template

    Quote Originally Posted by pleasuredroid View Post
    DOH! That is what happens if you don't read properly...
    can I un-do it, or is that too much of a problem to do? (thing is I really, really like the rest of the template and no other comes even close to your's in terms of what I'm looking for...)
    Yes,

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

    find the following section of code:

    Code:
     if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
        $flag_disable_right = true;
      }
    
     if ($current_page_base == 'index' and $cPath > '0' ) {
     $flag_disable_right = true;
     }
    and comment it out as indicated by the highlighted portions

    Code:
     // if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
    //    $flag_disable_right = true;
    //  }
    
    // if ($current_page_base == 'index' and $cPath > '0' ) {
    // $flag_disable_right = true;
    // }

  10. #110
    Join Date
    Oct 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: Comstock Template

    This template looks great when viewed with Fire Fox, but when it is viewed with IE gets a little glitch. I think it's similar to what Boggled was describing in post #92.

    I find the border around the center content isn't stable. It changes size when I scroll or pass the mouse over a link etc. Sometimes it covers most of the content, or the forms have a grey background.

    This seems to be IE specific, any idea how I can fix this?

    Thanks
    Rob

 

 
Page 11 of 72 FirstFirst ... 9101112132161 ... 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