Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @florian99

    Could you please go to the “Customize display settings” tab and on the attribute “Enable AJAX pagination” choose “No”.
    Do not forget to insert your gallery and then update your page.
    Let us know how it goes.

    We are happy to help!

    Thread Starter florian99

    (@florian99)

    Great, exactly what I was looking for, thank you!

    One more thing.
    I have the same problem like he posted in the last message: https://wordpress.org/support/topic/view-basic-image-browser-not-working/
    “Would it be possible to change the clickable area of the arrow-buttons (beneath the image), so that it’s the whole button you can click on to open the next image and not just the arrow-image only?”

    • This reply was modified 7 years, 1 month ago by florian99.

    Hi @florian99,

    Unfortunately, this wouldn’t be currently possible to achieve using a simple CSS customization.

    Thanks for your understanding

    Thread Starter florian99

    (@florian99)

    I was able to do a workaround:
    Also important, no Ä, Ö Ü in the file name or description etc.

    Add this to your theme under “Appearance > Customise > Additional CSS”

    For me it broke the social media icons in the top bar on those pages with this gallery, but that’s ok.

    #ngg-prev-16, #ngg-prev-17, #ngg-prev-18 etc.etc. {

    width: 100px;

    height: 30px;

    }

    a.ngg-browser-prev, a.ngg-browser-next {

    display: block;

    height: 100%;

    width: 100%;

    text-decoration: none;

    }

    • This reply was modified 7 years, 1 month ago by florian99.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Page Refresh for every Image in ImageBrowser’ is closed to new replies.