• Resolved Siddharth Giri

    (@siddharthgiri)


    Hello!

    Featured Image size for my old theme was 768 X 402 and still, I want to use the same size featured image on Agama Theme but Agama Theme is automatically cropping my image and creating a new link for the image.
    For example:

    • My Featured Image Link: Original.jpg
    • Agama Theme is Changing Link To: Original-768×310.jpg

    I also tried to change the image size using CSS but it’s not working. So, Can you tell me how can I use my original image as a featured image instead of Agama cropped featured image?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author themevision

    (@themevision)

    Hello, @siddharthgiri!

    The easiest way to solve this, is to turn off the Featured images on a single post (Customizing->Blog->Single Post)
    https://prnt.sc/nrdenm

    And Insert again your Featured Image in the Post content.
    https://prnt.sc/nrddgk
    In that way, you can change the image size per your needs.

    Regards

    Thread Starter Siddharth Giri

    (@siddharthgiri)

    Thanks for the reply.

    I tried to disable Featured Image on Single Post but It hides the Feature Image section from all single post( https://snag.gy/NMfAYK.jpg ), which means I have to edit all the older posts too. And, I don’t want to edit all the posts again and it’s not easy to edit all the posts.

    And, Featured Image size on all the older post is fine because I published all the post in the previous theme. But, All new post is getting cropped featured image.

    So, Please give me another solution for this?

    Theme Author themevision

    (@themevision)

    Hello, @siddharthgiri!

    The Agama Theme limits the height of featured images on posts to 310px by default. Images taller than this will be cropped top and bottom.

    If you’d like to increase the maximum height of the featured images on posts, you can do it by using the “Simple Image Sizes” plugin.

    So, follow the steps below, if you want to show an uncropped image in the posts:

    1. Go to: Dashboard->Plugins->Add new… and search for the “Simple Image Sizes” plugin. Install and Activate it.
    https://prnt.sc/nrf4xv
    2. After you installed and activated the plugin,
    go to: Dashboard->Settings->Media, Find the “agama-blog-large size” text line, and change the Maximum height value per your needs (402px)
    https://prnt.sc/nrf6du

    3. Click on the “Update” button to save the settings.

    Important: The fix above will apply only to newly uploaded featured images. To apply it to existing featured images you must regenerate the thumbnails.

    So, for the existing post, go back, edit the post, and now, below the featured image, you should see a “Regenerate image size” link.
    https://prnt.sc/nrf9eh

    Click on that link to regenerate your image size.
    Then update your post. Now your featured image should be uncropped.

    I hope you understand the procedures I have provided.

    Regards

    • This reply was modified 5 years, 9 months ago by themevision.
    Thread Starter Siddharth Giri

    (@siddharthgiri)

    Thanks for the solution.

    Thread Starter Siddharth Giri

    (@siddharthgiri)

    I have found a better way to change the featured image size.

    I have just edited the “single.php” theme file and changed

    This <img src="<?php echo agama_return_image_src('agama-blog-large'); ?>" class="img-responsive">

    Into This<img src="<?php echo the_post_thumbnail_url(); ?>" class="img-responsive">

    Now, It is not changing the image URL. This is showing the original featured image instead of a cropped image.

    Theme Author themevision

    (@themevision)

    Hello,@siddharthgiri!

    I generally don’t suggest to customers to change the theme files. That is why I rather suggest using a plugin. Anyway, you can use whatever works for you…

    Regards

    Hello, I am suffering from one of the big problem of featured image thumbnail. My theme is Newspaper 9 by Tagdiv (ThemeForest). I am sending you screenshot.

    After seen my screenshot, help me with the question How to arrange same size with all featured image which is disturb by me. Featured images not in single row. Some images goes down (Big) some are small.
    Please help me with this.

    1st row (1 image- small & 2nd image- big)
    3rd row (Last image- big)

    All i want in 300px by 210 px or resized by theme Newspaper. How I rearrange all featured images in single (same) size.

    Theme Author themevision

    (@themevision)

    Hello, @sayalimate!

    Unfortunately, this forum serves to solve the problems for the Agama theme only, so you will need to post your question on your theme support forum.

    Thank you for your understanding.

    Best Regards

    Thanks @themevision

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Featured Image Size Problem’ is closed to new replies.