Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    159
    Plugin Contributions
    0

    Default Categories-Tabs to bottom

    Is there a way to move the Categories-Tabs to the bottom of the page? admin>Layout settings>Categories-Tabs menu turns on/off
    on top of the page I would like to move to the bottom if possible.
    Thank you for your help.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Categories-Tabs to bottom

    admin > tools > layoutbox controller > set the order
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories-Tabs to bottom

    To move the categories-tabs to the footer, you would need to move or copy the code from tpl_header.php to tpl_footer.php.
    PHP 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-->

  4. #4
    Join Date
    Feb 2010
    Posts
    159
    Plugin Contributions
    0

    Default Re: Categories-Tabs to bottom

    Thank you for your help moving code worked.

  5. #5
    Join Date
    Feb 2010
    Posts
    159
    Plugin Contributions
    0

    Default Re: Categories-Tabs to bottom

    it works but now I get a 2 errors with html validation I have it on but on top and bottom.


    Line 339, Column 10: ID "navCatTabsWrapper" already defined
    <div id="navCatTabsWrapper">
    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

    and

    Line 340, Column 10: ID "navCatTabs" already defined

    <div id="navCatTabs">
    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

    Is there a way to correct these errors?

 

 

Similar Threads

  1. Categories-Tabs Menu displaying at the bottom?
    By znowflake in forum General Questions
    Replies: 2
    Last Post: 3 Feb 2010, 07:03 AM

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