• Resolved mjohnhorning

    (@mjohnhorning)


    I was excited to try the free version until I discovered I can’t make any changes to the registration fields.

    I would simply like to remove Website, or at least not require it, because most of my affiliates won’t have one. Is there any way around this?

    I’m very reluctant to pay for the plugin until I’ve had a chance to try it out, but it’s kind of useless as long as website is required.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @mjohnhorning,

    Thank you for reaching out! With the core version of the plugin, you cannot remove the “Website” field directly from the interface.

    However, you can make it optional, by disabling it from the “Required Affiliate Fields” field found in SliceWP > Settings > General (tab) > Pages Settings (section).

    You can also hide the field using CSS code. If you’d like to do this, please add the following line of code to your site in Appearance > Customize > Additional CSS:

    .slicewp-field-wrapper[data-type=”url”] { display: none; }

    Please try it out and let me know how it goes.

    Thank you and best wishes,
    Mihai

    Thread Starter mjohnhorning

    (@mjohnhorning)

    Ahh! – missed that setting — and your CSS works perfectly.
    We’re back in business!
    Thank you!

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @mjohnhorning,

    No worries whatsoever! Happy to hear the code worked.

    Best wishes,
    Mihai

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Any way to remove Website field in the free version?’ is closed to new replies.