Apr 06, 2019 6:30 am
Morning team, when I use the [wpforo item="topic" id="9"] shortcode from here in another page from the site, you can see what happens in the images attach.
Appart from the fact that is not rendering fine, I realised that it includes the sidebars also, not only the topic. Is that normal?
Thanks in advance.
7 Replies
Apr 06, 2019 9:46 am
Hi @srtalop,
Please navigate to Dashboard > Forums > Settings > Feature admin page, set no value for the "Enable Output Buffer" option, delete all caches and check again (press CTRL+F5 on frontend).
Apr 22, 2019 7:21 pm
Use this CSS code. Put it in black top admin bar > Customize > Additional CSS textarea. Save it, delete all caches and check:
.type-post #wpforo #wpforo-wrap #wpforo-menu{display:none!important;;}
.type-post #wpforo #wpforo-wrap .wpf-breadcrumb{display:none;}
.type-post #wpforo #wpforo-wrap #wpforo-footer{display:none;}
.type-post #wpforo #wpforo-wrap .wpforo-right-sidebar{display:none;}
.type-post #wpforo #wpforo-wrap .wpforo-content{width: 100%;}
Â