AI Search
Classic Search
Notifications
Clear all
Aug 19, 2018 4:36 pm
Put this in your theme style.css file or in theme Custom CSS Code textarea. Save it delete all caches and press Ctrl+F5 on website front-end:
#post-29 #wpforo #wpforo-wrap #wpforo-menu,
#post-29 #wpforo #wpforo-wrap .wpforo-subtop,
#post-29 #wpforo #wpforo-wrap .wpf-head-bar,
#post-29 #wpforo #wpforo-wrap #wpforo-footer,
#post-29 #wpforo #wpforo-wrap .wpf-sb-bottom{
display:none!important;
}
The red marked 29 is the certain page id. If you'll add wpForo shortcode in other pages you should add the same code with new page id.
Also please put this CSS code to fix the Russian translation issues on blue panel (phrases don't fit set widths):
#wpforo #wpforo-wrap .wpfl-1 .head-stat-posts {width: 12%;}
#wpforo #wpforo-wrap .wpfl-1 .head-stat-views {width: 12%;}
#wpforo #wpforo-wrap .wpfl-1 .head-title { width: 70%;}
Aug 20, 2018 10:35 pm
All is correct. The forum home title consists of Forum Name - Website Name. There is no way to change it.
When you enter in a forum you'll see Forum Title - Forum name -Website Name
When you enter in a topic you'll see Topic Title - Forum Name - Website Name


