• Resolved leec87

    (@leec87)


    I have selected ‘No style’ for the theme, as I want all styling to be done by my own theme CSS.

    However, the site still loads up /wp-content/plugins/easy-testimonials/include/assets/css/style.css and /wp-content/plugins/easy-testimonials/include/assets/js/jquery.cycle2.min.js.

    How can I stop this completely?

    https://wordpress.org/plugins/easy-testimonials/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey leec87!

    To disable the CSS include you will have to add a small amount of code to your theme’s functions.php file. The following PHP will remove our stylesheet:
    wp_dequeue_style( "easy_testimonial_style" );

    Unfortunately, that cannot be done from within the plugin, currently.

    To disable the javascript include, visit our Compatibility options and check the Disable Cycle2 Include option.

    I hope that helps!

    All the best,
    Richard

    Thread Starter leec87

    (@leec87)

    Thanks Richard, that’s worked perfectly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I disable all plugin CSS and JS?’ is closed to new replies.