Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author zoranc

    (@zoranc)

    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

    (@seyntjim)

    Thanks, it worked!

    Plugin Author zoranc

    (@zoranc)

    awesome 🙂

    please help out by rating the plugin!

    HgtuRgg

    (@kalyanbratadas)

    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.