Home Forums WoodMart support forum Hello, I want to solve the problem of the product image not showing the thumbnai

Hello, I want to solve the problem of the product image not showing the thumbnai

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #339932

    emanhsaqer
    Participant

    https://saudimercado.com/
    I’m using the Featured Image by URL extension

    However, pictures appear on the product page

    #340016

    emanhsaqer
    Participant

    ??

    #340071

    emanhsaqer
    Participant

    I want a quick reply

    #340171

    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

    #340184

    emanhsaqer
    Participant

    tanks

    #340199

    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 6 posts - 1 through 6 (of 6 total)

The topic ‘Hello, I want to solve the problem of the product image not showing the thumbnai’ is closed to new replies.