Home Forums WoodMart support forum Sticky navigation

Sticky navigation

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #468427

    IceFrogg
    Participant

    How can I prevent the “sticky navigation” from appearing on my maintenance page?
    https://ibb.co/ZNg683C

    Attachments:
    You must be logged in to view attached files.
    #468477

    Hello,

    Please navigate to Theme settings -> General -> Sticky navigation.

    Please check this Manual:
    https://xtemos.com/docs-topic/sticky-navigation/

    Best Regards.

    #468522

    IceFrogg
    Participant

    I want to continue to keep the navigation sticky, but I don’t want it to appear on the maintenance page, how do I do that? The documentation doesn’t answer my questions.

    #468866

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .page-id-8879 .wd-sticky-nav-enabled {
        --wd-sticky-nav-w: 0 !important;
    }
    .page-id-8879 .wd-sticky-nav.wd-hide-md {
        display: none;
    }

    Best Regards.

    #469016

    IceFrogg
    Participant

    Perfect now if the menu disappears, but the white part remains without being filled

    Attachments:
    You must be logged in to view attached files.
    #469197

    Hello,

    Please delete the old custom CSS code and use the below custom CSS code:

    body.page-template.page-template-maintenance.page-template-maintenance-php.page.page-id-8879.theme-woodmart.woocommerce-js.wrapper-custom.categories-accordion-on.woodmart-ajax-shop-on.offcanvas-sidebar-mobile.offcanvas-sidebar-tablet.sticky-toolbar-on.hide-larger-price.wd-sticky-nav-enabled.elementor-default.elementor-kit-3224.elementor-page.elementor-page-8879.e--ua-blink.e--ua-chrome.e--ua-webkit {
        --wd-sticky-nav-w: 0px;
    }
    .page-id-8879 .wd-sticky-nav.wd-hide-md {
        display: none;
    }

    Best Regards.

    #469762

    IceFrogg
    Participant

    It works in Chrome, but in Edge it doesn’t work and in the mobile version the menu appears in maintenance mode.

    #469956

    Hello,

    Can you please share the WP admin login details of your site so I will check and solve the issue.

    Best Regards.

    #469985

    IceFrogg
    Participant

    These are the data:

    #470204

    Hello,

    Your issue has been solved. Please check the site after removing the browser cache.

    Best Regards.

Viewing 10 posts - 1 through 10 (of 10 total)