Here a few small fixes for correct layout and translations for Taxonomy TinyMCE 2.0 with current WordPress 4.x:
Line 84:
old: _ex( 'Description', 'Taxonomy Description' );
new: _e( 'Description' );
Line 86, tag & slightly different text:
old: <span class="description"><?php _e( 'The description is not prominent by default, however some themes may show it.', 'woodojo' ); ?></span>
new: <p class="description"><?php _e( 'The description is not prominent by default; however, some themes may show it.' ); ?></p>
Line 113:
old: _ex( 'Description', 'Taxonomy Description', 'woodojo' );
new: _e( 'Description' );
Line 115:
old: _e( 'The description is not prominent by default, however some themes may show it.', 'woodojo' );
new: _e( 'The description is not prominent by default; however, some themes may show it.' );
Thanks for the great plugin.
]]>Hi
Firstly, thanks for a very useful plugin.
I have noticed this has been brought up earlier, but with no reply. Is there any way of getting shortcodes to work in category-description box?
Many thanks.
]]>The plugin is parsing Heading tags to the front page correctly (when used in Visual editor), but paragraph tags are removed, and text becomes a long line.
However, when in Text editor, you wrap < p > tag around text it is saved and outputed correctly. But, if you ever switch back to Visual editor and update, all of the paragraphs are gone.
]]>The description TinyMCE field is blank while it has content (I can see that on the website & in the database). If I hit ‘save’, the content disappears from the website & database too.
This happens in semmingly random categories, but it happens in every browser on both mac and windows. If I go to one of these categories, I see the text in an unstyled textfield. After half a second, the page is loaded and the blank TinyMCE field appears.
Please let me know if you need more details.
]]>Hello.
We need support for running template-based shortcodes in category-description. Any ideas?