Forum Replies Created
-
Dear, please send for me admin account on your site and your problem URL via private reply. i will check details to help you.
in reply to: The plugin has stopped workingDear, I go to check URL http://kelstonint.school.nz/absences/ , it give a 404 page, please check again.
in reply to: Dropdown arrow issue?Dear, Please send for me your problem URL. i will check details to help you!
in reply to: Filter not workingThis reply has been marked as private.in reply to: Form Formatting Off in Chrome/SafariThis reply has been marked as private.in reply to: Related products do not showDear, I go to check your site. i see your site use YITH WooCommerce Zoom Magnifier plugin and this plugin custom single product image template to use “zoom magnifier” but my plugin use default single product image template of WOO. For fix it. please add custom code in file {your theem}/functions.php
function dhvc_woo_product_page_images_shortcode_custom($atts, $content = null){ global $product; extract ( shortcode_atts ( array ( 'el_class' => '' ), $atts ) ); ob_start (); if (! empty ( $el_class )) echo ' <div class="' . $el_class . '">'; if(function_exists('dhwcpl_single_product')){ dhwcpl_single_product(); dhwcpl_product_sale(); dhwcpl_product_out_of_store(); } $wc_get_template = function_exists( 'wc_get_template' ) ? 'wc_get_template' : 'woocommerce_get_template'; $wc_get_template( 'single-product/product-image-magnifier.php', array(), '', YITH_YWZM_DIR . 'templates/' ); if (! empty ( $el_class )) echo '</div> '; return ob_get_clean (); } function dhvc_woo_init(){ if(defined( 'YITH_YWZM_DIR' )){ remove_shortcode('dhvc_woo_product_page_images'); add_shortcode ( 'dhvc_woo_product_page_images', 'dhvc_woo_product_page_images_shortcode_custom' ); } } add_action('init','dhvc_woo_init',11);
Now, it’s working. please check your site again.
in reply to: Related products do not showDear, please kindly send for me your problem URL, i try to search your problem in your site but i not see it.
in reply to: Related products do not showYou can send for me your problem URL ? I will see details to help you!
Sorry, i can not understand your problem in http://tiendaayurveda.cl/producto/short-de-yoga-talla-s/ . please kindly send for me more detail with screen shot ? Or please send for me admin account on your site via private reply, i will deactivate plugin to check product without use my plugin.
Also, if you want update plugin. if current plugin on your site have custom in plugin. please backup plugin, then delete plugin on your site and upload plugin latest version to your site.
in reply to: Product variation images problemDear, please kindly give for me admin account on your site and your problem URL via private reply, i will check details to help you!
in reply to: Related products do not showDear, i have add custom css in your form. Now it is working, please check your site again.
in reply to: Form Formatting Off in Chrome/SafariDear, please send for me admin account on your site via private reply, i will check detail to help you!
in reply to: Form Formatting Off in Chrome/SafariDear, please send for me admin account on your site and your problem URL via private reply, i will check details to help you.
Dear, i have check product http://tiendaayurveda.cl/producto/short-de-yoga-talla-s/ it’s working, i see the image of variation product is change when i change color select, i do not understand your problem ? please send for me more detail ?
in reply to: Product variation images problemDear, i go to check your site, for your problem. please add custom css on your site:
.leftbutton, .leftbutton .dhvc-form-submit{ width :100%; }
in reply to: Submit Button Width