Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Wells

    (@davidwells)

    Turn on WP_DEBUG to display your specific error message by adding:

    define( ‘WP_DEBUG’, true );

    To the top of your wp-config.php file.

    Post the error message you see here and we might be able to fix it.

    Thread Starter Foqis

    (@foqis)

    Hi David,

    https://help.foqis.nl/cta-screenshot/

    Thanks for your reply. As suggested I turned debugging on. There is no debug info when I start visual editor. In the link you can see a screenshot what happens when I startup the visual editor. Hope you can help.

    Regards, Peter

    Plugin Author David Wells

    (@davidwells)

    Set permalinks to /%postname%/

    Also:

    Sounds like a plugin/theme conflict.

    To test for a theme conflict:

    1. Activate default Twenty Ten, Eleven, Twelve, or Thirteen theme
    2. Check to see if the issue still occurs
    3. If the issue does not occur after having activated the default “Twenty” theme, your theme is causing a conflict with calls to action.

    To test for a plugin conflict:

    1. Deactivate ALL plugins
    2. Activate Calls to Action
    3. Check to see if the issue occurs

    If the issue does not occur, one (or more) of your plugins is causing a conflict with Calls to action.

    To determine which plugin(s) is causing the conflict, follow these steps:

    1. Activate each plugin one by one
    2. Check to see if the issue occurs after each plugin is activated
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot edit cta’ is closed to new replies.