Simone Mancini
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Login] Forge login and Contact Form 7All problems are solved, thank you very much again.
I test logging in as a Subscriber (actually as Customer)… but the issue was linked to my custom login form, as you suggested.
Ps. I did rated and reviewed your plugin ; )
Forum: Plugins
In reply to: [Force Login] Forge login and Contact Form 7I really appreciate the time you are dedicating to my issue… but unfortunately the code didn’t work again : /
Forum: Plugins
In reply to: [Force Login] Forge login and Contact Form 7I fixed my code as you suggested me and now looks like:
// Custom Login URL function my_login_page( $login_url ) { return site_url( '/richiesta-di-registrazione/'); } add_filter( 'login_url', 'my_login_page' ); remove_filter( 'rest_authentication_errors', 'v_forcelogin_rest_access', 99 );
But I didn’t managed to fix the redirect even after having tried all the code snippets seen on the link you posted me…
Forum: Plugins
In reply to: [Force Login] Forge login and Contact Form 7Actually… I would appreciate the last little help please.
Now the redirect to my custom login/registration page and the contact form are both working fine, but after the login it doesn’t redirect to the home page of the website, instead it remains on the custom login/registration page. Any hint to redirect to homepage after login?
The code I’m using at the moment:
// Custom Login URL function my_login_page( $login_url ) { return site_url( '/richiesta-di-registrazione/'); } add_filter( 'login_url', 'my_login_page', 10, 2 ); remove_filter( 'rest_authentication_errors', 'v_forcelogin_rest_access', 99 );
Forum: Plugins
In reply to: [Force Login] Forge login and Contact Form 7Sorry Kevin, the problem is finally solved.
The
remove_filter()
function has worked as expected and in the beggining was preventing the redirect to my registration page just because I didn’t copied it correctly into function.php ….my mistake : /Thanks a lot, really appreciated
- This reply was modified 6 years, 6 months ago by Simone Mancini.
Forum: Plugins
In reply to: [Force Login] Forge login and Contact Form 7Hi Kevin and thanks again for the support. I’m using Force Login 5.1.1 and WP 4.9.6
I’ve tried the code above but unfortunately it prevents the redirection to my registration page that I had previously activated with this code:
// Custom Login URL function my_login_page( $login_url, $redirect ) { return site_url( '/richiesta-di-registrazione/?redirect_to=' . $redirect ); } add_filter( 'login_url', 'my_login_page', 10, 2 );
Forum: Plugins
In reply to: [Force Login] Forge login and Contact Form 7Hi Kevin, thanks to you for your help.
Yes with Force Login disabled the contact form works correctly, instead with Force Login activated the contact form it sends the message but doesn’t show up any feedback to the users, so they don’t know if the message is been sent or not.
I’ve tried to use some of those snippet: https://github.com/kevinvess/wp-force-login/wiki/Whitelist-Dynamic-URLs into my function.php but didn’t worked. Maybe I did something wrong or maybe those snippet are not the solution to my problem…
Thanks in advance
Forum: Plugins
In reply to: [Page Title Splitter] Conflict with Woocommerce checkoutbetter late then never ?? thanks
Forum: Plugins
In reply to: [Secondary Title] Secondary title doesn’t show in Cart pageuhmmm thanks a lot first of all! tha’ts really kind from you.
Anyway what I could do is create a backup of the database and all the WP files and then I can add you as an admin user and let you play around (paying attention :P) to try to fix the issue… the website is still under costruction but is it almost finished
Forum: Plugins
In reply to: [Secondary Title] Secondary title doesn’t show in Cart pageUnfortunately not yet :/
I’ve searched on the website you suggested and elsewehere too, but I’m not so experienced with hooks and Php in general, I only know Html and Css.
Of course I know that I need to modify the functions.php file in my child theme, but I’m still looking for the right snippet of code to past into it…
So further hints are obviously welcome ??
Forum: Plugins
In reply to: [Secondary Title] Secondary title doesn’t show in Cart pageThanks as well ??
Forum: Plugins
In reply to: [Page Title Splitter] Conflict with Woocommerce checkoutHi, did you find any solution to your problem? I’m in the same situation right now… thanks a lot in advance
Forum: Fixing WordPress
In reply to: Help with no working contact formHi and thanks for the answer ?? …yes, actually few hours ago has started to work again by it self, even if I haven’t touched anything.
I forgot to close this topic and I’m gonna do it right now. Thanks once again ??