Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

6 Posts
3 Users
0 Reactions
1,010 Views
Posts: 21
Topic starter
(@gamedevhq)
Eminent Member
Joined: 6 years ago

Testing out the report content feature. 

Using Chrome Browser. Any ideas? 

5 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 6 years ago

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

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

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

Any suggestions? 

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

Support Team
Posts: 5486

@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: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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;
}