Shape 5

Joomla Free Templates => Design Control - Free => : chillipadi February 10, 2015, 01:27:26 PM



: Breadcrumbs not appearing in component pages
: chillipadi February 10, 2015, 01:27:26 PM
Hi, there seems to be some conflict between my css and a particular component I'm using (BT Property) when it comes to breadcrumbs. I'm having problems making the inactive breadcrumbs show up, because they're the same colour as my background. In my template's css, I have all the breadcrumbs set to #ffffff. (Except that I've made the active breadcrumbs #ffcc00, and that works fine.) It seems to be overridden somehow and I can't figure out where to make the changes even using Firebug.

I've already asked the BT Property guys, and this was the best they could come up with:
"We design the breadcrumb without CSS property, it's style belongs to your template's CSS file.
First its color is defined by this http://prntscr.com/62vwm3. I must change background of breadcrumb wrapper div to white to see links."


I'd appreciate any light you can shine on this problem. This is one of the pages: http://propertygroupsg.com/therealthing/index.php/properties-all/condominium/the-skywoods

On a less important note, the location text in my grid boxes are too low and I can't find what's controlling it either. Eg: http://propertygroupsg.com/therealthing/index.php/properties-all. I apologise in advance if this is the component's issue and not the template's - I'm really not sure which is the problem!


: Re: Breadcrumbs not appearing in component pages
: mikenicoll February 10, 2015, 06:24:57 PM
Hello,

Here is some coding you can add to the custom.css and adjust as needed to modify the breadcrumb display.

:
#s5_breadcrumb_wrap {
  background: #ffffff;
  color: #ff0000 !important;}

#s5_breadcrumb_wrap a {
  color: #ff0000 !important;}

#s5_breadcrumb_wrap li {
  color: #00ffff !important;}

In terms of the grid boxes you would need to contact your extension developer in regards to that.


: Re: Breadcrumbs not appearing in component pages
: chillipadi February 11, 2015, 09:45:52 AM
Hi again, Mike,

Thanks again for your help. It works great and = I'm eternally grateful! One more thing, if you don't mind. On all - and only - the pages with the same property extension, my breadcrumbs are showing the little black divider boxes, which are completely redundant. How can I get rid of them? (I've asked the extension developers and they say to ask my template developer. Lol) Eg: http://propertygroupsg.com/therealthing/index.php/properties-all/condominium/sample-property


: Re: Breadcrumbs not appearing in component pages
: chillipadi February 11, 2015, 10:17:03 AM
Hi Mike, please ignore my last question. I think I've figured it out. It wasn't the black dividers that was the problem, but rather the "/" slashes that came with the extension. Thanks again for all your help and patience. Cheers!


: Re: Breadcrumbs not appearing in component pages
: mikenicoll February 11, 2015, 10:17:34 PM
NP :)