Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Moveing Categories tab menu

    That's not exactly what I was looking for but thanks for trying. That looks like it makes images popup when you rollover a category item. I'm looking to take the whole categories tab menu and move it to just above the footer bar. I don't like it right at the top but I don't want to remove it as it will help the robots link through my site.

  2. #2
    Join Date
    Mar 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Moveing Categories tab menu

    Still need an answer please.

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

    Default Re: Moveing Categories tab menu

    Try copying the cat tabs call from tpl_header.php to tpl_main_page.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-->
    Paste it in where you want it, probably just above
    PHP Code:
    <?php
     
    /**
      * prepares and displays footer output
      *
      */
    I did something like this with the logo display and it worked fine.
    You will need to comment out the code in tpl_header.php.

  4. #4
    Join Date
    Mar 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Moveing Categories tab menu

    That was absolutely the correct answer! Thank you very much

 

 

Similar Threads

  1. Customizing Categories Tab Menu
    By Mar_got in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Jul 2010, 04:59 AM
  2. Categories Tab Menu with Images?
    By MegamanX in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Mar 2010, 03:40 PM
  3. Categories Tab Menu not displaying correctly in IE
    By mike_uk100 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Aug 2009, 11:00 AM
  4. Categories tab menu
    By RobertR in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Dec 2008, 07:40 AM
  5. Categories Tab Menu removal?
    By jonb in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Aug 2007, 11:38 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