blacknblueme
Forum Replies Created
-
Just a quick update…. by putting it in the style.css of the stylesheet, it did work… however it hid the email address from the frontend form. I want people to be able to enter their email addresses into the form. But once the post goes up, I want the email address hidden. Maybe I’ll try updating the post.php file?
this does not work… I’m assuming it needs to be placed somewhere in the plugin…. i really am not sure WHICH style.css this goes.
i tried in the theme’s css file and it did not work.
Not quite… So here are the steps:
– user submits form (they also create a post title here and the body of the post, in addition to filling out basic information about themselves)
– the fields from the form create a normal post
– the post once submitted is shown as “pending” under the admin dashboard
– admin approves the postThe issue is once the post is created. The fields about the user (i.e. name, age, etc.) appear BELOW the body of the post.
I haven’t changed my theme though or customized anything… and previously the “WPUF Custom Post” fields appeared in the post. Have any suggestions?
Is there a particular place in the style sheet where I should put this?
When I first posted my question here, on the post edit page there was a drop-down that said “WPUF Custom Fields” and it has since disappeared which is just strange.
I’m not sure how or why. I haven’t changed anything. Please see my screenshots (frontend & back end of the post) here:
https://imgur.com/VoUjDpp
https://imgur.com/iRRX9xEI tried creating a new post as well using my form. It worked just fine, however, the “WPUF Custom Fields” drop-down is still missing from the post edit screen.
Sorry, I’m not very good with coding.
So I went into from settings > email address> and I manually named the CSS class name as emailaddress.
I then went to the the WP User Frontend Settings > General options > Css Custom CSS Codes and pasted:
.emailaddress {
display: none;
}This didn’t work ??
Hi Mrinal,
That does not work.
In the form itself, I’ve ordered things as I’d like them to appear. With the post body towards the bottom.
In the post itself, I’ve gone in to edit the page and tried dragging the box labeled “WPUF Custom Fields” and the furthest up I can drag it is just below the body of the post.
Resolved… realized that under settings > general for the plugin, I hadn’t checked show custom post tpes