• Resolved eternalwitness

    (@eternalwitness)


    Several questions with GT3 Lite:

    1. Within the masonry grid, is it possible to make images not go grey when a mouse passes over them? For example, when I am scrolling through a gallery, it’s a little distracting to see all of the images go grey and have the + sign in the middle. I would like to get rid of both of these attributes and just keep it so if a viewer clicks on an image, it goes to the lightbox but doesn’t change its appearance till then.

    2. Image Size
    Please select the proper image size to display in the content.
    Is this just for the thumbnail or the final lightbox image? I am setting it at 1024. Is this unnecessary or significantly better looking than the 768px setting?

    Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author gt3themes

    (@gt3themes)

    Hi there!
    Sorry for the late response. WP does not notify the authors about new threads 🙁
    1. It’s possible to hide that hover effect via CSS. Do you need a code?
    2. It’s for the thumbnails only. To look better on retina ready displays, we recommend to load higher image size. The only concern is the loading speed. The bigger image the more time it takes to load it.

    Thread Starter eternalwitness

    (@eternalwitness)

    Yes, thank you for the response.
    The CSS would be great. I would like to remove the greyed out thumbnails and the + sign over each image as it is distracting while scrolling through a gallery.
    Thank you!

    Plugin Author gt3themes

    (@gt3themes)

    @eternalwitness Hi there! What is the link to the page with the gallery on it?

    Thread Starter eternalwitness

    (@eternalwitness)

    @gt3themes Hello! An example is from the gallery of images https://www.rakuloren.com/myanmar
    Thank you for helping me remove the grey and the plus sign icons from the images.

    What’s happening and what I would like to experience:
    As I am scrolling through the gallery, where ever the mouse lands, a large portion of what is seen screen-wise becomes visually not helpful because it turns into a rather opaque block. I prefer the undistracting aspect of being able to move through a gallery of images without things happening to the pics in the scroll.
    What CSS code modifications would be best here to do this?
    Thanks again!
    -Raku

    Plugin Author gt3themes

    (@gt3themes)

    Please add this CSS code to WordPress customizer.

    .img-wrapper:before, .img-wrapper:after {
    display: none;
    }

    Plugin Author gt3themes

    (@gt3themes)

    @eternalwitness Did you have a chance to test it?

    Plugin Author gt3themes

    (@gt3themes)

    One week left, no response.
    The thread will be closed.

    Thread Starter eternalwitness

    (@eternalwitness)

    @gt3themes Great, thank you. This modification has made scrolling through the gallery less distracting.Thanks again, I appreciate it!
    -Raku

    Plugin Author gt3themes

    (@gt3themes)

    @eternalwitness Glad to hear it. If you have a minute, please rate our plugin 😉
    Thanks in advance.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Possible to remove greyed-out images in grid?’ is closed to new replies.