Limited Support
Dear Clients and Partners, we wish you a Merry Christmas and a Happy New Year! May this season bring you joy, peace, and good times with your loved ones.
Our support will be limited during the holidays, and we will return to full service on January 7.
Thank you for your understanding.
We appreciate your support this year and look forward to working with you in the new year.
Happy Holidays!
I am trying to make a distraction free (as much as possible) page where users can post questions. It is possible to remove the sidebar perhaps by using a shortcode or other setting for a specific page where a user can ask a question?
I am currently using this shortcode on a blank page.
[wpforo boardid="0" item="add-topic" id="2"]
In order to do that, you need NOT to use wpForo sidebar but of your THEME's.
Then with some widget options plugin, you will be able to tune what to show & where.
Hi @sison2466
try this code
#wpforo #wpforo-wrap.wpft-forum .wpforo-content { width:100% } #wpforo #wpforo-wrap.wpft-forum .wpforo-right-sidebar { width:0%; display:none; }
add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
Is there a way to affect the CSS of just one page?
yes, if you use the correct css class instead of
.wpft-forum