• Resolved Tavicu

    (@tavicu)


    Hi,

    I tried your plugin and i want to integrate it in my theme.

    As i was working i found one problem. If we show full size image will break.

    You need to add a new line to exit the loop when is full size.

    On the function the_content, second foreach add:

    if( in_array($value, array(‘size-full’)) ) continue 2;

    http://ww.wp.xz.cn/extend/plugins/simple-wp-retina/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jonathan Desrosiers

    (@desrosj)

    Principal Software Engineer & WordPress Core Committer

    Hey Tavicu,

    Can you give me the steps you took to produce the problem?

    Thread Starter Tavicu

    (@tavicu)

    The problem appear when you try to insert an image to the post and you select to show the full size!

    1. Edit/Add a post
    2. Click Add Media
    3. Select an image or upload one
    4. On the right sidebar at Size select Full Size
    5. Click Insert into post
    6. Save the post

    Plugin Author Jonathan Desrosiers

    (@desrosj)

    Principal Software Engineer & WordPress Core Committer

    Thanks Tavicu! I am going to push an update to the plugin when I get a chance. I will make sure to let you know when I get around to it.

    Plugin Author Jonathan Desrosiers

    (@desrosj)

    Principal Software Engineer & WordPress Core Committer

    Just pushed a 1.1.1 update that should fix your problem. Please confirm Tavicu.

    bobbykleindesign

    (@bobbykleindesign)

    What am I doing wrong? I installed the plug in. Uploaded a logo that is 2x the size. Inserted it into theme’s custom logo box: http://www.ilovebowandarrow.com/wp-content/uploads/2013/05/logo.png. Ran regenerate thumbnails. But it is not resizing the logo. It still looks like it is the normal size.

    http://www.ilovebowandarrow.com

    Thanks in advance.

    Plugin Author Jonathan Desrosiers

    (@desrosj)

    Principal Software Engineer & WordPress Core Committer

    @bobbykleindesign If you are still experiencing an issue, please create a new ticket.

    It appears that your logo is behaving like an @2x image though. Not sure if you are still using the plugin.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Full size problem’ is closed to new replies.