Viewing 9 replies - 1 through 9 (of 9 total)
  • Confirmed that I’m having the same issue.

    Plugin Author Zack Katz

    (@katzwebdesign)

    Gotcha, I’ll see what I can do for the next update. Thanks for letting me know both of you.

    I have the solution Zack. I’d be super psyched if you’d officially add it so we don’t have to fork your code. It’s a super easy one-liner. Just add the following in your kws_rich_text_tags function. (I put it on line 62):

    add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 );

    Note that I might have used the brute force way to do it and there might be a more elegant solution, which I haven’t played with yet.

    Plugin Author Zack Katz

    (@katzwebdesign)

    Thanks for fixing this issue, DeannaS! I have added the code and just committed it; version 1.3.3 will be available in 15 minutes.

    FYI – wp_tiny_mce_preload_dialogs is no longer a function with 3.2

    https://core.trac.www.ads-software.com/ticket/18001

    Your plugin still works, however, and frankly I’m confused as to why it’s not throwing a warning for an invalid callback function.

    Plugin Author Zack Katz

    (@katzwebdesign)

    Right, thanks. I got a message that someone else was getting that error to an undefined callback. Anyway, I’m working through my plugins now for 3.2 issues and I’ll get to this soon!

    Thanks for the trac link, too.

    Further research suggests your plugin does not have a working Link button in IE8 on WP 3.2. (but it does work in FireFox)

    (Also, the full-screen mode button doesn’t work in any browser I tested, but I’m much less concerned about this)

    Plugin Author Zack Katz

    (@katzwebdesign)

    Please let me know if version 1.4 fixes this.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Rich Text Tags] link button’ is closed to new replies.