Read before updating: How to Update Kunena Templates - More detail

[SOLVED] Breadcrumb box

cicalone's Avatar Topic Author
New Member New Member
  • Posts: 17
  • Thanks: 0

[SOLVED] Breadcrumb box

12 years 1 week ago - 12 years 1 week ago
#1442
How may I remove the breadcrumb boxes (the top one and the bottom one)?
Last edit: 12 years 1 week ago by cicalone.

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Breadcrumb box

12 years 1 week ago - 12 years 1 week ago
#1443
Hi,

There are two ways to remove the breadcrumb box, you can choose one in two.

1. Open the display.php file in the "[root]/components/com_kunena/template/nts_kargo/html" path. You will see two php commands ($this->displayBreadcrumb();) and you can remove or comment its.

2. You can use CSS rules to hidden the Breakcrumb box. Open the nts-kargo-custom.css and add below CSS rules to bottom of file.
Code:
body .kpathway { display: none; }

After change php file or add CSS rules back to front-end to reload forum page.

Hope this helps
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 12 years 1 week ago by ntstore.
The following user(s) said Thank You: cicalone

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

cicalone's Avatar Topic Author
New Member New Member
  • Posts: 17
  • Thanks: 0

Re: Breadcrumb box

12 years 1 week ago
#1444
For me, only the second tip works.
Thank you!

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

Time to create page: 0.220 seconds