Skip to content
New issue

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

Menu Links #13

Open
juantarte opened this issue Nov 23, 2019 · 2 comments
Open

Menu Links #13

juantarte opened this issue Nov 23, 2019 · 2 comments

Comments

@juantarte
Copy link

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

@VashJuan
Copy link

Has anyone resolved this? I'm running into it also. Thanks for any suggestions!

@VashJuan
Copy link

VashJuan commented Apr 5, 2020

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>

on line 20, of the file:
\Portals_default\Skins\DnnContra\navs\default\nav.cshtml

Make a backup first!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants