Forum Replies Created
-
Dear, i see this problem because you use DHVC form old version, please update DHVC Form plugin on your site to latest version 1.3.8 from CodeCanyon.
Best regards.
in reply to: Time instead of DateDear, 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: Issues with DHVC FormDear, you can backup file ‘dhvc-woocommerce-page/includes/shortcode.php’ on your site and use it when update plugin.
in reply to: Woothumb errorDear, to close date popup after select, please download file and extract file ‘jquery.datetimepicker.zip’ and copy file ‘jquery.datetimepicker.js’ override to file ‘wp-content/plugins/dhvc-form/assets/datetimepicker/jquery.datetimepicker.js’ on your site.
Attachments:
You must be logged in to view attached files.in reply to: Booking form for hotel( integration with webhotelierDear, please kindly give for me admin account and your form URL via private reply, i will check details to help you.
Best regards.
in reply to: Time instead of DateDer, i have go to edit function ‘dhvc_woo_product_page_images_shortcode’ in file ‘dhvc-woocommerce-page/includes/shortcode.php’. Now. it’s working, please check your site again. edit code
if(class_exists('JCKWooThumbs')){ $JCKWooThumbs = new JCKWooThumbs; $JCKWooThumbs->show_product_images(); }else{ woocommerce_show_product_images (); }
in reply to: Woothumb errorThis reply has been marked as private.in reply to: The plugin somehow doesn't workThis reply has been marked as private.in reply to: Value from another page elementThis reply has been marked as private.in reply to: Value from another page elementDear, i have check your site, i see problem because conflict ‘Isotope’ java script on your site. please copy file ‘wp-content/plugins/dhvc-woocommerce/assets/js/script.js’ in version 2.2.6 and override to file ‘wp-content/plugins/dhvc-woocommerce/assets/js/script.js’ in version 2.2.8. After override script file, you can use plugin version 2.28 on your site.
Best regards.
in reply to: Update to plugin ruins rest of site…Dear, to fix add to cart button, please add custom css on your site
.dhvc-woocommerce-page .quantity { float: left; margin-bottom: 5px; margin-right: 10px; }
for “Start Customization” short code, you can send for me short code or plugin Fancy product design i need check plugin to help you.
in reply to: The plugin somehow doesn't workDear. you can use hook filter to add page to select. please go to file $yourtheme/functions.php and add custom code (please change $your_Form_id and $your_field_name to your value)
add_filter('dhvc_form_select_options', 'dhvc_form_select_options_custom',10,3); function dhvc_form_select_options_custom($options_arr,$dhvc_form,$name){ if($dhvc_form->ID == '$your_Form_id' && $name == '$your_field_name'){ $r = array( 'depth' => 0, 'child_of' => 0, 'selected' => 0, 'echo' => 1, 'name' => 'page_id', 'id' => '', 'show_option_none' => '', 'show_option_no_change' => '', 'option_none_value' => '', 'value_field' => 'ID', ); $pages = get_pages( $r ); if(!empty($pages)){ $options_arr = array(); foreach ($pages as $page){ $op = new stdClass(); $op->value = esc_attr(get_permalink($page->ID)); $op->label = get_the_title($page->ID); $options_arr[] = $op; } } } return $options_arr; }
After add custom code for option of select field, you need add javascript when click to button will redirect to value selected.
Best regards.
in reply to: Value from another page elementDear, Please go to Visual Composer settings and check “User group access rules” on your site. i think this problem because access rules of VC Shortcodes.
Best regards.
in reply to: Woo detail don't showDear, 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: Update to plugin ruins rest of site…Dear @mickymac101 , you can not view Custom Template in front-end, it’ll give error ( like your problem ). After assign Custom Template for a product, please view Product in front-end, you will see Product display will short code in Custom Template.
Best regards.
in reply to: Sale flash Fatal Error