• I am having issues with the DI Restaurants theme. My featured images have a white bar at the bottom of them and the image is stretched. The top image should be square. Please let me know how I can get this working correctly again

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Di Themes

    (@dithemes)

    Hi

    Please use below custom CSS to hide white bar:

    
    .single-podcast .post-category {
    	display: none;
    }
    

    To add custom CSS: Appearance > Customize > Additional CSS.

    You image size is 295px X 330px and it is same on podcast post.

    Thanks

    Thread Starter tfa0001

    (@tfa0001)

    I am still having issues with the image being stretched. Is there a way to adjust the image to a 10:8 aspect ratio? I want the full 10:8 image to appear on the website.

    Theme Author Di Themes

    (@dithemes)

    Hi

    Recommended featured image size is 1150px X 500px and if image size is larger then it crops the featured image.

    you can check and customize width, height, cropping, here : wp-content\themes\di-restaurant\inc\core\class-di-restaurant-engine.php Line 68.

    Please take help of set_post_thumbnail_size function, here: https://developer.www.ads-software.com/reference/functions/set_post_thumbnail_size/

    and also make sure, you are doing changes in the child theme otherwise your changes will be removed on theme update.

    NOTE: you should edit PHP files using FTP and keep backup of the original file. if there will be any mistake, then you can restore the original file.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Issue’ is closed to new replies.