Pin Slide Panel

  • Bob

    #9527

    Would it be possible to pin the slide panel the same as the navigation menu?

    It would be helpful to keep the slide panel in view as users scroll down the page

    instead of having them scroll back to the top to access the panel.

    Thank You

    Admin

    Syahir Hakim

    #43849

    At the moment no, but we’ll look into implementing this enhancement.

    Bob

    #43850

    Syahir,

    I added the following to the custom css and it did pin the slide out menu which looks great on pages and posts but, when I look at the archives the information slides over top of the slide out menu instead of behind it. Is this something that can be changed with css?

    http://bestinformationwebsite.com/fitness-health/

    .side-panel-toggle {
    position: fixed;
    top: 10;
    width: 100%;
    height: 40px;
    background: #ddd;
    }

    Bob

    #43851

    Syahir,

    I added the following to the custom css and it did pin the slide out menu. I checked it on pages, posts and archives and everything looks good. Possibly you could implement this enhancement into the theme in the future.

    http://bestinformationwebsite.com/fitness-health/

    .side-panel-toggle {
    position: fixed;
    top: 1;
    z-index: 15;
    display: block;
    width: 100%;
    height: 32px;
    background: #ddd;
    }
    Admin

    Syahir Hakim

    #43852

    Hi Bob,

    Thanks for your suggestion and code, but there were some display issues to be considered if the slide-out panel is opened while the navigation items are pinned. For example, the navigation elements are fixed on top of the slide-out panel thus hiding some of its content, and being stuck on an offset position unless you scroll all the way to the top.

    We’re looking for ways to iron out these issues, and will definitely add this enhancement when it’s been solved.

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

  • You must be logged in to reply to this topic.