Notifications
Clear all

wpForo 1.x.x [Closed] GUI Issue with Reporting Content

6 Posts
3 Users
0 Likes
808 Views
Posts: 21
Topic starter
(@gamedevhq)
Eminent Member
Joined: 5 years ago

Testing out the report content feature. 

Using Chrome Browser. Any ideas? 

5 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

It's seems you've customized wpForo CSS or some other CSS code from active theme affects wpForo. Please leave your website URL to allow us debug CSS conflicts. The screenshot can't help in debugging and fixing this issue.

Posts: 21
Topic starter
(@gamedevhq)
Eminent Member
Joined: 5 years ago

Hi Robert, you can find it at gamedevhq.com/community 

Posts: 21
Topic starter
(@gamedevhq)
Eminent Member
Joined: 5 years ago

Hi Robert, we have no custom CSS added to our wpforo. 

Any suggestions? 

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4231

@gamedevhq

Please register some new user and send the user's login details to info[at]gvectors.com email address to allow us to debug the CSS conflict.

Currently, registration is disabled on your form thus we ware not able to create a new account and see the report button.

Sofy
Posts: 4231
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

@gamedevhq,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again. Press CTRL+F5 (twice) on the forum frontend before checking.

div#wpf_reportdialog {
width: 100% !important;
}
.ui-dialog .ui-dialog-titlebar {
padding: 0 1em;
}
.ui-dialog-titlebar-close:before{
line-height:36px
}
.ui-button.ui-dialog-titlebar-close{
top: 9px;
}