• Hi guys,

    We’d like to disable registration totally and just register affiliates manually.

    Please could you advise on the best way to do this?

    Regards,

    Eoin

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello Eoin,
    hope you’re doing well!

    In order to disable the affiliate registration form, add the following CSS in Appearance > Customize > Additional CSS:

    div .yith-wcaf.yith-wcaf-registration-form.woocommerce {
        display: none !important;
    }

    You can then manually add new affiliates from the “Add affiliate” button in the Affiliates tab of our plugin.

    Try it out and tell us if it works well for you, please.

    We will be attentive to your response.

    Have a nice day!

    Thread Starter webdesignkilkenny

    (@webdesignkilkenny)

    Hi Juan,

    Unfortunately that CSS is also removing the login form as well as the registration form so the is nowhere for the affliates to login and access their dashboard.

    Thanks

    Eoin

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi Eoin,
    thanks for your reply!

    Try this new CSS please:

    div.yith-wcaf.yith-wcaf-registration-form.woocommerce .register-title, div.yith-wcaf.yith-wcaf-registration-form.woocommerce .register-form {
      display: none !important;
    }

    Give it a try and let us know if it works well for you please. If it still doesn’t work, could you provide us with the link to your site’s affiliate page?

    We will be attentive to your response.

    Have a nice weekend!

    Thread Starter webdesignkilkenny

    (@webdesignkilkenny)

    Hi Juan,

    We used the following CSS to hide the registration form…

    .u-column2, .col-2 { display: none !important;}
    
    .u-column1, .col-1 { width: 100% !important;}
    

    Thanks for getting back to us.

    Eoin

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello Eoin,

    In the console, the old CSS worked fine for us, but we’re still glad you were able to achieve what you wanted.

    If you have any other questions, feel free to contact us.

    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable Registration’ is closed to new replies.