Forum Replies Created
-
Dear, in current version, the plugin not support apply custom template for all product, but you can custom code to do it, please go to file “wp-content/plugins/dhvc-woocommerce-page/dhvc-woocommerce-page.php” line #105 and change code :
$product_template_id = 0;
to
$product_template_id = {your custom template id};
Best regards,
in reply to: Defaut page for product ?I see variation boxes and add to cart is working. please check your site again or please kindly give for me more details your problem ?
in reply to: VariationsDear. please kindly give for me admin account and your form URL via private reply. i will check detail to help you.
in reply to: DHVC Can't see any files attachment on entriesDear,
I have login to your site and edit custom template like attachment. Now , it’s working, please check your site again.Attachments:
You must be logged in to view attached files.in reply to: Nothing happensDear, the plugin only support override content of Single Product page, the mean, you can not use setting page template for it. If you want use full-width template ‘wp-content/plugins/dhvc-woocommerce-page/templates/content-single-product.php’ and paste to ‘yourtheme/dhvc-woocommerce-page/’. Then you can custom ‘content-single-product.php’ to full width.
If you can not do it. Please copy file ‘wp-content/plugins/dhvc-woocommerce-page/templates/content-single-product.php’ and paste to ‘yourtheme/dhvc-woocommerce-page/’ then send for me admin account via private reply. i will check details to helpyou
Best regards.
in reply to: Blank Page when adding shortcodesDear,
After create custom template, please go to edit a product and assign custom template for it with ‘Page’ meta box, then, please view product in front-end, you will see product display with custom template, Also, the custom template not support Preview mode,
Best regards.
in reply to: Blank Page when adding shortcodesDear, i have check custom template of textarea in your theme/vc_templates/dhvc_form_textarea.php , i see it’s working please check in http://nverh.ru/a-check-dhvc-form/ and see attachment
Attachments:
You must be logged in to view attached files.in reply to: Textarea maximum length charactersDear, please kindly give for me admin account your site via private reply, i will check details to help you.
Best regards.
in reply to: Textarea maximum length charactersDear, please copy file ‘wp-content/plugins/dhvc-form/templates/dhvc_form_textarea.php’ and paste to folder {$yourtheme}/vc_templates (create folder vc_templates if not exits) and edit this file to add atttribute ‘maxlength=”50″‘ for textare like attachment
Attachments:
You must be logged in to view attached files.in reply to: Textarea maximum length charactersDear, i have check your site, to fix it, please add form fields in a VC Row Inner (like attachment).
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Form does not appear on the pageDear, i have check your theme, i see your theme have custom default woo single product template, to fix it, i have go to edit file ‘dhvc-woocommerce-page/dhvc-woocommerce-page.php’
Search code
if($slug === 'content' && $name === 'single-product'){
change to:
if($slug === 'content' && strstr($name,'single-product-')){
NOw, it’s working , please check example product http://todamulher.wpengine.com/produto/bolsas-femininas/bolsa-betty-boop-b20a104pt/
in reply to: Nothing happensDear @misha77 Thank you for help. I have check plugin with Visual Composer latest (4.6 or latest )version. i see with dropdown field, the visual composer can’t save first value (version 4.5.3 working ), i will check again and fix it.
Best regards.
in reply to: Bug Date/Calendaryes, i have login to your site and go to edit file ‘dhvc-woocommerce/archive-product.php’ in your theme
change
chi_get_option
to:
Youxi()->option->get
Now, it’s working, please check your site again.
in reply to: Category issueDear, 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: Nothing happensDear, please kindly give for me your problem URL, i will check details to help you.
Best regards.
in reply to: columns for checkbox layout?