• Resolved Kjetil

    (@kjetilgf)


    Hi
    Thanks for making this plugin!
    My test gallery displays (below the video here), and also clicking images up large works, but there’s no way to navigate through them:
    1 – There are no arrows
    2 – Clicking the image: Nothing happens
    3 – If set to run a slideshow, it looks as it tries, but stalls.
    I’ve gone carefully through the settings and also experimented with the code snippets I’ve found in similar threads without luck.

    Our site is built with Beaverbuilder and Toolset – the latter requires special code to display a gallery (below). So the problem may be related to them, though I doubt it.
    Thanks

    PS We’re about to move the site, then the test page should be found here.

    [wpv-for-each field="wpcf-bolig-galleri"] <a href="[types field='bolig-galleri' size='large' url='true'][/types]"> [types field='bolig-galleri' alt='%%ALT%%' title='%%TITLE%%' width='300' height='200' align='none' resize='crop' separator=', '][/types] </a> [/wpv-for-each]

    The page I need help with: [log in to see the link]

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

    (@arisoft)

    Hello

    Navigation arrows are not shown because a custom gallery is used and it needs to tell the plugin how to group images. Could you modify your code and add specific class attribute to <A> tag. For example:

    [wpv-for-each field="wpcf-bolig-galleri"] <a class="my_gallery" href="[types field='bolig-galleri' size='large' url='true'][/types]"> [types field='bolig-galleri' alt='%%ALT%%' title='%%TITLE%%' width='300' height='200' align='none' resize='crop' separator=', '][/types] </a> [/wpv-for-each]

    and then open “Integration” tab on “ARI Fancy Lightbox -> Settings” page and populate “Images -> Custom grouping selectors” parameter with the following value:

    A.my_gallery

    • This reply was modified 8 years, 1 month ago by arisoft.
    Thread Starter Kjetil

    (@kjetilgf)

    Thank you!
    Works just as it should. Now both the arrows and the stop/full-screen/thumbnail buttons (in top right) show up and everything works
    Thanks again for the plugin and for taking your time to look into this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Navigation doesn’t work’ is closed to new replies.