ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

NavEE breadcrumbs - wrap type not working

August 31, 2012 1:16pm

Subscribe [3]
  • #1 / Aug 31, 2012 1:16pm

    Sean Ford

    13 posts

    Greetings,
      So I am working on a site at the moment, and this is my first time REALLY using EE.  I’ve played around with it before, but this is the first time I am actually taking advantage of it and it’s versatility.  I’ve got to say it’s pretty fantastic, and I can’t imagine ever using another CMS (especially Business Catalyst).  I am using NavEE’s breadcrumbs for my pages, and it keeps wrapping in unordered list tag pairs(<ul>) even though I have it set to wrap_type none.  Any ideas how I can get it to stop wrapping? I need it to be unwrapped, so that the span and the breadcrumbs are displayed on the same line instead of there being a break between them. Here is my code;

    <div class="breadcrumbs">
       <span>// You Are Here: </span>{exp:navee:crumbs nav_title="main" wrap_type="none"}
    </div>


                                                  Thank you if you can help,
                                                  -Sean Ford

  • #2 / Sep 05, 2012 8:41pm

    e-man

    1816 posts

    Sean, there’s a dedicated Navee help forum here, you’ll find faster help there:
    https://getsatisfaction.com/booyant/products/booyant_navee

  • #3 / Sep 08, 2012 12:11pm

    the3mus1can

    426 posts

    You might try using the custom_crumbs with wrap_type=“none”.  The snippet below is what I use on a lot of site that use NavEE:

    <ul class="container breadcrumbs">
     <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
      <a href="http://{site_url}itemprop=url">_   <span>Home</span>_  </a>
     </li>
     {exp:navee:custom_crumbs nav_title="main" wrap_type="none"}
      <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
       <a{if is_last_item} class="active"{/if} itemprop="url" href="{link}">
        <span>{text}</span>
       </a>
      </li>
     {/exp:navee:custom_crumbs}
    </ul>

     

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases