• Hi!

    I’m having problem when having multiple text editors (used with Advanced Custom Fields) in the admin page. For instance, I have three textareas with WYSIWYG editors applied to them. When clicking the “Insert shortcode” and select something it applies the shortcode to the first text editor not the third which I was adding the code to.

    Is there any solution of how to solve this problem?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m having the same issue. Any help?

    @stermie: If you require assistance then, as per the Forum Welcome, please post your own topic.

    I had the same problem. While we wait for the devs to update their plugin you can apply this fix.

    In shortcodes-ultimate\assets\generator.js line 20.

    Change this line :

    window.su_generator_target = $(this).data('target');

    to

    window.su_generator_target = $(this).parent().parent().next().find('textarea').eq(0).attr('id');

    Hope it helps. Works for me. I am using the latest version of WP and plugins.

    Colsie

    Thread Starter Bondra

    (@bondra)

    It kind of worked… the problem now is that the shortcode also gets applied to the native WYSIWYG. Any solutions to this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shortcodes Ultimate in multiple areas?’ is closed to new replies.