Wordpress PrettyPhoto Gallery from link - wordpress

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

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

Adding a link from an image in wordpress

This seems to be more difficult than it should be.
All I would like to be able to do is add a link from an image on my wordpress site to an external website.
Using the normal media library tools this doesn't seem to be possible so I got the plugin WP Gallery Custom Links
However, even though I added the external link to the Gallery Link URL it still doesn't link.
Is there a more straightforward way to embed a link into an image?
Here is a screenshot of the image editing page:
If you are trying to make an Image clickable and bring you to an external site, click the image, click Edit, under Display settings select link to, custom url, and there you go.
Another way is, when you are adding an image to your site from your Media Library within Wordpress, there is an option "Link to" under Attachment Display Settings.

Post or Page specific image gallery in Wordpress

Is there a way from which I can use any plugin and show Post or Page specific image gallery? The image gallery upload area should be displayed in Page when Creating or Editing the page below or above the text composer or should be at least in the page. And this gallery should not be hocked the default Image gallery of wordpress or at least should not show the images that's in default gallery.
Kindly let me know if anybody knows any plugin that does the above mentioned job.
You can do this simply by [gallery] shortcode. You can also set image ids like this: [gallery ids="729,732,731,720"]
Here is my answer: All my requirement got fulfilled by default "Media Library" tab. I just need to select the option "Uploaded to this page" from the dropdown. So, no need to use any plugin for the requirement I had.

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">

jCarousel connected to a lightbox plugin for 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

Resources