Title: Text hover
Last modified: September 1, 2016

---

# Text hover

 *  Resolved [lcapponi](https://wordpress.org/support/users/lcapponi/)
 * (@lcapponi)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/text-hover/)
 * I am using the Text Hover plugin on a different site, and I wanted to use it 
   on another site but it does not work with TablePress. I made a test page so you
   can see what I mean… I added a bit of text above the table that has Text Hover
   applied: [http://tribalcon.com/test-table-page/](http://tribalcon.com/test-table-page/)
   
   If you find the same text in the table, it does not have the hover text. I posted
   this in the Text Hover support as well because I am not sure on what end it doesn’t
   work. Does TablePress have something similar that I could use?
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/text-hover/#post-7522067)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * It seems like the Text Hover plugin is not taking content that is generated by
   Shortcodes into account. To make that work for TablePress tables, please try 
   adding this to your theme’s “functions.php” file:
 *     ```
       add_filter( 'tablepress_table_output', array( c2c_TextHover::get_instance(), 'text_hover' ) );
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [lcapponi](https://wordpress.org/support/users/lcapponi/)
 * (@lcapponi)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/text-hover/#post-7522107)
 * That didn’t seem to work unfortunately.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/text-hover/#post-7522142)
 * Hi,
 * ok, then please try
 *     ```
       add_filter( 'tablepress_cell_content', array( c2c_TextHover::get_instance(), 'text_hover' ) );
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [lcapponi](https://wordpress.org/support/users/lcapponi/)
 * (@lcapponi)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/text-hover/#post-7522168)
 * Hm that didn’t work either. I am going to contact the theme support and let them
   know what codes you’ve given me. I will let you know if they come up with a solution.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/text-hover/#post-7522170)
 * Hi,
 * yes, that will be the best solution then.
 * Best wishes,
    Tobias

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

The topic ‘Text hover’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/text-hover/#post-7522170)
 * Status: resolved