• Hello
    I do really love your plugin Matt
    Thank you for you work!

    It is working fine until I add some attributes to it.
    As far as I did – when I try to insert a shortcode with a buttin in MCE, it asks me to enter the attribute value and throw the following error under submission
    “Shortcode not found. Please verify your settings”
    Hope you can solve this issue

    Thanks again

    https://www.ads-software.com/plugins/shortcodes-pro/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Having the same issues. Trying to diagnose it myself but can’t really figure it out. Getting the following errors in console:

    Uncaught ReferenceError: checkSubmit is not defined
    Uncaught TypeError: window.tinyMCE.execInstanceCommand is not a function

    I am having exatcly the same issue.
    Getting the “Shortcode not found. Please verify your settings” error message.
    Has anyone been able to solve this problem?

    Just in case anyone else is experiencing this problem; I have just found the solution in another thread:

    You simply need to edit the following file frim the plugin:
    shortcodes-pro/inc/shortcodespro-overlay.php

    And replace the following line:
    window.tinyMCE.execInstanceCommand(‘content’, ‘mceInsertContent’, false, shortcodeContent);

    With this snippet:
    window.tinyMCE.execCommand(‘mceInsertContent’, false, shortcodeContent);

    The full thread is: https://www.ads-software.com/support/topic/shortcodes-with-select-attribute-no-longer-working-with-39?replies=19
    (See post #9 from dazbot)

    Hello all,

    this solution is not working for me (in WP 4.6.1). Does anyone know why?

    Thanks

    Same to @albertosanchezm . The above solution didnt work for me in WP 4.6.1. Any help???

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode not found. Please verify your settings’ is closed to new replies.