Forum Replies Created
-
This reply has been marked as private.in reply to: More Info button not working
Dear, after update plugin, you need apply custom code for plugin new version. please tell for me what is you custom in plugin ?
in reply to: More Info button not workingDear, the plugin only override content of single product with content of Custom Template, so, it not apply config in page, for your problem. you can use setting “Responsive” on visual Composer.
1. Please click edit columns ( see attachment 1.png)
2. Check to Hide on small device (see attachment 2.png)Attachments:
You must be logged in to view attached files.in reply to: Sidebar Not Displaying On Main Page TemplateDear, you have checked setting “Use HTML content type ?” in form email setting ?
in reply to: Checkbox Form – Email FormatDear,
– the plugin not have setting to do it, please tell for me what you want format/align button ? and send for me your form URL, i will check details to help you!!– for email HTML, please go to edit your form and check to “Use HTML content type ?” (please see image attachment).
Attachments:
You must be logged in to view attached files.in reply to: Submit ButtonDear, the plugin not have setting to do it, please tell for me what you want format/align button ? and send for me your form URL, i will check details to help you!!
in reply to: Submit ButtonThis reply has been marked as private.in reply to: MailChimp 'additional fields' not coming throughDear, in current version not support additional fields for MailChimp actions, you can custom code in plugin to do it, please go to file “dhvc-form/dhvc-form.php” line #978 and custom variables $merge_vars,
example, change code$merge_vars = array( 'FNAME' => $first_name, 'LNAME' => $last_name, );
$merge_vars = array( 'FNAME' => $first_name, 'LNAME' => $last_name, 'SCHOOL' => (isset($data['school']) ? $data['school']: ''), );
You can change (isset($data[‘school’]) ? $data[‘school’]: ”) to (isset($data[‘{your school form field}’]) ? $data[‘{your school form field}’]: ”).
You can read more in here
http://stackoverflow.com/questions/10830311/mailchimp-merge-vars-what-else-is-accepted-apart-from-fname-lnameMail Chimp Merge tags document: http://kb.mailchimp.com/merge-tags/using/getting-started-with-merge-tags
Best regards.
in reply to: MailChimp 'additional fields' not coming throughThis reply has been marked as private.in reply to: No shortcodes in editorDear, i go to check your product http://tania.mirealux.com/wp-admin/post.php?post=262&action=edit i see the “Add to Cart” button not show i think because you config Bundled product is wrong, i have go to edit Bundled product and check to “Optional”(see attachment), now i see “Add to Cart” button is working, please check your site again.
Attachments:
You must be logged in to view attached files.in reply to: Unable to get plugin to workDear,
I go to check your site, i have build http://tania.mirealux.com/wp-admin/post.php?post=270&action=edit with short code in Woo Detail Product Page Builder plugin, after, i have go to edit product http://tania.mirealux.com/wp-admin/post.php?post=262&action=edit and assign Custom template for it (please see image attachment)Then, go to check view product http://tania.mirealux.com/shop/wktoolkits/basic-tila-respa-tool-kit/ you will see it is display with short code in custom template.
Attachments:
You must be logged in to view attached files.in reply to: Unable to get plugin to workYes, please tell for me more details your problem, i will see details to help you !
in reply to: Unable to get plugin to workYes, please remove ( then re-install ) or override old plugin with plugin new versions via FTP.
NOTE, if you have custom your site code or css in plugin, please backup before update.
in reply to: how to update the pluginDear, You can add/custom Email body in the form but it only support variables with form field name, example, in the form have field with name “filed_01”, you can use variables [filed_01] in Email body settings.
in reply to: auto reply configurationDear,
I go to check your form and check submit it, i see it’s working, also, i have enter my email in “Recipients” of Notifications email settings, i see email functions is working (Please see attachment).Also, If you want save form submitted data to your database, please checked setting “Save Submitted Form to Data”, you will see Form submitted data in menu Entries.
You can use Form for with some action in settings “Use form action” example, Create Login Form or Register Form , Subscribe MailChimp Form .You can see example Form Content in Document.
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Can't get form to send data via email, etc.