Popup Maker and admin panel
-
Hi! I noticed that some other parts of the site that I do expect to appear on top of the WP top admin bar are under it. Lightbox for instance. I did not notice this behavior on other sites. So I dug deeper and found that Pupu Maker adds a CSS to my pages:
/* Layer admin bar over popups. */ #wpadminbar { z-index: 999999999999; }
As I understand it’s purpose is to keep admin panel on top of popus or other things so that it can always be accessible, but sometimes it ruins functionality, if it happens to be right under it.
I would suggest adding an option in the plugin settings for that. Users that want admin bar on top of everything, can set it so. Who would like to keep default functionality, will not change this setting.
- The topic ‘Popup Maker and admin panel’ is closed to new replies.