Support » Plugin: Adaptive Images for WordPress » Plugin not working again ?

  • Takis,
    Hope you are well. I noticed that my plugin is not working again. The images in my blog appear to be cropped again. You once helped me with this problem (see
    https://wordpress.org/support/topic/plugin-not-working-for-me-21/ )

    At the time you pointed out that the plugin would not work with Jetpack. I turned Jetpack off.. and it began working. Now it does not..though jetpack is off. Images appear uncropped on my laptop, but are cropped on my iPhone.. or when I force a screen size under the Chrome developer tools ?
    Any idea what may be going on ? Thanks again for this wonderful plugin !
    -jc

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter johncohn

    (@johncohn)

    heres the print diagnostics
    WordPress 4.9.5 is available! Please update now.
    Adaptive Images Settings
    System information

    Web Server
    Apache/2
    Document Root
    /home/users/web/b1691/sl.samstone/johncohn.org-redirect
    PHP
    5.5.22
    PHP Time Limit
    120
    PHP Memory Limit
    256M
    PHP Post Max Size
    20M
    PHP Upload Max Size
    20M
    PHP Max Input Vars
    1000
    PHP Display Errors
    No
    PHP Error Log
    MySQL
    5.6.37-82.2-log
    MySQL Ext/mysqli
    Yes
    MySQL Table Prefix
    wp_
    MySQL DB Charset
    utf8
    WP
    4.8.6
    WP Multisite
    No
    WP Debug Mode
    No
    WP Site url
    http://johncohn.org/base
    WP WP Home url
    http://johncohn.org/base
    WP Permalinks
    /%year%/%monthnum%/%day%/%postname%/
    WP home path
    /hermes/bosnaweb04b/b1691/sl.samstone/johncohn.org-redirect/base/
    WP content dir
    /hermes/bosnaweb04b/b1691/sl.samstone/johncohn.org-redirect/base/wp-content
    WP plugin dir
    /hermes/bosnaweb04b/b1691/sl.samstone/johncohn.org-redirect/base/wp-content/plugins
    WP content url
    http://johncohn.org/base/wp-content
    WP plugin url
    http://johncohn.org/base/wp-content/plugins
    WP Locale
    en_US
    WP Memory Limit
    256M
    WP Max Upload Size
    20mb
    WP Active plugins
    VaultPress v.1.9.5 by Automattic
    Adaptive Images for WordPress v.0.6.64 by Nevma
    Akismet Anti-Spam v.4.0.3 by Automattic
    LibXML2 Fix v.0.2.4 by Joseph Scott
    Magn Drag and Drop Upload v.1.2.1 by Julian Magnone
    Quick Page/Post Redirect Plugin v.5.1.8 by anadnet
    ShareThis v.7.8 by The ShareThis Team
    SimpleFlickr v.3.0.3 by Josh Gerdes
    TinyMCE Advanced v.4.6.3 by Andrew Ozz
    Twitter button plus v.1.5 by twitter widget ninjas
    WordPress Database Backup v.2.3.3 by Austin Matzko
    WP-DownloadManager v.1.68.2 by Lester ‘GaMerZ’ Chan
    NextGEN Gallery v.2.2.54 by Imagely
    WP MU plugins

    and here’s the Print Debug info

    Adaptive Images Settings
    Debug info

    ✔ PHP GD library is installed.

    ✔ Image cache directory has been created.

    /hermes/bosnaweb04b/b1691/sl.samstone/johncohn.org-redirect/base/wp-content/cache/adaptive-images => drwxr-xr-x

    ✔ Installation .htaccess file is setup OK.

    /hermes/bosnaweb04b/b1691/sl.samstone/johncohn.org-redirect/base/.htaccess => -rw-rw-rw-

    ❖ Adaptive images settings dump:

    array(14) {
    [“resolutions”]=>
    array(4) {
    [0]=>
    int(1024)
    [1]=>
    int(640)
    [2]=>
    int(380)
    [3]=>
    int(200)
    }
    [“landscape”]=>
    bool(true)
    [“hidpi”]=>
    bool(true)
    [“cdn-support”]=>
    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)
    [“version”]=>
    string(6) “0.6.64”
    [“sanitized”]=>
    bool(true)
    [“wp-content-dir”]=>
    string(75) “/hermes/bosnaweb04b/b1691/sl.samstone/johncohn.org-redirect/base/wp-content”
    [“wp-content-url”]=>
    string(35) “http://johncohn.org/base/wp-content”
    }

    Plugin Author Takis Bouyouris

    (@nevma)

    Hello, John,

    I see what you mean! The issue you are describing is a pure CSS issue, though. This means that it has to do with the way your theme is handling the layout and the images. If you are comfortable with reading a bit of CSS, take a look at this screenshot https://gyazo.com/c5b73407f3b3a9505da1c43717c18673/.

    Other than that, the plugin is working as expected and it is resizing images alright.

    Let me know if this makes sense to you.

    Cheers,
    Takis

    Plugin Author Takis Bouyouris

    (@nevma)

    Just an update, in case I did not explain this sufficiently: the little bit of code that you see in my screenshot has been added on the fly by, in order to showcase the problem and a possible solution. However, as I said before, this all has to do with your current active theme.

    Thread Starter johncohn

    (@johncohn)

    Takis,
    Thanks for this. I’m trying to track this down. DO I understand correctly that I need to add a ‘max-width: 100%;’ css override on the images.. or do I need to delete one ? .. I cant tell what css section that is in since the tag name in your movie example is in greek. looks like alpha, tau, Can you tranlsate thtat tag name for me ?

    WHere b the template do you think that would need to be added ? I know you cant depug my theme for me.. but any clues would be helpful

    thanks so much !
    -jc

    Plugin Author Takis Bouyouris

    (@nevma)

    Hello, John,

    My best guess is that you need to add a CSS rule like .hentry .entry .crop, .hentry .entry img { max-width: 100%; }, but this really depends on the specifics of your themes, otherwise it is possible to fix one thing and break another.

    Cheers,
    Takis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin not working again ?’ is closed to new replies.