• Resolved ausbildung-berater.de

    (@ausbildung-beraterde)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    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

    (@ausbildung-beraterde)

    Is there a plugin function/css available I can manually trigger in the head?

    Plugin Author codepeople

    (@codepeople)

    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.