Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to control z-indexs manually if needed. #14

Closed
danieliser opened this issue Jan 16, 2015 · 4 comments
Closed

Add options to control z-indexs manually if needed. #14

danieliser opened this issue Jan 16, 2015 · 4 comments

Comments

@danieliser
Copy link
Member

Add options to control z-indexs manually if needed.

Original Issue: https://wordpress.org/support/topic/suggestion-z-index-options-for-cover-and-popup-box?replies=3

Temporary solution in mean time is to add something like this to your themes CSS, or using a Extra CSS plugin.

.popmake {
  z-index: 9999 !important;
}
#popmake-overlay {
  z-index: 9998 !important;
}
@danieliser
Copy link
Member Author

  1. Need to add new meta field inputs on popup display box.
  2. Implement z-index values through JS retheme function.

@PennQuinn
Copy link

Cool working for me. I used...

.popmake {
z-index: 99999!important;
}
#popmake-overlay {
z-index: 99998!important;
}
AND tweaked the order of the admin bar
#wpadminbar {
z-index: 99997!important;
}

Thanks

@danieliser
Copy link
Member Author

I may just change the defaults to something insanely high like 999999998 and 999999999, but I bet someone then will compain that it covers their elements they want on top haha. Shameful thing is there will still be themes using the max 2147483647 or higher for some strange reason.

@danieliser
Copy link
Member Author

This is added to v1.1.8

danieliser added a commit that referenced this issue Jan 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants