I have category with 8 sub categories but when I create a mega menu from it, only five categories are shown- even though there is plenty of space. Also, is there a way to rearrange the sub categories shown in the mega menu?
-
This topic was modified 11 years by
ajaffarali.
Hi,
Please edit td_menu.php and change this value: http://screencast.com/t/ZpftRzgppfGU
The subcategories in megamenu are ordered by name automatically.
Thanks!
Thanks- I’m using the child theme so do I need to copy that file into the child theme directory to modify? Also, does it retain the same path )so I create all folders inside child theme)?
Hi,
td_menu.php file can’t be edited using the child theme so if you want to do this you need to edit the main theme files: https://forum.tagdiv.com/child-theme-documentation-newsmag/
Thanks
I just did the change as suggested, but it didn’t work. I had it working on previous versions of the theme. Now it doesn’t work… http://naplesherald.com
Hi,
After update your file was overwritten so you have to make this change again: http://screencast.com/t/FxMovCqsY
Result: http://screencast.com/t/U69bKyk1Gg40
Thanks!
Hi
Follow this path: http://screencast.com/t/f5JtWhUmEr5N and use a text editor like notepad++: https://notepad-plus-plus.org/
Thanks for the message!
Looks like this has changed with the new update. Where can I adjust this setting now?
The code has changed. Previously it was:
‘show_child_cat’ => 5
Now it is
‘show_child_cat’ => $td_render_atts[‘show_child_cat’],
So where there was a number, now there is a code. Do I just overwrite the code with a number?
Hi,
In the latest theme version you have to alter it here: http://screencast.com/t/euiqDGcYC
Sorry for misunderstanding you!
Thanks for the message!