Viewing 13 replies - 1 through 13 (of 13 total)
  • This is especially bad because WordPress 4.4 launched yesterday and we won’t be able to update until this plugin get’s fixed.

    Are you planning to release an update?

    Thank you for letting us know.

    As yet we do not have a release date or pending fix so please bear with us for now as we are super busy. We will have someone looking into this as soon as possible!

    Thank you for your patience.

    Happy New Year to you!
    Hope you are doing well. Are there any news regarding a bugfix for this plugin?
    Thank you.

    Sorry for taking so long on this, version 1.0.2 has just been released which should fix this issue. Please let me know if it doesn’t.

    Have the same problem, too. It looks like a performance problem with large pictures and many sizes on my page.

    Hi guys,

    Are you still having the issues with the latest version?

    Just chiming in to say we’re experiencing this issue on WordPress 4.5 – love the plugin, would be brilliant to see this issue resolved ??

    Here’s a TEMPORARY fix to make it work – don’t ask why this works, it just does (haven’t got the time to look further into the issue as it seems to be a problem in scripts.min.js and as the code is minified it makes it difficult to debug):

    Open up class?meauh?attachment.php (contained in /wp-content/plugins/my-eyes-are-up-here/includes) and go to line 224, look for the following line of code:

    $button .= '<div class="preview-wrap"><img src="' . $src[0] . '?v=' . time() . '" alt="' . $size . '" data-size="' . $size . '"></div>';

    and replace it with:

    $button .= '<script></script><div class="preview-wrap"><img src="' . $src[0] . '?v=' . time() . '" alt="' . $size . '" data-size="' . $size . '"></div>';

    Adding the script tags seems to fix the issue (probably by causing a selector in the javascript file to no longer trigger).

    UPDATE:

    After some very helpful support from Evgenii we’ve got to the bottom of this issue – seems there is a conflict with the “Admin Columns” plugin.

    Are you using this plugin Luis?

    Thanks for spotting this! We are aware of this bug but currently we’re super busy with client work. We’ll do our best to fix and update the plugin version when we have time.

    Hi Evgenii,
    have you thought about adding another contributor to this plugin to increase development speed? Maybe you’ll find someone who wants to help.

    Many people rely on this plugin and this topic is unresolved for four month now.

    Thanks!

    Hi tyrann0us,

    Sorry about that!

    We’re currently busy with the client work, the plugin it self works correctly. Have you tried to disable other plugins to see whether it will fix the issue? scottybowl2 has the issue cause of the Admin Columns plugin.

    In addition you could email me at evgenii [at] interconnectit [dot] com with your website access, I’ll have a look and see whether I could help you.

    Thanks,
    Evgenii

    Hi Evgenii,
    thanks for offering help!
    I don’t use the plugin currently. I wrote about adding contributors because of this old thread which seems to be unresolved for a long time.

    Best thing would probably be to mark this topic as resolved to prevent further confusion.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Breaks on 4.4’ is closed to new replies.