Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1308282
    lippimac
    Participant

    here the Screen…

    #1308291
    Paul R
    Moderator

    Hi Christof,

    Please refer to the link below.

    https://community.theme.co/kb/how-to-setup-one-page-navigation/

    Hope that helps.

    #1313123
    lippimac
    Participant

    Hallo Themeco, thank its good, perfect,
    What do I have to do now, the page slowly scrolls when I click on the button in the menu?

    greetings Christof

    #1313197
    Joao
    Moderator

    Hi Christof,

    Please go to Wp Admin Dashboard > Addons > Install Smooth Scroll.

    Hope that helps

    Joao

    #1314869
    lippimac
    Participant

    Smooth Scroll ist installed. No Scroll. 🙁

    #1315300
    Christopher
    Moderator

    Hi there,

    Smooth scroll works fine on your site, see :

    Thanks.

    #1315470
    lippimac
    Participant

    go in the Menü to “Test”. The page jumps to this point and does not scroll.

    #1315594
    Paul R
    Moderator

    Hi,

    I would like to check but the login provided above no longer works.

    Can you provide us again your wp admin login in private reply.

    Thanks

    #1317531
    lippimac
    Participant
    This reply has been marked as private.
    #1317669
    Jade
    Moderator

    Hi Christof,

    Please try this code in the customizer:

    jQuery(function($){
      $(document).ready( function() {
        $('.x-one-page-navigation-active .ubermenu-nav li > a').on('click', function(e){
          e.preventDefault();
          e.stopPropagation();
          $('html,body').stop().animate({
            scrollTop: $('#' + $(this).attr('href').split("#").slice(-1)[0] ).offset().top - $('.x-navbar').height()
          },850 ,'easeInOutExpo');
          console.log('scrolling...');
        });
      });
    });

    Hope this helps.

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