- Issue created by @SirClickALot
- π©πͺGermany a.dmitriiev
a.dmitriiev β made their first commit to this issueβs fork.
- Merge request !26Issue #3374620: Problem when using the Gin theme β (Closed) created by a.dmitriiev
- π©πͺGermany a.dmitriiev
It turned out that the buttons are there, but they were just hidden with styles. I have added styles to show them back, but now there are still problems with saving the node. So more work is needed here.
- π¬π§United Kingdom SirClickALot Somerset
Good spot a.dmitriiev β , I will be glad to further test it once you're ready.
Thanks
- Status changed to Fixed
over 1 year ago 1:15pm 25 August 2023 - π©πͺGermany a.dmitriiev
The issues was fixed within this issue https://www.drupal.org/project/frontend_editing/issues/3383291 π Review and check support for media entity type Fixed . Please check latest dev. It contains also a lot of other changes, like ajax auto update of the content after entity is saved. Don't forget to run update hooks.
- π¬π§United Kingdom SirClickALot Somerset
Brilliant, @a_dmitriiev β works a treat.
And yes, dev version packed with all sorts of improvements, great work indeed.
Thansk
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 1:56pm 15 September 2023 - π§πͺBelgium gwenweb
Hello @a.dmitriiev, sorry to bother you, but Iβm still having trouble seeing the "save" button when editing my page with paragraphs on it. Iβm using Gin 8.x-1.0-rc6 as the admin theme on Drupal 10.3.1. Iβve tried both the stable and alpha versions of the Frontend Editing module. Iβm not sure if this is related, but I also have four errors in the browser console:
- TypeError: Cannot read properties of null (reading 'querySelector') sidebar.js?sigu68:43
- TypeError: Cannot read properties of null (reading 'querySelectorAll') drupal.js?v=10.3.1:64
- TypeError: Cannot read properties of undefined (reading 'meta_title') drupal.js?v=10.3.1:64
- TypeError: Cannot read properties of null (reading 'querySelector') sidebar.js?sigu68:43
- π©πͺGermany a.dmitriiev
It seems that you are using very old version of Gin, the current version is https://www.drupal.org/project/gin/releases/8.x-3.0-rc13 β . Have you tried updating Gin?
Iβve tried both the stable and alpha versions of the Frontend Editing module
What exact version of frontend editing are you using?
- π§πͺBelgium gwenweb
Hi @a.dmitriiev
Thank you for your quick response. Indeed, switching the Gin version from "3.0.0-rc11" to "3.0.0-rc13" resolved the issue with frontend_editing version "1.7.3".
Sorry for the trouble
- π©πͺGermany a.dmitriiev
No problem, I am glad that the issue is fixed for you now.