- This topic has 4 replies, 3 voices, and was last updated 12 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › WP Affiliate Troubleshooting › How to change the location of the member fill in the blank data entry fields?
Tagged: affiliate plugin, Data Entry Fields
Hello,
This Affiliate Platform is such an amazing plugin. So awesome!!!
I noticed that after I login as a member the blank data entry fields are left justified. Is there a code you know that I could add to fix this? It may be something in my theme, but I was just asking if you may know of a way to override anything and get those data fields back where they are supposed to be.
Screenshot: http://havefunteaching.com/affiliate-member-screen.png
Thanks for your help and wonderful plugin!!!
Thank you for sharing the screenshot. That issue looks to be coming from other HTML code mistakes on that page (most likely coming from the header of the theme). Please do the theme test mentioned here to be sure:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
If you can post a link to the page and a test affiliate login details I will be able to inspect and confirm this for you too.
Hey, thanks for your help. I understand that it may be a theme or plugin issue conflict.
Here are the login details to a test affiliate account if you can check out the specs in the backend.
Username: test1
Password: test1
http://havefunteaching.com/affiliates/?wp_affiliate_view=login
Thank you so much!
Hi,
I checked out your site and your theme is definitely butchering the display.
I might have a quick and dirty hack for you.
Add the following code at the end of the affiliate_platform_style.css file:
input,input[type="text"],input[type="button"]{
display: inline-block;
}
Be sure to take a copy of the original in case you need to revert the changes/
Thank you for that reply. I added the code, however, it didn’t fix. The forms still work, so it’s not a pressing issue.
Since this is a problem with my theme, I will need to fix that first.
Thanks for the great affiliate plugin!