Thread Starter
nkatz
(@nkatz)
This is in WordPress 3.6, by the way. (I did select my WP version when submitting the question but I don’t see it indicated above…so there ya go.)
Plugin Author
ItayXD
(@itayxd)
Okay this is just a problem with the style (z-index).
to fix use one of these:
.ui-widget-overlay {
z-index: 100 !important;
}
OR
.ui-dialog {
z-index: 300001 !important;
}
I’m not releasing an update yet as I’d like to check what caused the problem.
Thread Starter
nkatz
(@nkatz)
First of all – thanks for responding so quickly!
Now then, I assume you mean this to be inserted into “responsive-mobile-friendly-tooltip/responsive-tooltip.css” (available by clicking the plugin’s edit link). Is that right? I tried each of the above…and both together, for kicks…and it didn’t appear to fix anything. The issue was unchanged.
Am I putting the code in the wrong place?
Plugin Author
ItayXD
(@itayxd)
Yeah you are, responsive-tooltip.css is loaded on the frontend.
You need to apply it to the backend
Thread Starter
nkatz
(@nkatz)
How do I do that? Responsive-tooltip.css and my theme’s custom CSS are the only two places I’m aware of for entry of CSS code.
Plugin Author
ItayXD
(@itayxd)
I released an update, I hope it is now fixed
Thread Starter
nkatz
(@nkatz)
99% awesome. Thank you!
In Chrome, at least, the button text is severely truncated. The “OK” button is merely “O” and part of the “k”; the “cancel” button, likewise, only shows the “C” and part of the “a”.
Thought you’d like to know.
But it’s working perfectly for me now. Thanks again!