Frequently Asked Questions and WordPress Tutorials
How to show HTML content in a WordPress lightbox
Last updated on
This tutorial will guide you how to show HTML content in a WordPress lightbox by using the plugin Wonder Lightbox.
The tutorial will also discuss how to open the HTML content in the lightbox of a gallery created with Wonder Grid Gallery or a carousel created with Wonder Carousel
There are two steps in this tutorial:
Step 1 - Add the HTML content to a div on the webpage
Step 1 - Add the HTML content to a div on the webpage
In this step, we add the HTML content to a div on the webpage.
In the following HTML code, we assigned an ID youtubediv to the div, and used the inline CSS style="position:absolute;top:0;left:-9000px;" to hide the HTML content. If you also want to show the content on the page, you can remove the inline CSS.
Wonder Gallery is a WordPress photo and video gallery plugin, and a great way to showcase your images and videos online.
The plugin supports images, YouTube, Vimeo, Dailymotion, mp4 and webm videos.
The HTML content can also be generated by a shortcode, for example:
Please note, it's your own responsibility to style the HTML content. For example, for the YouTube lightbox, you can add the following CSS code to the WordPress theme to place the text on the left side, and the YouTube video on the right side.
.lightboxcontainer {
width:100%;
text-align:left;
}
.lightboxleft {
width: 40%;
float:left;
}
.lightboxright {
width: 60%;
float:left;
}
.lightboxright iframe {
min-height: 390px;
}
.divtext {
margin: 36px;
}
@media (max-width: 800px) {
.lightboxleft {
width: 100%;
}
.lightboxright {
width: 100%;
}
.divtext {
margin: 12px;
}
}
Step 2 - Open the div in a WordPress lightbox
In this step, we use Wonder Lightbox to open the div content in a lightbox popup.
When adding the div ID, add a # sign before the ID, for example #youtubediv.
<a href="#youtubediv" class="wplightbox" data-width=800 data-height=600>Open the youtubediv content in a lightbox</a>
You can also open the HTML content in the lightbox of a gallery or a carousel.
For example, to open the HTML content in a lightbox of a gallery, in Wonder Grid Gallery, step 1, add an image, in the Add Image dialog, Lightbox and Weblink tab, uncheck the option "Open current image in Lightbox", enter #DIVID to the "Click to open web link" input box and check the option "Open web link in Lightbox".
The created demo is as follows. You can click the first image to open the YouTube HTML content.
Wilderness
click to open HTML content
WordPress Carousel Plugin
click to open a video lightbox
Open PDF in Lightbox
Wordpress Portfolio Grid Gallery
click to open a YouTube lightbox
Island
click to open an image lightbox
Elephant Dreams - Vimeo
click to open a Vimeo lightbox
We use cookies to ensure you get the best experience on our website. By using our website, you consent to our Privacy Policy.