Images not displayed in the Blog Home page

All featured images and the images in the post slider display (blogs) have disappeared from the blog Home page.
http://yogashopcentral.com/

The featured image is however available in the relevant Blog post page. The below link shows that the featured image is present on the blog page.
http://yogashopcentral.com/reasons-why-men-should-practice-yoga/

It is possible that the images have gone missing from the uploads:

The below link returns a 400 response:
http://yogashopcentral.com/yogashopcentral.com/wp-content/uploads/2018/09/5-reasons-why-men-should-practice-yoga-923.jpg?fit=1920%2C1224

Can you please help me to get back the images on the home page.

Hi @samarjit_80,

This issue is a known bug and has already been added to our bug tracker.

To temporarily fix this issue, please setup a child theme first:

Then add the following code under functions.php file locates in your child theme:

function x_ethos_entry_cover_background_image_style() {

    $featured_image   = x_get_featured_image_url();
    $background_image = ( $featured_image != '' ) ? 'background-image: url(' . $featured_image . ');' : 'background-image: none;';

    return $background_image;

}

Hope it helps :slight_smile:

Thanks for the prompt response.

The issue is resolved with the temporary solution provided. Please advise by when the bug is expected to be resolved.

Hello Samarjit,

Glad to hear the temporary fix worked. Rest assured that this is already added to our issue tracker so that our developers will be aware of it.

Cheers!

Thanks! Following as I’ve had the same issue.

Hello @chiphanna,

To avoid any confusion, I request you to please create new ticket as this ticket has been started by a different user. Posting on the same creates lot of confusion which slows down the response time.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.