Support Forum

Breadcrumbs…. need to customize but code doesnt respond…

CA Carlos
Carlos
Member

Hi! i Love the way the Breadcrumbs shows on “unified” theme, i need to put them on my main theme, so I edited and pasted the breadcrumbs section from one theme to another… but the ” arrows” ( the images on the back  of the breadcrumbs) and the spaces from a word to another does not result… please can anyone tell me how to do this? I have the unified and the CSS theme and i would like to put the unified breadcrumbs on the CSS only theme… i thing that this could be easy…. if anyone help me….

 

thanks

8 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

You should be able to replace all of the ‘breadcrumb’ related CSS from Unified to the CSS only file.

But… note that Unified is NOT a CSS file. It is a PHP file and as such has a lot of php code in it. Note – within the Unified breadcrumb rules all of the php echo statements. These will all need to be replaced with proper CSS values. When you do that then it should work OK.

MP Mr Papa
Mr Papa
Member

you can view the unified css in a browser (load it in url or view through console) and you can grab the converted php to css…

CA Carlos
Carlos
Member

Thanks… 

I have another question… can you tell me how could I remove the sp_ArrowRight.png image from the breadcrumbs? I have customized them but this image continues appearing… I want to hide it from the breadcrumbs…

 

thanks in advance

BR Brandon
Brandon
Member

Something like this should turn off the icons.

sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=1&homeIcon=&icon=', __sp('Home'));

This tells it that the icons equal nothing.
BC bart cocchiola
bart cocchiola
Member

Brandon C said
Something like this should turn off the icons.

<br />
sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=1&homeIcon=&icon=', __sp('Home'));
<br />
This tells it that the icons equal nothing.

would that be in the spHead template?

IK Ike
Ike
Member

Yep, spHead.php in forum-themes > yourtheme > templates.