Closed priethor closed 3 years ago
The issue is occurring on Atomic sites. It can be resolved by installing the Enable jQuery Migrate Helper: https://wordpress.org/plugins/enable-jquery-migrate-helper/ Then go to the plugin’s settings: website.com/wp-admin/tools.php?page=jqmh (example link. Please change “website.com” to the user’s website address) Then set the jQuery version to “Legacy 1.12.4-wp” User report: #26270644-hc
Also got a report here: 5303074-hc
Followed up with the user on 3567669-zen by sharing the workaround from @Gilmoursa above (thanks!)
Another report in 17094336-hc
@Gilmoursa 's workaround above helped. Thank you so much, Austin!
Hi!
This has been fixed on WordPress.com with the Resonar 1.0.9 update.
Unfortunately, at the moment there's no easy & quick way to push this fix to the WordPress.org theme repo.
For now, please use @Gilmoursa 's suggested fix or you can also download the WP.com version of Resonar, here: https://wordpress.com/theme/resonar
Will this update be available any time soon for self-hosted WP instances through the WordPress theme repo? It seems only version 1.0.8 is available there.
Steps to replicate
Resonar Version: 1.0.8
On any browser, after upgrading a site to WP5.6, the featured images are not shown on any page.
Inspecting the element
.entry-header-background
, the inlineheight
property doesn't exist, thus the element has no height and doesn't show the featured image in thebackground-image
property.Result
The featured images don't get a
height
inline style and are not displayed at all.Expected
The element
.entry-header-background
should have an inlineheight
.