JS not working in Firefox
-
Hi, thank you for all your great work on this theme!
I am having trouble getting a javascript to work/load/fire in Firefox ... it works fine i Safari and Chrome. But when the page is loaded in Firefox nothing happens:
http://www.re-form.dk/2020-generator
The script I am using/modifying is this: https://tympanus.net/Development/TextDistortionEffects/index2.html
which works in Firefox, so I am assuming that it has something to do with the way the script is loaded in laytheme...Any help would be greatly appreciated!
Thanks again!
Jens -
it works for me on firefox, however in my console i see an error that says it cannot load a certain javascript file that is on another server. maybe that is the issue
-
it works for me on firefox, however in my console i see an error that says it cannot load a certain javascript file that is on another server. maybe that is the issue
@arminunruh Thanks for the repsonse!
I have figured out the issue: the font used for the script was .woff2, and that was not loaded correctly in firefox. When I use .woff it works.
I will look into the script issue that you mention!
Thanks again!
-