Issue On Maintenance Mode (Header and Footer)

This topic has 4 replies, 2 voices, and was last updated 3 weeks, 2 days ago ago by Jack Richardson

  • Avatar: QaQako
    QaQako
    Participant
    August 26, 2024 at 20:07

    Hello 8Theme’s Team

    I Have this issue when activating Maintenance Mode, if i use a Sticky header it keeps Appearing when scrolling on the Maintenance Page i have the same issue with the footer

    (even when adding Conditions in the Elementor theme builder to not appear in the Maintenance Page)

    Thanks For your Time

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 27, 2024 at 08:06

    Hello @QaQako

    You are utilizing the XStore Advanced sticky header plugin on your web-site. if you are planning to use the XStore Header builder based on Elementor then you can simply deactivate and remove the plugin mentioned before. Otherwise you can add the custom CSS in your Theme Options -> Theme Custom CSS -> Global CSS:

    .page-template-maintenance .sticky-site-header {
        display: none;
    }

    Kind regards,
    Jack Richardson
    The 8theme’s team

    Avatar: QaQako
    QaQako
    Participant
    August 28, 2024 at 08:56

    thanks that worked what about the footer, How to remove it

    thanks for your time

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 28, 2024 at 10:23

    Hello @QaQako
    You can use next CSS for that case:

    .page-template-maintenance .et-footers-wrapper {
        display: none;
    }

    Kind regards, Jack Richardson

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.