• script0r

    (@script0r)


    I’m using Jetpack Tiled Gallery together with WP Lightbox 2. I’d like to disable the title hover effect of Jetpack, because the title is already shown by lightbox 2 and I do not want it to be repeated unnecessarily.

    Right now I’m using this code in the theme stylesheet:

    .tiled-gallery-caption {
        display:none !important;
    }

    This is hiding Jetpack’s hover effect on PCs. But it is causing a problem on touchscreen devices: The first klick opens the title hover (which is hidden, so nothing appears to happen), the second one opens the lightbox. I want the first touch to open the lightbox right away.

    Is this even possible without changing plugin-files? Sorry I can’t link to the website because it isn’t online yet.

  • The topic ‘Jetpack Gallery: Disable title hover’ is closed to new replies.