[Resolved] sticky widget

Home Forums Support [Resolved] sticky widget

Home Forums Support sticky widget

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #334442
    tjs198

    is there a way to have a widget stick in a sidebar? creating a table of contents in the left sidebar and as the user scrolls down through the online course, I would like hte table of contents widget to stay shown in the left sidebar. is this possible?

    thanks for reviewing

    #334512
    Leo
    Staff
    Customer Support
    #454324
    Steve

    This is fantastic, many thanks for the link but is there a way of making it appear below the sticky header that is set to appear if the user scrolls down ?

    An example is at :

    https://www.wyscouts.org.uk/support/activities/activitypermits/

    #454716
    Tom
    Lead Developer
    Lead Developer

    Hmm, that method doesn’t give us a class to work with unfortunately.

    Perhaps a plugin like this would work better?: https://en-ca.wordpress.org/plugins/sticky-menu-or-anything-on-scroll/

    Let me know if you set it up and I’ll look to see if there’s a class we can use to offset the element.

    #455038
    Steve

    Hi there,

    I have installed the plugin but now drops over the footer and under the sticky bar too,

    Any help would be really appreciated, just need it to stay over the sticky bar but above the footer,

    Cheers

    Steve

    #455340
    Tom
    Lead Developer
    Lead Developer

    The instructions say you can choose a “push up element”, which you can add .site-footer to. That should stop it from going on the footer.

    As for the navigation, you can try this now:

    .sidebar.element-is-sticky {
        margin-top: 60px !important;
    }
    #455522
    Steve

    Many thanks for your help

    #455632
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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