Hi!
Yes, this sounds indeed like a script conflict. I wasn’t able to figure out which one it is, BUT I think I have a simple solution nevertheless.
In main.js there is the function element(name).
This function sounds pretty generic and could be intercepted by another script.
If you just change the name of the function and the respective calls, it solves the problem. For example, I renamed it to ethpress_element(name) and called it throughout the whole script. It works this way.
Is it possible for you to incorporate this fix in the next update, or is there any reason why you can’t do that?