Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, thanks for trying my plugin. ??

    I had a look at your site and even though I can see you have selected #sub-menu as the sticky element, there is no element on your page with that ID.

    You do have an element with the classname #sub-menu, but that’s in the wrong format:

    
    <div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5a343f29bfe8e #sub-menu">
    

    For this to work, you will need to have an actual ID, for example:

    
    <div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5a343f29bfe8e" id="sub-menu">
    

    I’m not familiar with Beaver Builder, so I can’t tell you how to do that exactly, but you might want to look in your page’s builder settings to see if you can assign an ID to a block.

    Thread Starter nickw5

    (@nickw5)

    Made some changes and it is now showing id=”submenu55″ but it is still not working. Any other suggestions?

    Almost there! ?? Set the element in the plugin settings to be #submenu55 (not .submenu55 like you currently have).

    Thread Starter nickw5

    (@nickw5)

    Very nice!! Thank you for the help!!

    Thread Starter nickw5

    (@nickw5)

    It is working but any images on the page appears in front of the sticky menu item. How do you make the sticky menu always be in front?
    https://270.010.godaddywp.com/3d-design/solidworks/3d-cad/

    I’m not seeing this issue on my end. Does this happen on specific pages only?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cant get it to work with beaver builder’ is closed to new replies.