Results 1 to 5 of 5

Thread: Display the Categories link in the lower menu (above footer).

  1. #1
    Thread Starter
    Newbie miketaillie's Avatar
    Join Date
    Apr 2012
    Location
    New Zealand
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Display the Categories link in the lower menu (above footer).

    Hi Everyone,

    I've searched quite extensively on this one and played around with code to try to get it working, but no luck so far. What I am trying to do is have the category link displayed and working in the lower menu (the menu that displays just above the footer). I have taken the following code from the header file and placed it in the footer file, but it only displays a link to "#" and doesn't bring up the categories popup layer itself.

    Here's the code I inserted into the footer file (just after the "home" <li> list item).


    Code:
    <li class="mega"><a href="#"><?php _e('Categories','appthemes'); ?></a>
                            <div class="adv_categories" id="adv_categories">
    
                            <?php echo cp_cat_menu_drop_down( get_option('cp_cat_menu_cols'), get_option('cp_cat_menu_sub_num') ); ?>
    
                            </div><!-- /adv_categories -->
                        </li>
    Feel free to have a look at www.travellerscoop.co.nz

    Any help would be gratefully received. Apologies again if this topic has been covered already, I just couldn't find it in here.

    Thanks,

    Cliff

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Junior Member sardarjaf's Avatar
    Join Date
    May 2012
    Posts
    44
    Thanks
    6
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Newbie miketaillie's Avatar
    Join Date
    Apr 2012
    Location
    New Zealand
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    Newbie miketaillie's Avatar
    Join Date
    Apr 2012
    Location
    New Zealand
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 8
    Last Post: May 28th, 2012, 08:13 PM
  2. Top nav menu : dropdown categories display on click ?
    By scruffy in forum ClassiPress General Discussion
    Replies: 10
    Last Post: May 2nd, 2011, 12:05 AM
  3. Removing Categories link in menu bar
    By danappel in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 27th, 2011, 03:30 PM
  4. categories menu display
    By johnster in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: October 5th, 2010, 11:16 AM