How can i hide all from megamenu list

Posted in: Newspaper
Post count: 7

I recently both newspaper theme and i have an issue, when i select megamenu is shows all categories as submenu and the word all above them. is there any option to hide it? secondly how can sort these submenu?

Post count: 7909

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!

Post count: 7

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

Post count: 7909

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/NpeWAblchttp://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!

Post count: 7

Thank you very much, every thing is great!

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