• Resolved turtlepod

    (@turtlepod)


    i wonder if any body know how to use manaul call of gallery in a link.

    the example is in https://fancybox.net/

    example of manual call :Image Gallery

    why? besause i want to make a post with a link to a gallery wihout showing the picture, only a link.

    please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dennis

    (@dhoppe)

    Not possible at the moment.

    Dennis do you know if it is possible to display one thumbnail then when clicked it opens up the rest of the post images in fancybox?

    So i have al the 1st images from post displaying on the homepage then when you click one it opens up the rest of the post images in fancybox

    Plugin Author Dennis

    (@dhoppe)

    If you want to create a Fancy Gallery with text links or with one thumbnail only there is only one way: You need to create a link for each image manually and add to each <a> Tag the same “rel” attribute.

    For example:

    <a href="image1.jpg" rel="my-gallery">Click to start the Gallery</a><a href="image2.jpg" rel="my-gallery"></a><a href="image3.jpg" rel="my-gallery"></a><a href="image4.jpg" rel="my-gallery"></a>

    So you would have one visible text link and if the user click it he can navigate through the four images.

    If you want to have such a feature for galleries you need to modify the output of the WordPress embedded gallery shortcode. I included this feature in the Pro Version of Fancy Gallery where you can use templates for each gallery. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fancy Gallery Plugin: How to use manual call ?’ is closed to new replies.