Front end not showing Attributes in "Composer / Page Settings"

Permalink
I run into this on some sites I admin for and usually just do things on the dashboard / sitemap. But this client needs to edit from the front end of the site. When I click "Composer / Page Settings" > Attributes it doesn't show anything. All I get is the save button at the bottom. I'm assuming this is a Composer issue but have no idea how to fix it.

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi GrizzlyAdams,

Are there any errors in your browser console when you open the Page Settings side panel or Attributes side panel section?
GrizzlyAdams replied on at Permalink Reply
No, that's what is so strange. No errors, it just isn't showing anything.
MrKDilkington replied on at Permalink Reply
MrKDilkington
@GrizzlyAdams

What version of concrete5 are you using?

Are you using a custom theme?

Have you inspected the area where the attributes would be? I ask because theme CSS might be preventing them from being displayed.

If you switch to the default Elemental theme, do the attributes display?
GrizzlyAdams replied on at Permalink Reply
I am using 5.7.5.13

Using a theme that was based on Elemental. But yes, when I switched themes it all showed up. Now I have to figure out why.
GrizzlyAdams replied on at Permalink Reply
I figured it out! div.ccm-panel-detail was set to display:none. Commented that out in app.css and all is good.