-
AuthorPosts
-
February 22, 2022 at 2:24 pm #1341794
I am trying to create a sticky side navigation (in addition to the header). It can be in a side bar, but does not need to be.
I have installed plugin ‘Sticky Menu (or Anything!) on Scroll’ but it does not seem to work (or I’m not doing it right). Can you please help?
February 23, 2022 at 3:29 am #1341896Hey vanherel,
Thank you for the inquiry.
Have you tried using the Fullwidth Submenu element in the builder? It has an option where you can set the navigation to stay fixed below the main header.
Which element are you trying to modify or make sticky using the WP Sticky plugin?
Best regards,
IsmaelFebruary 23, 2022 at 9:27 am #1341955Hi Ismael,
Yes I have tried the fullwidth submenu, but that is not on the correct position on the page because I would like the submenu
vertical, on the left side of the page. Unfortunately I do not see a vertical option in the submenu element.I am trying to make the navigation menu that is in the left side bar sticky.
If you want to take a look, I have created user for you in the credentials section.
February 25, 2022 at 4:43 am #1342217Hi,
Thank you for the update.
Where did you add the fullwidth submenu element? Try to use this css code to adjust the position of the menu container and move the menu items above each other.
#top .av-submenu-container { width: 150px; border: 1px solid #ebebeb !important; position: fixed !important; left: 0; } #top .av-subnav-menu > li { padding: 15px 0; display: block; text-align: left; }
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelFebruary 25, 2022 at 11:08 am #1342258if you mean those dot navigations to scroll to the next section – you can see here a working example page on how to use the submenu alb Element to have such a navigation.
https://pureinstall.webers-testseite.de/dot-navigation-with-colored-sections/
this test page, however, I would have to update, which is probably no longer up to date – so maybe it will be offline for a moment
by the way – see responsive behavior. -
AuthorPosts
- You must be logged in to reply to this topic.