Completely Remove the Breadcrumb from selected pages

GK User
Mon Sep 03, 2012 5:20 pm
Is it possibile to completely remove the breadcrumbs only in selected pages (joomal articles and in the search, not in K2 articles) ?

In the breadcrumbs module if I disable the respective pages, does not disable the whole breadcrumb. It just remove the "home" text. I want to remove all the lines and symbols.

The class in question is #gkBreadcrumb

Thanks.
User avatar
Expert Boarder

GK User
Mon Sep 03, 2012 6:58 pm
Hi

That's weird :huh: It works fine from my side.
But here's another way:

Go to breadcrumbs module and enable to all.
Them go to template parameters > Features and add the following suffixes on pages:

Option:
"com_k2"
"com_search"

Suffix:
"yesbreadcrumbs"

or use what you like.


screen1.png


Them go to template parameters > advanced settings and enable override.css file.
Next open this file located on template css directory and add this lines:

Code: Select all
body.yesbreadcrumbs #gkBreadcrumb {visibility: visible}
body #gkBreadcrumb {visibility: hidden}


That's it.

But nevertheless, i suppose you are doing something wrong because it should work with menu assignment.

Cheers
User avatar
Platinum Boarder

GK User
Wed Sep 05, 2012 12:05 am
Hum ... thanks but ... too complicated to manage the other version.

Since you said it work fine from your side I wanna know why doesn't from mine. Has I told you going in the breadcrumb module, deactivate only the pages where I don't wanna display the BC. For BC I mean the parallel lines and evertyhing else inside that lines. What I obtain is that the BC's parallel lines remain. Just the "home" goes away. Remain also the GKTools for increase/decrease the text. I have to say that the page where I want to remove the BC are original Joomla articles, not K2. Can you check for me with administrator privilege ?
User avatar
Expert Boarder

GK User
Wed Sep 05, 2012 10:35 am
Sure
Send me administrator access to paulo[at]gavick[dot]com
User avatar
Platinum Boarder

GK User
Wed Sep 05, 2012 11:55 am
Seichinha wrote:Sure
Send me administrator access to paulo[at]gavick[dot]com


You already have it ... check ! B)
User avatar
Expert Boarder

GK User
Thu Sep 06, 2012 12:20 am
I didn't receive your email
Please PM instead
User avatar
Platinum Boarder

GK User
Thu Sep 06, 2012 10:00 am
assenzio wrote:... For BC I mean the parallel lines and evertyhing else inside that lines. What I obtain is that the BC's parallel lines remain. Just the "home" goes away. Remain also the GKTools for increase/decrease the text. I have to say that the page where I want to remove the BC are original Joomla articles, not K2. Can you check for me with administrator privilege ?


I see now what you mean.
That doesn't have anything with breadcrumbs. Even if you disable breadcrumbs on those page, but GK Tools are still enable, it will be displayed as you see.
Solution: You need to disable also GK Tools on those pages.

For example, on this page you don't see it now, because i set the rule on template parameters to disable on item "123".

screen.png
User avatar
Platinum Boarder


cron