cj
Forum Replies Created
-
Forum: Plugins
In reply to: [mqTranslate] Woocommerce Short description will not saveI posted a lousy workaround here, that still works for me. It disables the tinymce editor for the short description. The pure text content can then be saved.
http://ww.wp.xz.cn/support/topic/woocommerce-issue-in-product-description-editor?replies=4
This is still a bug, hope it gets fixed some time soon.
Forum: Plugins
In reply to: [mqTranslate] Woocommerce issue in Product Description editorI have a similar problem with the product short description / excerpt. It shows raw html text and changes to that field are not saved.
A workaround solution was to disable the visual editor globaly in my profile. But because I need the visual editor for other fields, I disabled tinymce for the excerpt editor:
woocommerce\includes\admin\post-types\meta-boxes\class-wc-meta-box-product-short-description.php
replace
'tinymce' => array( 'theme_advanced_buttons1' => 'bold,italic,strikethrough,separator,bullist,numlist,separator,blockquote,separator,justifyleft,justifycenter,justifyright,separator,link,unlink,separator,undo,redo,separator', 'theme_advanced_buttons2' => '', )with
'tinymce' => false,Forum: Your WordPress
In reply to: Cookiepuss (v3 on 1.5) Opinions???Forum: Plugins
In reply to: Title Images – .PNG errordoes calling it directly work?
i.e. try http://yourdomain.com/wp-content/plugins/titleimages2.php?func=generate&title=blahif not check your config