Hi Sergio,
Hi, all.
I have been working on getting this going for awhile, and I am having little problems
here and there. I think the easiest thing to do would be to go over the spots where i am
getting hung up..
navigation (Children (dynamic)). Change the
navigation and set the level to 1 and recursive to true. This will give us better
navigation.
just a quick point.. mine says children(context) .. rather than dynamic. i selected
that.. but that shouldn't be a big deal..
There are two different children here. There is a children (context) that allows to see
the children of the node you are currently viewing, and there are the children (dynamic)
that allows to see the children of the node that you select. But having set lvl 1, the
difference should not be that big.
And then the
collapse looks like this:
{{{<button type="button" class="navbar-toggle"
data-toggle=“.fcollapse" data-target=".footer-collapse">
<span class="se-only">Toggle footer</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>}}}
this button (and all buttons) shows up on my non styled version
just fine.. but when i add the bootstrap parts in, it is no longer visible.
This button appears when you make your browser small enough. This is one of the bootstrap
tricks: if you have enough screen, you get the links displayed, and when your screen is
smaller you get a toggle button to save space.
{{{<div
class="footer-collapse fcollapse">}}}
+Menu+
+Commands+
{{{</div>}}}
the text doesn't say anything about the commands structure.. so, at first i
tried it, and i ended up with a dead site.. oops.. next, i added a commands component, and
i ended up with the attached. The biggest problem is that non of he command links work.. i
can't log out or anything..
Ok, it looks like I forgot something here … yes, this should be a commands structure, and
on the list class you should set "nav navbar-nav navbar-left”, to make them look
good. But the links should work without those tags…
Cheers,
Diego