Forum Replies Created
-
This reply has been marked as private.in reply to: Horizontal Form
Sorry, the Woo Detail Product Page Builder plugin not control this page in your site. I do not understand why your theme not allow click to image of product, for your problem. you can contact with theme author to help you fix it.
in reply to: Featured images clickable?I can view your site because it is “Authorization Required” . If you add post title for hidden filed, please add custom function in your site.
1. add custom code in file {yourtheme}/functions.phpfunction dhvc_form_hidden_default_value_page_title($default_value,$dhvc_form,$field_name){ if($dhvc_form->ID == '{your_form_id}' && $field_name == '{your_field_name}' ){ $default_value = get_the_title(); } return $default_value; } add_filter('dhvc_form_hidden_default_value', 'dhvc_form_hidden_default_value_page_title',10,3);
2. Change variable {your_form_id} and {your_field_name} in custom code to Your Form ID and Your form filed name.
Please let me know if your problem is not resolved!
in reply to: Name of the pageDear, you can use ‘add_filter’ hook to add page title to form field, what is filed type you want add page title: text field, hidden field or select field ?
Please send for me your form URL. i will check details to help you !in reply to: Name of the pageYou want add Brand taxonomy in “Woocommerce Products Layouts” plugin to Data Source select of “Post Grid” short code in Visual Composer ? you can not do it because Brand is a taxonomy. Data Source in “Post Grid” short code only support post type.
This reply has been marked as private.in reply to: Using my themes CSS stylingSorry, the “Form button text” setting is remove in new version because you can use Form Submit short code or you can translate Submit button text in language file.
in reply to: form button text missing + translateSorry, i do not understand your problem. i go to check Single product use “Woo Detail Product Page Builder” plugin: http://www.chrisbeckersmusicstore.com/shop/navigation/ but i not see your problem, please kindly tell for me more details your problem ?
in reply to: Featured images clickable?Thank you. This means a lot to us and we’d be very thankful for your review.
If you have any questions please contact with us, i always ready to help you.in reply to: remove footer and other product page customizationSorry, i do not understand what is “fields.try” and “text.try”
If you want translate plugin. Please change file name dhvc-form.mo and dhvc-form.po in folder “wp-content/plugins/dhvc-form/languages” to name : “dhvc-form-{$yourlocale}.mo” and “dhvc-form-{$yourlocale}.po”;
NOTE: please change {$yourlocale} variable to your locate
You can use Poedit to translate it.
Please see How to translate WordPress with .mo / .po in HEREin reply to: form button text missing + translateDear, i have go to edit product template http://int.celestswimwear.com/wp-admin/post.php?post=93&action=edit&message=1
1. Add Custom class for row.(see image-1)
2. Add custom css (see image-2)Please check your site again.
Attachments:
You must be logged in to view attached files.in reply to: remove footer and other product page customizationThis reply has been marked as private.This reply has been marked as private.in reply to: remove footer and other product page customizationThis reply has been marked as private.in reply to: The single product page don't changeDear, I check the plugin again. i see it’s working on iPhone and iPad, i do not understand why it not work with you. i think it’s conflict javascript on your site. please deactive other plugin to check DHVC Form or you can check with “Twenty Fifteen” default theme of WordPress