Problem/Motivation
On the H5P Library List page (/admin/content/h5p), the icons for the update and remove buttons are missing.
![]()
The button to update still works, for those on which it is able to be updated. It's just missing an icon which makes it very hard to tell whether there are any updates possible; there is only a slight difference in the green outline colour.
Steps to reproduce
Drupal core 11.3.5
H5P module version 2.0.0-beta1
PHP 8.3
Proposed resolution
There are no messages in the console or in the site Drupal logs to help narrow down where the error is coming from. It appears that it is trying to use a custom font "H5P" for these icons, with this in the stylesheets:
.h5p-admin-upgrade-library:before {
font-family: 'H5P';
content: "\e888";
}
So maybe it's no longer loading that custom font?
| Comment | File | Size | Author |
|---|---|---|---|
| MissingIcons.png | 26.73 KB | ryan-l-robinson |
Issue fork h5p-3582298
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
daniel kulbeCreated an MR, hope this helps.
Comment #6
ryan-l-robinson commentedThank you for the quick work! That seems to have done the trick for me.
Comment #7
ryan-l-robinson commented