Forum Replies Created
-
Daer @procomag 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: Blank Page when adding shortcodesDear, 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: Sale flash Fatal ErrorDear, you want apply ‘DHVC Woocommerce Products Layouts’ for all product categories layout on your site ? please go to file ‘wp-content/plugins/dhvc-woocommerce/dhvc-woocommerce.php’ line ~281 search code (like attachment)
$category_page_id = get_woocommerce_term_meta($category->term_id,'dhvc_woo_category_page_id',true);
change to :
$category_page_id = {your category page id }
Attachments:
You must be logged in to view attached files.Dear, i have go to file dhvc-woocommerce/archive-product.php in your theme and edit code of it. Now. it’s working, please check your site again.
NOTE: please backup this file when you update theme on your site.
in reply to: Page Layout not working once linked to a CategoryDear, i have check again, i see the page http://payment-providers.com/provider-category/company-expertise/mobile-card-processing/?widget_search=yes not use DHVC Woocommerce plugin, please check again.
in reply to: Page Layout not working once linked to a CategoryDear, to fix header problem in custom category template. Please download and extract file ‘archive-product.zip’ then copy file ‘archive-product.php’ and paste to folder ‘{yourtheme}/dhvc-woocommerce/’ (create folder ‘dhvc-woocommerce’ if not exits).
Best regards.
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 site, to fix DateTime field problem , i have go to edit file ‘dhvc-form/templates/dhvc_form_datetime.php’ and add custom code ‘type’=>’date’, like attachment
If you want custom HTML in email body, please add form field name with variable like attachment
Attachments:
You must be logged in to view attached files.in reply to: Three QuestionsDear,
1, if you want do it, you need add custom code . please go to file ‘wp-content/plugins/dhvc-form/includes/shortcodes.php’ and add custom code and change {your_form_id} ro Your form ID (like attachment)if(!is_user_logged_in() && $id == "{your_form_id}" ){ return __('Please login',DHVC_FORM); }
2. Sorry, the plugin not support to do it.
Attachments:
You must be logged in to view attached files.in reply to: 2 questionsThis reply has been marked as private.in reply to: Three QuestionsDear, please kindly give for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
This reply has been marked as private.in reply to: From Field to display users email addressDear, you can use Firebug add-on for Firefox to check style attribute for form like attachment
Attachments:
You must be logged in to view attached files.in reply to: style submit buttonDear, 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: Three QuestionsDear, 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 address