Home Forums WoodMart support forum Images in shop page are not visible

Images in shop page are not visible

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #248369

    savvaszi
    Participant

    Hi, my site’s shop page does not show product images. I am using a droppshiping service that loads the images from their cdn. I tried several themes and the images are loading just fine. this happens only with your theme.

    Attachments:
    You must be logged in to view attached files.
    #248411

    Hello,

    Please try to upload and test the image from the Media library.

    Please make the full backup of your site as well as the Theme settings export and check the droppshiping service on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by Woocommerce.

    Best Regards

    #248442

    savvaszi
    Participant

    Hi, I have already done what you are saying. Other thenes, including storefront load the images when uploaded and when they are on cdn. Your theme loads the images when uploaded but not when they are on cdn. Uploading the images is not an option as i have more than 24000 images.
    Could you check why it’s not loading the images from cdn while other themes do?
    Thanks

    #248494

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #248510

    savvaszi
    Participant

    Access to the site

    #248573

    savvaszi
    Participant

    Thanks for your reply, where exactly is this code?
    I have made a fresh install of woodmart in a newly configured server.

    #248581

    Hello,

    Please disregard the previous message.

    Please add this code:

    add_action( 'init', function() {
    	add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
    	remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
    }, 1100 );

    To the functions.php of the child theme.

    Best Regards

    #248590

    savvaszi
    Participant

    Thanks, this code solved the issue. Thanks

    #248682

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)