Problem with the menu

Posted in: Newspaper
Post count: 6

Hello,
I have a menu with the countries of the world, but only shows 30 items in the menu; and I need 100 items in my menu.
You can see a explample here, en the menu “Countries”

http://www.afa-press-news.com/theworldfolio.net/sectors/agriculture/technological-innovation-drives-food-production-industry-forward/#

I need show all categories in the menu, that are 100 post-categories (more or less)

Thanks for your help.

I hope your news.

Regards.

Post count: 23312

Hello atql2003,

Please notice that the limit of category display is 30, as you can see here -> http://screencast.com/t/xXmMqgtd and the max limit in drop down are 100, like that -> http://screencast.com/t/eo8lB0bBpe

Hope this helps!

Thank you for the message!

Post count: 6

Hi Catalin!
Thank you very much!! It’s perfect, my menu work now.
I love this template, thanks!
Regards.

Post count: 6

Hi!
I have updated the theme I have the same problem, only show 30 categories in the menu drop down, and now I have the code:

switch($td_ajax_filter_type) {
case ‘td_category_ids_filter’: // by category
$td_categories = get_categories(array(
‘include’ => $td_ajax_filter_ids,
‘exclude’ => ‘1’,
‘number’ => 150 //limit the number of categories shown in the drop down
));

The site: http://www.afa-press-news.com/theworldfolio.net/
Menu “countries”

Can you help me please????

Regards

Post count: 23312

Hello atql2003,

Do you have changed and here -> http://screencast.com/t/xXmMqgtd Try to make all the changes if you want to bring best results.

Thanks.

Post count: 6

Sorry, just modify a file (theme / include / wp_booster / td_block.php) I did not see that I had to modify 2. I’m sorry. Thanks for your time.
I love this theme!!! You have my 5 stars in themeforest!
regards

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.