• Resolved Psandeman

    (@psandeman)


    This excellent plugin has worked fine until recently. However, the mobile images are no longer being served and full size images are being used. The adaptive-images directory exists (I can see it on the server) but stopped adding new images in April. The DEBUG says the image cache directory has not been created. When I put the path to the directory manually into settings and save it goes blank and does not show the path.

    Advice needed, Many thanks.

    DEBUG INFO

    ? PHP GD library is installed.
    
    ? Image cache directory has not been created.
    
    But this is probably because the cache has not been accessed yet.
    After accessing your website from a mobile device the directory should be automatically created.
    
    . => drwxr-xr-x
    
    ? Installation .htaccess file is setup OK.
    
    /home/navylook/public_html/.htaccess => -rw-r--r--
    
    ? Adaptive images settings dump:
    
    array(14) {
      ["resolutions"]=>
      array(3) {
        [0]=>
        int(1024)
        [1]=>
        int(640)
        [2]=>
        int(480)
      }
      ["landscape"]=>
      bool(true)
      ["cache-directory"]=>
      string(0) ""
      ["watched-directories"]=>
      array(2) {
        [0]=>
        string(18) "wp-content/uploads"
        [1]=>
        string(17) "wp-content/themes"
      }
      ["jpeg-quality"]=>
      int(45)
      ["sharpen-images"]=>
      bool(true)
      ["watch-cache"]=>
      bool(true)
      ["browser-cache"]=>
      float(7)
      ["hidpi"]=>
      bool(false)
      ["cdn-support"]=>
      bool(false)
      ["version"]=>
      string(6) "0.6.70"
      ["sanitized"]=>
      bool(true)
      ["wp-content-dir"]=>
      string(37) "/home/navylook/public_html/wp-content"
      ["wp-content-url"]=>
      string(38) "https://www.navylookout.com/wp-content"
    }

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

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

    (@nevma)

    Hello, my friend,

    Thank you for reaching out!

    It seems that you have some functionality enabled in your website that transforms JPG images to WEBP on delivery and is interfering with the functionality of the Adaptive Images plugin and actually circumvents it.

    Am I correct to assume this? If that is so could you try and disabling the aforementioned functionality, then save the Adaptive Images plugin settings and try again?

    Cheers,
    Takis

Viewing 1 replies (of 1 total)
  • The topic ‘Was working – suddenly stopped’ is closed to new replies.