Hidden category in megamenu

Posted in: Newsmag
Post count: 69

Hi,
I have a problem on my Newsmag based site (http://43b.60a.myftpupload.com). As you can see, at mouseover on “SANNIO” category in the top megamenu, some categories are shown: “FORTORE”, “MEDIO CALORE”, “TAMMARO”, “TITERNO”, “VALLE CAUDINA” but the categories “VALLE TELESINA” and “VALLE VITULANESE” remain hidden. You can display the hidden categories only by clicking on SANNIO category (i.e. their parent category) or going directly to the link http://43b.60a.myftpupload.com/category/sannio/ and then clicking on down-arrow combo.
Why those categories (“VALLE TELESINA” and “VALLE VITULANESE”) are not displayed at the megamenu pop-up box as the others do? Is there an upper limit on the number of category to display in the megamenu popup?
Thanks a lot and look formward for any appreciated help.

Giuseppe Maio

Post count: 6535

Hi

The subcategories number displayed in menu is limited at 5, so you need to increase that value, such that all items to be displayed: http://screencast.com/t/yOEz5TC7x

Thanks!

Post count: 69

Yeah Andrei!
It works fine now, thank you very much indeed!
Bye
Giuseppe

Post count: 69

Hi there,
with the update of Newsmag theme to versione 2.3.5, the modification indicated at the http://screencast.com/t/yOEz5TC7x to file Newsmag/includes/td_config.php doesn’t work anymore. Even if I’ve set the ‘show_child_cat’ to 10, theme still shows only 5 child categories as you can see at http://43b.60a.myftpupload.com/.
Hereafter my code modification:

...
td_api_block::add('td_block_mega_menu',
array(
'map_in_visual_composer' => false,
'file' => td_global::$get_template_directory . '/includes/shortcodes/td_block_mega_menu.php',
// key added to supply 'show_child_cat' differently for each theme
'render_atts' => array(
'show_child_cat' => 10,
)
)
);
...

How I can get again to show more than 5 default child categories in the top megamenù?
I’m using a Newsmag child theme and I’ve made only this max category number modification to my Newsmag-child/includes/td_config.php file.
Thanks in advance for any appreciated help.

Giuseppe Maio

Post count: 6535
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.