Home Forums Bug reporting Reaction Manager Reply To: Reaction Manager

#3168
Professore
Keymaster

Hello Moritz, thank you for appreciating my work.

The bug you are describing is weird, it could be related to a filesystem issue (reading or writing rights or something like that) or a security issue (e.g. the webpage is served as https while the images are served as http).

What can you do?

1. Check your browser console for errors

Are there errors in the browser console?

If you are not familiar with browser debugging please read this article: https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/

2. Verify that the plugin created all needed files on first activation

If you can browse your site filesystem please check inside \wp-content\uploads\da-reactions

This folder should contain, among other things, all reaction images used in your site, by default there are 6 images in SVG format:

  • ah-ah-3.svg
  • grrr-6.svg
  • like-1.svg
  • love-2.svg
  • sad-5.svg
  • wow-4.svg

All files follow this naming convention:

<reaction-name>-<reaction-id>.<extension>

If those images are missing or corrupted you may delete all of them, the plugin will retry to create images the next time you deactivate and reactivate the plugin.

Please let me know if deleting and reactivating the plugin works, if not please send me the complete configuration of your site (WordPress version, Theme name and version, all Plugins names and versions) and I will try to reproduce the bug on my machines.

Thank you for asking.

Loading spinner