• Resolved realdoctorstu

    (@realdoctorstu)


    Great theme,
    Building a fresh site, the homepage gallery images do not show the hover captions when you tap on them: stuartfarrimond.com Unless there is a link attached to the image.
    They do on all the demo sites, what have I done wrong in setting up my site?
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 9936702

    (@anonymized-9936702)

    Hello!

    This might be a bug with the theme. Can you please let me know which version of Make you’re using? Also, can please share the version of iOS that you’re using?

    Thread Starter realdoctorstu

    (@realdoctorstu)

    Sure thing:
    iPad 2: iOS 7
    iPhone 4: iOS 7
    Using the standard version of Make.
    Apart from making a few CSS tweaks, I’ve not changed the theme.
    As above, the demo sites work fine, and as expected (touching once on the image reveals the caption, twice activates the link)

    It sounds like your CSS tweaks might be causing the issue. Did you add these via a child theme? If so, does switching back to the parent theme fix the problem?

    Thread Starter realdoctorstu

    (@realdoctorstu)

    Strange, it has resolved itself… Not sure why.

    I moved some images around and added a link to one of the images, and applied the LESS CSS preprocessor to the custom CSS (via Jetpack plugin) and it has now been fixed. Not sure what did it, but thanks for pointing me toward the CSS (I had added a @media query for the gallery content text – making the font smaller on smaller screens):

    @media only screen and (max-width: 320px) {
    .builder-gallery-description {
    font-size: 12px;
    }
    }

    Thread Starter realdoctorstu

    (@realdoctorstu)

    Problem resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image hover effect not working on ipad’ is closed to new replies.