[Smush and Hummingbird] Bugs after installing your plugins

Hi there

I installed your image optimizer Smush and Hummingbird + your dashboard.

After installing and running the plugins I saw that some bugs have occured at my site.

I dont know wich one of the plugins that have caused the bug, but it is a small little bug that makes the image text not centered.

https://xn--hrtapsnett-15a.no/hartransplantasjon/

I even have this in my extra css:
`.wp-block-image .aligncenter > a > img {
text-align: center !important;
float: none;
margin-right: auto;
margin-left: auto;
}

  • Kristoffer Wright
    • New Recruit

    By the way I have uninstalled the plugins, and I am wondering if all the settings gets deleted when I uninstall them.

    If you are 100% sure that your plugins have not caused this bug, then it might be because I updated to the newest wordpress version. I did this right after installing and setting up your plugins.

  • Bhakti Rajdev Display Name
    • Staff

    Hello Kristoffer Wright ,

    I hope you are doing good today!

    I checked to center the image text as you mentioned, at my test site and did not find any conflicts with the image text-centered and our plugins installed namely – Hummingbird, Smush, and our Dashboard.

    Also, if your purpose is to center the image caption the below code will be sufficient:

    .wp-block-image .aligncenter>figcaption{
    text-align: center;
    }

    If you uninstalled Dashboard you will have to reconnect to the account on Hub.
    For Smush and Hummingbird, you have the option to preserve your settings and keep data on uninstallation in the Settings page of each plugin.

    In case you still have difficulties after activating any of our plugins, do let us know by enabling Support Access so we can have a deeper look if required. You can enable Support Access by the following:

    https://wpmudev.com/docs/getting-started/getting-support/#enabling-support-access

    Also please let us know here in the thread once you enable Support Access.

    Thank You,
    Bhakti Rajdev