• Resolved crissineon

    (@crissineon)


    Hello,

    i updated today to the new version of the preloader plugin.

    I use the Divi Theme from Elegantthemes. Before i have the manual integration with the following code, what worked perfect.

    <div id="wptime-plugin-preloader"></div>


    When i choose now in the plugin, manual integration, the Preloader is not working with the above code.

    Can you please let me know, what is the correct Preloader HTML element ???

    Thanks a Lot

    Crissi

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

    (@alobaidi)

    Hi Crissi,

    Thank you for using our plugin!

    The <div id="wptime-plugin-preloader"></div> element is no longer used in the new version of the plugin — it has been deprecated and replaced with a more flexible integration method.

    To use Manual Integration with the latest version, please follow these steps:

    1. Go to Preloader Settings > Integration tab.
    2. Enable the option “Insert preloader element manually”, then save changes.
    3. Open your theme’s header.php file.
    4. Paste the following PHP code:
    Paste this code right after the <body> tag:

    <?php echo the_preloader_element(); ?>

    Here’s a screenshot showing where exactly to place it:
    https://prnt.sc/8cH7pQu8bndM

    Can’t find the header.php file in your theme? Or found it but can’t edit it? Contact your theme developer to ask about “wp_body_open” hook support or how to access and edit the header.php file.

    Let me know.

    Best Regards,
    Alobaidi.

Viewing 1 replies (of 1 total)

The topic ‘Issue Manual Integration after Update to New Version’ is closed to new replies.