• Resolved mack4

    (@mack4)


    Hello,

    i am trying to get the Borlabs Cookie Plugin to run on the maintenance.php. It seams setting the <?php wp_footer(); ?> on the end of the page does not have any effect? (Same as <?php wp_head(); ?>)?

    How can I get plugins to run on the maintenance page?

    Ty!

    Nicki

    • This topic was modified 6 years, 1 month ago by mack4.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    You can’t make the “Borlabs Cookie” plugin (or any other plugin) work on the maintenance page without developing a custom bridge between that plugin (if it is flexible enough) and WP Maintenance Mode.
    Why? Because WP Maintenance Mode is not using the same hooks (actions/filters) as a regular WordPress theme.
    So, if you’re not a developer that knows how both plugins work, it is kind of hard to make them work together.


    George

    Thread Starter mack4

    (@mack4)

    Hi George,

    thank you. Thats a petty indeed. Do you know any maintenance-Plugin that is able to do so?

    Ty and stay safe

    Hello @mack4,

    Most of the maintenance plugins work in the same way as WP Maintenance Mode does.
    So, the only suggestion is to test multiple maintenance plugins until you find one that fits your needs.


    George

    Thread Starter mack4

    (@mack4)

    Ty!

    Ben

    (@benbornschein)

    You don’t need a cookie consent system on your maintenance page, your website is under construction. Your maintenance page should also do not have any kind of tracking.

    • This reply was modified 6 years, 1 month ago by Ben.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘wp_footer in maintenance.php (Borlabs)’ is closed to new replies.