Bug #10161
closedTitle and breadcrump missing
0%
Description
I have the same theme on both cybercamp.commons.gc.cuny.edu and khatchad.commons.gc.cuny.edu. However, the former has a title on each page and breakcrumb appear automatically while the former does not. Do you know why?
Files
Updated by Boone Gorges over 6 years ago
- File Screenshot_2018-08-16_15-29-27.png Screenshot_2018-08-16_15-29-27.png added
- Status changed from New to Resolved
- Target version set to Not tracked
It appears that you've written some custom CSS that hides the .column-title element. Breadcrumbs are inside this element. See screenshot. https://cybercamp.commons.gc.cuny.edu/wp-admin/customize.php?autofocus%5Bsection%5D=custom_css&return=https://cybercamp.commons.gc.cuny.edu/wp-admin/themes.php?page=simple-css You may need to use more specific selectors if you intend to hide something other than the breadcrumbs.
Updated by Raffi Khatchadourian over 6 years ago
Boone Gorges wrote:
It appears that you've written some custom CSS that hides the .column-title element. Breadcrumbs are inside this element. See screenshot. https://cybercamp.commons.gc.cuny.edu/wp-admin/customize.php?autofocus%5Bsection%5D=custom_css&return=https://cybercamp.commons.gc.cuny.edu/wp-admin/themes.php?page=simple-css You may need to use more specific selectors if you intend to hide something other than the breadcrumbs.
Thanks!