• Resolved samuelbar

    (@samuelbar)


    My website is using the “WP Retina 2x” plugin to serve up double-res images to high pixel density displays.

    These double-res images are loaded just fine upon first load, but when a filter is clicked, it loads only the low-resolution variants, resulting in an ugly lossy image rather than a crisp one when using a retina display.

    Any word on how I might better integrate AJAX Filters with the way my website is serving up @2x images?

    NOTE: Issue will only be visible on a Retina display
    http://www.samuelbar.net

    Once a filter is applied, notice the difference between the quality of the banners (working @2x) vs. the quality of the product thumbnails (broken @2x)

    https://wordpress.org/plugins/woocommerce-ajax-filters/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hi,

    You can try to enable “Template ajax load fix”, if this option break your site, then there is two variant, first is buy paid version of plugin, which has more settings to fix this or edit template, that free version of the plugin returns.

    Regards,
    Oleg

    Thread Starter samuelbar

    (@samuelbar)

    The “Template AJAX Load Fix” checkbox did indeed break the plugin (perpetual loading post-filtering), but I’m unsure of what the second half of your post means?

    Plugin Author RazyRx

    (@razyrx)

    There is two way to fix it.

    First one is buy paid version of plugin. Paid version of plugin has more options to be compatible with other plugins.

    And another way is edit template, that free version of the plugin sends to the page. This template is in plugin folder includes/widget.php from line 605 to line 617.

    Regards,
    Oleg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"WP Retina 2x" Compatibility?’ is closed to new replies.