Title: [Plugin: Events Calendar] how to disable the tooltip
Last modified: August 19, 2016

---

# [Plugin: Events Calendar] how to disable the tooltip

 *  [spscheele](https://wordpress.org/support/users/spscheele/)
 * (@spscheele)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-calendar-disable/)
 * I’m using the Events Calendar plugin but would like to disable the tooltip popup
   showing in the calendar widget.
 * Anyone know how to do this without destroying the plugin? 🙂

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

 *  [Rainvur Jefferson Wilbre](https://wordpress.org/support/users/rainthebat/)
 * (@rainthebat)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-calendar-disable/#post-899093)
 * This wont destroy the plugin, but it does leave some work to be done.
    Open ec_js.
   class.php and delete lines 112-122
 *     ```
       ecd.jq('#events-calendar-<?php echo $d;?>').tooltip({
               track: true,
               delay: 0,
               showURL: false,
               opacity: 1,
               fixPNG: true,
               showBody: " - ",
               // extraClass: "pretty fancy",
               top: -15,
               left: 10
             });
       ```
   
 * That gets rid of the tooltip, but there is still a hover effect after that, probably
   another javascript function to be rid of..
 *  [Rainvur Jefferson Wilbre](https://wordpress.org/support/users/rainthebat/)
 * (@rainthebat)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-calendar-disable/#post-899094)
 * actually, that was bad advice. You could just delete the variable $output on 
   line 104.

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

The topic ‘[Plugin: Events Calendar] how to disable the tooltip’ is closed to new
replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Rainvur Jefferson Wilbre](https://wordpress.org/support/users/rainthebat/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-calendar-disable/#post-899094)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
