Different Nav between Admin and User
Permalink
I'm initially trying to install and setup a Horizontal navigation with the Default Elemental Theme.
Under the Sitewide Header Navigation I created a HTML Block with just href links to the pages I wanted. (Didn't want every page showing up)
So if I'm logged in as an Admin I see
Home | Link | Link | Link
(This is what I want)
But when I log in as a User I get the full vertical Navigation of All pages (not what I want)
Tested it on Microsoft Edge & Chrome.
Any Idea of what I did wrong?
Under the Sitewide Header Navigation I created a HTML Block with just href links to the pages I wanted. (Didn't want every page showing up)
So if I'm logged in as an Admin I see
Home | Link | Link | Link
(This is what I want)
But when I log in as a User I get the full vertical Navigation of All pages (not what I want)
Tested it on Microsoft Edge & Chrome.
Any Idea of what I did wrong?
Hi robandvenus,
I was unable to reproduce the issue, but wanted to suggest using the Manual Nav add-on for creating your navigation.
https://www.concrete5.org/marketplace/addons/manual-nav1...
It is easier to work with than using the HTML block.
Did you add the HTML block in the editing interface or in the stack for that area?
I was unable to reproduce the issue, but wanted to suggest using the Manual Nav add-on for creating your navigation.
https://www.concrete5.org/marketplace/addons/manual-nav1...
It is easier to work with than using the HTML block.
Did you add the HTML block in the editing interface or in the stack for that area?
In the header.php file I changed
$a = new GlobalArea('Header Navigation');
to
$a = new GlobalArea('Add Navagation');
And re added my HTML code for the navagation.