Hi CoreyL , the reason I think that's the problem is that it doesn't load for me on desktop too. The console is telling me that jQuery is not defined
while it is defined (already checked that), but Buttonizer may be loaded before the jquery code is imported So probably the plugin isn't modifying the source if you're logged in as an admin.
I don't know which plugin is doing this, but a plugin is changing your scripts to <script "text/ez-screx"
, instead of <script text="text/javascript"
, the function that is getting called to execute them is the JavaScript function __ezScrexify()
, but I cannot verify the source of that function (which plugin is doing it). Unfortunately, Google didn't help me either...
Are you able to send me a list of active plugins that are installed on your website? Then I'm able to debug it locally and find out which plugin is doing that 🙂