When added link to Revolution slider, slides does not show. What is wrong? How do I make it work in Revolution slider, so when I click on a button link in the slide, the video pops up?
]]>Hi there I’m using yours plug-in on my web site but the lightbox doesn’t works where I insert the litebox class
e.g. on this url
https://www.fondazionecavour.it/news/nasce-il-campus-cavour/
Can you help me to understand why?
Thank in advance
Regards
]]>Hello there,
I was wondering if it is possible to remove the download button from the lightbox.
Your help will be much appreciated.
Thanks
]]>Hi there. Based on your documentation, it said I could include a youtube link and it would work. Basically it doesn’t now and I had to do some tweaking to work out why.
Standard link did not work.
https://www.youtube.com/watch?v=X0vK_57vQ7s
This version of link did (I added the autoplay on the end so it would start playing straight away)
https://www.youtube-nocookie.com/embed/X0vK_57vQ7s?rel=0&showinfo=0&autoplay=1
Is this an easy fix to get it working without having to do the adjustments?
Cheers and great work.
]]>Hello, close button is not shown in mobile version. What can i do?
]]>The gallery shows the captions below each image on the gallery page but I need to only show the captions when the images open in the lightbox not on the gallery page. Is this possible?
]]>I am trying to make your plugin working with my custom slider. I have added the class to my image URL, but for some reason this isnt working.
Can you help?
Here is my code:
<div class="portfolio-items">
<?php
$thumb_id = get_post_thumbnail_id();
$thumb_url = wp_get_attachment_image_src($thumb_id, true);
?>
<a href="<?php echo $thumb_url[0]; ?>" class="litebox">
<?php the_post_thumbnail(); ?>
</a>
</div>
<?php if( have_rows('galeria_imagens') ) { ?>
<?php while( have_rows('galeria_imagens') ): the_row(); $image = get_sub_field('portfolio_imagem'); ?>
<div class="portfolio-items">
<a href="<?php echo $image['url']; ?>" class="litebox">
<img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt'] ?>" />
</a>
</div>
<?php endwhile; ?>
]]>
I’ve commented on this in my review: the youtube thing doesn’t seem to work!
Or rather, it works beautifully on my Firefox, but not in other browsers.
The page will try to download the video (and fail at it) instead of playing it embedded.
I suspected the browser MIME settings at first, but after fidgeting a bit have come to no conclusion.
Hi
Recently upgraded my site to SSL secured, but could see this plugin causing errors as it was calling the .js file via http not https. I tried uninstalling and re-installing, but no change.
Any ideas?
]]>Hi,
Thanks for this plugin. It works perfectly well on Google Chrome on desktops.
However, it does not work on google chrome on android, the videos does not play.
Here is the website with the link that uses the plugin. https://deerated.com/hollywood-coming-soon/
(Click on the Movie Images to try and watch the trailer)
]]>Hello, Thank you for your plugin. Nice, simple and responsive!
The only problem I have is that an image gallery always browses all wordpress images galleries and not only the one defined in the set.
For exemple, this: [gallery link="file" columns="4" ids="1584,1594"] makes the plugin show not only the 2 images but all images of all galleries.
Actually, the same happens in your demo page:
https://lazypersons.com/plugins/easy-lightbox-wordpress/
The “Image Set” lightbox also browses the “WordPress default Gallery in lightbox” images.
A clue to solve this?
Thank you.
How do I show the title and description of the image?
]]>YouTube video is not working on iOS 8 in either Safari or Chrome. You can try the YouTube video on https://lazypersons.com/plugins/easy-lightbox-wordpress/ and see that it’s not working as well.
Thanks
]]>I figured out that to customize the BG color, I need to set something like this:
/* custom style for litebox plugin for orangish bg on litebox */
.litebox-overlay {
background-color: rgba(92, 69, 33, 0.8);
}
But the problem is that I see that there is a hard-coded bg color in the HTML when I use Chrome Inspector:
<div class="litebox-overlay" style="display: block; height: 729px; background-color: rgba(0, 0, 0, 0.8);">
Can you please move all styling into your css file so that we can override this color, thanks…
]]>So I installed the plugin and created a new page and am trying to link to a YouTube video in the litebox… and it didn’t work… the html looks like this:
<a class="litebox" href="https://www.youtube.com/watch?feature=player_embedded&v=GD9HjunknwU"><img src="/wp-content/uploads/2014/10/video1.jpg" alt="Intro video" /></a>
The image shows fine, but when I click the link it goes immediately to the YouTube video without the litebox popping up.
Any problem with my code?
]]>