tmd123
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End Users] Registration Page ModificationHey Garry, I had a similar question. I wanted certain fields to show in the profile but not in the registration form. The omit_fields does not work here.
This was the answer I got:
“What you could do for the fields you want on the edit profile page, but not on the registration page, is make those fields not required and then use CSS to hide them from the registration form.”
You can use the “Custom CSS” box in the “Basic” area of the “Options” tab to add in any custom styling you want.An example of how to hide a specific field would be:
#ewd-feup-register-input-12, #ewd-feup-register-12 {
display: none;
}So, the CSS modifications hid the field but not the labels associated with it. I still have to figure out how to attach an id= to the whole thing in the html so that I can filter it ALL out with the CSS.
Furthermore, the CSS modifications only worked when I made them with Googles Developer tools in Chrome. Adding them in the custom CSS field within the plugin interface had no effect at all.Obviously, I still have some things to figure out but thats as far as I’ve got!
Forum: Plugins
In reply to: [Front End Users] Show a subset of profile fields on registration form?Hi thanks for your help!
This worked to get rid of the fields (I’ll figure out how to get the labels too) but it only worked when I was messing around with Chrome’s built-in “developer tools” – when i did it in the custom CSS field nothing changed. Do you have any idea what I might be doing wrong?
Thanks Again!Forum: Plugins
In reply to: [Front End Users] Show a subset of profile fields on registration form?Ok, I have no idea how to do that with CSS but I will start reading!! Thanks a ton for getting back to me, I’ve been really impressed with your plugin so far!
Nope, not on GoDaddy and I can’t clear a cache because I cant do anything in my site!
maybe its got nothing to do with the plugin, who are you using fo hosting?