Forum Replies Created
-
Dear, i have check your site and i see it’s working, please clear cache on your browser to check your site.
best regards.
Attachments:
You must be logged in to view attached files.in reply to: Some changes, help me please. :)Yes, if you have any questions, please contact with us whenever, we’ll always ready to help you.
Best regards.This reply has been marked as private.This reply has been marked as private.in reply to: Formatting lost on live siteThis reply has been marked as private.This reply has been marked as private.in reply to: Creating a form with conditional logicDear, i have check plugin with ‘X’ theme. to fix your problem, you need create custom default template of plugin. please download and extract file ‘archive-product.zip’ then download file ‘archive-product.php’ and paste to folder ‘{yourtheme}/dhvc-woocommerce/’ (create folder ‘dhvc-woocommerce’ if not exits).
Attachments:
You must be logged in to view attached files.in reply to: Formatting lost on live siteDear, i have go to your site and add custom css for button, now, it’s working, please check your site again.
in reply to: Some changes, help me please. :)This reply has been marked as private.This reply has been marked as private.in reply to: Creating a form with conditional logicDear, if your theme support text link Prev and Next product in single product, the plugin will work with it, but if your theme not support it, the plugin can not create the text link Prev and Next product in single product.
best regards.
in reply to: Next and previous product linksDear, i don’t understand your problem, sorry, please kindly tell for me more details your problem, i will check to help you.
in reply to: Product Gallery SliderDear, I have go to your site and add custom css in theme options :
@media (min-width: 768px) { .dhvc-woo-list-item .dhvc-woo-images{ width:40% !important; display:table-cell !important; } .dhvc-woo-list-item .dhvc-woo-info{ width:60% !important; } }
– If you want add ‘Read more’ button in list layout please go to file “{yourtheme}/functions.php” and change custom code function “dhvc_woo_add_to_cart_custom” on prev comment to :
function dhvc_woo_add_to_cart_custom( $output_addtocart, $product, $display ) { if($display == 'list'){ $html = ''; $html .= '<div class="dhvc-woo-addtocart">'; $html .= sprintf( '<a href="%s" rel="nofollow" title="%s" data-product_id="%s" data-product_sku="%s" data-quantity="%s" class="button %s product_type_%s">%s</a>', esc_url( $product->add_to_cart_url() ), esc_attr($product->add_to_cart_text()), esc_attr( $product->id ), esc_attr( $product->get_sku() ), esc_attr( isset( $quantity ) ? $quantity : 1 ), $product->is_purchasable() && $product->is_in_stock() ? 'add_to_cart_button' : '', esc_attr( $product->product_type ), esc_html( $product->add_to_cart_text() ) ); $html .= sprintf( '<a href="%s" title="%s" class="button">%s</a>', esc_url( get_permalink($product->id) ), esc_attr(get_the_title($product->id)), esc_html( 'More info' ) ); $html .='</div>'; $output_addtocart = $html; } return $output_addtocart; } add_filter('dhvc_woo_addtocart', 'dhvc_woo_add_to_cart_custom',10,3);
– Also, please tell for me more details what you want custom css for button.
Best regards.
in reply to: Some changes, help me please. :)