http://resimekle.com/Dj0
http://resimekle.com/DjM
Please check pictures… I have 2 problem at bahisokulu.com
At footer i have Haber main category and also Tahmin main category… both category have Futbol sub category… So at footer i have two Futbol text… i want to show them with main categories to show users which football…
can be like Haber / Futbol and Tahmin / Futbol there and people will understand which football… is it news or prediction…
Other problem is i try to sort categories on boxes also but unable to do… for example i want futbol first then basketbol… because its more important sport… but it always sort it with first Letter 🙁 please help me.
Hello,
Unfortunately there is no option in the theme panel to show the parent category on the sub-categories. But you can rename your sub-categories to Tahmin – Futbol or Haber – Futbol.
For your second request, you can filter your blocks by slug: http://screencast.com/t/hOXxsnCRPEE
Add a slug for every category. These will be sorted alphabetically so you can use slugs such as A, B, C, D to sort the order of the categories.
I hope this helps.
Thank you!
i want these texts only in right order… when i did these slugs, news gone…
Hi,
I understand now your request. You will need to add a piece of code in the core files for it to work (forgot to mention it) You can follow this topic to see how it is done: https://forum.tagdiv.com/topic/can-i-reorder-ajax-dropdown-on-my-own/
Thank you!
Hi,
The mega menu works differently than the blocks. You will have to edit that one as well. 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’
Thanks!