Display Forums only but not within Categories boxes
Quote from driven13 on June 6, 2017, 7:58 amHello.
Awesome plugin.
We are going to have only about 5 individual Forums and we really don’t need the Category boxes to be displayed.
On the Forum page, is there any way to display just the 5 Forums but without the containing Category box…??
Thanks in advance.
Hello.
Awesome plugin.
We are going to have only about 5 individual Forums and we really don’t need the Category boxes to be displayed.
On the Forum page, is there any way to display just the 5 Forums but without the containing Category box…??
Thanks in advance.
Quote from driven13 on June 6, 2017, 8:24 amAhh, right.
Thanks!
I was thinking more in terms of the default Forum page; the one you choose on the Settings page.
But this will also work.
Much appreciated.
Ahh, right.
Thanks!
I was thinking more in terms of the default Forum page; the one you choose on the Settings page.
But this will also work.
Much appreciated.
Quote from driven13 on June 26, 2017, 5:53 pmHello again.
Actually looks like what I was looking for is not possible.
Even if I use those shortcodes, I have not been able to figure out how to display just the Forums on a page without the Category boxes around them.
If I use
[forum forum="1,2,3"]
, it shows the Category box too.Thoughts…??
Thanks in advance.
Hello again.
Actually looks like what I was looking for is not possible.
Even if I use those shortcodes, I have not been able to figure out how to display just the Forums on a page without the Category boxes around them.
If I use [forum forum="1,2,3"]
, it shows the Category box too.
Thoughts…??
Thanks in advance.
Quote from Asgaros on July 1, 2017, 4:23 pmHello driven13,
you can try to hide the category bar with css, for example (category with ID 25):
#forum-category-25 { display: none; }
Hello driven13,
you can try to hide the category bar with css, for example (category with ID 25):
#forum-category-25 { display: none; }