Forum Replies Created
-
I go to check your site. please check and change form field name to single word, no spaces. Underscores and dashes allowed.
in reply to: Lost information from the formIf you use Visual Composer to build shortcode. you can edit it with Visual Composer. if no, you can re-build shortcode in your site. or you can add padding with custom css:
.dhvc-woo-addtocart a { padding: 6px 12px; }
in reply to: How to change the font in Add to cart to all caps– For changing the font in Add to cart to all caps: you can use custom css to change it, please add custom css in your theme:
.dhvc-woo-addtocart a { font-size: 14px !important; text-shadow: 0 0 0 transparent !important; text-transform: uppercase !important; }
add please go to edit shortcode and change padding of add to cart button.
– for page load a bit faster: because you have a lot of products. you can optimize your site or optimize your hosting: user VPS, use cloudflarein reply to: How to change the font in Add to cart to all capsPlease go to menu “settings -> Visual Comporser” and enable all DHVC Form shortcode for visual composer config. then check your site again. If it still not working. Please kindly send for me admin account in your site.
in reply to: Cannot see DHVC Form options in my visual composerHi,
You can re-build the form. please add each element in a VC ROW. if you can not do it. please send us an email. We will see and fix it for you.
in reply to: Fields stopped working with no reasonYou can go to edit form and add “Placeholder text” for form element. then add custom css for form.
in reply to: Need help to style my formHi,
YOu can go to your site and change config in ROW of DHVC
Then edit FORM shortcodes: create 2 CLOUMNS. add padding-bottom for ROW.
in reply to: Need help to style my formHi,
In the plugin have included language file .mo/.po you can use to translate language in plugin. with text domain “dhvc-woocommerce-page”
Hi,
It seems you has not active Ultimate Add ons plugin. So Visual Composer do not understand our plugin. you need active Ultimate Addons for Visual Composer plugin and remove all shortcodes of Ultimate Addons for Visual Composer plugin, then deactivate this plugin if you want or you can re-build the form.
In screenshot: Active Ultimate Addons for Visual Composer plugin. it is work.
Hi,
You can active the plugin, then go to setting Visual Composer and add User groups access rules for shortcode of plugin
Then go to create WP page. It will works.
Hi,
I see you use Fusion Builder. Please go to your backend and edit “thumbnail_width” and “thumbnail_height” in shortcodes to get your ideal thumbnail size
in reply to: Need help to resize the thumbnailHi,
Please check your Visual Composer popup. The visual wordpress form is available
in reply to: Form does not show up in Visual ComposerHi,
Please try to install with step:
1. Download plugin from codecanyon
2. Extract file .zip downloaded.
3. Go to install plugin and install plugin with file “plugin/dhvc-woocommerce-page.zip” in folder extracted.
Also, you can install with step : extract file “plugin/dhvc-woocommerce-page.zip” and upload folder “dhvc-woocommerce-page” was extracted to folder “{yoursite}/wp-content/plugins/”in reply to: Cannot install the pluginHi,
Please change custom code in file “dhvc-woocommerce-page/includes/shortcode.php” line #227:
change form :
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, $image_class=”){
in reply to: Error on pages which have gallery imagesHi,
Please go to file “dhvc-woocommerce-page/dhvc-woocommerce-page.php” line #166 and search code:
if($wpb_custom_css = get_post_meta( $product_template_id, '_wpb_post_custom_css', true )){
and replace with:
if($wpb_custom_css = get_post_meta( $product_template_id, '_wpb_shortcodes_custom_css', true )){
in reply to: Need help to custom CSS