Hello Everyone,

Could you please help me hiding breadcrumb only on Panel pages...

I have one Panel page setup as my site homepage. www.example.com/homepage

I have
Drupal: 5.12
Tapestry Theme
Panel and Panel pages enabled

Thank you..

Comments

ranavaibhav’s picture

could someone please help me...thanks

sun’s picture

Status: Active » Fixed

The only way to do this is in template.php in your theme. However, that requires advanced Drupal and theming skills.

maulwuff’s picture

just found a better way to achieve this on D6:

go to
Administer » Panels » Panel pages » Settings
Advanced
and put the following code to the CSS code-window:

.breadcrumb {display: none;}

this hides the breadcrumbs only for this panel. easy and fast workaround ;)

ddease2’s picture

Title: How to hide breadcrumb on Panel pages » A dumb question....

Here's my dumb question for the day...

I'm running 6.8 and I can't find "Administer » Panels » Panel pages » Settings Advanced".

I don't see any Panels admin option, only the option to add Panel content....

What am I missing?

Thanks,

Dan

profjk’s picture

Status: Fixed » Active

Please chech Permissions for your role (in the modules page) and check all boxes for the module in question.

maulwuff’s picture

Title: A dumb question.... » How to hide breadcrumb on Panel pages
Status: Active » Closed (fixed)

no one will ever know what's behind " a dumb question" as title.
furthermore this is another problem.