Rating: 5 stars
Just installed this to have a rich text editor (TinyMCE) for WooCommerce product categories. Works well.
]]>Rating: 5 stars
Worked like charm! Was very tensed to code for WYSIWYG but finally got this plugin and worked for me. Thanks developer you rock (y)
]]>Rating: 5 stars
Useful plugin, thank you
]]>Rating: 5 stars
just works!
]]>Rating: 5 stars
Does what it says and is very handy for a developer. Note that the plugin itself will not result in any content unless you add the code for this in the appropriate place yourself.
]]>Rating: 5 stars
I’m using a wooComemrce theme and needed to add custom links for each category product. Works like a charm!
THANKS!!
]]>Rating: 5 stars
This goes into my toolbox.
]]>Rating: 5 stars
I really like it.
]]>Rating: 5 stars
Small, clean, useful, convenient.
Thank you!
Rating: 5 stars
Excelente plugin! Gracias!
]]>Rating: 4 stars
Nice plugin! but, here’s an idea for the next version: the rich text description should not replace the wordpress default description. The default description can be used as titles on anchor links, and the rich description can be placed as the content of the term archive.
]]>Rating: 5 stars
Hi friends if there is no new lines formated you can use for your variable PHP Autoformat Paragraph tags.
See here: https://stackoverflow.com/questions/5240729/php-autoformat-paragraph-tags
$text = "hello, I am text
and this is another paragraph, please do some cool
stuff with this (this is after a line break)
last apragrahp...";
$text = str_replace("\r\n","\n",$text);
$paragraphs = preg_split("/[\n]{2,}/",$text);
foreach ($paragraphs as $key => $p) {
$paragraphs[$key] = "<p>".str_replace("\n","<br />",$paragraphs[$key])."</p>";
}
$text = implode("", $paragraphs);
echo $text;
]]>
Rating: 5 stars
Had spent some time trying to enable Ultimate TinyMCE for taxonomy and category descriptions editing… this did it, de facto!
Two thumbs up… Thanks a lot
Franck
]]>