Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Josh

    (@josh401)

    Thanks Mike,

    Try opening wp-content/plugins/ultimate-tinymce/options_functions.php.

    On line # 665, is this line of code:

    $jwl_signoff = isset($options['jwl_signoff_field_id']);

    Try changing it to this:

    $jwl_signoff = $options['jwl_signoff_field_id'];

    See if that restores functionality.

    Hi,

    thanks Josh – that worked for me!

    Matze

    Plugin Author Josh

    (@josh401)

    No worries.

    I’m going to go ahead and give warning…

    My next update is going to erase all settings. But it’ll give some fantastic new ways of managing options.

    So, save a notepad file and put your settings from your signoff before you update to 2.7.2 so you can paste it back in without having to redesign it.

    Thread Starter mikeotgaar

    (@mikeotgaar)

    Just tried this on a dev site – it worked.
    WordPress should have a “Developer providing best support” competition!!! You’d get my vote.

    Plugin Author Josh

    (@josh401)

    haha… ??

    Thanks Mike!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Ultimate TinyMCE] Signoff Shortcode Broken’ is closed to new replies.