• Resolved stanikub

    (@stanikub)


    Hi,

    when I enable Add hidden images to gallery (loading of images to lightbox), the ngg-3-columns class is missing from the gallery images.

    See the page, both of the galleries are set to display 3 images in 3 columns. The setting is disabled in the first gallery and in the second gallery it’s enabled. Second gallery is missing the ngg-3-columns class.

    How can I repair this behavior?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @stanikub,

    We were able to replicate the problem and it look like a valid issue that we’ll have to report for the dev team.

    In the meantime, in case that all your site’s Basic Thumbnails galleries are using a 3 columns setting, you can add the following CSS rule to “Appearance -> Customize -> Additional CSS” to hard code the columns styling to 3 columns for all your site’s Basic Grid galleries regardless of using the “Add hidden images” setting or no:

    
    .ngg-gallery-thumbnail-box {
        width: 33.33333%;
        float: left !important;
    }
    

    Sorry for the inconveniences created

    Thread Starter stanikub

    (@stanikub)

    Hi @imagely,

    your meantime solution works, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When Add hidden images is enabled, the ngg-3-columns class is missing’ is closed to new replies.