• dubberish

    (@dubberish)


    Hi! Thank you for an awesome plugin.

    When I click an advanced gallery image to trigger the lightbox, the sticky top nav bar of the theme I’m using (Solopine’s “Rosemary”) sits *above* the lightbox veil and thus obscures part of the image. How can I get the veil to overlay everything on the page, including the top bar?

    (I’m asking here and not the theme’s support because Kadence is the only lightbox-enabling plugin I’ve tried where I’ve run into this issue so far.)

    Thanks for your help!
    P.S. The bottom image on the page is also using the Advanced Gallery block, but with just one image, and set to “slider,” in order to allow a single image to trigger a captioned lightbox as well. Is this what you would recommend to get this desired effect, or will you guys consider adding an “Advanced Single Image” block in the future to enable single image–>lightbox functionality?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box:

    #top-bar {
        z-index: 100;
    }

    I can check with the developer to see if there is an advanced single image block in the works.

    Hannah

    Plugin Author Ben Ritner – Kadence WP

    (@britner)

    An Advanced Image block is in the works ??

    You can add this css:

    .mfp-bg.mfp-kt-blocks {
        z-index: 10420;
    }
    
    .mfp-wrap.mfp-kt-blocks {
        z-index:10430;
    }

    Ben

    Thread Starter dubberish

    (@dubberish)

    I will give this a try – thank you! And looking forward to the Advanced Image block ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lightbox veil does not overlay theme’s sticky top bar’ is closed to new replies.