Popup With Close Button in Footer
Show Code
[bsg_popup size="small" button_text="TEXT" show_footer_close="yes" title="TITLE"]CONTENT[/bsg_popup]
[bsg_popup size="normal" button_text="TEXT" show_footer_close="yes" title="TITLE"]CONTENT[/bsg_popup]
[bsg_popup size="large" button_text="TEXT" show_footer_close="yes" title="TITLE"]CONTENT[/bsg_popup]
Popup Without Close Button in Footer
Show Code
[bsg_popup size="small" button_text="TEXT" show_footer_close="no" title="TITLE"]CONTENT[/bsg_popup]
[bsg_popup size="normal" button_text="TEXT" show_footer_close="no" title="TITLE"]CONTENT[/bsg_popup]
[bsg_popup size="large" button_text="TEXT" show_footer_close="no" title="TITLE"]CONTENT[/bsg_popup]
Lightbox Content With Title
Show Code
[bsg_popup type="lightbox" width="960" height="" button_text="BUTTON_TEXT" title="TITLE"]CONTENT[/bsg_popup]
Lightbox Content Without Title
Show Code
[bsg_popup type="lightbox" width="960" height="" button_text="BUTTON_TEXT" title=""]CONTENT[/bsg_popup]
Lightbox Video
Show Code
[bsg_popup type="lightbox" content_type="video" width="960" height="560" button_text="BUTTON_TEXT" title=""]VIDEO_URL[/bsg_popup]
Lightbox Website
Show Code
[bsg_popup type="lightbox" content_type="webpage" width="960" height="640" button_text="Lightbox Website" title=""]WEBSITE_URL[/bsg_popup]