Tagged: featured image
-
AuthorPosts
-
October 14, 2016 at 5:38 am #698966
Hello Support,
I’d like to have the featured image show its actual size on both the main “blog” page and the actual post page.
I looked through past support tickets and haven’t found anything that answers this specifically.
Can you help?
Thank you,
GregP.S. Congratulations on your new company growth! gw
October 18, 2016 at 12:20 am #700325Hey Greg!
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the “entry_without_sidebar” and “entry_with_sidebar” image size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Best regards,
YigitOctober 25, 2016 at 12:26 am #703491Hello Yigit/Support,
Sorry for my delay in responding…
So there is no way to change the code so that the default/actual image size is loaded as the featured image? (My experience with the client is that the featured image size isn’t consistent – and they’d like the original image uploaded for featuring to be loaded.)
Sincerely,
GregOctober 28, 2016 at 2:23 am #705104Can the code be changed so that it loads the actual image size for any placement of the featured image?
October 28, 2016 at 10:25 am #705221Hi,
It is possible but you have to modify the includes > loop-index.php file. Look for this code around line 46:
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
Replace “entry_with_sidebar” and “entry_without_sidebar” with “no scaling” or “full”.
Best regards,
IsmaelOctober 29, 2016 at 7:17 am #705483Hello Ismael,
Almost there – it’s perfect for the single post page…
It’s still loading the images larger then their original size on the main blog page:
main blog pageCan you help with that? (I’m pretty happy, though, right now…)
Sincerely,
GregNovember 1, 2016 at 3:10 pm #706744Hi,
use this css code:
.big-preview, .single-big {width: 80%; height: auto !important; }
and adjust width value as needed.
Best regards,
AndyNovember 4, 2016 at 8:53 pm #708420Hello Andy/Support,
I dropped that code/css in place – the images are still loading “enlarged” on the main blog/writing page:
http://www.nikkiestradayoga.com/writing/Click through to the actual post and you’ll see the actual size of the featured image is quite a bit smaller.
???,
GregNovember 7, 2016 at 1:08 pm #709148Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyNovember 20, 2016 at 11:10 pm #714614my apologies for dropping this for so long…
This is resolved and the ticket can be closed. (I think the last instructions worked – and it was a chache issue I was experiencing.)
Thank you,
GregNovember 22, 2016 at 3:31 pm #715349Hi,
glad you could solve it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyJanuary 25, 2017 at 9:48 pm #738610FYI: This topic can be closed
-
AuthorPosts
- The topic ‘actual image size shown for featured image’ is closed to new replies.