Option to change default registeration page
-
Hello
I would like to use the registration page of some other plugin instead of the default page?
How can I change the same so when the user click on “register” he is redirected to the plugin page. Please find image attached. Regards.
https://prnt.sc/nrveq8
Hello,
The registration page is the functionality of Woocommerce. When you activate your plugin redirection would come into force. Contact your plugin support they would explain you how it would work.
Our theme does not influence nor have any options for redirection.
Best Regards
Hello
I got the following reply from the plugin author
Below is the simple line of code you’ll need to add if you want to trigger the modal/popup
jQuery(‘.class’).addClass(‘digits-login-modal’).attr(‘type’,1);
Please dont forget to change the text marked in red according to your needs
.class represents the class of the button you want to make the change
Can you tell Me what is the class of “create account” button? Thanks.
Hello,
You can see which class has been used here: http://prntscr.com/nsffv8 or check it with your site.
Best Regards