• Resolved dween

    (@dween)


    I have the latest version of NextGen gallery installed and tried disabling all other plugins and set to default WP theme, however the result I end up with is 2 thumbnails on the first row, 1 Thumbnail on the second row and this repeats and the pic lens options does not work.

    Thumbnail settings are set to:
    – Basic Thumbnails
    – Override Thumbnail settings – I have 3 columns with 24 images per page
    – piclens is set to yes

    Anyone come across this problem?

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @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

    Plugin Contributor photocrati

    (@photocrati)

    @dween – Thanks for the follow-up response and thanks for sharing your solution to the issue you were seeing, too!!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Thumbnails not displaying per settings’ is closed to new replies.