Notifications
Clear all

wpForo 1.x.x [Solved] SOS Screen blurring when user click on post link or report

4 Posts
2 Users
1 Reactions
807 Views
Posts: 7
Topic starter
(@hakan)
Active Member
Joined: 5 years ago

Hello, I use wpforo for Arabic language. I have a problem when user click on post link or report. the whole screen become blurred and form message move to the end of the page under the footer. 

https://prnt.sc/s5ol2d

Please help me to fix that.

for test use this user credentials

username: sycac

pass: 2305

3 Replies
Posts: 7
Topic starter
(@hakan)
Active Member
Joined: 5 years ago
Posts: 992
Moderator
(@martin)
Support Team
Joined: 8 years ago

Hi @hakan,

Please navigate to Dashboard > Forum > Settings > Styles admin page, put this CSS code in the Custom CSS Code textarea, save it and delete all caches. Then go to forum front-end and press Ctrl+F5 to reset browser cache:

body.wpforo-dialog-visible > :not(#wpforo-dialog-wrap):not(#wpforo-load):not(#wpf-msg-box){
    filter: none!important;
    -webkit-filter: none!important;
}
Posts: 7
Topic starter
(@hakan)
Active Member
Joined: 5 years ago

yep, it works! many thanks martin.