Closed (fixed)
Project:
Panels
Version:
5.x-2.0-rc1a
Component:
Panel pages
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2008 at 19:51 UTC
Updated:
30 Jan 2009 at 21:42 UTC
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
Comment #1
ranavaibhavcould someone please help me...thanks
Comment #2
sunThe only way to do this is in template.php in your theme. However, that requires advanced Drupal and theming skills.
Comment #3
maulwuff commentedjust 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 ;)
Comment #4
ddease2 commentedHere'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
Comment #5
profjk commentedPlease chech Permissions for your role (in the modules page) and check all boxes for the module in question.
Comment #6
maulwuff commentedno one will ever know what's behind " a dumb question" as title.
furthermore this is another problem.