Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author imaguard

    (@imaguard)

    Hi there!

    Images should show properly in your editor since they are being accessed locally. Most likely it is a cache issue – where your browser is “remembering” the redirect if you first manually tested that the redirect worked.

    Try the following:

    -Clear your browser cache completely and try opening the editor again
    -If that doesn’t work try to change the image URL from blah/blah/img.jpg to blah/blah/img.jpg?a

    The ?a at the end should force your editor to reload the image.

    If that still doesn’t work, let me know!

    Thread Starter chikorita157

    (@chikorita157)

    It seems to load properly in order browsers besides Safari 6, even after resetting the browser… Oddly enough, I load the editor in Safari on a different computer and the image still loads…

    Plugin Author imaguard

    (@imaguard)

    Very odd. Glad to see it works in most browsers, though.

    Did you try to add a “?a” after the image URL just to confirm that it is a cache issue?

    If you did try it in Safari on another machine, it is nearly certain to be cache related – your browser must remember a previous redirect. Safari does have a bit of an odd cache of redirects and it can be hard to delete 301 redirects from Safari memory.

    I have made a not of the problem and we will see if we can do something about this for the next version. We will have to identify the problem clearly though and so far I am not able to recreate it. Let me know if you do test with the added string after the URL in safari.

    Thread Starter chikorita157

    (@chikorita157)

    I disabled all the extensions and it seems to appear normally now… Don’t know what caused it, but it’s resolved.

    Update: It’s caused by the Click to Flash extension…

    Plugin Author imaguard

    (@imaguard)

    Ok, good. Let us know if it happens again. We have a version 1.2.2 coming out in a few days and would like to get as many little problems sorted before we release it.

    This version was put out in a bit of a hurry because of many requests after google updated their image search ??

    Having a similar issue. In the editor, it shows the watermarked image, but appears fine in the draft/published post. Minor issue.

    Plugin Author imaguard

    (@imaguard)

    Hi, I’d like to know more about this to identify the problem. If you try to open a post with an image you have not previously seen as watermarked (some image you haven’t opened for some time) will it still appear watermarked?

    Since the editor is on the same domain, it should only be a problem if the image is cached.

    Now that I’ve removed watermarking, all images in the editor are broken within the editor. The issue is the same even with older posts.

    Plugin Author imaguard

    (@imaguard)

    Do you have access to your .htaccess file in your WP root folder?

    If so, could you try to add a line to see if it solves the problem. You should find these lines in the .htaccess file:

    # BEGIN imaguard
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?e5u\.com [NC]
    (...)

    Could you try to change it to

    # BEGIN imaguard
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?e5u\.com [NC]
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?e5u\.com [NC]
    (...)

    There will be more lines below (hence the “(…)”) keep those lines. Just add RewriteCond %{HTTP_REFERER} !^https://(.+\.)?e5u\.com [NC] just below the RewriteCond %{HTTP_REFERER} !^https://(.+\.)?e5u\.com [NC]

    Added the line, not working.

    Adding “WordPress/3.5.1” to the User Agent list fixed it.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Image doesn't show in Editor’ is closed to new replies.