- Posts: 14
- Thank you received: 0
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
- sheepstations
-
Topic Author
- Offline
- New Member
-
Less
More
11 months 3 weeks ago #233342
by sheepstations
How to modify breadcrumbs display was created 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
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.
Less
More
- Posts: 973
- Thank you received: 153
11 months 3 weeks ago #233343
by Pinkeltje
Replied by Pinkeltje on topic How to modify breadcrumbs display
Please Log in or Create an account to join the conversation.
- sheepstations
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
11 months 3 weeks ago #233344
by sheepstations
Replied by sheepstations on topic How to modify breadcrumbs display
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
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.
Less
More
- Posts: 973
- Thank you received: 153
11 months 3 weeks ago #233345
by Pinkeltje
Replied by Pinkeltje on topic How to modify breadcrumbs display
Do you have a link to your site?
Please Log in or Create an account to join the conversation.
- sheepstations
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
11 months 3 weeks ago #233346
by sheepstations
Replied by sheepstations on topic How to modify breadcrumbs display
Yes, here's an example of what I am referring to.
channelseafarms.com.au/forum/discussions...ity-for-bruny-island
channelseafarms.com.au/forum/discussions...ity-for-bruny-island
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
11 months 3 weeks ago #233347
by Pinkeltje
Replied by Pinkeltje on topic How to modify breadcrumbs display
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.
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
Code:
.breadcrumb .breadcrumb-item + .breadcrumb-item {
padding-left: 0;
}
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