Alan Lee
Forum Replies Created
-
Thanks a lot!
Should I up for this topic? ?? Cause I also suffered this problem.
So I Suggest author to change the logic to by characters for other languages espesialy CJK, other than English.
The best for us could be the following :
English : XX Words
CJK : XX Characters^_^
My email is : [email protected]
What plugin will you send to me?Thanks for quickly response, here is our website:
https://www.dayuparts.comThe bottom of left is the contents created by “Content View”.
It has pro version, but I’m using free version.
Forum: Plugins
In reply to: [Featured Images for Categories] Error when saving MenusI encountered the same problem you, and I found a method to avoid such error, but I don’t know whether it has any negative effects.
1. In “Plugin–>Editor”, select this plugin to edit.
2. In file “featured-images-for-categories/featured-images-for-categories.php”, search for “wpfifc_remove_option_when_post_deleted”.
3. Comment the whole line, look like this:
/*add_action( ‘delete_post’, array($this, ‘wpfifc_remove_option_when_post_deleted’), 10);*/At least there’s no more such annoying errors again. ??