AI Search
Classic Search
Notifications
Clear all
Apr 25, 2020 2:10 pm
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.
Please help me to fix that.
for test use this user credentials
username: sycac
pass: 2305
3 Replies
Apr 25, 2020 2:19 pm
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;
}
Apr 25, 2020 3:46 pm
yep, it works! many thanks martin.