Title: Load loading screen before critical css
Last modified: October 10, 2017

---

# Load loading screen before critical css

 *  Resolved [ausbildung-berater.de](https://wordpress.org/support/users/ausbildung-beraterde/)
 * (@ausbildung-beraterde)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/load-loading-screen-before-critical-css/)
 * Hi,
 * is it possible to load your plugin loading screen at first thing on my website.
   Currently on mobil my critical css(in head) is loading for few seconds before
   your plugin kicks-in.
 * Cheers
    Ben
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fload-loading-screen-before-critical-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/load-loading-screen-before-critical-css/#post-9572880)
 * Hello,
 * Actually, it is the theme active in your website who decide when the plugins’
   resources (CSS and JS files) are loaded by the website, calling the wp_head action
   and to the wp_footer function.
 * Best regards.
 *  Thread Starter [ausbildung-berater.de](https://wordpress.org/support/users/ausbildung-beraterde/)
 * (@ausbildung-beraterde)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/load-loading-screen-before-critical-css/#post-9572896)
 * Is there a plugin function/css available I can manually trigger in the head?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/load-loading-screen-before-critical-css/#post-9572960)
 * Hello,
 * Our plugin uses the “wp_enqueue_scripts” action (the method recommended by WordPress)
   to include the plugin’s resources, and it is your theme who takes the decision
   where to include these resources calling the wp_head action (usually into the
   template file: header.php)
 * Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Load loading screen before critical css’ is closed to new replies.

 * ![](https://ps.w.org/loading-page/assets/icon-256x256.gif?rev=2316939)
 * [Loading Page with Loading Screen](https://wordpress.org/plugins/loading-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loading-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loading-page/)
 * [Active Topics](https://wordpress.org/support/plugin/loading-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loading-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loading-page/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/load-loading-screen-before-critical-css/#post-9572960)
 * Status: resolved