Shape 5

Joomla Templates => Basics - Club => : airalert October 11, 2011, 09:41:35 PM



: Breadcrumbs - How to show only the top breadcrumb?
: airalert October 11, 2011, 09:41:35 PM
In Basics, when publishing the Breadcrumbs, 2 breadcrumbs are shown.  One in the middle menu position and the second just above the main body of each page.  The 1 in middle menu position is fine. Is there a way to get rid of the 1 above body and just keep middle menu position?

my site is www.myqcity.com so you can see what i'm talk about.

thanks. 


: Re: Breadcrumbs - How to show only the top breadcrumb?
: mikek October 12, 2011, 07:46:55 AM
Hello,

Hmmmm, very strange because the core code only calls it once. If you add the following to the bottom of template.css it will take care of this:

#s5_component_wrap_area #s5_pathway {
display:none;
}


: Re: Breadcrumbs - How to show only the top breadcrumb?
: airalert October 12, 2011, 08:02:13 PM
Thanks Mike,

I did that and written text (home >> and so on) is gone, but the rectangular background is still there above the body text.

www.myqcity.com to take a look

how do i rid that?  Thanks.


: Re: Breadcrumbs - How to show only the top breadcrumb?
: mikek October 13, 2011, 07:31:06 AM
Hello,

Add the following code as well:

#s5_component_wrap_area #s5_pathway_wrap {
display:none;
}


: Re: Breadcrumbs - How to show only the top breadcrumb?
: gr8ful October 20, 2011, 04:06:09 PM
Just came here to report the same problem in Joomla! 1.7.2
Your code fixed. You should probably update the template download?