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

    (@imagely)

    Hi @bierhier,

    Checking the gallery page it looks like a style conflict with TD Composer plugin that’s globally setting opacity: 0 for the images that are located into posts ( not excluding that the plugin expects the images to be loaded at an earlier point for it to animate them in some way ).

    You can try fixing that by adding this CSS rule from below to “Appearance -> Customize -> Additional CSS”

    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
        opacity: 1 !important;
    }

    Hope this helps

    Thread Starter bierhier

    (@bierhier)

    Ok that worked perfect.

    Thanks for the fast support

    Thread Starter bierhier

    (@bierhier)

    fixed

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

The topic ‘Thumbnail next page hover error’ is closed to new replies.