admin管理员组

文章数量:1122846

I'm trying to use two plugins in my website: CookieYes for a coockie notice and Shareaholic for floating share buttons.

The problem is the share buttons are overlapping CookieYes' popup, covering one of the buttons.

How can I change it so that the share buttons are rendered first and then the cookie frame is placed over it?

I'm trying to use two plugins in my website: CookieYes for a coockie notice and Shareaholic for floating share buttons.

The problem is the share buttons are overlapping CookieYes' popup, covering one of the buttons.

How can I change it so that the share buttons are rendered first and then the cookie frame is placed over it?

Share Improve this question asked Apr 22, 2024 at 14:43 Sergio NetSergio Net 1 2
  • You'll have to adjust the CSS for those elements and change the z-index values. – Tony Djukic Commented Apr 25, 2024 at 1:29
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Bot Commented Apr 25, 2024 at 1:29
Add a comment  | 

1 Answer 1

Reset to default 0

You can probably place a CSS z-index on the selector for the cookie notice. Since these are third-party plugins, check with the developer for support or use your inspector tools to identify what CSS class or ID to target that wraps the full cookie notice.

本文标签: pluginsHow to make cookies notice load after everything else