You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
I'm using your tool, which is fantastic, in a few of my websites. So far so good, but now I'm building a website on wordpress and I ran into some issues:
Here's my code so far:
My problem is that the first link is skipped. The smooth navigation works, but only if I won't scroll the down the page. I'm using my own bar, in order to use the plugin I didn't use php to build my navigation bar.
Thank you in advance for your help
The text was updated successfully, but these errors were encountered:
I'm using your tool, which is fantastic, in a few of my websites. So far so good, but now I'm building a website on wordpress and I ran into some issues:
Here's my code so far:
header.php
footer.php
<script src="/js/snap.svg-min.js"></script> <script type="text/javascript" src="/js/bootstrap.min.js"></script> <script type="text/javascript" src="/js/jquerynav.js"></script> <script type="text/javascript" src="/js/main.js"></script>main.php
Think it. Build it. Market.
main.js
$( document ).ready(function() {
$('#nav').onePageNav();
}
style.css
nav .current a {
color: #D54D38;
}
My problem is that the first link is skipped. The smooth navigation works, but only if I won't scroll the down the page. I'm using my own bar, in order to use the plugin I didn't use php to build my navigation bar.
Thank you in advance for your help
The text was updated successfully, but these errors were encountered: