Forum Replies Created
-
Dear, You can use default Wodpress Import tools to import demo content with dummy data in theme package folder, if it still not working, please kindly give for me admin account via private reply, i will check details to help you.
Best regards.
in reply to: Importing demo content infinite loadingDear, please kindly give for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
in reply to: Instagram Doesn't workThis reply has been marked as private.in reply to: Form to slow when saveDear, you can not view Custom Template in front-end, it’ll give error ( like your problem ). After assign Custom Template for a product, please view Product in front-end, you will see Product display will short code in Custom Template.
Also, you can view video example in HERE to use plugin
Best regards.
in reply to: Fatal ErrorYes, please go to file “{yourtheme}/functions.php” and add custom code to add ‘More info’
function dhvc_woo_add_to_cart_custom($output,$product){ $addtocart = sprintf( '<a href="%s" rel="nofollow" title="%s" data-product_id="%s" data-product_sku="%s" data-quantity="%s" class="button %s product_type_%s">%s</a>', esc_url( $product->add_to_cart_url() ), esc_attr($product->add_to_cart_text()), esc_attr( $product->id ), esc_attr( $product->get_sku() ), esc_attr( isset( $quantity ) ? $quantity : 1 ), $product->is_purchasable() && $product->is_in_stock() ? 'add_to_cart_button' : '', esc_attr( $product->product_type ), esc_html( $product->add_to_cart_text() ) ); $moreinfo = sprintf( '<a href="%s" title="%s" class="button">%s</a>', esc_url( get_permalink($product->id) ), esc_attr(get_the_title($product->id)), esc_html( 'More info' ) ); return $addtocart.$moreinfo; } add_filter('dhvc-woo-add-to-cart', 'dhvc_woo_add_to_cart_custom',10,2);
Sorry, in current version only support single upload, you can create multiples upload field to use multiples upload.
Best regards.
in reply to: how to upload multiple files?So sorry, the plugin use Date picker plugin and it not support change start Day of Week, we’ll check again and fix it in next version,
best regards.
in reply to: Week in DatePicker to start from MondayThis reply has been marked as private.in reply to: Form to slow when saveDear, please kindly give for me admin account and your problem URL via private reply. i will check details to help you.
Best regards.
in reply to: In reference to support messages at CodecanyionDear, i have check your site, i see this problem conflict with ‘Ultimate Addons for Visual Composer’ plugin, when use plugin in DHVC Form, it give error like HERE we’ll check our plugin with ‘Ultimate Addons for Visual Composer’ plugin again.
Also, to use DHVC Fom on your site, you can deactivate ‘Ultimate Addons for Visual Composer’ plugin to create form.
best regards.
in reply to: Form to slow when saveDear, please kindly give for me admin account and your problem URL via private reply, i will check details to help you.
best regards.
in reply to: Form to slow when saveDear, if you want use Woocommerce Layered nav widget in plugin , please change short code to use Main query, if it still not working on your site, please kindly give for me admin account and your problem URL via private reply. i will check details to help you.
best regards.
Yes, i have change code in file product-image.php of child theme. please check again.
best regards.
This reply has been marked as private.in reply to: losing link to default page after quick editDear, you do not add code, please go to Form setting and change to use Email Sender with SMTP method, and create a Gmail account and read more in HERE to setting SMTP method in your site
Best regards.
in reply to: How to use plugin?