Page 57 of 72 FirstFirst ... 747555657585967 ... LastLast
Results 561 to 570 of 720
  1. #561
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Comstock Template

    Woops I meant Define pages. Sorry I misspoke. That is what got totally written over. Let me search on a backup for define pages... Thanks for your help!

  2. #562
    Join Date
    Jan 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi Clyde,

    I was trying to use the Mystic River Template but have switched over to Comstock due to a more streamlined stylesheet and more than typical mods we wanted to do. However, I am having the same problem on Comstock.

    See this link to a product page. Notice how the description area "bleeds" into the image. I know we can move the description area over but then it becomes a narrow column that is not very pleasing to the eye.

    Is there a way to keep the "wideness" of the product page without it bleeding into the image?
    http://www.findmyhomecomingdress.com...roducts_id=357

    Thank you so much.

  3. #563
    Join Date
    Jan 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Comstock Template

    Also, I meant to ask in my last post:

    1) Trying to change the background image - I believe it's "main wrapper" to gray and it doesn't seem to work. I've done this on other zen sites and know where the code is. Is there something unusual about this template that it won't let me change the main background color?

    2) Want to make the logo area and footer area same width as the center box.

    Love your template but just need a few tweaks and appreciate your help.

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

    Default Re: Comstock Template

    Quote Originally Posted by nfallat View Post
    Also, I meant to ask in my last post:

    1) Trying to change the background image - I believe it's "main wrapper" to gray and it doesn't seem to work. I've done this on other zen sites and know where the code is. Is there something unusual about this template that it won't let me change the main background color?

    2) Want to make the logo area and footer area same width as the center box.

    Love your template but just need a few tweaks and appreciate your help.
    includes/templates/comstock/css/stylesheet.css

    find the following and change the background:

    .centerColumn {
    padding: 0.8em 0.8em 40px 0.8em;
    background: #fff;
    font-size: 1.2em;
    }

    footer:
    create a new graphic (bottom_header.gif) with a sidth of 950px;

    logo area:

    includes/templates/comstock/css/stylesheet.css

    find the following and adjust the width to 950px

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

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

  5. #565
    Join Date
    Jan 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Comstock Template

    Thanks for the answers. I will look into that but I found another problem.

    When going to a products from categories link, next, listing, and previous buttons appear as normal.

    But when going to the same product from New Products, All Products, or even type the item number in the Search box, produces no buttons. But it is intermittent. Sometimes they appear, and sometimes not.

    Here are the links with the buttons and without. Also the Cpath number is different on the URL. Thanks!

    http://www.findmyhomecomingdress.com...roducts_id=514

    http://www.findmyhomecomingdress.com...roducts_id=514

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

    Default Re: Comstock Template

    Quote Originally Posted by nfallat View Post
    Thanks for the answers. I will look into that but I found another problem.

    When going to a products from categories link, next, listing, and previous buttons appear as normal.

    But when going to the same product from New Products, All Products, or even type the item number in the Search box, produces no buttons. But it is intermittent. Sometimes they appear, and sometimes not.

    Here are the links with the buttons and without. Also the Cpath number is different on the URL. Thanks!

    http://www.findmyhomecomingdress.com...roducts_id=514

    http://www.findmyhomecomingdress.com...roducts_id=514
    To be honest, I'm not sure, but I believe it has something to do with how you've set up your categories and products.

    When you click on this product http://www.findmyhomecomingdress.com...roducts_id=514

    the url shows a cPath of 5 plus the product_id ( main_page=product_info&cPath=5&products_id=514 )

    but when you click on this product http://www.findmyhomecomingdress.com...roducts_id=514[/QUOTE]

    the url shows a cPath of 0 plus the product_id ( main_page=product_info&cPath=0&products_id=514 )

  7. #567
    Join Date
    Jan 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi Clyde,

    Thank you so much for all your help. Still looking into the Button Issue. But I have one more question:

    How do we increase the size of the logo image area? Width for sure and maybe even vertically?

    Thanks!

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

    Default Re: Comstock Template

    Quote Originally Posted by nfallat View Post
    Hi Clyde,

    Thank you so much for all your help. Still looking into the Button Issue. But I have one more question:

    How do we increase the size of the logo image area? Width for sure and maybe even vertically?

    Thanks!
    see the post above it contains the information ( http://www.zen-cart.com/forum/showpo...&postcount=564 )

  9. #569
    Join Date
    Jan 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Comstock Template

    I just wanted to clarify my last post:

    "How do we increase the size of the logo image area? Width for sure and maybe even vertically?"

    I appears that you responded with the answer to my previous post regarding the logo wrapper. I am talking about just the Logo Image area by itself so we can increase the size of our Logo.

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

    Default Re: Comstock Template

    Quote Originally Posted by nfallat View Post
    I just wanted to clarify my last post:

    "How do we increase the size of the logo image area? Width for sure and maybe even vertically?"

    I appears that you responded with the answer to my previous post regarding the logo wrapper. I am talking about just the Logo Image area by itself so we can increase the size of our Logo.
    includes/languages/english/comstock/header.php

    define('HEADER_LOGO_WIDTH', '192');
    define('HEADER_LOGO_HEIGHT', '100');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

 

 
Page 57 of 72 FirstFirst ... 747555657585967 ... 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