Hi,
Please check the documentation about the mega menu – https://forum.tagdiv.com/mega-menu/ and provide a link so I can take a look if you still have issues.
Thanks!
Hello i am still have issue, above megamenu the is an other submenu named ALL. can you please tell me how can I hide it?
Secondly, submenu are sorted in ascending order is it possible to arrange them manually ?
I am sorry the link is not yet available as am still working on localhost.
Thank you
Hi,
You can remove All option from the code – http://screencast.com/t/FmwGnakwG but unfortunately this is not so easy to do as the articles are already loaded even you have removed all categories button. When you hover a subcategory from the megamenu the articles are loaded using ajax, they are not loaded before like on All option. So you will need custom work to achieve that and it is not an easy task. You can get someone to help you if you don’t know how to do it, as we cannot provide any type of custom work at this time, sorry!
Regarding your second request, this is the order of the subcategories(alphabetical). There is not option to change this from settings, but you can modify the code, just add this order in td_block_mega_menu.php file – http://screencast.com/t/1Kk6ybz4C so you can order subcategories by slug – http://screencast.com/t/NpeWAblc – http://screencast.com/t/hOubcKikgUE
'orderby'=>'slug'
Or you can use a plugin like Category Order and Taxonomy Terms Order. Please note that we did not test it with the theme, but I see that many users use it.
Thanks!