For some reason while im looking at my site template variant > content, any custom content panes only show up as "Custom"
instead of taking its administrative title of "header logo" its looking to the content title, which i left blank because i dont want one.
If i add one, then it shows up in my admin view as the title of the custom content pane.

Im using the AT + AT panels everywhere theme.
I don't have this issue with my sites running different themes.

Comments

millionleaves’s picture

Issue summary: View changes

I just encountered this. I don't have a solution but I do have a workaround.

Look in the database for the ctools_custom_content table. Your custom panes are defined there. You'll notice in the Settings column that there is an "admin_title" value - in my case, this is empty. I've added the title manually, which fixed the display problem in the Panel editing page.

Here's the relevant portion of that value (there's a lot more, but this is the bit to change):

a:6:{s:11:"admin_title";s:0:"";

Change this to something like"

a:6:{s:11:"admin_title";s:14:"My custom pane";

Don't forget to set s:0 to the length of the new title.

millionleaves’s picture

Category: Support request » Bug report
Priority: Normal » Major

Changing this to a bug report, since the admin title isn't being written to the database as it should. Also marking it as Major. I have 8 custom panes in one panel display, and no idea which one is which without clicking, so usability is seriously degraded.