Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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?
    Cheers

    #443367

    Hi xfacta!

    Can you please post the link to your blog page?

    Cheers!
    Yigit

    #443379

    I’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/

    #443472

    Hi 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

    #443915

    Hi!

    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,
    Yigit

    #444054

    Hi 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

    #444311

    Hi!

    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!
    Ismael

    #445475

    Hi 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

    #446218

    Hey!

    You should have a functions.php in you child theme already, please try to add the code to that.

    Regards,
    Rikard

    #447684

    Hi 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

    #448598

    Hey!

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.