Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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