Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Breadcrumb seperator dissapears?
MdrnVpr
New
Hi there, im using the Bootstrap theme and im having this problem:
This is how the homepage has breadcrumbs: http://i.imgur.com/Ivp7ZFu.png and then when you click on a category: http://i.imgur.com/UsUWGxy.png
Why is the "/" dissapearing? It looks terrible without.
Tagged:
0
Comments
try this in your custom.css it uses the standard separators.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
This works , but its kinda ugly in my theme. Anyway to set the default seperator?
change it to whatever you like. you are in control of the ugliness of your site . hope it is enlightening to you.
e.g. in conf/locale.php
or if you want a slash
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
http://vanillaforums.org/discussion/26597/tutorial-how-to-change-wording-how-to-change-text-how-to-change-language-how-to-change-locale
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I had that same problem but heres is the fix:
go to Library -> core -> class.theme.php
Search "Crumb"
You will see a ton of "BreadCrumb" but only one plain "Crumb", that is a development error (I think?), change it to BreadCrumb
Now you will see it works but looks like Home /> Page.
Delete the > after the thing you just changed BUT keep the ''. So from '>' to ''.
Yea so someone should change that in the vanilla download...
@bdchrist
That will only happen if someone reports it on GitHub...