Home Forums WoodMart support forum Option to change default registeration page

Option to change default registeration page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #125182

    sanchitgoyal
    Participant

    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

    #125200

    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

    #125371

    sanchitgoyal
    Participant

    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.

    #125414

    Hello,

    You can see which class has been used here: http://prntscr.com/nsffv8 or check it with your site.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)