Home › Forums › WoodMart support forum › Sticky navigation
Sticky navigation
- This topic has 9 replies, 2 voices, and was last updated 1 year, 6 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 20, 2023 at 3:19 am #468427
IceFroggParticipantHow can I prevent the “sticky navigation” from appearing on my maintenance page?
https://ibb.co/ZNg683CAttachments:
You must be logged in to view attached files.May 20, 2023 at 2:06 pm #468477
Aizaz Imtiaz AwanKeymasterHello,
Please navigate to Theme settings -> General -> Sticky navigation.
Please check this Manual:
https://xtemos.com/docs-topic/sticky-navigation/Best Regards.
May 20, 2023 at 5:42 pm #468522
IceFroggParticipantI 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.
May 22, 2023 at 2:49 pm #468866
Aizaz Imtiaz AwanKeymasterHello,
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.
May 23, 2023 at 1:04 am #469016
IceFroggParticipantPerfect now if the menu disappears, but the white part remains without being filled
Attachments:
You must be logged in to view attached files.May 23, 2023 at 3:46 pm #469197
Aizaz Imtiaz AwanKeymasterHello,
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.
May 25, 2023 at 3:08 am #469762
IceFroggParticipantIt works in Chrome, but in Edge it doesn’t work and in the mobile version the menu appears in maintenance mode.
May 25, 2023 at 4:04 pm #469956
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and solve the issue.
Best Regards.
May 25, 2023 at 5:03 pm #469985
IceFroggParticipantThese are the data:
May 26, 2023 at 1:12 pm #470204
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been solved. Please check the site after removing the browser cache.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register