Skip to main content

Hello,

I try to set a sticky bar with a button "J’en profites > " (in French 😉 ) on my website www.ubinect.fr

And I Need to open a popup overlay when I click on this button, to present the form :


How to get a link open this popup in Lightbox?


Thanks for Help

(and sorry for my basic English 😉 )


refresh…

Hi @sephira

Bonjour,

Va voir https://bootsnipp.com/snippets/VElzQ

Cela peut te convenir

YanDavid


Hi @sephira,

Were you ever able to get the button on your sticky bar to open a popup?

I have the same problem, where I am triggering the popup with a click on button ID (button is located in the sticky bar).

I can only get the popup to work when the button is on the page.


I have found a quick workaround solution by not using a sticky-bar.

This makes a sticky button that triggers a popup:

Add a button to the bottom of your page.

Code it to create a popup when pressed.

Find the id of the button and add this code to the stylesheet:



#lp-pom-button-123

{

left: 20px;

top: 92%;

bottom: 20px;

position: fixed;

box-shadow:0 1.5px 3px 0 rgba(0,0,0,.24)

}


Worked for me.


Reply