• My woocommerce theme is responsive. I recently added banners on some pages that are not responsive (the theme will not auto resize these). I tried your plugin but it is not working. Images were resized and in the cache directory. You can see the problem at the https://www.cycledog.com/no-stink-dog-collars/

    Total files in the adaptive images cache: 770

    Total directories in the adaptive images cache: 78

    Total size of the adaptive images cache: 30.76mb

    Debug info

    ✔ PHP GD library is installed.

    ✔ Image cache directory has been created.

    /mnt/stor6-wc2-dfw1/443855/443897/www.cycledog.com/web/content/wp-content/cache/adaptive-images => drwxr-xr-x

    ✔ Installation .htaccess file is setup OK.

    /mnt/stor6-wc2-dfw1/443855/443897/www.cycledog.com/web/content/.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(21) “cache/adaptive-images”
    [“watched-directories”]=>
    array(2) {
    [0]=>
    string(18) “wp-content/uploads”
    [1]=>
    string(17) “wp-content/themes”
    }
    [“jpeg-quality”]=>
    int(75)
    [“sharpen-images”]=>
    bool(true)
    [“watch-cache”]=>
    bool(true)
    [“browser-cache”]=>
    float(180)
    [“hidpi”]=>
    bool(false)
    [“cdn-support”]=>
    bool(false)
    [“version”]=>
    string(6) “0.6.64”
    [“sanitized”]=>
    bool(true)
    [“wp-content-dir”]=>
    string(73) “/mnt/stor6-wc2-dfw1/443855/443897/www.cycledog.com/web/content/wp-content”
    [“wp-content-url”]=>
    string(35) “https://www.cycledog.com/wp-content”
    }

    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, my friend,

    I did take a look at your website and, from what I can tell, the Adaptive Images plugin is working as expected and your images ae being resized correctly!

    However, I believe that you are seeing a problem with the header image, which is a theme related issue. Your theme should add a couple more CSS lines like these http://prntscr.com/kfha5r/ in order to prevent the header image from stretching to its actual dimensions and keep it within the boundaries of the screen.

    Let me know if I got this right and if there is anything else I can do for you!

    Cheers,
    Takis

    Thread Starter 2dogger

    (@2dogger)

    Thanks. Where would I add these?

    Plugin Author Takis Bouyouris

    (@nevma)

    Hello, again,

    Well the proper way to do this is to create a child theme and add these CSS declarations in a CSS stylesheet in the child theme. You can make any changes you need in PHP, JS and CSS files in a child theme and not worry that any updates in the original theme will overwrite your overrides.

    It is very easy to find out about WordPress child themes if you Google them!

    If you do not want to use a child theme then you should tamper with the CSS files of your original theme and make sure that your CSS declarations do override the original CSS declarations of the theme.

    Cheers,
    Takis

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

The topic ‘Plugin Not working’ is closed to new replies.