Support Forum » User Profile

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Add More Button - display:none #47692
    JohnJohn
    Participant
    function fix_mb_clone_btn_css() {
        echo '<style>
    	.add-clone{
    		display: inline-block !important;
    	} 
        </style>';
    }
    add_action('admin_head', 'fix_mb_clone_btn_css');
    in reply to: Problem after update to the most recent version #46397
    JohnJohn
    Participant

    The 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 field

    Looks good,

    John

    in reply to: Problem after update to the most recent version #46283
    JohnJohn
    Participant

    Hello,

    Is there a tentative timeline for this fix?

    Thanks!

    in reply to: How can I update the post instead of Insert #43550
    JohnJohn
    Participant

    I 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!

    in reply to: WYSIWYG Auto P Tags #39611
    JohnJohn
    Participant

    Thank you so much Anh, I think I got it and understand now! Have a great rest of your day.

    in reply to: WYSIWYG Auto P Tags #39212
    JohnJohn
    Participant

    Hey 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

    in reply to: WYSIWYG Auto P Tags #39199
    JohnJohn
    Participant

    Hi 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?

    in reply to: Call wp_head(); in MB View #36782
    JohnJohn
    Participant

    Awesome, Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)