You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
If you open the customizer you are on the "Home"-View. You go to Posts and you select a post, which is visible in this view. You change the featured image and after the refresh, the featured image is shown. From the Posts you select another post also visible on the "Home"-View and you change the featured image, the featured image of the first post you've edited is going to be replaced in the preview.
If you hit "save &publish" the featured images are saved correctly.
The text was updated successfully, but these errors were encountered:
Good catch. The problem is that the selector for the featured image partial is not specific enough. It's only looking for elements that match the selector [data-customize-featured-image-partial]:
This needs to be changed perhaps so that the post/page ID for the featured image is supplied instead of 1. In this way, the featured image partial can target only the relevant placements.
We also may need to dynamically add the partials rather than declare them statically, since the selector is going to change for each.
If you open the customizer you are on the "Home"-View. You go to Posts and you select a post, which is visible in this view. You change the featured image and after the refresh, the featured image is shown. From the Posts you select another post also visible on the "Home"-View and you change the featured image, the featured image of the first post you've edited is going to be replaced in the preview.
If you hit "save &publish" the featured images are saved correctly.
The text was updated successfully, but these errors were encountered: