Forum Replies Created
-
Hi,
Wish you a nice day.
Because of your plugin conflict with WooCommerce Single Product Page Builder plugin. We created code to fix that issue
For another site. We need to check code to find your issue
Best regards,
Junnie
in reply to: Not compatible with WooThumbs, iconicHi,
Your site saved cache. Please clear cloudflare
Best regards,
Junnie
in reply to: Theme IssuesHi,
Wish you a nice day.
Please go to functions.php in child theme and add code below
// Hook in add_filter( 'woocommerce_get_availability', 'custom_override_get_availability', 1, 2); // The hook in function $availability is passed via the filter! function custom_override_get_availability( $availability, $_product ) { if ( $_product->is_in_stock() ) $availability['availability'] = __('In Stock', 'woocommerce'); return $availability; }
https://www.kingrosales.com/blog/display-stock-availability-woocommerce-product-pages/
Best regards,
Junnie
in reply to: Adding the In Stock TextHi,
Question 2: Please go to Appearance/Theme Options/Color and typography
http://prntscr.com/dhjrzt
http://prntscr.com/dhjs44Question 3: I checked your website; however I did not see issues you mention.
Best regards,
Junnie
in reply to: Theme IssuesHi,
Thanks for contacting us.
Please go to wp-content/plugins/sitesao-core/includes/hook.php
Best regards,
Junnie
in reply to: REDIRECT BUTTON SUBSCRIBEHi
Thanks for contacting us.
Please send me a link to your site and admin account via private message. I will check for you soon
http://prntscr.com/dhk135
Best regards,Junnie
in reply to: Products Ordering defaultHi
Thanks for contacting us.
Please send me a link to your site and admin account via private message. I will check for you soon
http://prntscr.com/dhk135
Best regards,Junnie
in reply to: Not working after installHi Jim,
Wish you a nice weekend.
Please go to Appearance/Widgets/ Off-canvas Sidebar and disable here http://prntscr.com/dhk0eo
Best regards,
Junnie
in reply to: How to disable social icone in menu sidebarHi,
Wish you a nice weekend. It seems you forgot gave me account admin panel/
Best regards,
Junnie
in reply to: Name CategoryThis reply has been marked as private.in reply to: How to change Instagram image sizeHi,
Wish you a nice day.
Please wait. I am checking for you. I fixed question 1.
Best regards,
Junnie
in reply to: Theme IssuesHi,
Thanks for contacting us.
Please send me a link to your site and admin account via private message. I will check that issue for you
http://prntscr.com/dh5sax
Best regards,Junnie
in reply to: Name CategoryHi,
Please check access, edit files. I can not edit files on your FTP http://prntscr.com/dgx7vb
Best regards,
Junnie
in reply to: Translate "Clear selection" String issueHi,
Please use CSS below
a.woocommerce-main-image.zoom { border: 5px solid #ccc; display: block; padding: 0; line-height: 0; } .thumbnails .owl-item a img { border: 3px solid #ccc; display: inline-block; width: 100%!important; height: 120px; padding: 0!important; margin-right: 6px!important; }
Best regards,
Junnie
in reply to: border around imageHi,
You can use CSS below
#dhvc_woo_5c9a6dc111 .dhvc-woo-price { text-align: right; padding-right: 5px!important; }
Best regards,
Junnie
in reply to: combine add to cart and price button