Forum Replies Created
-
i see the plugin is working when you assign a product to a WP page, like: http://cdk.co.il/ziv/product/premium-quality-2/
the plugin not support see page template like a WP page, it only working when you assign a product to it,in reply to: Have fatal errorHi,
The problem because it inherit css in your theme, please go to menu “Add custom css” and add custom css:
/* custom css by sitesao*/ .dhvc-woo-addtocart .loading{ border-radius: 0; -webkit-border-radius: 0; left: auto; position: relative; top: auto; }
in reply to: Got jquery issuesHi,
For filter control not hover color, i see this problem because custom css override it, please add custom css in your site:.dhvc-woo-filters a.selected,.dhvc-woo-filters a:hover { background-color: #b80b53 !important; border-color: #b80b53 !important; color: #ffffff !important; }
Also, i see the plugin have problem when added to cart: mansory layout not re-build layout, i have create update version 2.1.9 to codecanyon, please waiting codecanyon review to release it and re-download and update the plugin in your site.
in reply to: Got jquery issuesWe are very sorry, in current version the plugin does not support add form upload file to mail attachment, it will save to wp-content/uploads/dhvcform you can see it in form “Forms -> Entries”
in reply to: Can a user attach pdf file to a form?When you create page template for sinlge product, please go to edit product and assign this page for product, then view product, you can see product display with tempalte, you can assign page template for Product Category: please go to edit product category and select page template,
Hi,
The plugin not support create default page, please go to create new WP page and build it with Visual Composer and Woo Single Product shortcodes, If you have any questions when build it, please contact with us via email support, our developer team always ready to help you!
in reply to: How to set a default specific page?Hi,
We think it is problem from your hosting, we have install WP Email SMTP plugin in your site to check send email with SMTP, but it is not working, you can enter setting and check it in http://thehenfairy.co.uk/wp-admin/options-general.php?page=wp-mail-smtp/wp_mail_smtp.php
in reply to: Form does not send emailHi,
We go to check your site. We see your site use avada theme. in avada theme have custom woocommerce/product-thumbnails.php template. Please add custom code in our plugin in file “dhvc-woocommerce-page/includes/shortcode.php” line #282
change :public function woocommerce_single_product_image_thumbnail_html($html,$attachment_id, $post_id, $image_class){
to:
public function woocommerce_single_product_image_thumbnail_html($html,$attachment_id, $post_id=null, $image_class=”){
in reply to: Have problems with sidebar and image galleryHi,
When you download package form codecanyon, please extract it and install plugin with file “dhvc-form.zip” in folder “dhvc-form-package/plugin”
in reply to: Installing failedPlease go to file “woocommerce-gateways-country-limiter.php” line #163 and add custom style css before
div id="pgcl_countries_list" style="display: none;"
as below:
<style> #pgcl_countries_list .chosen-container{ width: 25em !important; } </style>
Hi,
Could you please tell more detail about your problem? It would be great if you can send us a screenshot of the conflict.
If you want form control variables in email please enter form field name, example: [first_name] not [form_first_name] please change form email variables again.
To config thumbnail size. it require with and height. Please enter “Thumbnail Width” and “Thumbnail Height” as you want.
in reply to: Need help to style image and thumbnailYou can change DHVC form element to like http://www.amysdraperyservice.com/contact/
Please add custom css in your site..dhvc-form-group .dhvc-form-label, .dhvc-form-group label {
margin-top: 10px !important;
color: #464646 !important;
}
.dhvc-form-flat .dhvc-form-input input, .dhvc-form-flat .dhvc-form-file input[type=”text”], .dhvc-form-flat .dhvc-form-captcha input, .dhvc-form-flat .dhvc-form-select select, .dhvc-form-flat .dhvc-form-textarea textarea {
background: none repeat scroll 0 0 #f9f9f9 !important;
border-color: #c1c1c1 #ebebeb #ebebeb #c1c1c1 !important;
border-style: solid !important;
border-width: 1px !important;
}in reply to: Need help to style my formWe do apologize, in current version not support config format date. please go to file “dhvc-form/assets/js/script.js” search code:
$(‘.dhvc-form-datepicker’).datetimepicker({
format: ‘Y/m/d’,
timepicker:false,
scrollMonth:false,
scrollTime:false,
scrollInput:false
});and replace with:
$(‘.dhvc-form-datepicker’).datetimepicker({
format: ‘d/m/Y’,
timepicker:false,
scrollMonth:false,
scrollTime:false,
scrollInput:false
});