Viewing 14 replies - 16 through 29 (of 29 total)
  • Glad to be of help!

    As for the sorting, that won’t work, since you’re using random and that is, well, random.

    Thread Starter eldenroot

    (@eldenroot)

    Ok, I dont need to sort them by random… just to show all photos from all galleries (these galleries are not in the album)

    Thread Starter eldenroot

    (@eldenroot)

    @niknetniko – please one more time ??

    How to center thumnails of galleries in compact view?

    Thanks

    Do you have a link? That really helps, because then I can see which themes and styles are already applied.

    As for the sorting, I don’t think you can show all images from all galleries in one page as if they were one gallery. You can show an album or work with tags. I don’t think you can select multiple galleries, but you can display multiple galleries on one page, although the slideshow will be per gallery then.

    Thread Starter eldenroot

    (@eldenroot)

    https://www.rcheliolomouc.cz/alba_kvz/

    – about sorting – nevermind it, now it is sorted randomly because I dont know proper shortcode for this without random order… I will google it

    Go to your css file again and

    • To .ngg-albumoverview, add text-align: center;
    • At .ngg-album-compact, delete float: left; and add display: inline-block;

    That should do it. Watch out for the white space again though.

    Thread Starter eldenroot

    (@eldenroot)

    OK, I changed it… but there are some problems with thumbnails… if it is too difficult to fix just nevermind it…

    And one thing – I dont know why the thumbnails are so small and there is a white space in the thumbnails of gallery…

    Does this happen too at your end? A lot of thumbs aren’t showing: https://lh4.googleusercontent.com/-rSpMqOVSjlE/UnP4o5bFBLI/AAAAAAABA7s/F8mfC_i94XU/s1024/test22.JPG

    I’m working on collecting the code to make the thumbnails bigger, BTW ??

    Thread Starter eldenroot

    (@eldenroot)

    No, I see all thumbnails but they are not aligned on horizontaly ??

    Thank you very much

    Thread Starter eldenroot

    (@eldenroot)

    Perfect!

    You are really good, more people like you and our world would be better place ??

    OK, then make sure all the following css code is like this:

    • .ngg-albumoverview {
      margin-top: 10px;
      width: 100%;
      clear: both;
      text-align: center;
      display: block !important;
      }
    • .ngg-album-compact {
      display: inline-block;
      width: 171px;
      height: 210px;
      overflow: hidden;
      }
    • .ngg-album-compactbox {
      }
    • .ngg-album-compact h4 {
      font-size: 15px;
      font-weight: bold;
      margin: 0 !important;
    • .ngg-album-compactbox .Thumb {
      margin: 0px !important;
      padding: 0px !important;
      border: 1px solid black;
      box-shadow: 2px 2px 2px #888888;
      }

    That should be it. I don’t know how you’ve been adding css, but make sure to overwrite the code rather than to just add it, since we’re removing a bunch of lines now ??

    Thread Starter eldenroot

    (@eldenroot)

    It works!!!!! It looks awesome… you should make your own .css and share it or add it to nextgen styles…

    Keep good work! Thank you very much!!!

    Thread Starter eldenroot

    (@eldenroot)

    You should add pull request for these css stuff… I think it is much better than old style…

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘How to add space in thumnails gallery’ is closed to new replies.