Results 1 to 10 of 720

Hybrid View

  1. #1
    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?

  2. #2
    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;
    	}*/

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

    Default Re: Comstock Template

    Thanks so much!

  4. #4
    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?

  5. #5
    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.

  6. #6
    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.

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

 

 

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

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