Support » Plugin: jQuery Pin It Button for Images » A way to*not* load the stylesheet?

  • Resolved andymiller

    (@andymiller)


    Hi

    Thanks for a great plugin that’s working fine.

    … only I’d like to reduce the number of http requests by including the plugins’s default styles in the stylesheet in my main child theme stylesheet.

    I couldn’t find a wp_enqueue function for the stylesheet.

    Is there a way to not load the stylesheet and rely on styles in the theme?

    Thanks

    https://wordpress.org/plugins/jquery-pin-it-button-for-images/

Viewing 1 replies (of 1 total)
  • Plugin Author mrsztuczkens

    (@mrsztuczkens)

    Hi,

    the code that adds the stylesheet can be found in includes/public/class-jpibfi-client.php. The easiest way to remove it is to delete/comment the following line: add_action( ‘wp_enqueue_scripts’, array( $this, ‘add_plugin_styles’ ) );

Viewing 1 replies (of 1 total)
  • The topic ‘A way to*not* load the stylesheet?’ is closed to new replies.