Forum Replies Created
-
AuthorPosts
-
John
Participantfunction fix_mb_clone_btn_css() { echo '<style> .add-clone{ display: inline-block !important; } </style>'; } add_action('admin_head', 'fix_mb_clone_btn_css');John
ParticipantThe fixed looks good on my end.
For group fields that contain clone fields:
-able to delete corrupted records from clone field
-able to add new records to clone fieldLooks good,
John
John
ParticipantHello,
Is there a tentative timeline for this fix?
Thanks!
John
ParticipantI am researching this topic and have a use case where I have a datetime field.
I would like to update an existing post with a new date.
I would like to use the jQuery datetime UI for the user to select the date.So, there is an existing post with an date/time set. I want the user to update the field using the date time picker. Right now, the front end form only created new post it does not have the ability to update post meta I don't think.
I can easily update post meta using the Meta Box functions to update, but i want to bring in the date/time picker.
Any solution for this use case?
thank you!
John
ParticipantThank you so much Anh, I think I got it and understand now! Have a great rest of your day.
John
ParticipantHey Peter, the p tag is coming from the WordPress
wpautop function I believe.If I manually wrap the image in a span tag or anything else using the HTML code view, it works correctly on the frontend.
The issue is that a client not versed in html won't know to do that.
It would be nice to define how images are handled when inserted in the Wysiwyg field.
So, instead of the wpautop function doing it's thing on images in the wysiwyg field, maybe some further customization or settings would help clean up the frontend output when using images in this type of Metabox field.
Thanks!
John
John
ParticipantHi Peter, thanks for the response.
Inside the WYSIWYG editor, there is no p tag. I see you can change the tags using the raw HTML editor.
But on the front end, the output automatically wraps the image in a p tag.I am trying to clean up the output on the front end and remove the automatic p tag wrap on the image.
Any thoughts on why this is happening?
John
ParticipantAwesome, Thank you!
-
AuthorPosts