Homepage images not display in sections, in sliders

This topic has 8 replies, 3 voices, and was last updated 1 week, 3 days ago ago by Tony Rodriguez

  • Avatar: Vivohome
    Vivohome
    Participant
    August 9, 2026 at 10:25

    Hi,

    I have problem with template wordpress xstore. Here is my demo: https://shop.vivohome.ro/

    The images from slider/ cards not display https://prnt.sc/Tacf1UYuDz89
    If edit with elementor the page > after resave ..they display.

    other section: https://prnt.sc/gz2gblNY0QkV

    example this is ok https://prnt.sc/8ucLOwESYrTq

    Where is the problem? How to fixed?

    Thx!

    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2026 at 07:15

    Hello @Vivohome,

    At present, we do not observe any issues with the images on your website. However, the issue you described may be due to incorrect regeneration of images or the manual removal of some images from your server. This matter is not related to any configuration within our theme. We recommend regenerating the thumbnails using a tool such as https://wordpress.org/plugins/force-regenerate-thumbnails/.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Vivohome
    Vivohome
    Participant
    August 10, 2026 at 20:07

    In the theme exist like cache page…ori something like this?…sometimes not display..now display very well evry day. I check if the problem come back.

    I see this problem with images in footer..but i don’t know exaclty were is the case/// to simulate …

    If you have same problems with others users. ..

    thx!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 11, 2026 at 06:21

    Hello @Vivohome,

    Our theme does not cache the page content; however, we do have static block cache, menu cache, and ajaxify options that you can enable or disable in the Theme Options. Based on our review of the page source, this does not appear to be the issue in your case. Therefore, we kindly request that you check and try the solution we suggested above.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Vivohome
    Vivohome
    Participant
    August 12, 2026 at 08:46

    Hi,

    Now is same problem..if click to open the image is ok in new tab
    https://prnt.sc/xnbinqCPFGh2

    other section is display…and other not display
    https://prnt.sc/Iz8jEPAgA9Q7

    Can you see now? https://shop.vivohome.ro/

    I check ..I am not delete to server de images..(exist https://shop.vivohome.ro/wp-content/uploads/2026/07/vvh-bannere-2-1536×864.png)

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2026 at 10:05

    Hello @Vivohome,

    The image you attached is redirecting us to a 404 page: https://gyazo.com/9f3cc0992fdc1a3d10eafbf39c79c623. The issue is related to incorrect or broken srcset attributes, and it seems there is some cron that regenerates such images and make such issues. Only a forced regeneration is required in such cases. If you would like to completely disable the srcset attributes (but it will display full size images on all devices), you can try adding the following code snippet to your child-theme/functions.php or a code snippets plugin:

    // Disable responsive image srcset calculations
    add_filter( 'wp_calculate_image_srcset', '__return_empty_array', PHP_INT_MAX );
    add_filter( 'wp_calculate_image_srcset_meta', '__return_null', PHP_INT_MAX );
    
    // Disable sizes attribute calculations
    add_filter( 'wp_calculate_image_sizes', '__return_false', PHP_INT_MAX );
    
    // Disable modern Block Editor / Gutenberg image attributes
    add_filter( 'wp_img_tag_add_srcset_and_sizes_attr', '__return_false', PHP_INT_MAX );
    
    // Clean remaining attributes from standard attachment imagery
    add_filter( 'wp_get_attachment_image_attributes', function( $attr ) {
        unset( $attr['srcset'], $attr['sizes'] );
        return $attr;
    }, PHP_INT_MAX );

    Best Regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Vivohome
    Vivohome
    Participant
    August 13, 2026 at 10:19

    Thanks for the support! My topic “Homepage images not display in sections, in sliders” has been successfully resolved.

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 13, 2026 at 10:19

    Dear Vivohome,

    It’s great having you in our WordPress & WooCommerce community!

    Every insight you share helps us refine XStore and build tools that empower thousands of online store owners worldwide.

    Together, we grow stronger with every release.

    Topic closed.
    The 8Theme Team

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Homepage images not display in sections, in sliders’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.