Dejan
Forum Replies Created
-
Forum: Plugins
In reply to: [Zotpress] Incompatibility with wp 3.5Same here. Zotpress messes up the editor so no links or images can be added.
Forum: Fixing WordPress
In reply to: Cannot insert media or hyperlinksWhen I click on the button my Javascript console says
Uncaught TypeError: Object [object Object] has no method 'uniqueId' load-scripts.php:478 e.widget._create load-scripts.php:478 (anonymous function) load-scripts.php:68 e.Widget._createWidget load-scripts.php:68 e.(anonymous function).(anonymous function) load-scripts.php:68 (anonymous function) load-scripts.php:68 v.extend.each load-scripts.php:2 v.fn.v.each load-scripts.php:2 e.fn.(anonymous function) load-scripts.php:68 tinymce.create.open /web/wp-includes/js/tinymce/plugins/wpdialogs/editor_plugin.js?ver=358-23156:1 i.(anonymous function).(anonymous function) tiny_mce.js:1 (anonymous function) /web/wp-includes/js/tinymce/plugins/wplink/editor_plugin.js?ver=358-23156:1 k.create.execCommand tiny_mce.js:1 i.onclick tiny_mce.js:1 (anonymous function) tiny_mce.js:1 j tiny_mce.js:1 y tiny_mce.js:1
Forum: Fixing WordPress
In reply to: Cannot insert media or hyperlinksI’m using (fully updated) Theme Origin on WordPress 3.5.
Plugins:
* Custom Recent Posts Widget, Version 2.1
* Github Ribbon, Version 0.6
* Google+ Badge Widget, Version 1.0
* Google Analytics, Version 4.2.8
* Jetpack by WordPress.com, Version 2.0.4
* People Lists, Version 1.3.10
* SyntaxHighlighter Evolved, Version 3.1.3
* Table of Contents Plus, Version 1211
* Ultimate TinyMCE, Version 3.8
* User Avatar, Version 1.4.11
* ZotpressForum: Everything else WordPress
In reply to: Please change my usernameI figured that one out. I am just not sure that my username is not listed somewhere, like on my profile page. If not listed, it should be fine.
ThanksForum: Fixing WordPress
In reply to: Cannot insert media or hyperlinksNot working for me either
Forum: Plugins
In reply to: [Zotpress] bugs in [zotpressInTextBib] and [zotpressInText]The repetition issue can be fixed by changing:
$GLOBALS['zp_shortcode_instances'][count($GLOBALS['zp_shortcode_instances'])]
with
$GLOBALS['zp_shortcode_instances'][$item]
in zotpress.shortcode.intext.php.