igov
Forum Replies Created
-
Forum: Plugins
In reply to: [CKEditor for WordPress] Broken… On WP 3.91Not working in 3.9.1
When I edit content of a post and click Update it shows Leave Page / Stay on Page buttons, just like if i navigate away after change.
It also causes JS error in this block:editor.on( 'submit', function() { save({ post_title: $( '#title' ).val() || '', content: $( '#content' ).val() || '', excerpt: $( '#excerpt' ).val() || '' }); });Unfortunately have no time to debug and fix and am moving to another editor as this plugin looks abandoned.
No need for downgrade, it is fixable. Could you please write your email address here and i will send you patched files?
Too bad that ajax stopped working after migration to iThemes security. Better WP Security was much better plugin.
Fortunately i fixed it on my site and now ajax works together with hidden backend.
If i do it, next time when i get plugin update i should do it again. Better ask the author.
Forum: Plugins
In reply to: [WP Error Fix] Improve your coding styleFunny 🙂
WordPress offers nice way of localization http://codex.ww.wp.xz.cn/Translating_WordPress#Localization_Technology
Better instead of your own classes.<?= is disabled by default in recent versions of PHP. <?php cannot be disabled 🙂 For best compatibility use <?php echo …. instead of <?=
Matter of coding standards!