In my installation the insert button simply doesn't show up. (The button shows up on my sandbox site, so the module works well.) I cannot find the reason why it's not showing (and I have verified whether I have set it up correctly. Since I want to include the insert functionality in a site that is already 3 years up and running there might be some settings that the maintainer has enabled that prevent the button from showing up.

If somebody could point to where I could start looking or if there are any modules that might be incompatible with the insert module. I would also be prepared to pay anyone helping me debug this. PM me if you are interested. Thanks.

Comments

criscom’s picture

Any ideas what the issue could be?

Snater’s picture

Status: Active » Closed (outdated)

Scanning old tickets while working on Insert for Drupal 8, I am closing this specific ticket due to its age. (Feel free to reopen.) One reason I can think of: The Insert module is setting #after_build per hook_element_info: https://cgit.drupalcode.org/insert/tree/insert.module?h=7.x-1.x#n18 If some other module overwrites that, the Insert button will not show up.