Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
900 stars 357 forks source link

Resonar: Featured images not shown after upgrading to WP5.6 #2901

Closed priethor closed 3 years ago

priethor commented 3 years ago

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 inline height property doesn't exist, thus the element has no height and doesn't show the featured image in the background-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 inline height.

Gilmoursa commented 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

erricgunawan commented 3 years ago

Also got a report here: 5303074-hc

Followed up with the user on 3567669-zen by sharing the workaround from @Gilmoursa above (thanks!)

happychait commented 3 years ago

Another report in 17094336-hc

@Gilmoursa 's workaround above helped. Thank you so much, Austin!

danieldudzic commented 3 years ago

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

rastrau commented 3 years ago

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.