thim popup login
-
AuthorPosts
-
-
April 19, 2023 at 10:55 PM #900893
Monique Sebilleau
Participanthello, despite all day trying to solve this problem I find myself at an impasse. I have the eduma theme and each time one of my clients wants to reset their password, the plugin sends me to the following page: /account/?action=lostpassword. the problem is that I have woocommerce installed and it is he who takes into account the sending of the password reset email.
after several tests this page (https://www.formation-revivre.fr/mon-compte/lost-password/) on my site works well
it is impossible to modify the href or the password reset links.
what is the solution to modify this plugin and all its fields?
thank you.
-
April 20, 2023 at 9:24 AM #900961
Daisy
KeymasterDear Monique Sebilleau,
Unfortunately, there’s no way to do this.
Sincerely
======================
ThimPress support team
Daisy
-
April 20, 2023 at 8:46 PM #901250
Monique Sebilleau
Participantok i paid 60 dollars for help and i must coded the sollution.
it’s a shame…
add_action( ‘wp_enqueue_scripts’, ‘my_custom_script’ );
function my_custom_script() {
wp_enqueue_script( ‘my-script’, get_stylesheet_directory_uri() . ‘/js/custom.js’, array(), ‘1.0’, true );
}jQuery(document).ready(function($) {
var link = document.querySelector(‘.lost-pass-link’);
if (link) {
link.href = ‘https://www.nouvelurl.com’; //Remplacer par la nouvelle url souhaitée
}
});don’t make a plugin if you not make a simple js and function…
shame, shame, shame, shame!!!!!
-
April 21, 2023 at 10:34 AM #901345
Daisy
KeymasterDear Monique Sebilleau,
According to our support policy, requesting instructions on customizing the code will not be supported. Therefore, I cannot assist you.
Best regards,
Daisy
-
-
AuthorPosts
You must be logged in to reply to this topic. You can click here