Theme Author
Tom
(@edge22)
Hi there,
That’s correct, you’d need to set the featured image to show an image on the posts page: https://generatepress.com/knowledgebase/featured-images/
I have set the featured image though
Could I be running in to problems if the featured image size is too big or too small or the dimensions are wrong?
Theme Author
Tom
(@edge22)
You have this custom CSS:
article .post-image, article .page-header-image-single {
display: none;
}
This selector is hiding the featured image: article .post-image
ok yeah wow that’s fixed it.
is there a way to make it a fixed size image?
Theme Author
Tom
(@edge22)
The easiest way is using our Blog add-on (Customize > Blog > Post Images).
Otherwise you would need to use PHP.
Hi Tom,
I am having a similar issue with featured image, I have a set of posts (book description and featured image per post) and a set of pages (book review and featured image per review)both pages and posts have the same settings. When a single book description (post) is clicked post hides featured image but when the same action is applied to book review (page) the featured image stays above the page.
I have the same image set as featured that is included in the book description and the review.
I also have hide featured image plugin enabled.
I have tried with all plugins disabled but still the same issue.
Any thoughts?
Regards
Bob
Theme Author
Tom
(@edge22)
Hi Bob,
Any chance you can link me to the problem page so I can check out the code?