Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dave Bergschneider

    (@dave-bergschneider)

    Hi jhansen.brevetti,

    It appears to be that your menu has a higher z-index than that of the facebox css.

    A quickfix would be to add z-index: 99999; (original value is 100) like in the below example in the facebox2.css found in your plugins directory at /wp-content/plugins/wp-facebox-gallery/facebox2.css. I will perhaps update this in the next week or two as I don’t see any reason you might want something above the facebox.

    #facebox {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 999999;
    }
    #facebox .popup {
    position: relative;
    z-index: 99999;
    }

    Plugin Author Dave Bergschneider

    (@dave-bergschneider)

    I have released a new version that includes the above adjustment.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Facebox Gallery] Overlay appears behind header elements’ is closed to new replies.