• I see that the plugin has not been updated in a couple of years, is it still active? The plugin no longer works for me, and nothing shows with the debug URL string.

    The page I need help with: [log in to see the link]

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

    (@nevma)

    Hello, @mikeacevedo, thank you for reaching out!

    The plugin is indeed under development although we cannot catch up with the pace of the core updates. However the API that we are basing our code on has not changed much during the years. We are working on a new version though, indeed!

    Are you using Apache (or an Apache compatible like Litespeed) server? Or are you using NginX?

    Thread Starter SparkCreative

    (@mikeacevedo)

    Hi @nevma , thanks for the quick response. The server is Nginx.

    Thanks

    Plugin Author Takis Bouyouris

    (@nevma)

    Nginx is indeed trickier than Apache because its configuration file is not editable, unlike the htaccess file of Apache. Can you confirm that the server’s configuration file has been manually configured to add this stanza:

    location / {
    rewrite .(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php;
    }

    Of course the correct version of it might be slightly different depending on your actual setup!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.