Title: Open on hover
Last modified: August 21, 2016

---

# Open on hover

 *  Resolved [seyntjim](https://wordpress.org/support/users/seyntjim/)
 * (@seyntjim)
 * [12 years ago](https://wordpress.org/support/topic/open-on-hover/)
 * Hello,
 * Is there any way to open the panel on hover instead of clicking on it? Thank 
   you!
 * [https://wordpress.org/plugins/tab-slide/](https://wordpress.org/plugins/tab-slide/)

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

 *  Plugin Author [zoranc](https://wordpress.org/support/users/zoranc/)
 * (@zoranc)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/open-on-hover/#post-4950622)
 * there is no setting implemented ot do this yet, although it is on the todo list.
 * for now, if you are familiar with javascript, you can edit `wp-content/plugins/
   tab-slide/assets/js/tab_slide.js`
 * line 228
 *     ```
       jQuery(settings.toggleEl).click(function () {
       	    var move = tabSlide.makeItSlide;
       	    move.apply(tabSlide, null);
       	  });
       ```
   
 * is the click event that you can turn into a hover mouseenter event…that should
   get you part of the way there
 *  Thread Starter [seyntjim](https://wordpress.org/support/users/seyntjim/)
 * (@seyntjim)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/open-on-hover/#post-4950624)
 * Thanks, it worked!
 *  Plugin Author [zoranc](https://wordpress.org/support/users/zoranc/)
 * (@zoranc)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/open-on-hover/#post-4950625)
 * awesome 🙂
 * please help out by rating the plugin!
 *  [HgtuRgg](https://wordpress.org/support/users/kalyanbratadas/)
 * (@kalyanbratadas)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/open-on-hover/#post-4950644)
 * how did you achieve that? may I have the code modification please, if you don’t
   mind to share?
 * @**seyntjim** & @**zoranc**

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

The topic ‘Open on hover’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tab-slide_c9c9c9.svg)
 * [TAB SLIDE](https://wordpress.org/plugins/tab-slide/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tab-slide/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tab-slide/)
 * [Active Topics](https://wordpress.org/support/plugin/tab-slide/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tab-slide/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tab-slide/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [HgtuRgg](https://wordpress.org/support/users/kalyanbratadas/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/open-on-hover/#post-4950644)
 * Status: resolved