wpengine / frost

The ultimate WordPress block theme for website designers and developers.
https://wordpress.org/themes/frost/
GNU General Public License v3.0
573 stars 149 forks source link

Conflict with Kadence Blocks Plugin Causes Header Menu to display under site content container #88

Closed oracledigital closed 2 years ago

oracledigital commented 2 years ago

Description

Not sure whether this is a Kadence issue or a Frost issue, however, I thought it worth reporting so you became aware.

When I activate Kadence Blocks plugin the menu on Frost suddenly appears under the site content container rather than above it.

Step-by-step reproduction instructions

Test site: https://kirkoconnor.com/

Hover over the Sample Page menu item in the header menu.

It drops below the sample sider underneath it.

Screenshots, screen recording, code snippet

frost-navigation-zindex-220426

Environment info

WordPress 6.0-beta2 Frost Version: 0.9.5 Gutenberg Version 13.0.0 WordPress Beta Tester Version 3.2.1 iMac Desktop macOS Monterey 12.3.1 Chrome Version 100.0.4896.127 (Official Build) (x86_64) Kadence Blocks – Gutenberg Blocks for Page Builder Features Version 2.4.4

Please confirm that you have searched existing issues in the repo.

Yes

bgardner commented 2 years ago

Seems somewhat edge case, but a quick CSS fix would be this:

.site-header {
    position: relative;
    z-index: 9999;
}
oracledigital commented 2 years ago

Thanks for your help Brian.

The altered CSS fixed the issue.

best regards Kirk

Kirk O'Connor Director 0408 921 705

Connect with me on LinkedIn:

http://au.linkedin.com/in/kirko

We are a certified Google Partner:

Important: The information supplied in this email is intended only for the use of the addressee. Whether you are or are not the intended recipient, you are hereby notified that this communication is 'read only' and any dissemination is strictly prohibited. If you have received this transmission in error, please notify us @.*** immediately and delete all copies of this transmission together with any attachments.

On Tue, 26 Apr 2022 at 20:42, Brian Gardner @.***> wrote:

Seems somewhat edge case, but a quick CSS fix would be this:

.site-header { position: relative; z-index: 9999; }

— Reply to this email directly, view it on GitHub https://github.com/wpengine/frost/issues/88#issuecomment-1109748128, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWQGHUH3L2I5ZQ3MWCMKPDVG7QCDANCNFSM5UK5DE5A . You are receiving this because you authored the thread.Message ID: @.***>