Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1047546
    procoit
    Participant

    Hello,

    I have added a slider revolution on my homepage whit “tabs enabled navigation” i was wondering if I can trigger the slide change when I hover on tabs.
    The slide is changing now when I click on the tabs, I just want to change its behavior to hover.

    Thank you,

    #1047922
    Rue Nel
    Moderator

    Hi There,

    Thanks for writing in! To change the slide while you hover on the thumbnails, please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript

    jQuery( function($) {
      $(window).load ( function() {
         $( '.tp-thumb-image' ).on('hover', function() { $(this).click(); } );
      }); 
    });

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1047546 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>