The plus addons for elementor login/register form error.
-
Hello Wordfence support ??
I have one problem, because I created login/register form for my client with another plugin The plus addons for Elementor.
This problem looks like this, when Wordfence plugin is active on my site, no one can login by means this form to its account.
When I tries login to my client account, form shows error: “Something went wrong. Please try again.”However when I deactive Wordfence plugin on my site this form is fully operational and I login to my client account.
I tries also login through this form after add to my theme functions, but it’s also not working.
// Disable wp login function custom_login_page() { $new_login_page_url = home_url( '/login/' ); // new login page global $pagenow; if( $pagenow == "wp-login.php" && $_SERVER['REQUEST_METHOD'] == 'GET') { wp_redirect($new_login_page_url); exit; } } if(!is_user_logged_in()){ add_action('init','custom_login_page'); }
This form is located on this page: https://niezle-ziolko.eu/zaloguj-sie/
Please help me.
The page I need help with: [log in to see the link]
- The topic ‘The plus addons for elementor login/register form error.’ is closed to new replies.