• Resolved bmccabe

    (@bmccabe)


    Hi,

    I am trying to get the row that contains the “Sign Up To Volunteer” button to stick once the scroll hits that portion of the page. I used the class “stickyelement” in the class of the row on the page and used “.stickyelement” in the plugin targeting, but I can’t get that row to stick.

    Any suggestions?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • From what I can see, you have an element with the stickyelement class, but it’s not the button we see on the page. It’s actually a different element, that also has the class vc_hidden-md, so that’s not visible.

    It looks like you have applied the class to the wrong element, so I’d suggest to check to put it on the element above it.

    Here’s a screenshot of what I mean:
    https://prnt.sc/lpc9fv

    The highlighted blue area is the element where you added the class to, but that’s not visible on the site.
    Right above there (marked with an arrow) is the element you want to make sticky.

    Try setting the element #volunteer in the plugin settings, and that should make the button sticky.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin Not Working’ is closed to new replies.