thelastcookie
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 404 File Not found? See here!Check your permalinks settings of WordPress and click the Save button
It might be worth noting that if you are using the ‘Yoast WordPress SEO’-plugin you also have to update the permalink settings there (right sidebar -> SEO -> Permalinks -> Save).
Forum: Plugins
In reply to: [Exhibition] Plugin breaks default "Add Media" functionality.My pleasure!
Keep up the good work.
Forum: Plugins
In reply to: [Exhibition] Plugin breaks default "Add Media" functionality.This works for me so far!
Thank you very much.
Forum: Plugins
In reply to: [Exhibition] Plugin breaks default "Add Media" functionality.Haha, did I wake your developer’s pride? ??
I would look into this myself but unfortunately I have a million other todos on this site that need to be taken care of by tonight too.
Forum: Plugins
In reply to: [Exhibition] Plugin breaks default "Add Media" functionality.Either way, just for the sake of completeness here are the outputs of the
html
variable.Using default uploader to add to post:
<a href="https://www.redacted.de/wp-content/uploads/2014/03/karte.jpg"><img src="https://www.redacted.de/wp-content/uploads/2014/03/karte.jpg" alt="Karte" width="630" height="472" class="alignleft size-full wp-image-541" /></a>
Adding to gallery:
<a href="https://www.redacted.de/konzept/erlebnisorientierte-musikerziehung/karte/" rel="attachment wp-att-541"><img src="https://www.redacted.de/wp-content/uploads/2014/03/karte.jpg" alt="" width="630" height="472" class="alignleft size-full wp-image-541" /></a>
Forum: Plugins
In reply to: [Exhibition] Plugin breaks default "Add Media" functionality.Weird fix you have there – That wasnt even the issue ??
It is the variable
exhibition_image_id
which is defined in the $().live() event and is left undefined when the default uploader is used and therefore breaks the script.I think we just need to only override window.send_to_editor() when we actually use the gallery uploader.
PS: I was not even looking at the minified versions.
Forum: Plugins
In reply to: [Exhibition] Plugin breaks default "Add Media" functionality.No problem!
If you still have a few seconds to spare then you could outline how the patch works and I can hack something together myself in the meantime.
The problem doesn’t look too complicated, I just dont have the time myself right now to go through all of the plugin and half of wordpress to figure out how it works. (Also, why do the same work twice.)
Anyway I thank you for your quick replies, I’m actually impressed.
Forum: Plugins
In reply to: [Exhibition] Plugin breaks default "Add Media" functionality.I just reinstalled the plugin and the issue persists, scripts.js seems to have the same contents, too.
Forum: Plugins
In reply to: [Exhibition] Plugin breaks default "Add Media" functionality.Yes, I did update. I am using version 1.1.3 of the plugin.
This is the script that is on my server.
It seems you are overriding
window.send_to_editor()
and basically replacing the default image upload functionalityForum: Plugins
In reply to: [Exhibition] Plugin doesn't display anything in edit mask.Argh, I’m blind! I was looking for something like this but totally oversaw the menu point.
Thanks a lot for the quick reply!