Hello, thanks for your useful plugin.
I have a problem with the login redirect. I′ve tried with:
——
function yikes_custom_login_redirect_after_login() {
// Redirect users to the homepage after successful login
return home_url();
}
add_filter( 'custom-wp-login-login-redirect-url', 'yikes_custom_login_redirect_after_login' );
——-
But the user is redirect to the woocommerce my account page.
Thanks in advance,
Fernando
Hi there, how can we redirect to homepage on logout?
I tried adding this on theme functions but it just goes to the member-login page
add_action('wp_logout','auto_redirect_after_logout');
function auto_redirect_after_logout(){
wp_safe_redirect( home_url() );
exit;
}
]]>
Hi
Once a user has logged in, how does he/she log out?
Is there a link or page that I am missing?
]]>Hi
How can I change the plugin language. The changes I made with poedit did not work.
]]>I’ve made a PR to your GitHub Repo that contains a fix for this. More details can be found there.
https://github.com/yikesinc/yikes-inc-custom-login/pull/16
PS: Your GitHub Repo appears to be an update ahead of the WP Plugin Repo.
]]>The login procedure goes smooth until the password reset point after clicking the link on the confirmation link.
The password for the test access user is “testuser” and “testpw”.
Just follow the registration procedure with some throwaway data. You will reach a point where my header is above the passwort-reset window despite no set z-index. The worst part is you can’t click the button or hit enter to reset the password. Any idea?
]]>Hi,
Need help with your plugin. Desktop version works fine but when I use a smartphone it will not showup responsive and shows a very small login…
It onlu happenms when i use the theme Avada version 6.6.2 onm other thems I have good results. Any suggestions..
Thanks in advance,
Rob.
Hi,
after an update to php 7.3 we recognize some error messages on the (account-info) page. (not 100% sure if that happens within the update, just as additional information.
Error in account-info-form.php, custom login.php and custom login.php
e.g. from account-info-form.php line 37 ($this->yikes_custom_login_display_alerts( $attributes[‘errors’] );)
what can we do to solve this?
Thank you
]]>Hi!
This is a small foot print Plugin that worked flawlessly using the shortcode. The only thing that seems to be lacking is setting a redirect for LOGIN for users other than Admin. I cannot set the <input type=”hidden” name=”redirect_to” value=””> redirect on the short code.
Any guidance on this? I am blocking access to users and even the Admin I want to send to the home page forcing the Admin to know how to get to the Admin dashboard.
thanks
great plug in.
]]>Hi, this plugin seems to be great for my needs however I was trying to edit my form and the color editor wasn’t working. I was also wondering if it can be further customized Thanks.
]]>Hi,
Love your plugin but, non-admin won’t go to dashboard after login.
It goes to my account or to the frontpage not to the backend.
I unchecked Restrict access to the dashboaord (https://www.vvmuzeescheveningen.nl/wp-admin/) from non-admins? but still not accesible directly, have to manually type the …/wp-admin and then i will work but not directly.
Hope to hear form you,
Kind regards, Rob
I am trying to add custom fields in registration form , its not coming by custom login plugin but if you load core registration form of wordpress it shows all new added fiels, kindly giud me how to enable those fields in custom login plugin as well
]]>Hi, I don’t know waht happen, but don’t work reCAPTCHA. I have inserted reCAPTCHA Key and key secret.
Could you helpe me?
]]>