• Resolved choachy

    (@choachy)


    I LOVE this plugin. It is (or will once I can fix this) doing exactly what I need. I have one problem…

    I am using the Sydney theme with Google Pictures albums and an overlaid popup panel. The overlaid popup panel is appearing behind my theme’s menu and nothing is clickable under that area. I’m open to two options…do you know how I can make the overlaid popup appear on top of the theme menu/header, OR, do you know how to move the overlaid popup down from the top border about 180px?

    See this page for example

    Code:
    [photonic type=’google’ view=’albums’ filter=’blahblahblah’ access=’all’ crop_thumb=’crop’ columns=’4′ title_position=’tooltip’ main_size=’1600′ thumb_size=’150′ popup=’show’ layout=’square’]

    Thanks again for the wonderful plugin.

    • This topic was modified 6 years, 1 month ago by choachy.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    You can add a few lines under Appearnce → Customize → Additional CSS:

    .photonicModalOverlay {
        z-index: 1000;
    }

    I see that you had 10 over there, but your theme seems to be defining a higher value for its header / menu, so you need something higher than what your theme sets.

    Thread Starter choachy

    (@choachy)

    That is perfect! That resolved it.

    I’m not great with CSS and should have looked that statement up to see what it actually did.

    Thanks so much for your extremely fast reply and great plugin. Going now to leave you a great review.

    • This reply was modified 6 years, 1 month ago by choachy.

    Hi there

    I have also been using the Photonic plugin to build a website. Using the above code brought the overlaid popup panel forward as desired, however it also brought it in font of the lightbox overlay. So when I click on an image thumbnail, the expanded lightbox view appears behind the popup panel.

    I was wondering what custom css code I need to add in order to bring the lightbox forward.

    Thankyou!

    Plugin Author Sayontan Sinha

    (@sayontan)

    @thyholynoodles,
    Can you please start your own thread? This is a resolved thread and forum rules advise against posting on such threads.

    Also, while doing so, can you please provide your URL?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Photonic: Overlaid Popup Panel is Behind Theme Menu’ is closed to new replies.