One page navigation on Pro?

Hey All,

Having an issue with a one pager running Pro. On tablets and Smartphones, where I am using a collapsed navigation menu in the header, the menu will smooth scroll for a few taps, but will break and not work quickly after.

Is there any solution to this? I am not that concerned with the menu closing out automatically, just with the navigation actually working.

Thanks!

Hi There,

Thanks for writing in!

If you have added any custom Javascript codes, make sure to remove them temporarily and test your site.

If you’re using a child theme, try switching to your parent theme and test.

Also try disabling your 3rd party plugins and test the issue.

For further assistance, could you please provide us with the URL to your site, so that we can check your issue.

Thanks!

Hi There,

I tried all your suggestions and I am still having an issue.

Here is the URL of the site and the page I am having trouble with: https://patientevolution.com/patient-evolution-dev-page/

Thanks!

Hey There,

One page navigation now works in Pro. It is not perfect as it needs further refinement. Please check out the status updates here:


Thank you for your understanding.

Thanks,

Is there anyway to make the collapsed navigation menu disappear after a link is clicked? It currently stays open permanently. Maybe there is a code snippet?

Any help would be greatly appreciated!

Hey There,

Thanks for updating in! To resolve your issue and make the collapsed navigation disappear after being clicked, please add this JS code in the Theme Options > Global JS (http://prntscr.com/evswzb)

(function($){
  $('.x-off-canvas .x-anchor-menu-item').on('click touchend', function(){
    $('.x-off-canvas-close').trigger('click');
  });
})(jQuery);

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

Thanks so much, this is working with no issues!

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

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.