Cristi Burcă
Cristi Burcă
Yep, Aloha.js seems to conflict with Roots theme too: http://wordpress.org/support/topic/alohajs-error
You could ping the original developers: https://github.com/alohaeditor/Aloha-Editor/
> cannot work out how to modify the onclick event in the wpImage plugin from an external script... You probably can't, since the reference to the wpImage plugin instance likely...
You can find it in `$GLOBALS['wp_version']`.
Well, you can pass the PHP variable to JS. That's what the `wp_localize_script()` function does and FEE already uses it to pass the ajax url.
Your changes would be a lot easier to follow and test if you submitted them as a pull request or at least as a diff file.
But then, to do that, you'd need to install node.js and work on the CoffeeScript files, rather than on the compiled JS file: https://github.com/scribu/wp-front-end-editor/blob/master/CONTRIBUTING.md
Yes, it does seem like a nonce is missing.
Care to open a pull request? On Monday, August 12, 2013, Kristoffer wrote: > After updating to WP 3.6 I get a bunch of PHP Strict Standard errors due >...