Custom Field isn't showing up
Author | Posts |
---|---|
December 1, 2014 at 10:49 pm 31517 | |
I've created a form that has a custom field. But when the form gets published (as a post), the custom field doesn't show up: http://www.poemnest.com/facebook-poem/ In the case above, I had a field called: "History behind the poem". Even tough the user filled the field, it is not showing up. Any help? | |
December 2, 2014 at 3:08 pm 31601 | |
Hello Muhammad, Make sure you have enabled Custom Fields in post. If not then please navigate User Frontend->Settings->General Options and check “Custom Fields in post” checkbox. Please let me know the result. I am here to help you. Thank You 🙂 | |
December 14, 2014 at 9:19 pm 32303 | |
Thank you Mirza, That solved the main issue. Now I am facing another one: So, the title “The Story behind the poem:” is not showing as a title. It should show with an h3 or an h4 tag. The “:” is showing in the next line as well. How can I fix this? Thank you, | |
December 15, 2014 at 1:39 pm 32324 | |
Hello Muhammad, There are no option to show in h3 or an h4 tag in form . But you can attach css by input css class or id the css field. You can enrich design with the css. Hope you understand. Thank You 🙂 | |
December 15, 2014 at 6:26 pm 32345 | |
Towhid, About this issue? Regarding the css input, what could i try to input/what would you suggest to edit? Thank you, | |
December 20, 2014 at 11:03 am 32634 | |
Hello Muhammad, Please provide your login details by using this form – http://wedevs.com/provide-login-details/ also send the form name and page name or link. I will have a look what is going wrong. Thank you 🙂 | |
December 23, 2014 at 10:34 pm 32899 | |
Hi Towhid, I’ve submit that form. Let me know if you are able to fix it. If possible guide me a little bit more in the H4 and h3 tag implementation via CSS as I don’t know programming. TY | |
December 24, 2014 at 4:51 pm 32928 | |
Hello Muhammad, I am not able to get the admin url. Can you please send me. Thank You 🙂 | |
December 26, 2014 at 6:28 pm 32970 | |
Access is via this link: | |
December 27, 2014 at 2:36 pm 32978 | |
Hello Muhammad, I have able to login with the access details you provided. Please allow me some time to look out the solution. Thank You 🙂 | |
January 1, 2015 at 2:19 pm 33256 | |
Hello Muhammad, You can not use h3 and h4 in css literally. I have attached pseudo element to styled the element with font size. It was used only as a tag in HTML. I have done some css code in style.css file at the bottom of file. Here are the css:
Please open /wp-content/plugins/wp-user-frontend/wpuf-functions.php and find
and replace
I do not have ftp access of your site. So I was not able to worked. Hope it will meet your requirements and let me know the result. Thank You 🙂 |