Hello. I installed Enfold and this is what I got in the header:
https://www.dropbox.com/s/gxy9juz6x4lvag0/Screenshot%202014-04-17%2011.29.17.png
I am not seeing the cool looking horizontal curly bracket below the active page (Contact).
What am I doing wrong?
Okay, I got it working. I had to create a new menu and use that instead of the default auto generated one.
Now I have a new problem. When displaying a sub page, the Enfold menu does not highlight the parent page in the top menu.
https://www.dropbox.com/s/sflkuqhwbxkk4w0/Screenshot%202014-04-17%2013.35.56.png
https://www.dropbox.com/s/2eiinbzl1fuldm2/Screenshot%202014-04-17%2013.36.03.png
Okay. I have fixed this myself finally.
In custom.css, add the following lines:
/* Make sure the line is visible when sub page is active */
#top .av-main-nav .current-page-ancestor .avia-menu-fx {
opacity: 1;
visibility: visible;
}
/* Make sure the arrow is visible when sub page is active */
#top .av-main-nav .current-page-ancestor .avia-menu-fx > * {
display: block;
}