- This topic has 8 replies, 3 voices, and was last updated 4 years, 2 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › How to change the setting in the affiliate sign up column?
Tagged: registration, WP Affiliate
How to change the setting in the affiliate sign up column?
There are : paypal address, company Web Address, Street Address, Town, State, Zip Code, Phone, Country that I don’t need and don’t want to show up in the registration.
I know that they are not required (can be blanked), but i just want to modify the registration column.
Please help..
Thank You and regards,
Beny
The best option will be to use CSS tweaks to hide those fields from the registration form.
Can you please confirm that you are using the following shortcode on your affiliate area page so I can work on a solution for you?
[wp_affiliate_view3]
So, to use CSS tweaks, I have to use the [wp_affiliate_view3] code in my page? i use view 1 if i am not mistaken. Do i need to change it to view 3?
Thank you and regards,
Beny
I need to make a change in the plugin first. I will send you an email with update.
I have sent you an updated copy of the plugin via email. After you use it, add the following custom CSS tweak to your site:
.wpap_style3_rego_fieldset_grp_2{
display: none;
}
.wpap_style3_rego_fieldset_grp_3{
display: none;
}
That should hide those non-required fields from the registration form.
You can add the CSS tweak in the following area of your site:
Appearance -> Customize -> Additional CSS
Okay, I will try it tomorrow and will get back with the update. Thank You
Is it possible to shorten the registration form for new partners? I want there to be only 4 or five boxes I choose …
Thank you
very weird…
I added the code you gave here, but it does not work on the site itself … it only works “behind the scenes” in writing css within customization:
[4minim4u.co.il/wp-content/uploads/2020/09/ביאור-2020-09-07-163026.jpg]
[4minim4u.co.il/wp-content/uploads/2020/09/ביאור-2020-09-07-163054.jpg]
Make sure to empty your cached after you apply CSS tweaks (so the new changes are picked up).
Instead of an image, post the URL of the page so I can inspect the HTML code of it.