Custom Field isn't showing up

This topic contains 10 reply and 2 voices, and was last updated by towhid 9 years, 2 months ago
Viewing 10 Posts - 1 through 10 (of 10 total)
Author Posts
December 1, 2014 at 10:49 pm 31517
towhid 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
towhid towhid

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
Muhammad Muhammad

Thank you Mirza,

That solved the main issue. Now I am facing another one:
http://www.poemnest.com/black-friday-violence/

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,
Muhammad

December 15, 2014 at 1:39 pm 32324
towhid towhid

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
Muhammad Muhammad

Towhid,

About this issue?
The “:” is showing in the next line. it shouldn’t happen. How to fix that?

Regarding the css input, what could i try to input/what would you suggest to edit?

Thank you,
Muhammad

December 20, 2014 at 11:03 am 32634
towhid towhid

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
Muhammad Muhammad

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
Muhammad

December 24, 2014 at 4:51 pm 32928
towhid towhid

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
Muhammad Muhammad

Access is via this link:
http://www.poemnest.com/dashboard/

December 27, 2014 at 2:36 pm 32978
towhid towhid

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
towhid towhid

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:

.wpuf_customs li {
list-style: none;
}
ul.wpuf_customs li label:first-child {
font-size: 38px;
}

Please open /wp-content/plugins/wp-user-frontend/wpuf-functions.php and find

$html .= sprintf( '<li><label>%s</label>: %s</li>', $attr['label'], make_clickable( $new ) );

and replace

$html .= sprintf( '<li><label>%s :</label> %s</li>', $attr['label'], make_clickable( $new ) );

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 🙂

Viewing 10 Posts - 1 through 10 (of 10 total)