jCarousel connected to a lightbox plugin for wordpress? - wordpress

I'm looking for a simple Wordpress plugin that loads up the thumbnails (from a gallery) inside a jcarousel and links them to the full images via lightbox. It can be free or not. :)
Could you please help me out with a link or two?
Thanks!

Grab Fancybox for Wordpress:
http://wordpress.org/extend/plugins/fancybox-for-wordpress/
Then add class="fancybox" to your jCarousel image tags.
If you don't want to hand code in the jcarousel.
Try Slidesjs: http://slidesjs.com/
IT HAS A WORDPRESS PLUGINT TOO! https://github.com/sico/Slides-for-Wordpress

Related

How to create a link to a lightbox gallery popup?

I'm trying to have a normal hyperlink opening up a lightbox like gallery
The only thing I've found so far are workarounds which involve coding, but then it's not at all user friendly for my customer.
Isn't any plugin out there which provides a lightbox gallery popup as link?
If you are using wordpress theme then you can using plugin in wordpress theme.
You can follow the plugin link for Lightbox Gallery Popup
If you would be using fancybox, then it would be as easy as adding data-fancybox attribute to the trigger elements (e.g., links). Example: https://fancyapps.com/fancybox/3/#images-1

What is a good wordpress Gallery plugin with a customizable lightbox?

I want a plugin that allows me to create a wordpress gallery:
The thumbnails should display the image's caption/title
The lightbox should display a description text. (If possible, a link/button to a contact page also).
I have explored a lot of gallery plugins but almost all have pretty basic lightboxes. I prefer not to meddle with code too much. Looking for a customizable plugin instead.
You can add a gallery with shortcode.
You can try a very Good Plugin. WordPress NextGEN Gallery Plugin.
https://wordpress.org/plugins/nextgen-gallery/

Wordpress PrettyPhoto Gallery from link

I want to have a link that opens a prettyphoto gallery. I am using Wordpress with the Visual Bakery plugin as an editor.
I found if I do this...
<a class="prettyphoto" href="https://paradisocommunities.com/wp-content/uploads/2018/11/Heirloom-LegacyPointe32.jpg" data-rel="prettyPhoto[rel-17-696085417]">Link Text or Image</a>
...it will show use the prettyphoto popup window but there will not be a gallery. You can see this work if you click the Inspire button on this page: https://paradisocommunities.com/model/the-heirloom/
Does anyone know how to make this link a gallery?
The shortcode for an image grid gallery in Visual Composer is:
[vc_gallery type="image_grid" images="1017,1016,1015,1014,1013,1012,1011,1010" img_size="full"]
Is it possible to use these numbers to make it a gallery or just the file names?
You should be able to achieve that by adding one more attribute to the link.
rel="prettyPhoto[pp_gal]"
This is from discussion on their official support forum:
https://wordpress.org/support/topic/go-to-prev-and-next-photo-in-lightbox-view/#post-4528237

My wordpress gallery won't open in a lightbox

At http://www.chockdee.nl/fotos-thaise-massagesalon-vlaardingen/ i am trying to open the photos in a lightbox, but that's not working. I have tried different plugins to make it happen, but all of them won't do it (Nextgen, WP Lightbox Gallery and more). I'm guessing it's javascript conflict but I can't figure out where the problem is. Any ideas?
All solved by using the Foobox image lightbox plugin. Workaround that works.

How can i use your plugin with flippingbook

Hy!
I would like to use your plugin (http://wordpress.org/plugins/fancybox-for-wordpress/) to appear my flippingbook publication in lightbox like on this page: http://flippingbook.com/presentation-examples/
How can I set the plugin to show in the window.
My homepage is wordpress, and I use 'Avada' theme from themeforest. I can't show you my page bacause it's in Maintenance Mode at present.
Can you send me a html code what I have to write to work on my page correct?
Thanks,
Panka
I tried the fancybox plugin for wordpress before and had trouble with using it. I found this plug
Once activated you just add rel="lightbox" to a link of the image. E.g.
<img src="IMGLINK">

Resources