Support

Account

Home Forums ACF PRO acf_form with gallery stopped working tinymce

Solved

acf_form with gallery stopped working tinymce

  • hi,
    I have frontend post create page and I have description field with tinymce , it is working fine with other fields of acf_form(); but when I add acf gallery with acf_form tinymce stopped working , I couldn’t solve it here my code;

    				acf_form(
    					array(
    						'post_id'      => $postid,
    						'form'         => false,
    						'return'       => '',
    						'uploader'     => false,
    						'field_groups' => array( 'group_60ae46c60a552' ),
    					)
    				);
  • there is in source code another tinymce codes appear with acf gallery form

  • I solved , using wp default tinymce code and working fine not external,

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

You must be logged in to reply to this topic.