• Resolved annihilation

    (@annihilation)


    The Jetpack Lazy Images was working fine until the latest update.
    Now the WordPress default center alignment is no longer works.
    Jetpack has inserted
    .jetpack-lazy-images-js .jetpack-lazy-image {
    display: inline-block;
    }

    which overwrite

    img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin: 10px auto 10px auto;
    float: none;
    text-align: center;
    padding: 2px;
    }

    My entire site looks weird with the left aligned images.
    Would appreciate if anyone could offer a solution to this issue.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Same here theme twentyseventeen

    @annihilation @poshstore

    We’re not seeing the same behavior on our test site using Jetpack 6.3.2, Lazy Images, and the Twenty Seventeen theme.

    @annihilation

    What is the address of your Jetpack site?

    Do you see the same issue if you temporarily disable all other plugins, CSS customizations, and use a default theme?

    Health Check is a tool that can be useful for debugging, though it requires an official default theme like Twenty Seventeen:

    https://www.ads-software.com/plugins/health-check/

    https://www.ads-software.com/themes/twentyseventeen/

    On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you while you’re logged in to that session without affecting normal visitors to your site.

    @poshstore

    What is your site address?

    Do you see the same issue if you temporarily disable all other plugins except for Jetpack and any CSS customizations you may have made?

    Once we get some feedback, we can take the next troubleshooting step in resolving your issues.

    I’ve rolled back to previous version I’ll will wat for the next update thanks

    • This reply was modified 6 years, 4 months ago by poshstore.

    I’m getting the same alignment problem after updating to the latest Jetpack. Disabling lazy images option in jetpack fix the problem.

    @poshstore

    I’ll will wat for the next update thanks

    Will do.

    @carlos-revilla

    I’m getting the same alignment problem after updating to the latest Jetpack. Disabling lazy images option in jetpack fix the problem.

    Have your tried following the steps we mentioned here?

    What is the address of your Jetpack site?

    I’m also getting the same alignment problem. Disabling lazy images fixed the issue for me. I might roll back to the previous version.

    I’m experiencing the same issue after updating.

    Everything was working just fine until updadating Jetpack. I have several websites using jetpack.

    For the time being i′m holding upadating most of my sites, but i’m keeping one updated, with lazy mode on, just in case.

    https://recetastipicascr.com/

    Regards

    Carlos Revilla

    Thread Starter annihilation

    (@annihilation)

    @pmciano
    Thank you for your respond.

    Anyway, I worry that the disabling and re-enabling the plugins will mess up my site.

    I include this hack in the custom CSS as a temporary fixed.

    img.centered, .aligncenter, div.aligncenter {
    display: block !important;
    }

    Hope everything will return to normal in the next update.

    @annihilation

    Anyway, I worry that the disabling and re-enabling the plugins will mess up my site.

    That is what the Health Check plugin assists with. Only you will see the changes. The site will look normal to other visitors.

    If you’re still not comfortable with that, you could always create a staging version of your site for testing, too:

    https://www.ads-software.com/plugins/wp-staging/

    Regardless, we’re glad you were able to find a solution that works for you.

    If you have additional questions, please let us know!

    This is still an issue. I have disabled lazy load and my site is displaying properly. The most recent version of Jetpack has an issue that should be fixed.

    Thread Starter annihilation

    (@annihilation)

    @pmciano
    Thank you for pointing out those plugins to me.
    Pretty handy for trouble shooting.

    @homebrewfinds
    Agreed totally.
    Really hope that the issue will be sorted with the next update.

    @annihilation @poshstore @carlos-revilla @beydeckard @beydeckard @homebrewfinds

    We have received additional reports and have confirmed an issue with Lazy Images on certain site configurations. We apologize for the inconvenience.

    If you’d like to follow along, this issue will be addressed here:

    https://github.com/Automattic/jetpack/pull/9872

    This fix should be rolling out soon in a future update.

    Thank you for your patience!

    @pmciano thanks for the follow up !

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Lazy Images alignment’ is closed to new replies.