Forum Replies Created
-
Dear,
1. Please add custom PHP code to file functions.php of your theme. Then you can use ‘WC Single Product Stock Staus’ shortcode in Product Custom template (see attachment) to display stock status.
Code:add_action( 'vc_after_set_mode', function(){ vc_map ( array ( 'name' => __( 'WC Single Product Stock Staus', 'dhvc-woocommerce-page' ), 'base' => 'dhvc_woo_product_page_stock_status', 'category' => __( 'WC Page Templates', 'dhvc-woocommerce-page' ), 'icon' => 'icon-dhvc-woo-product-page', 'params' => array ( array( 'type' => 'css_editor', 'heading' => __( 'CSS box', 'dhvc-woocommerce-page' ), 'param_name' => 'css', 'group' => __( 'Design Options', 'dhvc-woocommerce-page' ), ), ) ) ); }); add_action('dhvc_woocommerce_page_after_add_shortcode', function(){ add_shortcode('dhvc_woo_product_page_stock_status', function($atts, $content = null){ extract ( shortcode_atts ( array ( 'css' => '', ), $atts ) ); if(!function_exists('electro_template_loop_availability')){ return; } ob_start(); electro_template_loop_availability(); return ob_get_clean(); }); });
2. To fix problem. please make
dhvc_woo_page_product
to translatable (see attachment) then you can select custom template when translate product.best regards.
Attachments:
You must be logged in to view attached files.in reply to: WPML & Stock StatusDear, To fix problem yith wishlist plugin, Please go to Wishlist plugin setting and change setting ‘Position of “Add to wishlist” on product page’ to ‘Use shortcode’ (see attachment)
best regards.
Attachments:
You must be logged in to view attached files.in reply to: Help me, pls.This reply has been marked as private.in reply to: Conflict with Woo Variations As Singles PluginDear, The problem with next/prev button because cache on your site and your browser, Please kindly clear cache of browser and your site and check again.
Best regards.
in reply to: Help me, pls.Dear, I have check your site, when add to cart, the mini cart on sidebar opening (see attachment) I don’t understand your problem. Please kindly give me more details. I will check to help you.
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Help me, pls.This reply has been marked as private.in reply to: WPML & Stock StatusDear, Please kindly update Urami theme on your site to latest version 1.1.6 from ThemeForest. The Urami latest version is support prev/next for product image slider.
Best regards.
in reply to: Help me, pls.Dear, We’re updated new version and include that code for DHWC Ajax plugin. Please update DHWC Ajax plugin on your site to latest version 1.3.4 from Codecanyon and check again.
Best regards.
in reply to: Conflict with Woo Variations As Singles PluginDear, Please kindly give me more details your problem and what you want add ‘condition’ for ‘is_filtered’ in ‘DHWC_Ajax_Query’. We’re will check to help you.
Best regards.
in reply to: Conflict with Woo Variations As Singles PluginDear, If you want change product image thumbnail to bellow product image, Please go to WooCommerce setting in theme options and change setting ‘Single Product Image Thumbnails Type’ to ‘Horizontal’ (see attachment)
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Help me, pls.This reply has been marked as private.in reply to: Only close button showsDear, I can’t see Link to open Popup on your site. Please kindly give me page with Link open popup. I will check to help you.
Best regards.
in reply to: Only close button showsDear, If you want do it. Please add custom CSS code on your site
.woocommerce .product .images img, .woocommerce ul.products li.product a img{ -webkit-filter: contrast(90%); -ms-filter: contrast(90%); filter: contrast(90%); }
Best regards.
in reply to: Help me, pls.Dear,
1. I don’t understand what is filter bottom you want tell, please kindly give me more details. I will check to help you.2. If you want change Shop product list display 2 columns on mobile. please add custom CSS code on your site
@media(max-width:480px) { .woocommerce ul.products:not(.masonry-products)>li.product, .woocommerce ul.products:not(.masonry-products)>li.product:not(.product-category) { width:100%; } }
best regards.
in reply to: Homepage – Slideshow video speedDear, I can’t login with account your send. Please kindly check again.
Best regards.
in reply to: WPML & Stock Status