Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 4 posts - 1 through 4 (of 4 total)

troubles with thumbnails

Home Forums Free Theme Support Asteria Lite troubles with thumbnails

  • #85808

    pif

    First of all, thanks a lot for that amazing theme

    I’ve got an issue I can’t figure out : when I began to upload “featured images” linked with articles, every thumbs were resized perfectly, right ratio, full quality, no crop. But since the last 7th uploaded articles, then thumbs are not displayed correctly : It seems there’s a kind of permanent zoom in (and aspect ratio seems gone from 16:9 to 4:3 or so).

    I tried navigate on every sections of the admin panel without being able to explaining this issue. One of the main changes I did between old thumbs and new ones is switching permalinks (removing date) in order to get categories URL.

    Any idea?

    my website is here : http://lautrehemisphere.com/

    thanks again for your work and support.

    #85855

    Towfiq I.

    administrator

    I assume, the latest images you added are after changing the theme to asteria.

    Asteria has a function that automatically resizes and crops the image to make the images fit on frontpage. To remove this function, open up functions.php and remove this:

    //Custom Thumbnail Size	
    if ( function_exists( 'add_image_size' ) ) { 
    	add_image_size( 'asteriathumb', 387, 260, true ); //(cropped)
    }

    and you will have to reset the last 7 featured images again.

    #86304

    pif

    mmmhhh maybe you’re right.
    I don’t remember if the articles were already up when moving to asteria.
    I’ll try this way and keep you aware.
    thanks a lot.
    pif

    #87286

    pif

    It works!!!
    have to upload the image again to the library. And works fine then.

    many thx
    cheers.

You must be logged in to reply to this topic.