Thread Starter
Adrian
(@wadoadi)
nearly got it working!
[ngg_images gallery_ids="3" display_type="photocrati-nextgen_basic_thumbnails" number_of_columns=”0″ template=caption]
but this shows all the images there are 4 images and I only want to show 3 but with the 3 of the 4 being randomly selected. i tried:
[ngg_images gallery_ids="3" display_type="photocrati-nextgen_basic_thumbnails" number_of_columns=”0″ images=3 template=caption]but this showed all 4
Any ideas?
@wadoadi – Try images_per_page instead of images.
See if that gets what you are looking for.
– Cais.
Thread Starter
Adrian
(@wadoadi)
Thanks Cais, that gives me 3 images, but also a page count also the first 3 images are always the same 🙁
Any other tags I can try?
http://www.clearprop.co.uk/?p=320&preview=true
Above link shows what your plugin looks like when used via page builder and the lower gallery is from the short code…
@wadoadi – Would this do what you are looking for:
[ngg_images gallery_ids="3" display_type="photocrati-nextgen_basic_thumbnails" images_per_page=3 template=caption order_by="rand()"]
– Cais.
Thread Starter
Adrian
(@wadoadi)
Thanks that makes them random but I still have the pages navigation below. Also this may be me but they seem more spaced out!
What I would like is as per the top next gen gallery added via page builder but with the text under.
Thanks for you help.
Thread Starter
Adrian
(@wadoadi)
Adding number_of_columns=”0″ sorted the spacing out, now just need to remove the page count / navigation and slid show header?