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
I am using this plugin within the purchased wordpress theme SimpleKey.
It is a one page design and as you scroll down the page when viewing on a desktop it highlights the current section in the navbar.
unfortunately when viewing in mobile the title displays whatever section the page is loaded on (for example if you scroll down to "about" and press refresh the navbar will say "about" instead of "navigation"
I assume this has something to do with the above feature of highlighting the current section but I am not sure.
I would like it to at all times display the default text of "Navigation" since this is much more user friendly
thanks so much
The text was updated successfully, but these errors were encountered:
To:
"selected" : (this.href == settings.defaultText)
I am using PHP with mine on a custom designed CMS and the problem I kept on running into was that the default text should be "Navigate to...." but the issue is that from my home page it shows for example the 5th page that is in a submenu on my nav. And this is for every page it just defaults back to that 5th page. Though I thought maybe it has something to do with my PHP links. So I found the above line and set it to the default text option and now it just displays NAVIGATE TO... all the time which is fine.
I am using this plugin within the purchased wordpress theme SimpleKey.
It is a one page design and as you scroll down the page when viewing on a desktop it highlights the current section in the navbar.
unfortunately when viewing in mobile the title displays whatever section the page is loaded on (for example if you scroll down to "about" and press refresh the navbar will say "about" instead of "navigation"
I assume this has something to do with the above feature of highlighting the current section but I am not sure.
I would like it to at all times display the default text of "Navigation" since this is much more user friendly
thanks so much
The text was updated successfully, but these errors were encountered: