Home Forums WoodMart support forum product images not visible in store

product images not visible in store

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #365753

    imonig
    Participant

    hello all

    i can’t see my product images in my store.
    I have downloaded the images with a plugin. in the product presentation I can see it but not in store.

    how can i solve this problem?

    so that images are visible everywhere.

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

    Hello,

    Please check how it works with the default wordpress theme just to check whether the issue is with our theme or not.

    Best Regards

    #365860

    imonig
    Participant

    I checked and with the default theme of WordPress everything works fine.

    i hope this problem can be solved quickly.

    #365876

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    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 );

    Best Regards

    #365889

    imonig
    Participant

    hello,

    I have searched everywhere but I can not find the file for the child theme functions.php where and how can I set this up.

    and can someone from the support help me i have no knowledge about such settings.

    my data you already lift.

    #365890

    Hello,

    Please read our detailed documentation of how to create a child theme:
    https://xtemos.com/docs-topic/setup-child-theme/

    You can read the following article for help:
    https://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/

    Best Regards

    #365910

    imonig
    Participant

    I was able to solve the problem
    thanks for the support

    #366074

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘product images not visible in store’ is closed to new replies.