Plugin Support
wfmark
(@wfmark)
Hi @hebhansen, Thank you for reaching out.
I see you have a custom login page. The Wordfence 2FA and reCAPTCHA features are only supported for the default WordPress/WooCommerce login and registration pages and may not work on custom versions of these pages created manually or by other plugins/themes which explains the issue you’re having.
We have plans to expand our compatibility in the future, although we cannot commit to timelines at the moment.
Thanks,
Mark.
I did not customize anything for the login. Thx
Plugin Support
wfmark
(@wfmark)
Hi @hebhansen,
Please send a diagnostic report to [email protected]. You can find the link to do so at the top of the Wordfence > Tools > Diagnostics page. Then click on “Send Report by Email”. Please add your forum username where indicated and respond here after you have sent it.
NOTE: It should look as follows – Screenshot of Tools > Diagnostic > Send by Email
Thanks,
Mark.
A draft fix for the ugly overlay:
/******** Login - Wordfence 2FA Overlay ********/
.woocommerce #wfls-prompt-overlay {
padding: 20px; /*not working*/
}
#wfls-prompt-overlay {
background-color: #F9F9F9;
}
Note padding not working. Do not know why
Fix for wordfence coloring all links in my space, when 2FA settings for user is active and button styling for TT4:
/* Fix Wordfence color of links, when 2FA settings are active */
.woocommerce-account a {
color: inherit;
}
/* Wordfence Button Style - 2FA settings */
.wfls-btn-default {
color: white !important;
background-color: black !important;
}
.wfls-btn-default:hover {
background-color: #636363 !important;
}
.wfls-btn {
text-transform: none !important;
border: 0px red solid !important;
}
Note this is not a fix. It’s a temporary solution that partly works here
-
This reply was modified 2 years, 1 month ago by
hebhansen.
Plugin Support
wfmark
(@wfmark)
Hi @hebhansen,
I couldn’t find your diagnostic report. Please try the below instead:
Navigate to Wordfence > Tools > Diagnostic page and then click the “Export” button. Send the txt file to [email protected]. Add your forum username in the subject and respond here once done. Let me know once you have sent the report.
Thanks,
Mark.