Forum Replies Created
-
Please go to file “wp-content/themes/blaszok/woocommerce/single-product/product-thumbnails.php” and change code
wp_get_attachment_image_src( $attachment_id, 'thumbnail' );
to
wp_get_attachment_image_src( $attachment_id, apply_filters( 'single_product_small_thumbnail_size', 'shop_thumbnail' ));
in line #22 and line #29
in reply to: Problem with the thumbnailHi,
Here is instruction for your comment:
1, I would like to arrnage the “Add to Cart” button and prices like in the picture below. http://oi60.tinypic.com/jra5fq.jpg
=> Please add custom css in your site :.dhvc-woo-extra{
margin-top: 10px !important;
position: relative !important;
}
.dhvc-woo-price{
position: absolute !important;
text-align: center !important;
top: 0 !important;
width: 100% !important;
}
.dhvc-woo-addtocart{
margin-top: 30px !important;
text-align: center !important;
width: 100% !important;
}2. the colours of the text don’t change when i change them. Neither for the title, nor for the Add to cart button.
=>Why don’t you use custom color when build DHVC Woocommerce product shortcode
in reply to: Need help to custom product pagePlease go to admin menu: “Settings – > Visual Composer” and setting User groups access rules: Enable all form shortcode for user group:
Please go to page template use in “/product/trilogy-certified-organic-rosehip-oil-20-ml/” , and add class “clear” for row below form cart
Please go to admin menu: “Settings – > Visual Composer” and setting User groups access rules: Enable all form shortcode for user group:
in reply to: Plugin does not show up when editing the pageHi,
For form shortcode not show in VC popup: Please download DHVC Form latest version 1.1.7. it’s fixed in currrent version. then go to menu: “Settings – > Visual Composer” and setting User groups access rules: Enable all form shortcode for user group
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 widget