Forum Replies Created
-
Dear, if you want fix your problem in title, please add custom css
.dhvc-woo-info .dhvc-woo-title a { line-height: 27px; }
Also, i not see your site load file style.css in child theme. you can add custom css in file ‘wp-content/plugins/dhvc-woocommerce/assets/css/style.css’
Best regards.
in reply to: Product Image Sizes Not Displaying CorrectlyThis reply has been marked as private.in reply to: Bug Date/CalendarDear, i have active plugin on your site and override your shop page layout. but need create custom plugin layout on your site.
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: Warning!!Yes, i see it’s working.
Best regards.
in reply to: Thumbnails not changing sizeDear @raven-media : please check again, i not see custom css on your site.
in reply to: Thumbnails not changing sizeThis reply has been marked as private.in reply to: Bug Date/CalendarDear @raven-media this problem because the plugin use CSS to resize image with percent, to fix it, please add custom css in your site,
@media (min-width: 768px) { .dhvc-woo-list-item .dhvc-woo-images{ width:202px; } .dhvc-woo-list-item .dhvc-woo-info { width: initial !important; } }
in reply to: Thumbnails not changing sizeYes @raven-media please change thumbnails size of short code to 200×200, i need check it.
Best regards.
in reply to: Thumbnails not changing sizeDear, i think this problem because your theme remove template hook default of Woocommerce. to fix it, please go to file ‘wp-content/plugins/dhvc-woocommerce/dhvc-woocommerce.php’ line ~114 search code :
do_action( 'woocommerce_single_product_summary' )
Change to:
woocommerce_template_single_title(); woocommerce_template_single_rating(); woocommerce_template_single_price(); woocommerce_template_single_excerpt(); woocommerce_template_single_add_to_cart(); woocommerce_template_single_meta(); woocommerce_template_single_sharing();
Best regards.
in reply to: Quick View has no details or styling like demo pageDear @raven-media please tell for me size number you want and give for me your problem URL. i will check details to help you.
Best regards.
in reply to: Thumbnails not changing sizeDear, this problem because the plugin use CSS to resize image with percent, to fix it, please add custom css in your site,
@media (min-width: 768px) { .dhvc-woo-list-item .dhvc-woo-images{ width:251px; } .dhvc-woo-list-item .dhvc-woo-info { width: initial !important; } }
in reply to: Product Image Sizes Not Displaying CorrectlyDear, please kindly give for me your problem URL, i will check details to help you.
Best regards.
in reply to: Quick View has no details or styling like demo page