By Sean Carney on Monday, 01 October 2018
Posted in General
Likes 0
Views 1.1K
Votes 0
I noticed that the main menu is displaying behind the notifications menus of EasySocial if any of the EasySocial notifications menus are being displayed like the friends, messages, notifications, profile access, etc..

I would like to give the main menu position in the header a higher priority so that the main menu will display on top of the other menus.

Sean
Hi Sean,

Seems like you did not applied the css code in #reply-432963 that I've provided previously in your custom css yet
[gist type="php"]
#es.popbox {
z-index: 96 !important;
}
[/gist]
·
Thursday, 04 October 2018 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sean,

Can you try to use the css below and see how it goes?
[gist type="php"]
#es.popbox {
z-index: 96 !important;
}
[/gist]
·
Monday, 01 October 2018 13:05
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked great for the Friend Requests, Conversation and Notifications.

it did not work for the Search bar

For the Sign in Lock symbol it works if you are not logged in.

After you login then it does not work for the big popup with the profile information.
·
Wednesday, 03 October 2018 03:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sean,

Can you use the css code below and see how it goes?
[gist type="php"]
#es .es-toolbar__item--search {
z-index: 96;
}

#es .dropdown-menu {
z-index: 96;
}
[/gist]
·
Wednesday, 03 October 2018 12:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much. I am sorry to report that it did not quite work.

If a person is not yet logged into the site then the Main menu has priority over the Search field from the search icon.

However, the Sign in popup still have priority over the main menu.

After a person logs in then it is similar.

The main menu has priority over the Search and also over the Login popup.

But, it still does not have priority over the Friends, Conversations or Notifications.
·
Thursday, 04 October 2018 06:48
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked. I am so sorry. I did not realize the second code you supplied was in addition to the first one. So, I had replaced it instead of adding to it.

Now that I have them all it is working fine.

Sean
·
Saturday, 06 October 2018 00:45
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, glad to heard your issue resolved.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Saturday, 06 October 2018 09:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post