product images not visible in store
-
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.
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
I checked and with the default theme of WordPress everything works fine.
i hope this problem can be solved quickly.
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
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.
I was able to solve the problem
thanks for the support
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.
The topic ‘product images not visible in store’ is closed to new replies.