Hello moniquem77,
As I understand it, you’re using the Offset Gallery block on a page and the featured image for that page is being added to your Offset Gallery block. I tested this with the Go theme and the Twenty Twenty theme, the featured image is not being added to the gallery block.
Some themes have settings for featured images as well, there could be a toggle or check box in the Customizer settings for your theme.
If not, could you provide a link or screen shot so we can take a look at this as it pertains to your site?
Regards,
Daniel F.
Hi Daniel,
Thanks for your time!
Unfortunately I cannot find settings for feature images in my theme settings.
I use Pinhole from Meks.
This is a page that shows my issue:
https://moniquemarshall.nl/portfolio/kids-teens/tina/
Thanks for your kind assistance!
Regards, Monique
Hi @dfeuster, did you have a chance to take a look at my page and the issue?
Thanks for your kind assistance!
Regards, Monique
Hi Monique,
I’m not familiar with the Pinhole theme from Meks, I did check other themes that also use featured images and it wasn’t displaying unless selected. I recommend reaching out to their support they may know exactly where to look for the featured image settings. It looks like they have email support available at: https://mekshq.com/contact/
I hope this gets your issue resolved.
Sincerely,
Daniel F.
Hi @moniquem77,
I think @dfeuster is on the right track with theme support. It seems that the theme might have an ability to toggle the featured image visibility within posts but I am not sure about that.
Another thing I thought of that might help you resolve your issue is that you can place some custom CSS into your site to hide your featured images. You would place this CSS within Your themes customizer. Appearance > Customize > Additional CSS.
You can target just this post by using the ID.
.page-id-8146 .entry-media {
display: none;
}
Or target all pages.
.entry-media {
display: none;
}
Hope this is helpful to you!
Best regards,
Anthony