Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176473
    MatthM
    Participant

    Hello,

    I followed these instruction on your forum to make a button in slider revolution link to an anchor in my webpage.
    It is working fine… but is it also possible to let the slider revolution button make a smooth glide to the anchor section?

    look at my test page. In the slider there is a ‘program’ button, made following your instructions, that is working perfect. But I want the ‘ONTDEK MEER’ button to do the same smooth move.

    How can I do that?

    #1176474
    MatthM
    Participant
    This reply has been marked as private.
    #1176630
    Joao
    Moderator

    Hi There,

    Please try activating Smooth Scroll Addons.

    Let us know how it goes,

    Joao

    #1176660
    MatthM
    Participant

    Hello,

    Smooth Scroll is activated and doesn’t help…

    #1176899
    Lely
    Moderator

    Hi Matth,

    Would you mind providing us with login credentials so we can take a closer look on your revslider settings? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1177857
    MatthM
    Participant
    This reply has been marked as private.
    #1177862
    MatthM
    Participant

    Here is an example of a working situation with theme X and rev slider:

    http://react350.com/

    #1177920
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. To resolve this issue, please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript

    jQuery(function($) {
      $('#slide-11-layer-7').on('touchstart click', function(e) {
    
        e.preventDefault();
    
        $('html, body').animate({
          scrollTop: $('#intro').offset().top
        }, 850, 'easeInOutExpo');
    
      });
    });

    We would loved to know if this has work for you. Thank you.

    #1177941
    MatthM
    Participant

    You are great!

    Thanks!

    #1177971
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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