Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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?

    #1341896

    Hey 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,
    Ismael

    #1341955

    Hi 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.

    #1342217

    Hi,

    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,
    Ismael

    #1342258

    if 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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.