Okay
  Public Ticket #1500748
Floating or sliding element
Closed

Comments

  •  1
    Jan Robert started the conversation

    Hi, I'm setting up a membership site and since the sign-up forms are very long, I have the need for an HTML-element to be able to float down and be visible center/right at all times as the user scrolls down. I read something about the Slide Out Widget in the Comments section (might work?), but I can't find it anywhere in the docs. This is a first for me on this kind of element and I hope you are able to point me in the right direction?

  •  9,014
    Tahir replied

    Hey Again,

    You will likely have to use the Widgetized Sidebar as only that has a fixed sticky option : http://prntscr.com/iqjftm . 

    B.est


    ThemeNectar Support Team 

  •  1
    Jan Robert replied

    Awesome! Tahir, I must be able so absorb the release notes better, not just read them :-)

    JR

  •   Jan Robert replied privately
  •  9,014
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .theiaStickySidebar {
        background-color: #feffcc; 
        padding: 20px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Jan Robert replied

    That worked - sort of. Bur, when scrolled down on the page, the content flickers a lot when I try to interact with it. Is this due to the fact this is a Calculated Field form? 

  •  1
    Jan Robert replied

    It worked when I removed the "Boxed style" in the row settings :-)