How-to and Troubleshooting
6
Posts
3
Users
2
Reactions
1,736
Views
Jun 20, 2019 10:39 am
I want to know how to hide/not show the subforums. I would just like to be able to click Toronto and then Ajax would be there. Is this possible?
Please see attached photo
Thanks
5 Replies
Jun 20, 2019 10:46 am
Hi @mike-jones,
If you use the wpForo Threaded Layout, navigate to Dashboard > Forums > Settings > Forums admin page, set "Collapsed" value for "Threaded Layout - Forums List" option.
More info here:
Jun 20, 2019 11:30 am
Use CSS to hide it on the main page.
Example - (your root div id might be different depending on which layout you are using)
#wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum {
display: none !important}