Hi,
You can just deresgister my styles.
Go to your theme functions.php add:
wp_deregister_style( 'woo_svicss' );
Tell me how it goes.
Thanks
Thanks David for your quick reply , i have copy and paste your code in
fuction.php (four place top, above register script, after ragister script , and bottom ) but it didn’t work .. 🙁 will grateful to you if you can suggest some other alternate option .
Thanks again
Sorry about that,
Bottom at the bottom of you function.php.
Try:
function my_deregister_woosvicss() {
wp_deregister_style( 'woo_svicss' );
}
add_action( 'wp_enqueue_scripts', 'my_deregister_woosvicss', 100 );
Thanks again for your prompt reply, i have copy paste above code at bottom of my funtion.php but it didn’t work , in view source your plugin style sheet is not appear but images are still small same as screenshot i have send you earlier..
Have you enbaled “WooCommerce default product image” option in WooCommerce > Configuration > Products Tab > Smart Variations Images) ?
[ redacted ]
I have commented in the email, but the issue is Theme related, it already changes the layout, meaning that my plugin has to have more changes to become more universal, but this will be dificult to achieve.
Thanks.
Thanks David for your quick support and valuable time , really appreciate it.
Thanks