Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Solved How to modify breadcrumbs display

More
11 months 3 weeks ago #233342 by sheepstations
Hello, I am using the latest version of Kunena on Joomla5.3.0 site.
When I display a post, all the breadcrumbs run into each other (no spacing between words) which is quite confusing.
For example: ForumDiscussionsOceanFarmingDiscussionForumTheBrunyIslandProject
I'd like it to display: Forum Discussions Ocean Farming Discussion Forum The Bruny Island Project
(or in a perfect world Forum | Discussions | Ocean Farming Discussion Forum | The Bruny Island Project
Can any body tell me how/where to modify the breadcrumb display?
Thanks,
JR

Please Log in or Create an account to join the conversation.

More
11 months 3 weeks ago #233343 by Pinkeltje
Have you enabled bootstrap in Kunena template settings? It might be due to your Joomla template also. Default Kunena breadcrumbs are showing nice with the right settings:
 

Please Log in or Create an account to join the conversation.

More
11 months 3 weeks ago #233344 by sheepstations
Hi, I am using a Joomlart.com template called JA_Agrivita whivh is fully J5 compatible.
I've tried yes and no options for the "Load Bootstrap css" option.
It makes no difference.
Any other suggestions? Possibly may have to coded into an appropriate file??
JR

Please Log in or Create an account to join the conversation.

More
11 months 3 weeks ago #233345 by Pinkeltje
Do you have a link to your site?

Please Log in or Create an account to join the conversation.

More
11 months 3 weeks ago #233346 by sheepstations

Please Log in or Create an account to join the conversation.

More
11 months 3 weeks ago #233347 by Pinkeltje
Difficult to see as you have css compression enabled in your template. So either turn it of or check you custom.css for breadcrumb as there is at least one definition that sets te padding to 0px.
Code:
.breadcrumb .breadcrumb-item + .breadcrumb-item {     padding-left: 0; }
And there must be another definition that hides the :before element.

BTW: You don't have a Kunena menu, so fix that as well.
www.kunena.org/docs/en/troubleshooting/menu-issues

Please Log in or Create an account to join the conversation.

Time to create page: 0.243 seconds