Even though I used the field UI to indicate the title of these content panes should be hidden

they are still displayed as pane titles in the panel.
Deleting the values for the titles is one way to prevent the pane titles from showing up, but it also removes the titles from the admin view of the panel.
| Comment | File | Size | Author |
|---|---|---|---|
| jen-hide-title-no-effect.png | 29.35 KB | jenlampton |
Comments
Comment #1
merlinofchaos commentedAnother workaround is to use the 'naked' style that won't display the pane title.
But definitely, the content type should take that into account.
Comment #2
cangeceiro commentedI just committed some code that takes the entity display settings into account when displaying the title. let me know if this works for you too.
Comment #3
merlinofchaos commentedWe check for empty $entity->title after we check for visible; we should do it in the other order.
Comment #4
merlinofchaos commentedEnh. Not worth changing, it's more annoying in the code. so far as I know this is fixed.