Title: Popup tooltip editor not functioning
Last modified: August 21, 2016

---

# Popup tooltip editor not functioning

 *  Resolved [nkatz](https://wordpress.org/support/users/nkatz/)
 * (@nkatz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/)
 * I’ve tried it in Chrome, Firefox and Internet Explorer so far. Turned off popup
   blockers in each. No dice. Clicking the ‘tooltip’ button darkens the screen and
   I can see the fields where I need to input my values but they’re as dark as the
   rest of the screen and not selectable for editing. Everything freezes up.
 * Using my browser’s back button will take me back to where I was previously – 
   at least I can still do that .
 * [http://wordpress.org/plugins/responsive-mobile-friendly-tooltip/](http://wordpress.org/plugins/responsive-mobile-friendly-tooltip/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [nkatz](https://wordpress.org/support/users/nkatz/)
 * (@nkatz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050473)
 * 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.)
 *  [floejoe](https://wordpress.org/support/users/floejoe/)
 * (@floejoe)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050653)
 * Same here. Not working.
 *  Plugin Author [ItayXD](https://wordpress.org/support/users/itayxd/)
 * (@itayxd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050657)
 * 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](https://wordpress.org/support/users/nkatz/)
 * (@nkatz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050662)
 * 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](https://wordpress.org/support/users/itayxd/)
 * (@itayxd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050693)
 * Yeah you are, responsive-tooltip.css is loaded on the frontend.
    You need to 
   apply it to the backend
 *  Thread Starter [nkatz](https://wordpress.org/support/users/nkatz/)
 * (@nkatz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050696)
 * 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](https://wordpress.org/support/users/itayxd/)
 * (@itayxd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050740)
 * I released an update, I hope it is now fixed
 *  Thread Starter [nkatz](https://wordpress.org/support/users/nkatz/)
 * (@nkatz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050748)
 * 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!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Popup tooltip editor not functioning’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-mobile-friendly-tooltip_bbad9a.
   svg)
 * [Responsive Mobile-Friendly Tooltip](https://wordpress.org/plugins/responsive-mobile-friendly-tooltip/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-mobile-friendly-tooltip/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-mobile-friendly-tooltip/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-mobile-friendly-tooltip/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-mobile-friendly-tooltip/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-mobile-friendly-tooltip/reviews/)

## Tags

 * [editor](https://wordpress.org/support/topic-tag/editor/)

 * 8 replies
 * 3 participants
 * Last reply from: [nkatz](https://wordpress.org/support/users/nkatz/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/popup-tooltip-editor-not-functioning/#post-4050748)
 * Status: resolved