@dween – You have set a specific value for the number of columns, and I would suspect your theme content area is just not wide enough to display those columns based on the size of thumbnail you are using.
You could try over-riding the thumbnails to be slightly smaller until you get three columns across (and then set the number of columns back to its default of 0 if you want to as well).
Without seeing what is not working with the PicLens link I cannot really offer much on that issue at this time. It’s always very helpful to share a link to the URL where you are seeing the issue as sometimes that visual clue makes it that much easier to troubleshoot.
Thanks!
– Cais.
Thread Starter
dween
(@dween)
@cias thanks for the reply. I did find out what the problem was. My margins on the page were too big and I fixed the pic lens problem as follows. May be helpful for others.
1) To fix 3 columns (use it ONLY if it overflows) , css change:
.ngg-gallery-thumbnail-box {
margin-right: 0 !important;
}
2) for the pic lens slideshow:
-First make sure global settings is set to show pic lens link
Wordpress admin->Gallery->Gallery Settings->NextGEN Basic Thumbnails->Show pic lens link->YES
-Make sure same settings applied on the wordpress page
@dween – Thanks for the follow-up response and thanks for sharing your solution to the issue you were seeing, too!!
– Cais.