HI Josh.
Latest version 2.7.1 - the signoff shortcode is not working. Signoff message replaced with single number 1 in pages/posts
Tried the following. De-activated and uninstalled, re-installed plugin.
Updated database (lost all settings - re-configured)
Re-created signoff message.
Have reverted to plugin v2.6.1 for now.
http://wordpress.org/extend/plugins/ultimate-tinymce/
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.
matze_1
Member
Posted 10 months ago #
Hi,
thanks Josh - that worked for me!
Matze
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.
Just tried this on a dev site - it worked.
WordPress should have a "Developer providing best support" competition!!! You'd get my vote.