Forum Replies Created
-
This reply has been marked as private.in reply to: Cant get started
Dear, 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: Cant get startedDear, you can allow for me to admin on your site, i want check your site when deactivate DHVC Form plugin.
Best regards.
in reply to: DHVC Plugin conflicts with media uploadDear, you can use custom css to hide it. custom css code
.dhvc-woocommerce-page > .bottomcontainerBox{ display:none !important; }
Best regards.
in reply to: Social Media Icons in 2 placesDear, please go to file “{yourtheme}/functions.php” and add custom code to add ‘Add to cart ’ button.
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() ) ); return $addtocart; } add_filter('dhvc-woo-add-to-cart', 'dhvc_woo_add_to_cart_custom',10,2);
Best regards.
in reply to: Select Options button not appearing.Dear, please kindly give for me more details your problem, i will check details to help you.
Best regards.
in reply to: Cant get startedDear, please kindly give for me admin account and your form url via private reply, i will check details problem on your site to help you.
Best regards.
in reply to: Forms not saving data anywhereDear, i have check your form again, i see the problem missing value of form field in Email because your field name is wrong (please see attachment). Please check field name in your form again with note: Field name is required. Please enter single word, no spaces, no start with number. Underscores(_) allowed
Also. you can go to edit form and use setting ‘Autoreply email settings’ in the form setting, and select Email Field in ‘Recipients’ of Autoreply email settings.
Best regards.
in reply to: Strong Tags On Every EntryDear, please kindly give for me admin account via private reply, i will check check details problem on your site to help you.
Best regards.
in reply to: DHVC Plugin conflicts with media uploadThis reply has been marked as private.in reply to: Strong Tags On Every EntryDear, if you want translate language of Sitesao Core plugin, please change your language file in sitesao-core plugin to ‘sitesao-fr_FR.po’ and sitesao-fr_FR.mo’ because the sitesao-core plugin use language with text domain ‘sitesao’
Best regards.
in reply to: About translateDear, i don’t understand your problem, please kindly give for me more details your problem, also, you can see move video example to use plugin in here.
Best regards.
in reply to: New to Plugin….Dear. i see your site use Woo Detail Product Page Builder plugin and it help you to control, show/hide or re-order elements in single page: title, description, add to cart button… via custom template and it will use and inherit default style of your theme.
You want use Woocommerce Products Layouts plugin to display columns in ‘Woo Product Upsell’ and ‘Recent Products’ like style in HERE , You can see more video to use plugin in HERE
Best regards.
in reply to: Columns not workingYes, we was release new version to fix it. please update DHVC Form plugin on your site.
Best regards.
in reply to: HHVM ErrorDear, you want always show Add to Cart button in Single Variable product ? if true, please go to edit Variable product and select ‘Default Form Values’ in ‘Variations’ tab (like attachment)
Attachments:
You must be logged in to view attached files.in reply to: Bugs with the theme