Update Bug
I just installed an update to SiteOrigin Widgets Bundle and it has a minor bug…. The image widget stretches the height of the image… An example can be seen here…. http://jusgreenautowash.com/equipment/touchpoint-product-line/touchpoint-vm-server/
This issue is occurring on all pages with images; and only after the update.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4After inspecting the source code, I found this styling to be the issue…. When removed, the images are displayed correctly again.
.so-widget-sow-image-default-4b231843ec72 .sow-image-container {
display: flex;
}
Hi datalink
Apologies for the hassle. We’ll release an update ASAP to resolve. In the meantime, please consider rolling back to the previous version. One way of rolling back is to use: https://wordpress.org/plugins/wp-rollback/
Not a big deal; just wanted you to be aware of the issue… I fixed the problem site-wide, by adding the following code to my custom CSS….
.sow-image-container {
display: unset;
}
Thanks for your understanding. You can remove the CSS rule after the next update.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.