Hi all,
So I see the “THERE IS NO SITECAKE MENU DEFINED FOR THIS WEBSITE” text on the Page Manger screen. But how do I define a menu? Couldn’t find any info on this.
Thanks in advance
Hi all,
So I see the “THERE IS NO SITECAKE MENU DEFINED FOR THIS WEBSITE” text on the Page Manger screen. But how do I define a menu? Couldn’t find any info on this.
Thanks in advance
um…??
Not sure if anyone knows this.
You need to define top navigation like the one below. Don’t forget to put sc-nav
class on the ul
tag.
<ul class="sc-nav">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
We are preparing a set of templates. First one will be blog demonstration template that will feature navigation, index, category and article pages. I will put it online soon…