Forum Replies Created
-
Dear,
1. To fix problem of image when quick view product, please:
Add custom CSS code on your site.dhmodal__content{ display: block !important; } .dhvc-woo-modal-image .woo-variation-product-gallery { max-width: 100% !important; width:100%; margin: 0; }
Then add custom Javascript on your site
jQuery( document.body ).on( 'dhvc_woo_after_show_modal', function(event, $modal) { if('function'===typeof jQuery.fn.WooVariationGallery){ jQuery($modal).find(".woo-variation-gallery-wrapper").WooVariationGallery() } })
Best regards.
in reply to: Hide Products not workingDear, Please kindly give me more details your questions or what you want ? I will check to help you.
Best regards.
in reply to: Plugin hook / Woocommerce searchDear, please kindly give for me details your problem then send for me admin account and your site URL via private reply, i will check to help you.
Best regards.
in reply to: Elementor doesn’t show the Cart and Checkout tabsDear.
1. I not see you setup Yotpo review plugin on your site, please complete Yotpo review and sure it’s work with default layout of your theme, i will check and make it work with DHWC Layout plugin.2. Sorry, the DHWC Layout plugin not compatible with that plugin. Because DHWC layout use shortcode and that plugin only work with shop page category page.
Best regards
in reply to: Hide Products not workingDear, Please kindly give me more details, what you want remove ? I will check to help you.
Best regards.
in reply to: Is it possible to remove the theme site schema?Dear,
1. Sorry, the WooCommerce not support to display variations of products in products list.2. You remove account send for me ? I need it to check Yotpo Star Reviews on your site.
Best regards.
in reply to: Hide Products not workingDear, Please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
in reply to: Theme compatibilityYes. i ready wait you to help you.
in reply to: Product Template IssuesThis reply has been marked as private.in reply to: Hide Products not workingDear, can’t make the add to cart buttons line up with one another because it dependent to product title, i see the product title onn 1 line and 2 lines, please check again.
Also, please send for me admin account your site via private reply, i will check details problem of product quickview not load image to help you.
Best regards.
in reply to: Hide Products not workingThis reply has been marked as private.in reply to: Upsells / Cross-sellsDear.
1. To fix problem of Single Product Gallery, please add custom CSS code on your site.dhvc-woo-product-gallery__thumbnails:not(.slick-initialize){ display: none; }
4. Check screenshots “with DHWC” and “without DHWC”. When using dhwc’s archive add-on it only shows 2 columns instead of 4 and the border of the page is wrong.
– I can’t see page have that problem, please kindly send for me problem URL on site https://staging-atlantikoscombr.temp927.kinsta.cloud I will check details to help you.5, Please see Video Tutorial to custom shop page with DHWC Page plugin.
Note: when custom Shop page with DHWC Page plugin, require Archive Product shortcode in custom shop page content (see attachment)
Attachments:
You must be logged in to view attached files.in reply to: Product Template IssuesDear, If you want auto select upsells and cross sells product when there are no ‘linked products’ input for an individual product, Please add custom PHP code in your theme’s functions.php
Custom code will get related product when upsell emptyadd_filter('woocommerce_product_get_upsell_ids', function($upsell_ids, $product){ if(empty($upsell_ids)){ $upsell_ids = wc_get_related_products($product->get_id(),5); } return $upsell_ids; },10,2);
Custom code will get related product when cross sell empty
add_filter('woocommerce_product_get_cross_sell_ids', function($cross_sell_ids, $product){ if(empty($cross_sell_ids)){ $cross_sell_ids = wc_get_related_products($product->get_id(),5); } return $cross_sell_ids; },10,2);
Best regards.
in reply to: Upsells / Cross-sellsThis reply has been marked as private.in reply to: Product Template IssuesThis reply has been marked as private.