Hi,
Plugin is conflict with New User Approve plugin on click to login to see price button and then sign up it gives 500 error on new registration.
]]>Hi,
I would like translate my WP AJAX Login and Register plugin so i have this error when i add a new language.
Error: Empty PO data
Thanks!
]]>Hi,
I have used your plugin everything working fine. But when I have use the forgot password and enter the email there , it’s not works and get the wp_admin_ajax error.
I have find the solution for this please apply to get it works:
you are using the wrong address for sending mail with this function wpcrl_send_email_verification_token. so please change $headers[] = ‘From:’ . get_option(‘blogname’); to $headers[] = ‘From:’ . get_option(‘admin_email’);
Sorry for the bad english.
Thanks
]]>Are there any known compatibility issues with WP 4.7.2? The plugin is not working properly for me. I can login and the WP admin topbar appears but when I click on it to access the WP dashboard, I am taken to the ordinary WP login page to login again…
]]>Awesome plugin. This is exactly what I want. But can you add social login options as this is not basic and common thing while logging in and registering. Most of the visitors don’t want to mess with registrations/ login form and comfortable with social login. Please add this feature in wishlist and update it asap.
Thanks
]]>Hi,
Nice plugin. I want to know how to change ERROR: messages? I have several custom messages and tried to find them in plugin files, but was not able to. Any suggestions?
Thanks
]]>Hi,
i just installed plugin but did not working yet. can you help me please here is my website https://avistorr.com/
Hi,
Your plugin is just awesome.I was trying to show an image avatar and username instead of the “Logout?” text. But I cant. I have tried but its working in localhost but NOT on a live site. I’ve tried with the following codes:
function pt_login_link_to_menu ( $items, $args ) {
if( $args->theme_location == apply_filters('login_menu_location', 'primary') ) {
if ( ! is_user_logged_in() ) {
$text = __( 'Login/Register', 'wp-ajax-login' );
} else {
$text = get_avatar( get_the_author_email(), '50' ) . get_the_author();
}
$items .= '<li class="menu-item login-link"><a href="#pt-login">'.$text.'</a></li>';
}
return $items;
}
Can you please help in this regard? Please help.
]]>Is it possible to add first name field and make it required in registration form of wp ajax login register
]]>I have installed this plugin and when using the lost password feature the email I get is this:
Someone has requested a password reset for the following account:
Username: testing1
If this was a mistake or you didn’t request a change, you can safely ignore this email.
To reset your password, visit the following address:
</wordpress/wp-admin/admin-ajax.php?action=rp&key=7skib3CWZ3B1iv0jqZrY&login=testing1>
You will see the reset link isn’t a proper link and when i add my site url infront of it i just get taken to a blank page with a number 0
on it?
https://www.ads-software.com/plugins/wp-ajax-login-and-register/
]]>Hello,
This plugin is just what I was looking for. However, when you register or login, the top of the box is cut off and the rest of the page is black. If you want to see it, my site is nicolinatorres.com. Can you help? Thanks, Nikki.
https://www.ads-software.com/plugins/wp-ajax-login-and-register/
]]>Hi i have translated the .po and .pot file but the language not change. can you help me?
https://www.ads-software.com/plugins/wp-ajax-login-and-register/
]]>Hello ,
This is a very nice plugin. I activated this plugin and got a login/register page.
Login is fine, but when I click on registration, I get a message, “registration is disabled”.How to enable this.
Thanks
https://www.ads-software.com/plugins/wp-ajax-login-and-register/
]]>I double-checked in the WP Admin > Menu area but didn’t see anything… I would prefer not to use CSS neither. Right now, I’m using the code snippet on your site:
add_filter('login_menu_location', function(){return 'footer';});
I don’t have a footer menu, but I guess this works…
https://www.ads-software.com/plugins/wp-ajax-login-and-register/
]]>Hi, first of all, thanks for a great and visually pleasing plugin.
I was wondering about two features I wish I could make happen using your plugin. First, I would like to be able to redirect users to a custom page after logging in. Second, I would like to have a logout URL, so that when a logged-in user clicks on it, it logs out immediately and redirects to the homepage.
Hopefully someone can point me in the right direction to make this happen.
https://www.ads-software.com/plugins/wp-ajax-login-and-register/
]]>