How to remove Breadcrumbs bar from one page only

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 28, 2013 5:56 pm
Reply with quote
Report this post
Hello,

I'm looking to disable the Breadcrumbs bar from one page only (the Home page).

Right now, I just have a simple Breadcrumbs module created that's pointed to the GKGamenews "breadcrumbs" module position.

When I try to disable it from showing on the Home page within the module's "Menu Assignment", it doesn't show the breadcrumbs text but I want to remove the template's breadcrumb bar.

Anyone know how to do this? I want it to show on every other page BUT the Home page.

Thanks!
User avatar
Fresh Boarder

GK User
Wed Aug 28, 2013 8:05 pm
Reply with quote
Report this post
Please use templates page suffix feature.

1. Check your menu id for "Home" menu item from menu manager > main menu > Home - See end of line for menu id.

2. Go to template settings > Features > Suffixes for pages.

My Example would be;
101 for Home menu id.
"nobreadcrumb" will be suffix.

So in ItemID/Option: 101 with no spaces. Enter your menu id in this section.
Suffix: nobreadcrumb - with empty space in front.
Click on Add rule.
Then you will see
Code: Select all
ItemID 101 nobreadcrumb

Now Save & Close.

Now use following css code in override.css to hide it.
Code: Select all
.nobreadcrumb #gkBreadcrumb { display:none; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Aug 28, 2013 8:11 pm
Reply with quote
Report this post
Excellent! That worked! Thank you so much
User avatar
Fresh Boarder

GK User
Wed Aug 28, 2013 8:16 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron