• Resolved lega4

    (@lega4)


    1. Use standard WP gallery with Meow Gallery plugin
    2. Check the page on mobile (also reproducible in Chrome dev console with mobile view)
    3. Click on image
    4. Make sure lightbox appears, however photo description does not appear

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lega4

    (@lega4)

    Reason is this CSS line

    @media screen and (max-width: 660px) {
      #mwl-target .mwl-fullpage-container .image-info-container {
        display: none !important;
      } 
    }

    I commented it out and it became fine

    Hello @lega4,

    Thank you very much for your feedback, this is actually what we would consider a “feature” and not a bug, as it allows for more space for the image on small screens.

    Maybe you could also add custom CSS in your theme to nullify this code, so that you don’t need to re-comment this code whenever there is a plugin update?

    Best regards,
    Thomas

    Thomas, I actually do need the titles to show in mobile. (I have a “photo of the week” contest that requires the titles to show up so people can ID the photo they are voting for.) Can you tell me what custom CSS might solve this issue to allow the title to display?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No title on mobile’ is closed to new replies.