Apr 25, 2020 10:10 am
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 10:19 am
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 11:46 am
yep, it works! many thanks martin.