Forum Replies Created
-
I very happy when i can help you. thanks you very much ! five Star for Support 🙂
Dear. Sorry. the site use single product page left site bar( not is right sidebar). I have go to edit code “dhvc-woocommerce-page/dhvc-woocommerce-page.php”
if($slug === 'content' && $name === 'single-product'){
to :
if($slug === 'content' && $name === 'single-product-sidebar-left'){
in reply to: The single product page don't changeThis reply has been marked as private.in reply to: Attachment does not workDear, I go to check your site. i see your site use MINDIG theme and this theme have custom single product image template to use “zoom magnifier” but my plugin use default single product image template of WOO. For fix it. i have 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(){ 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.
Dear, the upload function not working in your site ? please send for me admin account in your site via private reply. i need check details to fix it.
in reply to: Attachment does not workDear. I go to check plugin again. i see a problem in plugin when use small image.
To fix it: please download and extract file “class.zip” then override file “class.php” to file “wp-content/plugins/dhvc-woocommerce/includes/class.php”Please let me know if your problem is not resolved!
Attachments:
You must be logged in to view attached files.in reply to: Custom Style For ListDear. Please send for me admin account on your site and your Form URL via private reply. i’ll check details to help you.
in reply to: Auto Reply not sendingThis reply has been marked as private.in reply to: The single product page don't changeDear, I go to check your site. i see your problem not is my plugin . you can contact with theme author to help your.
I think i can help you. please add custom css in your site:.products .product-category h3{ padding:0 !important; } .products .product-category h3 .count{ display:none !important; }
in reply to: Modify to support RTLThis reply has been marked as private.in reply to: The single product page don't changeDear, Please give for me your problem URL. i’ll see details to help you.
in reply to: Modify to support RTLDear, I go to check Suave theme. i see this theme have custom single product page.
Then, i go to check your site i see your site your Single Product page right sidebar. Please go to file “dhvc-woocommerce-page/dhvc-woocommerce-page.php” line #103 and change code :if($slug === 'content' && $name === 'single-product'){
to :
if($slug === 'content' && $name === 'single-product-sidebar-right'){
Please see attachment.
Attachments:
You must be logged in to view attached files.in reply to: The single product page don't changeSorry, the plugin only support change content of single product page. it not change single product page layout ( It will use default single product page layout and not work with custom layout setting of your theme).
in reply to: Layout settings for the site is ignoredDear. i can not check your site (see attachment). please check your site again.
Attachments:
You must be logged in to view attached files.in reply to: The single product page don't changeYes, the plugin have setting do it. Now,
Your problem has been solved?in reply to: Arrange Order of Price and Detail/Cart Button