-
AuthorPosts
-
May 12, 2015 at 8:37 am #442845
Hi there
The standards options given for single blog posts are either way too big and landscape so square images get chopped off, or way too small.
How can I get single blog posts to show bigger – if not just at their original size?p.s Also every time I post something here and press submit the page goes blank?
CheersMay 12, 2015 at 9:01 pm #443367May 12, 2015 at 9:25 pm #443379I’d like to add my voice to this one. The icon is square, but I’d like to add some code to make it twice at high as it is wide. So, for example, the standard icon for a single “blog post” is 80×80, but I’d like to be 80×160, but then I want the whole featured image to scaled to fit that area and not cropped. How can this be done?
I set up a sample at http://vinovation.co.za/home-test-3/
May 13, 2015 at 1:31 am #443472Hi there
So its for a single blog post not the blog page – which I have setup using the layout builder btw.
Here is an example link to a blog post: http://test.natashasolley.com/2015/05/07/inspiration-8/
I would like the image to be either actual size or the same size as on the blog page: http://test.natashasolley.com/blog/Cheers
May 13, 2015 at 6:08 pm #443915Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-post .single-small.with-slider .small-preview { width: 360px; height: 360px; } .single-post .single-small.with-slider .small-preview img, #top.single-post .fullsize .single-small.with-slider .blog-meta { width: 360px; }
Best regards,
YigitMay 14, 2015 at 1:38 am #444054Hi there
Thanks for that – it worked however the image has become very low res and looks bad.
http://test.natashasolley.com/2015/05/07/inspiration-8/Cheers
May 14, 2015 at 3:06 pm #444311Hi!
Edit the functions.php file, adjust the size of the square thumbnail:
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
Regenerate the thumbnails with this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelMay 18, 2015 at 1:59 am #445475Hi there
Do I need to create a copy of the functions.php and add to my child theme so that any theme updates don’t overwrite this?
Cheers
May 19, 2015 at 6:13 am #446218Hey!
You should have a functions.php in you child theme already, please try to add the code to that.
Regards,
RikardMay 21, 2015 at 11:34 am #447684Hi there
I did what you said and it hasn’t worked unfortunately :-(
I also tried with the code also given earlier and without and it hasn’t worked.Cheers
May 22, 2015 at 8:23 pm #448598Hey!
What are the contents of your functions.php? alternatively you can use this plugin to change the image sizes from the Dashboard:
https://wordpress.org/plugins/simple-image-sizes/Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.