Forum Replies Created
-
Dear, for fix problem in Jupiter plugin, please read more in HERE
in reply to: Product title & price and maybe more not showingDear, in current version not support add variable in Sender name, if you want add variable [contact_name] in Sender Name, please go to file ‘wp-content/plugins/dhvc-form/dhvc-form.php’ and search code (like attachment):
$mailer->FromName = trim((string)dhvc_get_post_meta($form_id,'_notice_name',get_option('blogname')));
change to:
$fromname = trim((string)dhvc_get_post_meta($form_id,'_notice_name',get_option('blogname'))); $mailer->FromName = dhvc_form_translate_variable($fromname,$posted_data);
Attachments:
You must be logged in to view attached files.in reply to: From Field to display users email addressDear, please kindly give for me Form URL on http://www.ecohangercleaner.com/ i can not see your form in site.
in reply to: Custom CSS FormDear, i can not login to URL your send it give error like attachment , please check again.
Attachments:
You must be logged in to view attached files.in reply to: Page Layout not working once linked to a CategoryDear, i have check your theme, i see your theme have custom default woo single product template, to fix it, i have go to edit file ‘dhvc-woocommerce-page/dhvc-woocommerce-page.php’
Search code
if($slug === 'content' && $name === 'single-product'){
change to:
if($slug === 'content' && strstr($name,'single-product-')){
NOw, it’s working , please check example product http://tidysuperstore.com/shop/bits-pieces-vol2-tidy-studio-pack/
in reply to: Captiva ThemeDear, please kindly give for me FTP account your hosting via private reply, i need check script on your site to help you.
Best regards.
in reply to: Page Layout not working once linked to a CategoryDear, i do not understand person who filled in your form, example, in Contact form i only see [contact_email] and [contact_name] field in your form. if you want use contact name in Email subject, you can add field name variable in subject like attachment
Attachments:
You must be logged in to view attached files.in reply to: From Field to display users email addressDear, you want use email field in ‘Email Subject’ ? please kindly give for me admin account and your form URL via private reply, i will check details to help you.
in reply to: From Field to display users email addressDear, 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: form date is not workingDear, you need sure SMTP is working, you can check your smtp with plugin https://wordpress.org/plugins/wp-mail-smtp/
in reply to: Form BuilderDear, you can not view template in front-end, after create Custom template, please go to edit a product and select custom template in ‘PAGE’ meta box. then, please view product when select custom page template.
best regards.
in reply to: Can't get it to work?Dear, you can give for me product category page with effect, i need check to help you.
in reply to: Plugin failed to work loading more than 180 itemsDear, 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: Captiva ThemeSorry @somepro i do not understand your problem, please kindly tell for me more details.
in reply to: Category issueDear, please kindly give for me admin account your site via private reply, i will check details to help you.
Best regards.
in reply to: Date Time Field – Date field does not work