• Resolved sabs

    (@sabs)


    Hi Mark, Thank you for the plugin! This should be exactly the one I need. Unfortunately, I cannot get it work. I simply don’t see it. I’ve tried all variants of the menu I want to use (bottom-menu, #bottom-menu, .bottom-menu), but nothing seems to work. When I open it in debug mode, I get the following error: STICKY ANYTHING DEBUG: There are no elements with the selector/class/ID you selected for the sticky element (“bottom-menu”). What I’m doing wrong? Can you please help? The site I’m using is http://uitprobeersels.nl/
    Kind regards, Sabina

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi! Thanks for trying my plugin. 🙂

    Can you explain what you’re trying to do exactly?

    It seems you want to make the bottom menu sticky. However, the plugin is meant to make an element stick at the top of the page once you scroll. Since the bottom menu will never reach the top of the page (it is at the bottom, after all), I’m not sure if that’s what you’re trying to do?

    Thread Starter sabs

    (@sabs)

    Hi Mark, you guessed it right. I need my menu to stick to the bottom. Is that possible too?

    Kind regards,
    Sabina

    • This reply was modified 7 years, 1 month ago by sabs.

    Hi Sabina,

    No, the plugin doesn’t have functionality to make things stick at the bottom I’m afraid. What I would suggest is that you use standard CSS for that, something like this:

    footer#colophon {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
    Thread Starter sabs

    (@sabs)

    Thank you for your reply! I’ll try your suggestion.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cannot see the sticky menu’ is closed to new replies.