Hi @dodicrossanda,
Sorry to hear this. Unfortunately, with Jesper we came to the conclusion that there was something wrong with the theme itself. So some code in the functions.php.
It sounds like the same could be true for you. You could try to change the theme, and try again.
The plugin registers 2 files in the backend. A js-file, and a css-file. Since you can’t click the icons, and have no error, that means that the file gfexcel.js
is missing in the body. That means that somewhere along the lines, something, a theme or a plugin, is messing with the rendering of scripts and styles. If you know of code that does that, try and deactivate that and try again. Maybe you have a script that minifies, or rearranges scripts to the footer? Anything messing with it could be the culprit.
Hope this helps you out. Unfortunately I can’t do anything else for you. If you find out what code triggered this error, please let me know. Maybe I can prevent it somehow.
TIP: this is what is is supposed to look like:
-
This reply was modified 6 years, 1 month ago by Doeke Norg. Reason: added image