olijeffery
Forum Replies Created
-
Forum: Plugins
In reply to: Add Media doesn't work in front end since 4.5 updateYes, but bear in mind it’s a stop-gap. It may cause you further problems down the line. You should use it while you figure out what the bigger problem is on your development server.
Forum: Plugins
In reply to: [Frontier Post] Add media tab not workingThere’s a larger problem at the heart of this (something I think to do with css) that needs addressing. My fix is only temporary.
Forum: Plugins
In reply to: Add Media doesn't work in front end since 4.5 updateHi Alison,
Save the code there as a PHP file called fixjquery45.php in your plugins folder (wp-content/plugins). Then go to your plugins page in the admin section and activate it.
Bear in mind that it’s papering over a larger problem though and may cause other issues. I suspect the root of the issue is something in the css as wp_gurus suggests.
Oli.
Forum: Plugins
In reply to: Add Media doesn't work in front end since 4.5 updateThen why does the fix work?
Forum: Reviews
In reply to: [Frontend Publishing] Media Upload Button Not workingI’ve fixed it – see the tiny additional plugin here: http://wordpress.stackexchange.com/questions/224139/add-media-has-stopped-working-in-the-front-end-since-4-5-update/224141#224141
Forum: Plugins
In reply to: [Frontier Post] Add media tab not workingI’ve fixed it with a tiny custom plugin – see the answer to the post in my second link.
Forum: Plugins
In reply to: Add Media doesn't work in front end since 4.5 updateDon’t know – but I’ve fixed it. See the plugin written on the above link.
Forum: Plugins
In reply to: [Frontier Post] Add media tab not workingI’ve found the cause – it’s the new version of jQuery in 4.5 that breaks it. I’ve fixed it by overwriting the jquery folder in wp-includes/js, now looking for a more practical long term solution that doesn’t potentially break other bits of WordPress.
Forum: Plugins
In reply to: Add Media doesn't work in front end since 4.5 updateHave found the cause – it’s the new version of jQuery in 4.5 that breaks it. I’ve fixed it by overwriting the jquery folder in wp-includes/js, now looking for a more practical long term solution that doesn’t potentially break other bits of WordPress.
Forum: Plugins
In reply to: [Frontier Post] Add media tab not workingThis isn’t just your plugin, and it’s not a plugin conflict – it’s effecting all calls to the wp_editor’s add media button in the front end (not the admin section) since 4.5. Trying to fix it on my own plugin currently. Has the location of the JS been changed so that it only fires in the admin section perhaps?
Here’s my post on it: https://ww.wp.xz.cn/support/topic/add-media-doesnt-work-in-front-end-since-45-update?replies=1#post-8298717
Forum: Reviews
In reply to: [Frontend Publishing] Media Upload Button Not workingThis isn’t specifically a problem with this plugin – the add media button has stopped working in the front end on all wp_editor functions in 4.5. Trying to fix it on my own plugin currently. Still works when called in the back end.
Here’s my post: https://ww.wp.xz.cn/support/topic/add-media-doesnt-work-in-front-end-since-45-update?replies=1#post-8298717