• Resolved newshop

    (@newshop)


    Hello, I would like to remove all stylesheets added via Bitform. I found the “No css style” option, but the bitform-*formid*.css is loaded anyway. I would like to prevent the loading completely.

    I tried the following without any success:

    add_action('wp_enqueue_scripts','custom_remove_styles',1000);
    function custom_remove_styles() {
    wp_dequeue_style('bitform-style');
    wp_deregister_style('bitform-style');
    }

    Could you please help?

    Thank you in advance.

    • This topic was modified 1 year, 8 months ago by newshop.
Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Support bitpresssupport

    (@bitpresssupport)

    Our holidays have just finished. We are sorry for the inconvenience caused. We appreciate your understanding regarding the previous issue with Bit Form. Our team made a mistake in the previous update and that’s why the problem is created

    To ensure a quick resolution and to provide you with the best assistance, we kindly request you share your access details with us again via email([email protected]). This will enable our team to investigate the issue thoroughly and implement the necessary fixes. And we will try to resolve the issue in the next update of Bit Form

    Thank you for your understanding and cooperation. We value your feedback and remain dedicated to providing you with a seamless experience with Bit Form.

    Thread Starter newshop

    (@newshop)

    Ok, just sent you an email with all information.

    Plugin Support bitpresssupport

    (@bitpresssupport)

    Hi

    We have resolved your issue. Could you please check now.

    Our developer team has added the code in you site to resolve the issue.

    add_action( “wp_enqueue_scripts” , function () { // to remove bitform style of form-id 5 and 6 do_action(‘bitform_dequeue_styles’,5,6); });

    Kindly check the issue.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Remove all stylesheets completely’ is closed to new replies.