Bug #22967
closedArrows not appearing in grid details section
0%
Description
Hi All,
Marilyn and I were just on call with the admin (user:magdak) of this site https://lagccoertelc.commons.gc.cuny.edu/
She had a question about the grid view on this page: https://lagccoertelc.commons.gc.cuny.edu/listening-and-speaking-2/
The arrows visible to show more details on the edit page (screenshot 2) are not visible on the live site (screenshot 1).
She would like the arrows to be visible on the live site because it is helpful to indicate that there is more information. The additional information can be viewed if a visitor clicks the white space after the information (eg: white space to the right of "Randal's ESL Cyber Listening Lab") but there is no visible indicator on the live site that there is more info.
She did say that the arrows were visible on the live site when she changed the theme to another theme - but when running the current theme, Academica, the arrows disappear. She would like to keep using the academica theme so it would be ideal if we can figure out if this is a theme issue.
We looked into the grid details block settings and also looked a the CSS but could not find a way to resolve this. Any ideas?
Thanks!
Files
Updated by Raymond Hoh 1 day ago
- Category name set to WordPress Themes
- Status changed from New to Resolved
- Target version set to Not tracked
It's an issue with the Academica theme.
The <summary>
dropdown requires that the CSS 'display'
attribute is set to display: list-item
. However, the theme sets the <summary>
display to 'block'
, which removes the dropdown arrow.
I've just added some CSS to force the <summary>
display
attribute to list-item
and that fixes the issue.