Opened 5 years ago
Closed 5 years ago
#53834 closed defect (bug) (invalid)
wp-block-group__inner-container gone on static front-page when theme.json (even if empty) is in my theme
| Reported by: | carasmo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I have a Genesis child theme, if applicable. I have 5.8 going and a sparse theme.json file that removes the dropCrap and other crap I don't want in the backend. When this theme.json file is empty or not, just by being there the wp-block-group__inner-container is gone on the front page which messes up the max width and the z-index on many things for me.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hello there, this is expected behaviour as mentioned in the last section of the related dev note.
Note that there's no requirement for adding a
theme.jsonto existing themes but once you add one you have to adjust the theme according to the new structure.