Forum Replies Created
-
Hi,
Please go to edit page /wp-admin/post.php?post=12133&action=edit&message=1 and hide “Add to cart” in Woo product shortcode then add custom css.
in reply to: Need help to custom product pagesHi,
Please go to edit form and change field email name is “Email” to “email”
You may also want to change the message “Subscribe to Mailchimp Sucessful!” by edit language file in folder “wp-content/plugins/dhvc-form/languages”
in reply to: Need help to integrate with mailchimpHI,
In current version, with carousel layout, default not auto-play 🙁
You can fix it by go to file “wp-content/plugins/dhvc-woocommerce/assets/js/script.js” line #29 change :items : 4, pagination : false,
to:
items : 4, autoPlay: true, pagination : false
in reply to: How to leave the carousel on auto-play?HI,
When you create shortcode with plugin . please see in shortcode settings . it have settings “Add to cart text”in reply to: Support to change languageHi,
Please add custom css in your site:
.dhvc-woo-info .dhvc-woo-title { line-height: 18px !important; margin-bottom: 10px !important; }
in reply to: Reduce the space between long product titlePlease go to product template and change image size
in reply to: Need help to display product image full sizeHi,
Please go to page “/wp-admin/post.php?post=1750&action=edit&message=1” and add custom css “.product-image-custom > div {width:100%};
Like this:
in reply to: Need help to display product image full sizeHi,
When you use WOO Product Page for Visual Composer to build a template. that page can not display like a wordpress page. you need assign it to a product or product category. Like you assign for product.
in reply to: Get php error when adding price or cart buttonHi,
Please go to Admin menu : “Settings -> Visual Composer” then click to use group in “User groups access rules” and check shortcode to usein reply to: Installed plugin but does not show any widgetIf you want it to be bigger or 100% fit. You can add custom css in your site :
.wpb_wrapper .images {width:100% !important}in reply to: Cannot create new items after installedHi,
You can go to menu “Settings => Visual Composer ” click to user rule in section “User groups access rules”. See the image below
If problem is not fixed. Kindly inform me. 😀
in reply to: Cannot create new items after installedYou can go to apply the product page for each category of product. 🙂
Hi,
In this case we advice you to custom your template. You can create folder “dhvc-woocommerce-page/single-product.php” and do this. Or you can send us a private message, we will help you to fix it.
Yes. To fix it. please go to file “wp-content/plugins/dhvc-woocommerce-page/includes/admin.php” line #42 and remove code:
else{
delete_post_meta($post_id, ‘dhvc_woo_page_product’);
}Hi,
You can use plugin http://www.advancedcustomfields.com/ to add video for each product via custom field. These kind of custom field will only support video APi: https://codex.wordpress.org/Embeds
You can watch a tutorial video to learn how to do this here
in reply to: Add embed code into product page?