thanzex
Forum Replies Created
-
@imagely Is it not possible at all to hack it together using the base plugin? If not, is it possible to try the plus / pro version?
@photocrati
Hi again! I would just edit my first or second post, but apparently i can’t. I have a problem about the solution you gave me in the old post, while that makes everything work, the thumbnails are not centered but all alignet to the left. In the css i find.ngg-gallery-thumbnail-box { float: left; max-width: 100% !important; }however, if i remove or change the
float: left;all the thumbnails are not a grid anymore but get one on top of the other as a list.Again, here’s the shortcode i’m using:
[ngg_images gallery_ids=1 display_type=photocrati-nextgen_basic_thumbnails disable_pagination=1 images_per_page=1 show_all_in_lightbox=1 use_imagebrowser_effect=0]And the custom css for the page:
.ngg-galleryoverview .ngg-navigation { display: none !important; } .ngg-gallery-thumbnail { outline: none !important; border: none !important; background-color: transparent !important; } .ngg-galleryoverview { overflow: initial !important; clear: right !important; }Thanks.
Alright! I remember i had a similar problem a while back, in a response of an old post you suggested to use
/* When using shortcode to display single images linked to full galleries and you want a grid, try this custom CSS */ .ngg-galleryoverview { overflow: initial !important; clear: right !important; }And that pretty much fixed it, now the thumbnails are one next to the other.
Is there a way i can have them centered in the page and specify how many columns i want? I tried to edit the number_of_columns field in the shortcode but nothing happened. Thanks again.@photocrati Alright! I’ll try and see what i come up with, I’ll keep you updated! Thanks again.
I mean that the galleries are still displayed one per row, not one next to another, grid-like.
I’ll send a screenshot as soon as possible- This reply was modified 9 years ago by thanzex.
Thank you very much for the answer! So, in the page i should add as many shortcodes as gallery needed, right? This displays them one per row, so i guess the additional CSS is to solve that, however, when adding it the page does not change, any ideas?
Thank again.- This reply was modified 9 years ago by thanzex.
where only the images with that particular tag appear.
Thanks for the answer, but that is not my problem, i am successfully able to create the page where only the tagged images are shown, what i want when opening one of the tagged pictures is to show the NON-TAGGED images of the gallery of the tagged picture.
So say i have a Gallery with pictures 1_1, 1_2, 1_3, picture 1_1 is tagged “main”, i create a page with only “main” tagged images, so i see only picture 1_1, is there a way, when clicking on 1_1 from that page, to see 1_2 and 1_3 too?
Thanks