- This topic has 18 replies, 5 voices, and was last updated 10 years, 12 months ago by
Arial Burnz.
- AuthorPosts
- July 30, 2015 at 4:57 am #10003822
Arial BurnzParticipantThank you for creating such a wonderful plugin!
I, too, need a little customization to my form. I know just enough CSS to make me dangerous (LOL), but I think I can address my problem.
I’m using the Mantra Theme. Here’s my site and the form I’m addressing: http://www.arialburnz.com/vip-club/join-club/
As you can see on the form, each of the fields has a bullet point. I would love for that to go away. I tried to insert some CSS into the Mantra customization CSS section, but even though I had at one point accomplished it for the form…it also took away all the bullet points for the entire site.
I tried to use CSS modifications in the Pie-Register General Settings > Custom CSS section and it still isn’t working. It’s basically not responding at all.
Here’s the CSS I tired in the General Settings:
/*Trying to get rid of bullets in the registration form*/
/*.pieregformWrapper #pie_register_reg_form ul > li {
background-image: none;
}Can you tell what I’m doing wrong?
Thank you for any assistance you can provide!!
Arial Burnz
http://arialburnz.comJuly 30, 2015 at 4:57 am #10003823
Arial BurnzParticipantOh, sorry! I’d also like to know how to change the text color on the submit buttons. The white text on a gray button is just too difficult to see.
Thanks!
ArialJuly 30, 2015 at 5:03 am #10003824
Arial BurnzParticipantDoh! Nevermind! I was able to fix the submit button using this:
/*Darkening text on submit button*/
.piereg_container .piereg_login_wrapper .submit input[type=”submit”], .pieregWrapper input[type=”submit”], .pieregWrapper .piereg_cancel_profile_edit_btn {
color: #000000;
}Just in case someone else needs it. I put this in the Custom CSS area in General Settings for Pie-Register.
July 30, 2015 at 5:12 am #10003825
Arial BurnzParticipantAnd here’s the code I used to try to get rid of the bullets, but it did it across my whole site:
/*Trying to get rid of bullets in the registration form*/
.entry-content ul > li {
background: transparent;
background-image: none;
}July 30, 2015 at 6:04 am #10003826
Arial BurnzParticipantSorry for all the messages. I’m working out the kinks in my registration process. Thanks in advance for your patience!
I have a nifty new plugin that creates a popup for people to register. Unfortunately, it doesn’t directly integrate with the WP User List. It WILL integrate with my mailing list plugin (MyMail Newsletter), but UNFORTUNATELY, MyMail does NOT transfer subscriber into to my WP User List. It will sync my current list, but not transfer the new subscribers.
However, it does allow me to “Re-submit contact details to 3rd party HTML Form”. I’m wondering if I have the HTML for the Pie-Register form with fields, I might be able to use this option.
Your thoughts? Suggestions? Or the HTML code?
When I go to my registration page and right-click on the form to select “Inspect Element”, I see the Pie-Register form only has the class names for the fields.
Thank you for any help you can provide!
Best,
Arial 😀July 30, 2015 at 2:37 pm #10003827
Pie RegisterParticipantHello,
You can export Users from PR Import/Export section, shall it work?
Thanks
July 30, 2015 at 9:12 pm #10003828
Arial BurnzParticipantThank you for the suggestion, but I’m trying to set this up so I don’t have to keep doing an export/import. If the form would allow me to populate the user information directly, that would solve all my problems. Pie-Register custom forms already allow me to register users directly into my WP User table. If there was an HTML version of the form – some way I could call the fields directly – then perhaps I could use this nifty Layered Popups plugin to interface with my WP User table.
I’m trying to automate the process as much as possible. I have 1000 subscribers and I need that to go up to at least 3000-5000 BUT I don’t want to create an administrative nightmare in the process.
Looking forward to seeing some answers about the bullets.
Thanks!July 31, 2015 at 3:32 pm #10003829
Pie RegisterParticipantHello,
One possible way is to use PR HOOK that fires on User Registration this
way you can automate this process.Thanks
July 31, 2015 at 10:31 pm #10003834
Arial BurnzParticipantThank you! I’ll look into that!
- AuthorPosts
- The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.
