Site logo

Archived topic

Featured Image Default Size on Single Post

25 replies · Started by Bruce on September 12, 2016

Viewing posts 1–15 of 26

Hello Tom,

I was running into issues with the featured image displaying at full size on single posts. I found this and it works well.

But I am trying to super simplify this for clients (by using GeneratePress with GP Premium, and Beaver Builder), and if I use code, they would have to modify it if they wanted to change it.

Would you consider default featured image size controls in the Customizer?

Thanks!

You can set the post image sizes in "Customize > Blog > Post Images".

Does that not work for you?

Let me know :)

Is the Blog add-on activated in "Appearance > GeneratePress"?

Yes, it is activated.

I should note that I do not have a Posts page set in Settings > Reading > Front Page Displays > A static page > Posts Page. I did try assigning it to a page, but it did not change anything. (Reason I am not using a static page for posts page is that I am using Beaver Builder for the posts page).

I suppose it could be another plugin conflicting, but I have relatively few running.

Any other ideas?

Thanks for looking at this...

Ah, you need to be viewing the posts page (blog) for those settings to appear.

I've reversed this in the next version, but for now it's necessary.

So you can temporarily add a blog, change the settings and then remove it.

Ah yea, there's no global option for the single posts.

There is a cropping option inside the Page Header metabox, but that's for individual pages.

I haven't had a lot of people ask for a global option for single posts, but I'll consider adding it as an option in the Customizer if I get a few more requests :)

Ah... (lol), that explains that.

Just pretend my request is really 100 different people? :P

It sure would be nice!

Thanks for working this out with me.

No problem - I'll definitely consider adding it, seems like a good idea :)

Hello,

I have the same problem, how i can do now ?

With GP hook and this code ?

<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail('medium');
}
?>

but where i wirite this ?

Great, thanks Tom ;)

You're welcome :)

Hi Tom, I love this theme.
Well, I also sign up to request the image size in single post. And if you could change the layout of the image on the title, the better.
Sorry, my English is translated by google ;)

This archived topic is closed to new replies.