- Issue created by @frankangelone
- Status changed to Postponed: needs info
5 months ago 10:27am 27 June 2024 - π«π·France flocondetoile Lyon
Meta Position don't work with a Drupal Core version, but more with an admin theme.
With which admin theme this module "no longer works" ?
@flocondetoile I'm using the Claro admin theme. On the Drupal 10.3.0 release page β under the section, "Theme system and template changes", there are changes posted regarding the Claro theme. I wasn't sure if any of these changes conflict with the Meta Position module.
- πΊπΈUnited States jayemel
Same issue here. Meta position "no longer works" with 10.3.0 and the default Drupal admin theme, Claro. The metadata panels appears in the default position on the right after installing 10.3.0. It was working on 10.2.7.
- πΊπΈUnited States jayemel
In the meantime, I fixed this with CSS added to my ckeditor stylesheet.
/* Change display from "grid" to "block" to place the metadata panel back under the node edit form */ .node-form .layout-form { display: block; } /* Set the node edit form to 100% width like it was previously */ .node-form .layout-form .layout-region--main { width: 100%; }
- Status changed to Active
5 months ago 12:59pm 2 July 2024 - 6df4f4a8 committed on 8.x-1.x
Issue #3457409 by flocondetoile: Meta Position No Longer Works On Drupal...
- 6df4f4a8 committed on 8.x-1.x
- Status changed to Fixed
5 months ago 1:00pm 2 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.