Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @mshingledecker,

    Thank you for reporting this. I was able to replicate this. Will test it out to see if it’s something we can fix from Smush.

    Best regards,
    Anton

    Hello Anton,

    I am an author of Enhanced Media Library.

    \assets\js\media.js needs to be changed slightly on line 78 to allow other plugins extend wp.media.view.Attachment.Details like this:

        initialize: function () {
            smushAttachmentDetails.prototype.initialize.apply( this, arguments );
            this.listenTo( this.model, 'change:smush', this.render );
        },

    Otherwise, all works like a charm.

    Best,
    -Nadia

    @webbistro,

    Thanks. As I wrote on the support thread for you plugin, we’ll test it out and try to push the update with the next version.

    Best regards,
    Anton

    Thread Starter mshingledecker

    (@mshingledecker)

    Thanks! Looking forward to the update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incompatibility with EML’ is closed to new replies.