We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, on Menu if you have a parent page, you can not access, Child pages are ok.
See href="#" error
+Que tener
Any idea how to fixed?
Thanks
The text was updated successfully, but these errors were encountered:
Has anyone resolved this? I'm running into it also. Thanks for any suggestions!
Sorry, something went wrong.
Ah ha!
I believe the clean fix is to change:
a href="#" class="@isActive @isDisabled">@node.Text</a> to <a href="@node.Url" class="@isActive @isDisabled">@node.Text</a>
a href="#" class="@isActive @isDisabled">@node.Text</a>
<a href="@node.Url" class="@isActive @isDisabled">@node.Text</a>
on line 20, of the file: \Portals_default\Skins\DnnContra\navs\default\nav.cshtml
Make a backup first!
No branches or pull requests
Hi, on Menu if you have a parent page, you can not access, Child pages are ok.
See href="#" error
+Que tener
Any idea how to fixed?
Thanks
The text was updated successfully, but these errors were encountered: