Title: jonathan1996's Replies | WordPress.org

---

# jonathan1996

  [  ](https://wordpress.org/support/users/jonathan1996/)

 *   [Profile](https://wordpress.org/support/users/jonathan1996/)
 *   [Topics Started](https://wordpress.org/support/users/jonathan1996/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jonathan1996/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jonathan1996/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jonathan1996/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jonathan1996/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jonathan1996/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Knowledge base & Documentation Plugin - WP Knowledgebase] Scripts & Styles delay in loading](https://wordpress.org/support/topic/scripts-styles-delay-in-loading/)
 *  [jonathan1996](https://wordpress.org/support/users/jonathan1996/)
 * (@jonathan1996)
 * [10 years ago](https://wordpress.org/support/topic/scripts-styles-delay-in-loading/#post-7268480)
 * Change the function kbe_styles() in wp-content\plugins\wp-knowledgebase\wp-knowledgebase.
   php to:
 * function kbe_styles(){
    if( file_exists( get_stylesheet_directory() . ‘/wp_knowledgebase/
   kbe_style.css’ ) ){ $stylesheet = get_stylesheet_directory_uri() . ‘/wp_knowledgebase/
   kbe_style.css’; } else { $stylesheet = WP_KNOWLEDGEBASE. ‘template/kbe_style.
   css’; } wp_register_style(‘know-style’, $stylesheet); wp_enqueue_style(‘know-
   style’); } add_action(‘wp_enqueue_scripts’, ‘kbe_styles’);

Viewing 1 replies (of 1 total)