• cardowntown

    (@cardowntown)


    Hueman is a great theme to work on and I rate it the best theme. One problem I am facing with the theme is the thumbnail sizes. I’ve implemented a child theme with functions.php file containing the alx_setup function. The sizes are edited but still I am getting the large image sizes. How can I overcome this thing. I am really tired off sorting this problem from weeks. The website address is https://www.cardowntown.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • bdbrown

    (@bdbrown)

    Hi cardowntown. Have you tried using the Regenerate Thumbnails plugin? Also, this post may offer some information on why the images are cropped, and offers a solution that the poster used.

    Thread Starter cardowntown

    (@cardowntown)

    I’ve am already using this plugin after implementing the new thumbnail sizes but the sizes are not going according to child theme functions.
    I’ve copied the function alx_setup to child theme functions.php without making any change to code except the dimensions.

    bdbrown

    (@bdbrown)

    Here’s a suggestion from the theme documentation:

    Important: If you have trouble with the way thumbnails are upscaling to fit the desired width or height before being cropped, you need to disable the alx_thumbnail_upscale function. You do so by adding function alx_thumbnail_upscale() {} to your child theme’s functions.php, disabling the function completely.

    You could also try removing the crop parameter from the add_image_size functions in alx_setup.

    Thread Starter cardowntown

    (@cardowntown)

    That problem is solved but has given a new kinda problem. Images are being done according to the sizes but the ‘Title’ attribute of all page is changed to the the link of that page.

    bdbrown

    (@bdbrown)

    Those are the categories assigned to the post. That’s the default configuration for a single post page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Resizing Thumbnail Sizes to Smaller Using Child Theme’ is closed to new replies.