• Resolved eliciahyder

    (@eliciahyder)


    I just downloaded this plugin and I’m loving so far. My only issue is I need to disable the caption effect on mobile. It looks great on the desktop version, but on mobile it makes scrolling and tapping very difficult. Help?

    Thank you!
    Here’s the page for reference:
    http://www.eliciahyder.com/free-ebooks/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!

    You can set the gallery to always show captions on mobile. In this case there won’t be problems with tapping. Just open Captions tab and enable this option – http://prntscr.com/dk815k

    Double post due technical troubles

    • This reply was modified 9 years, 5 months ago by supsystic.
    Plugin Author supsystic

    (@supsysticcom)

    Hello!

    You can set the gallery to always show captions on mobile. In this case there won’t be problems with tapping. Just open Captions tab and enable this option – http://prntscr.com/dk815k

    Thread Starter eliciahyder

    (@eliciahyder)

    Thanks for the quick response, but I definitely don’t want to always show captions. I’d rather just hide them completely. Otherwise, it covers up half the image.

    Plugin Author supsystic

    (@supsysticcom)

    Hi!
    We will add such feature in next version of Gallery plugin. I will inform you about the updates.

    Meanwhile you can add such css code to the styles of your theme –

    @media (max-width: 768px) {
        .grid-gallery .grid-gallery-caption figcaption {
            display: none;
            transform: none !important;
            transition: none 0s ease 0s !important;
        }
        .grid-gallery .grid-gallery-caption div img {
            transform: none !important;
            transition: none 0s ease 0s !important;
        }
    }

    It will disable captions for images of gallery on mobile devices.

    Plugin Author supsystic

    (@supsysticcom)

    Hello!
    We have released new version of Gallery plugin with new feature for you. Update plugin, then go to Captions tab and find “Disable captions on mobile” option. Try it!

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

The topic ‘Disable caption effect on mobile only’ is closed to new replies.