All feature images sitewide disappear
-
Hi all – Apologies if this issue was brought up elsewhere. The recent update of this plugin has a CSS line that is blocking feature photos throughout the entire site, and not just in the plugin’s own custom post type. All pages, photos, archives, loops etc throughout my site have had their feature images blocked.
At least one culprit was line 2 of the plugin’s
/assets/css/style.css
:.has-post-thumbnail .wp-post-image { display:none !important; }
I removed this line (also in
/assets/css/style.min.css
) however the feature photos were still hidden, so this line is being inserted somewhere else as well. My images were only restored when I deactivated the plugin.I’m not sure why this line is in there, except to block feature images in the resume posts? Why do that? Content writers can just choose to not add a feature image when creating a resume, or you can disable the feature image metabox in the admin page. In any event, if it is necessary to block feature images on the resume post type then it shouldn’t also spread to the rest of the site. This CSS selector needs more specificity to prevent that, and then it wouldn’t need the
!important
tag.In any case I need my feature photos so I have to deactivate this plugin for now. This is great plugin tho! I’ll watch for future updates.
- The topic ‘All feature images sitewide disappear’ is closed to new replies.