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
Related
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/
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
I have multiple galleries which made by FooGalllery, Now i want show the galleries images by "Responsive Lightbox by dFactory" plugin. also I installed Swypebox!
but the lightbox shows only first image of each gallery!
I found a solution here, in the WordPress suport forums.
In essence, you need to hook into FooGallery's foogallery_attachment_html_link_attributes hook.
NOTE: If you had previously selected another lightbox (e.g. FooBox) for any gallery, you must edit that gallery and set the lightbox to "None". Otherwise, I found that both FooBox and RL by dFactory will fire, giving you odd results (perhaps including what you encountered). Hope this helps.
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">
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