victorzl
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] localization doesn't workyes, i sent it to that email address, and didn’t get a reject/undelivered message.
maybe it goes to junk or trash bin…
the title of the email is
“RE: [WordPress.org Forums] localization doesnt work”I tried again with high priority, hope that works.
Forum: Plugins
In reply to: [List category posts] localization doesn't workHi Fernandobt, as I tested, the translation works for es_ES but not for zh_CN.
I sent the po and mo files to you via email. Please check if there is any problem in those files. Thanks!Forum: Plugins
In reply to: [List category posts] localization doesn't worksorry for the delay…
I updated to the latest version 0.50.3 and upload the zh_cn po and mo, but the “Continue reading” is still there…
Not sure why it doesn’t work…I had the same problem and found it caused by js conflict around using the jquery $
the solution is adding the following line into all the conflicted function
var $j = jQuery.noConflict()and then substitute all the instances of $ with $j
Hope it helps!