Forum .LRN Q&A: Re: New theme released

Collapse
10: Re: New theme released (response to 1)
Posted by Anny Flores on
Let me tell you that the theme is great! Good work.

I'm using it right now and I want to move back the breadcrumbs to the template I simply added the site-master.adp code for the context_bar property to the site-master-kelp.adp file like this:

<div id="container-shadows-des">
<div id="container-shadows-sin">
<div id="context-bar">
  <if @context_bar@ not nil>
    <div id="breadcrumbs">@context_bar;noquote@</div>
  </if>
  <else>
    <if @context:rowcount@ not nil>
      <div id="breadcrumbs">
        <ul>
          <multiple name="context">
            <if @context.url@ not nil>
              <li><a href="@context.url@">@context.label@</a> &#187;</li>
            </if>
            <else>
              <li>@context.label@</li>
            </else>
          </multiple>
        </ul>
      </div>
    </if>
  </else>
  <div id="navlinks">@subnavbar_link;noquote@</div>
  <div style="clear: both;"></div>
</div>

    <slave>

but I'm getting a little problem, the context bar looks like this:  http://home.galileo.edu/~miel/openACS/img1.jpg

Maybe anyone could suggest me a solution to this problem, cause I don't really have much experience with design and I've tried everything.

Thanks in advance
Anny Flores

Collapse
Posted by Orzenil Silva Junior on
Hi Anny,

We recently added breadcrumb to kelp theme and could share with you. Here you see a screenshot with a long context bar within a class:

http://www.tekne.portalabipti.org.br/breadcumb.jpg