Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, it is hard to find, but it’s in the gallery options. It’s called Add hidden images. It will let you browse through all the images, not just the ones on the current page.
    If you want to remove the navigation completely, just change the Number of images per page to 0 and all the thumbnails will be on same page.

    I went to this page,

    http://www.marianvlad.ro/?p=445

    interesting.

    Instead of making the suggested changes I:

    Opened the nextgen-gallery/lib/navigation.php file and replaced:

    $this->output = "<div class='ngg-navigation'>$r</div>";
    } else {
         $this->output = "<div class='ngg-clear'></div>"."\n";

    with:

    $this->output = "";
    } else {
    $this->output = "";

    Seemed to work, removed the pagination links below the gallery. Works so far for me.

    Thank you Mrwolfy,
    I was strugling with the same problem on a page of a client. Your solution solved it perfectly.

    any ideas on how to remove the numbers only? and keep the arrows. I assume I can them move them (the arrows) to their respective ends (the corner below the picture) or even butted against each other in the middle would be fine.

    thank you

    pcunningham@clearian.com

    (@pcunninghamcleariancom)

    Mr Wolfy,

    Thank you very very much for sharing this solution. Worked perfectly.

    Best,

    Patrick

    hi gsaenz, did you ever get an answer for this? i would also like to remove just the numbers (actually, I want to remove how it says “picture 1 of 25… etc,) and just have the back and next arrows only.
    any luck?
    thanks
    jedeso

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: NextGEN Gallery] Remove Pagination below 1 image’ is closed to new replies.