Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author David Rosendo

    (@drosendo)

    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

    Thread Starter Purohit R

    (@purohit-r)

    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

    Plugin Author David Rosendo

    (@drosendo)

    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 );
    Thread Starter Purohit R

    (@purohit-r)

    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..

    Plugin Author David Rosendo

    (@drosendo)

    Have you enbaled “WooCommerce default product image” option in WooCommerce > Configuration > Products Tab > Smart Variations Images) ?

    [ redacted ]

    Plugin Author David Rosendo

    (@drosendo)

    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.

    Thread Starter Purohit R

    (@purohit-r)

    Thanks David for your quick support and valuable time , really appreciate it.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘css issue’ is closed to new replies.