Hi,
but the problem is that the affiliate registration form looks terrible on both mobile and desktop.
The registration form works with your theme. Can you carry out a test. Can you test one of WordPress default themes like Twenty Seventeen, then check the registration form. You should see a nice looking registration form displayed. If this is the case then you know that your theme is causing this.
I also can’t add the password field to the form. I add it as a custom field but it seems like it’s not working as a password field so i can’t simply log in as an affiliate.
When an affiliate signs up, a WordPress user account is automatically created. That means the password is automatically created by WordPress and sent via email. However, once they log in to their dashboard they will be able to change it.
Let me know how you go.
Regards
Thread Starter
nwdo
(@nwdo)
Yes i tried storefront theme and it looks perfect. Is there anyway to make it look good for oceanwp too?
Hi, unfortunately we don’t have an option or addon to customize the registration form. You will have to speak to your theme developers about this issue.
Kind regards
Thread Starter
nwdo
(@nwdo)
Hi again,
I contacted OceanWP theme support, they told me that they can’t make every plugin compatible with the theme. Well i logged into the affiliates dashboard, everything looks perfect. The problem is only the registration form. Is there anything i can do to remove the form’s borders? Maybe adding some css codes? That would probably solve everything.
Best regards
Hi, give the following CSS code a try.
#mainform {
width: 55%;
display: block;
margin-left: auto;
margin-right: auto;
}
However I am not sure if this will work.
Thank you
Thread Starter
nwdo
(@nwdo)
Hi again,
Well unfortunately that didn’t work. but after using browser elements and testing things i tried this CSS and it worked!
.pure-table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
border: none;`
width: 80%;
margin-left: auto;
margin-right: auto;
color: #000000
}
@media only screen and (max-width: 1000px) {
.pure-table {
width: 100%;
}
}
Thank you so much!
I am happy to know that you fixed your issue.
Enjoy the plugin.