Here is the skinny: I want a simple lightbox in Beaver Builder. I can’t seem to find it so I purchased Foobox because it looks awesome. Now I simply want to create a button in Beaver Builder and launch a Foobox lightbox. Is this possible? I know Beaver has the HTML area, and Foobox has HTML instructions, but I just know how to get these guys to work together.
Here is the link for Foobox. Any idea how to get this going in Beaver Builder?
Thanks for getting in touch! Yep, BB offers an HTML module. What you can do is just place your HTML code inside the HTML module and you should be good to go! From the example on the link you gave me, you can just put
<a href="#thefooboxcontent" target="foobox">Simple HTML content in FooBox</a>
<div id="thefooboxcontent" style="display: none;"><p>Your content…</p></div>
inside the HTML module and it should just work. From there, you can improvise so you can change your link to be an image or whatever you like.