Home Forums WoodMart support forum problen with product preview

problen with product preview

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #286970

    IrinaG
    Participant

    Hi,
    I’m importing products catalog from my partner. There are images located on their server.
    Product page is ok, but there is problem with previews – images not showing up https://zakupy39.ru/shop/?filter_brand=furla

    Best regards, Irina

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

    IrinaG
    Participant

    site admin access

    #287137

    Hello,

    Please try to add this code to the functions.php of the child theme:

    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

    #287145

    IrinaG
    Participant

    It’s work! Thank you very much!!!

    #287146

    Most Welcome 🙂

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

The topic ‘problen with product preview’ is closed to new replies.