Product:
Question:
I am using the Divi WordPress theme.
Divi has button elements. I wonder how could I enable lightbox for a button? I would like to open a YouTube video in the lightbox on clicking the button.
Continue reading
Recently Asked Questions and WordPress Tutorials
Product:
Question:
I am using the Divi WordPress theme.
Divi has button elements. I wonder how could I enable lightbox for a button? I would like to open a YouTube video in the lightbox on clicking the button.
Continue reading
This tutorial will guide you how to open a PDF file in a lightbox popup in your WordPress website. There are 4 steps in this tutorial:
Product:
Question:
I am trying to find a wordpress plugin that will allow me to have my Vimeo video pop up in a lightbox once the home page loads - automatically. Does your plugin do this?
Answer:
You can try our plugin WonderPlugin Lightbox.
You can view the following page for how to do it: https://www.wonderplugin.com/wordpress-lightbox/pop-up-a-vimeo-video-in-a-lightbox-on-page-load/
Product:
WonderPlugin Slider, WonderPlugin Carousel, WonderPlugin Portfolio
Tutorial:
This tutorial will guide you how to fix the issue of the lightbox effect not working in the WordPress theme Salient.
Continue reading
Product:
WonderPlugin Lightbox
Question:
For your video lightbox plugin, will I be able to put images and links within the description field of videos? I see it will parse the links I put before loading the video? Is there a way around it?
Continue reading
This post will show you how to work Wonder Lightbox with the popular WPBakery Page Builder.
This tutorial will guide you how to open an audio player created with WonderPlugin Audio Player in a WordPress lightbox popup. We use the plugin WonderPlugin Carousel to create the carousel and the lightbox.
Continue reading
Product:
All Wonder Plugins
Question:
I purchased the commercial version and have received my membership login password. I downloaded the commercial version and followed the upgrade instructions as posted on your website, however, the free version watermark remains.
Continue reading
Product:
All WonderPlugin Products
Question:
I am moving my WordPress development site to production. I did a search and replace in the WordPress database, but the images in the carousel slider still link to the old domain.
Product:
Question:
I’m using my site a plugin that allows me to query the database and show results without requiring to code… I can also filter results based on search queries…
I’m using the lightbox in one page that uses such a filter/query. When I set my plugin to reload the entire page, it works fine (though pretty slow since there’s a lot of data), but if I filter using AJAX (i.e. the results are filtered without reloading the page), then the click event on the links that trigger the lightbox are removed… Therefore, after the first search/filter, the images are not clickable anymore…
Is there a way to prevent this (the click event from being removed)?
Answer:
After you use AJAx adding the data, you can call the following JavaScript to re-init the Lightbox:
jQuery(".wplightbox").wonderpluginlightbox();
Update:
If the issue is caused by Ajax loading of the WordPress theme, please view the following tutorial: WordPress lightbox and Ajax loading WordPress themes