Results 1 to 10 of 10

Thread: subcategories in category menu

  1. #1
    Thread Starter
    Expired Customer stephanruppert's Avatar
    Join Date
    Nov 2018
    Posts
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    subcategories in category menu

    Hello,
    unfortunately I have no php knowledge and I was trying to add the additional parameters to the functions.php as suggested. However, it doesn't seem to work. Could you please tell me how to add this additional parameters? Do I need to have an extra function for every parameter?

    function my_va_increase_sub_cats( $args ) {
    $args['menu_sub_num'] = 10;
    return $args;
    }
    add_filter( 'va_listing_categories_menu_args', 'my_va_increase_sub_cats' );
    add_filter( 'va_listing_categories_dir_args', 'my_va_increase_sub_cats' );

    function my_column($args) {
    $args['menu_cols'] = 5;
    return $args;
    }

    function my_hide_null_values($args) {
    $args['cat_hide_empty'] = false;
    return $args;
    }

    Thanks in advance

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,692
    Thanks
    166
    Thanked 3,386 Times in 3,257 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
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,692
    Thanks
    166
    Thanked 3,386 Times in 3,257 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.

  4. #4
    Thread Starter
    Expired Customer stephanruppert's Avatar
    Join Date
    Nov 2018
    Posts
    10
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,692
    Thanks
    166
    Thanked 3,386 Times in 3,257 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.

  6. #6
    Thread Starter
    Expired Customer stephanruppert's Avatar
    Join Date
    Nov 2018
    Posts
    10
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,692
    Thanks
    166
    Thanked 3,386 Times in 3,257 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.

  8. #8
    Thread Starter
    Expired Customer stephanruppert's Avatar
    Join Date
    Nov 2018
    Posts
    10
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    Thread Starter
    Expired Customer stephanruppert's Avatar
    Join Date
    Nov 2018
    Posts
    10
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,692
    Thanks
    166
    Thanked 3,386 Times in 3,257 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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Increase subcategories in category menu?
    By wzshop in forum Help Using Vantage
    Replies: 6
    Last Post: June 19th, 2018, 09:07 AM
  2. Show subcategories menu on category page
    By checkout in forum Help Using Clipper
    Replies: 4
    Last Post: June 17th, 2015, 10:13 AM
  3. [SOLVED] click on menu subcategories
    By patattrack in forum Help Using ClassiPress
    Replies: 4
    Last Post: June 21st, 2014, 03:56 AM
  4. Dimitris put multi subcategories in main menu?!
    By mahdi89 in forum Help Using ClassiPress
    Replies: 1
    Last Post: March 18th, 2013, 12:56 PM
  5. how to display subcategories as a diffrent menu section in menu bar
    By tupecik in forum Clipper General Discussion
    Replies: 1
    Last Post: August 24th, 2012, 04:21 AM