Page 26 of 72 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 720
  1. #251
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by TheDancingGecko View Post
    If you go to my work in progress site.

    http://www.thedancinggecko.com/shop

    and then look at the words "New Products for September". Only in Explorer the bottom of the words are cut off. Such as the 'p' in September.

    If you click on my category called supplies you will see that all of the 'p's' and the 'y' are cut off.

    Again , only in Explorer, Fox and the new Chrome are fine.

    Do I need to enlarge the gray box. if so How?

    Thanks
    Looks fine in IE7

    if you mean IE6 Then add the following to the included ie_stylesheet.css

    .centerBoxHeading {
    margin: 0;
    height: 26px;
    }

    You'll need to adjust the height until it looks right.

  2. #252
    Join Date
    Jun 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Comstock Template

    Thanks for the reply.

    Both my wife and I are using IE7 and it is cut off. Hmmmmm

    Anyway I will play with the numbers and see what happens.

    I don't plan to make too many changes as this is waaaay over my head.....

    "Honey, I have some jewelry that I would like to sell..."

    "Sure, I have seen some free shopping carts......."

    But it at least keeps the cobwebs from forming.....

    And Clyde, I must say that I tried a few other templates and yours is one of the best! I like the looks (If I don't mess it up too bad) and the layout.

    And then to top it off, you come right back with a answer to my question!!!!

    Thanks! I am sure that I will have a few more ??'s but hope to not be to much of a pest.

    From another 'Jones'

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

    Default Re: Comstock Template

    Quote Originally Posted by TheDancingGecko View Post
    Thanks for the reply.

    Both my wife and I are using IE7 and it is cut off. Hmmmmm

    Anyway I will play with the numbers and see what happens.

    I don't plan to make too many changes as this is waaaay over my head.....

    "Honey, I have some jewelry that I would like to sell..."

    "Sure, I have seen some free shopping carts......."

    But it at least keeps the cobwebs from forming.....

    And Clyde, I must say that I tried a few other templates and yours is one of the best! I like the looks (If I don't mess it up too bad) and the layout.

    And then to top it off, you come right back with a answer to my question!!!!

    Thanks! I am sure that I will have a few more ??'s but hope to not be to much of a pest.

    From another 'Jones'
    I always test my templates in FF IE7 Safari and Opera and now with Chrome

    Make sure you clear your browser cache.

    As I said (at least when I checked) everything looked fine.

  4. #254
    Join Date
    Oct 2008
    Location
    Denver, CO
    Posts
    126
    Plugin Contributions
    0

    Default Re: Comstock Template

    My menu categories are not showing at the top, despite my having enabled the category tabs in admin - config- layout.

    Is there a special thing I need to do with comstock to have them show?

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

    Default Re: Comstock Template

    Quote Originally Posted by webbydeb View Post
    My menu categories are not showing at the top, despite my having enabled the category tabs in admin - config- layout.

    Is there a special thing I need to do with comstock to have them show?
    From the readme_comstock_template.txt file

    STYLESHEET SETTINGS:

    The top horizontal category navigation, and the footer IP address are set to display none by default.
    To use comment out this declaration:

    Code:
    #navCatTabsWrapper {
    display: none;
    }
    #siteinfoIP {
    display: none;
    }
    and un-comment the following declarations:

    Code:
    /* #navCatTabsWrapper {
    margin: 0 auto;
       background: url(../images/navbar.gif) repeat-x;
    	font-weight: bold;
    	color: #ffffff;
    	}*/

  6. #256
    Join Date
    Oct 2008
    Location
    Denver, CO
    Posts
    126
    Plugin Contributions
    0

    Default Re: Comstock Template

    Thanks so much!

  7. #257
    Join Date
    Oct 2008
    Location
    Denver, CO
    Posts
    126
    Plugin Contributions
    0

    Default Re: Comstock Template

    Quote Originally Posted by webbydeb View Post
    Thanks so much!
    Nope, didn't work. Any other ideas?

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

    Default Re: Comstock Template

    Those settings in the stylesheet are the only thing that keeps them from showing - that is unless you have turned it off in admin

    admin -> configuration -> layout settings -> Categories-Tabs Menu ON/OFF

    or open includes/templates/comstock/common/tpl_header.php

    find the following section and make sure it isn't commented out

    <!--bof-optional categories tabs navigation display-->
    <?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
    <!--eof-optional categories tabs navigation display-->
    Last edited by clydejones; 28 Oct 2008 at 06:07 AM.

  9. #259
    Join Date
    Oct 2008
    Location
    Denver, CO
    Posts
    126
    Plugin Contributions
    0

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    Those settings in the stylesheet are the only thing that keeps them from showing - that is unless you have turned it off in admin

    admin -> configuration -> layout settings -> Categories-Tabs Menu ON/OFF

    or open includes/templates/comstock/common/tpl_header.php

    find the following section and make sure it isn't commented out

    <!--bof-optional categories tabs navigation display-->
    <?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
    <!--eof-optional categories tabs navigation display-->
    Nope, everything is fine in that file. Oh well. I like this template too much to care if I can't have it. The side menu will have to do.

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

    Default Re: Comstock Template

    Quote Originally Posted by webbydeb View Post
    Nope, everything is fine in that file. Oh well. I like this template too much to care if I can't have it. The side menu will have to do.
    Code:
    <!--bof-optional categories tabs navigation display-->
    <?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
    <!--eof-optional categories tabs navigation display-->
    Can you post this section of code from your copy of tpl_header.php

 

 
Page 26 of 72 FirstFirst ... 16242526272836 ... 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