Home Forums WoodMart support forum QUICK VIEW PRODUCT ISSUES

QUICK VIEW PRODUCT ISSUES

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

    Mike
    Participant

    Hi i realize those days that something is going wrong with quick view products, before update to 4.0.4 i remember there was not any issue but yesterday i saw this, the wishlist button appear on quick view just like simple line of text (as i remember there was not any wishlist button on popup quick view) also i realize that there is a big white space below of product image (the image is 2000x2000px) its use the thumbnail version i think, correct me if im wrong. please check the screenshots for more details, thank you in advance

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

    Eric Watson
    Participant

    Hello,

    It is our mistake after the 4.0.4 update. This button shouldn’t be there.
    Add the following line to the file

    woodmart/inc/integrations/woocommerce/modules/quick-view.php

    as shown on the screenshot http://prntscr.com/owj6jj

    remove_action( 'woocommerce_single_product_summary', array( XTS\WC_Wishlist\UI::get_instance(), 'add_to_wishlist_single_btn' ), 33 );

    Kind Regards
    XTemos Studio

    #140878

    Mike
    Participant

    ok thank you for quick response, so it will be fixed in the next updates? so i can wait for an update or should i remove the code?

    also you not answered me about that white space below image, this is happen on certain image not on all, also all the product images are squared the minimum pixels are 600×600 and on some other products we have also a 2000x2000px. please check the 2 screenshots on the first message, thank you

    #140889

    Eric Watson
    Participant

    Hello,

    1) Yes, we will fix this in the next update. You will need to leave only the code in the child theme.

    2) Unfortunately, we do not have the option to adjust the carousel height automatically. We recommend that you upload pictures of the same size.

    Kind Regards
    XTemos Studio

    #140967

    Mike
    Participant

    Thank you! you can close as resolved this topic

    #140987

    Eric Watson
    Participant

    You are welcome!

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