Archived topic
Sidebar/Content For WooCommerce & bbPress
7 replies · Started by Mary Pearson on November 11, 2016
I have my pages set to Sidebar/Content but my bbPress Forum pages and my WooCommerce product pages show as Content/Sidebar.
How do I make them Sidebar/Content?
Thank you.
You would need to use the sidebar PHP filter: https://generatepress.com/knowledgebase/choosing-sidebar-layouts/#sidebar-filter
There's a WooCommerce example there.
For bbPress, you would do: is_bbpress()
Hope this helps :)
Many thanks Tom! Much appreciated!
You're welcome :)
Works perfectly but when I try to go to another page I get
Fatal error: Call to undefined function is_woocommerce() in /themes/generatepress_child/functions.php on line 17
Now the funny thing is that the same thing for bbpress works perfectly and no error.
That error will only happen if WooCommerce isn't activated.
Thanks Tom. I'm using it on Multisite and only had it activated on the Store site. I've now Network Activated Woo and all works perfectly now.
Thank you again!
You're welcome :)