Home button stays active
Permalink
I have this odd problem that with some sites I build the Home Button in the menu stays active when another page is showing. Example here:http://www.pura-vida-interior.com/main/... and also with this site:http://www.pnp.me/
Does anybody know the problem, did I make a mistake, or is it something else?
I would like that only the page showing is active in the menu.
Pieter
Does anybody know the problem, did I make a mistake, or is it something else?
I would like that only the page showing is active in the menu.
Pieter
This is due to a bug in concrete5.
If you're using the default template, you can fix it like this:
http://www.concrete5.org/community/forums/customizing_c5/autonav-pr...
If you're using the "header nav" template, you can fix it like this:
http://www.concrete5.org/community/forums/usage/selected_navigation...
If you're using the default template, you can fix it like this:
http://www.concrete5.org/community/forums/customizing_c5/autonav-pr...
If you're using the "header nav" template, you can fix it like this:
http://www.concrete5.org/community/forums/usage/selected_navigation...
In your main.css find this:
and change to this:
and in your blue-green.css change this
to this:
steve