• Hi,
    I’ve created a CRED form via the wp-types plugin, which allows users to submit content.
    In the form a post editor is embedded.
    When Autoptimize plugin is enabled the editor bar (bold / italic / align etc… buttons), are not loaded.
    When Autoptimze plugin is disabled, it loads fine…

    What can be wrong?

Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    likely the JS “wp types”-introduces doesn’t like to be optimized (aggregated/ minified), you’ll probably see some JS errors on the browser console confirming this.

    you can try excluding the wp-types JS (see troubleshooting-section in FAQ) or alternatively exclude the page with the CRED-form from optimization by using the autoptimize_filter_noptimize filter (see autoptimize_helper.php_example in autoptimize’s root folder for an example of how to do that).

    hope this helps,
    frank

Viewing 1 replies (of 1 total)

The topic ‘embedded post editor editor bars don’t load’ is closed to new replies.