• Resolved yvallejo

    (@yvallejo)


    Hi guys good morning, to see what would be the process to add the “insert chart” icon that is added in the wysiwyg editor of WordPress (works perfect in the part of post and pages) but when creating a editor type field Wysiwyg (using ACF) this icon to insert the created charts does not appear and I need it to appear, thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter yvallejo

    (@yvallejo)

    Hi guys, attach the following information in case someone needs it.

    It turns out that if you were inserting the icon to insert the chart, just mark it as error 403 and you do not see http://prntscr.com/jnojlq, now if you press on that supposed icon, you will open the window but blank http://prntscr.com/jnojuj, now my only solution was to activate the native editor http://prntscr.com/jnoieg and if now I return to insert the information in the WYSIWYG type acf and the icon appears and opens the window to select the statistical chart.

    Unfortunately for this kind of content I did not need the native editor, but for the moment I’m going to leave it for this plugin to work perfectly for me.

    thank you very much

    Thread Starter yvallejo

    (@yvallejo)

    Hello again, and probe and if it works properly this little trap that is done xD, now if they also have the case that they do not need the editor in their custom post type, they can activate it but hide it with

    add_action( 'admin_head', 'hide_editor' );
    function hide_editor() {
    		remove_post_type_support('slug cpt', 'editor');
    }

    Greetings from Colombia

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ACF not show icon “insert chart”’ is closed to new replies.