Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author huntermaster

    (@huntermaster)

    Thanks for the update, and I am currently checking a bug.

    Check your Image Formatr admin settings under Main settings and make sure the checkbox is checked for: Process page/post content.

    Plugin Author huntermaster

    (@huntermaster)

    I just uploaded a patch that hopefully fixes the problem introduced in 1.0, please upgrade to 1.0.1 and if can please let me know if it works:

    http://downloads.wordpress.org/plugin/image-formatr.latest-stable.zip

    SchweizerSchoggi

    (@schweizerschoggi)

    I cannot use
    asis=”true”
    anymore, it completly hides the image I use this snippet on.

    I have to use
    nofx=”true” usemya=”true”
    instead.

    Does your fix include this problem as well?

    Plugin Author huntermaster

    (@huntermaster)

    Hi Schweiz, asis is working on my site with both version 1.0.1 and version 1.1, what version are you using? Could you provide a link to a your web site or the html from the image?

    SchweizerSchoggi

    (@schweizerschoggi)

    Hi Steven

    very simple

    <div id="customer-images">
    <a href="http://www.airfrance.de/"><img class="alignleft" title="Airfrance" src="/wp-content/uploads/Customer_Airfrance.jpg" alt="" width="113" height="57" asis="true" /></a>
    </div>

    When I now use

    <div id="customer-images">
    <a href="http://www.airfrance.de/"><img class="alignleft" title="Airfrance" src="/wp-content/uploads/Customer_Airfrance.jpg" alt="" width="113" height="57" nofx="true" usemya="true" /></a>
    </div>

    it works like before.

    We do use WordPress 3.5.1 and ImageFormatr 1.1

    Thanks a lot!

    Plugin Author huntermaster

    (@huntermaster)

    Ok, so what does the html for this image look like in the browser when you use asis?

    SchweizerSchoggi

    (@schweizerschoggi)

    it’s just
    <div id="customer-images"> </div>
    :-/

    Plugin Author huntermaster

    (@huntermaster)

    Maybe the WordPress Visual Editor is doing something weird with the image, but it is working on my website. I would be willing to check out what is going on if you want to give me access to your admin.

    http://warriorself.com/blog/about/air-france/

    SchweizerSchoggi

    (@schweizerschoggi)

    Hi Steven

    Thanks for the test page! I can confirm this works correctly on your site.

    I normally never use the Visual Editor inside WordPress, so there shouldn’t be something weird. But interesting enough: if I DO use the Visual Editor on that page I see the pictures in he preview. If I swith back to HTML view and update the page again the <div> is empty and the images are gone.

    Plugin Author huntermaster

    (@huntermaster)

    Schweizer, did the plugin work before in an older version, and now it doesn’t work in version 1.1? If that’s the case, I’m very interested in helping you find a solution.

    SchweizerSchoggi

    (@schweizerschoggi)

    Hi Steven

    Yes, the plugin did work correctly from the first day on.

    But to be honest, I cannot exactly mark the day it got the problems described before. One day we noticed that the images have disappeared and when we examined the problem we found out it was because of the addition of asis=”true”.

    Well, maybe at the end of the day it’s a problem with one of the other installed plugins; don’t know.
    Currently I am glad we can help ourselves with a workaround (nofx=”true” usemya=”true”). That’s not perfect, but a solution for the moment.

    If you ever run again into this same problem just give me a short update.

    Thanks a lot!

    Plugin Author huntermaster

    (@huntermaster)

    SchweizerSchoggi, if you find any more issues or can add more info, please start another thread; marking this one as closed.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Its not working like before after updating to 1.0’ is closed to new replies.