Notifications
Clear all

wpForo 1.x.x [Solved] wpforo-shortcodes

12 Posts
2 Users
0 Reactions
5,809 Views
Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

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%;}
Posts: 11
Topic starter
(@lazainfo)
Active Member
Joined: 6 years ago

Thank you very much for your previous help. I have a new issue of <title></title> In the settings of the forum I have is here:

Posts: 11
Topic starter
(@lazainfo)
Active Member
Joined: 6 years ago

And is deduced I have here is so:

 

Posts: 11
Topic starter
(@lazainfo)
Active Member
Joined: 6 years ago

As I understand it loads the title from the settings wordpressa How to fix whatever the forum had title to only that which is specified in the settings of forum?

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

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

Page 2 / 3