WPClever
Forum Replies Created
-
It seems that you successfully applied the fix on your site. So, I hope you can change your mind and update your rating. Thanks so much!
Hi @myege
We have already fixed it on the latest version, 7.1.0 🙂
Today, image effect works correctly.
When hovering, your product scales up, so it can cause the blurry issue: https://app.screencast.com/MU44KO48yOa5i
Please try adding below CSS code:
.woocommerce ul.products li.product:hover { transform: scale(1) !important; } .wpcis-swap .wpcis-swap-image { transform: perspective(1px) translateZ(0); backface-visibility: hidden; }It seems that the animate.css wasn’t loaded correctly on your site, so I don’t see the image effect. Please watch the screen record video https://app.screencast.com/Z0cIhcoCgGrEA
If you’re using WP Rocket to minify and combine CSS files, please add this line to exclude our plugin’s CSS:
/wp-content/plugins/wpc-product-image-swap/(.*)Forum: Plugins
In reply to: [WPC Smart Quick View for WooCommerce] Deleting “add to cart button”Hi @aussau,
Please add CSS code below to WP-Admin → Appearance → Customize → Additional CSS:
.woosq-popup form.cart, .woosq-popup .add_to_cart_button { display: none !important; }Hi @alldayieat,
As you know, our plugin adjusts products only inside this section. So, we need to change this text on WooCommerce instead.
You can try below snippet:
add_filter( 'woocommerce_product_upsells_products_heading', function () { return 'New upsells heading'; } ); add_filter( 'woocommerce_product_cross_sells_products_heading', function () { return 'New cross-sells heading'; } );It already supports any post-types and any custom fields 🙂
Hi @founderscaffe,
Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:
#woosc_table .fc-table td { width: 100% !important; padding-left: 0 !important; padding-right: 0 ; max-width: 100% !important; }And the result https://app.screencast.com/DfP4zs0qCDg0k
Forum: Plugins
In reply to: [WPC Fly Cart for WooCommerce] Fly Cart doesn’t work anymoreThanks for informing us of this issue!
Please update our plugin to the latest version 5.6.3, clear the cache and try again. We’ve fixed it.
Forum: Plugins
In reply to: [WPC Variation Swatches for WooCommerce] Attributes in shop don’t workHi @jcwpplugins
Sorry about that! Please update our plugin to the latest version 4.0.1, we’ve fixed it.
Hi @dvaa,
Please update our plugin to latest version 1.0.4, clear the cache and try again. Now you can keep the order as selected https://app.screencast.com/i1AvvYyc5ILn6
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Min products set to 0Hi @stelistech,
Seem that your site using a plugin/theme that can change the default value of quantity input.
Please try another plugin from us https://ww.wp.xz.cn/plugins/wpc-product-quantity/. It’s compatible with WPC Product Bundles.
Forum: Reviews
In reply to: [WPC Variation Bulk Editor for WooCommerce] It makes conflictionHi @ramikamil
This is an absolutely free plugin and we hope it is useful to everyone.
Can you provide a specific error message so we can check and fix it?
Please update our plugin to the latest version 5.5.0, I’ve fixed it 🙂
Forum: Plugins
In reply to: [WPC Fly Cart for WooCommerce] Update quantity no works anymoreHi @sermalefico
Please update our plugin to the latest version 5.5.0, I’ve fixed it 🙂