Tutrix
Tutrix
@tutrix
Noble Member
Topics: 14 / Replies: 1496
Reply
RE: Can't log in to Forum

@gav read this topic > wpForo and Cache Plugins

5 years ago
Reply
RE: Underline not showing in signature

@motorhype add this to custom css #wpforo #wpforo-wrap .wpforo-post .wpforo-post-content a { text-decoration: underline; }

5 years ago
Reply
RE: URL problem and topics not displaying bold

@motorhype Your first question is not a problem, it has to beevery post has a number so that it can be assignedyou can see it here in your topic1 Po...

5 years ago
Reply
RE: URL problem and topics not displaying bold

Hi @motorhype I can answer your second question 😀 the span style overwrite the strong (bold)watch the Video add this to custom css #wpforo ...

5 years ago
Reply
RE: Personalizing the WPforo Editor Area

@realact try this CSS Code #wpforo #wpforo-wrap .wpf-form-wrapper { border-radius: 10px; } #wpforo #wpforo-wrap .wpf-topic-create { ba...

5 years ago
Reply
RE: How to display board statistics at footer of forum page

@jeanne Dashboard > Forums > Settings > Features Tab > Show Forum Statistic check out the documentation >

5 years ago
Reply
RE: Can members like a post anonymously?

@aar read this topic > How to show Like count instead the likers.

5 years ago
Reply
RE: Attaching image changes text and shows extra paperclip icons

@jasontoth Check the post whether all tags are correctly opened and closed. According to the source code, one </em> is too much, which means...

5 years ago
Reply
RE: Definitively center the reCAPTCHA

@hector @media screen and (max-width:600px){ #wpforo #wpforo-wrap .wpforo_recaptcha_widget { transform:scale(0.65); -webkit-transform...

5 years ago
Reply
RE: Soft Return for text directly under signature

@jasontoth and add this too #wpforo #wpforo-wrap .wpforo-post-content p { margin-bottom: 15px !important; }

5 years ago
Reply
RE: Can't change the color of the "new" notification on the forums

@aar add this example (black background orange font) to custom css #wpforo #wpforo-wrap a.wpf-new-button, #wpforo #wpforo-wrap span.wpf-new-button...

5 years ago
Reply
RE: Soft Return for text directly under signature

@jasontoth use inline CSS example <p style="line-height:14px;">Wulf Moon<br>Forum Moderator</p> Wulf MoonForum Moderator

5 years ago
Reply
RE: How to Disable About Me and website from user profile ?

@azzidoqsc the code above normally removes the fields from the "Account Tab" so that nobody can insert anything anymore you can also hide the fiel...

5 years ago
Reply
RE: How to Disable About Me and website from user profile ?

@azzidoqsc try this code function wpforo_custom_remove_user_fields( $fields ){ $remove_fields = array('about', 'site'); if( !empty($fields) ){...

5 years ago
Reply
RE: Video preview

@panos If you use the addon wpForo Embeds, you should describe your problem here > if not, take a look to the addon > wpForo Embeds

5 years ago
Page 81 / 102