Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author arisoft

    (@arisoft)

    Hello,

    It doesn’t require any additional action to integrate the lightbox with existing links/images. Just enable an appropriate checkbox in plugin settings. For example if want to open images from WordPress galleries into the lightbox, open “ARI Fancy Lightbox -> Settings -> Integration” page and enable “WordPress Galleries -> Convert WordPress galleries” checkbox.

    If want to attach the lightbox a separate link, add “ari-fancybox” CSS class to tag. PRO version also supports ability to create link via shortcodes: https://www.ari-soft.com/docs/wordpress/ari-fancy-lightbox/v1/en/index.html#shortcode

    If you need more assistance or have other questions, feel free to contact us.

    Thread Starter mengeco

    (@mengeco)

    Thanks,

    I think it’s very simple but without tutoring, we spend time. Is there a basic tutorial with screenshots?

    The features that interest me:

    1) Use a URL from a text.
    Ex: I enter a link on a word in my text and I display a photo (or a gallery)

    2) Use a different thumbnail of the image that appears.
    Ex: I click on an icon to display a photo (or a gallery)

    Plugin Author arisoft

    (@arisoft)

    1. The following HTML code can be used to open the particular image into the lightbox:

    <a href="https://images.unsplash.com/photo-1494256997604-768d1f608cac" class="ari-fancybox">Open image</a>

    If you want to show a gallery then use WordPress gallery or any other gallery which is supported by the plugin. The lightbox will be attached automatically.

    2. The HTML code will look like:

    <a href="https://images.unsplash.com/photo-1494256997604-768d1f608cac" class="ari-fancybox"><img src="https://upload.wikimedia.org/wikipedia/en/a/a9/Example.jpg" /></a>

    Thread Starter mengeco

    (@mengeco)

    For 1 and 2, it’s work, Thanks!

    But, I have pb with WordPress gallery : the page is not displayed (page not found). If I delete the gallery, everything is ok

    Your plugin is ok, it’s probably an other plugin conflict, I don’t know.

    But I can’t use the native Worpress gallery

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to create a lightbox ?’ is closed to new replies.