- Issue created by @interactivex
- π³π΄Norway svenryen
I did some testing. This bug doesn't show with the Seven theme. The site in question uses Claro.
The problem is that somehow the buttons that should be available in the "Add [paragraph]" or "Add above" buttons gets an inline style of
display:none
.We arrive at this situation when there's a Reusable paragraph that contains a list of paragraphs.
- π³π΄Norway svenryen
As a non-ideal workaround, you can paste this command into the browser console:
jQuery('.paragraphs-add-dialog input').show()
. After running this, the "Add above" choice works.Maybe this can help nail down the bug and come up with a patch.