Notifications
Clear all

wpForo 1.x.x [Closed] Quite a Odd Tiny MCE Problem

6 Posts
2 Users
1 Reactions
2,295 Views
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

First please note, that when you activate the Spamshield it adds three new fields on registration form. The original forum registration form looks like this:

 

Regarding to editor buttons. For some reason your theme CSS affects all buttons and sets 160px width. To fix this conflict please put the CSS code below in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap button, 
#wpforo #wpforo-wrap input[type="submit"]{
min-width: auto; height: auto;
}
.wpforo .section-content-page{
max-width: 76%;
min-width: 800px;
}

Also, I'd recommend change the forum style to Red style in Dashboard > Forums > Settings > Styles admin page. Once you changed and saved, also change the #12 Primary color to your theme color #C62641

 

 

Page 2 / 2