Button Click Events Not Working: The social login button is visible but does not respond to clicks.
Button Click Events Not Working in login.tpl
Collapse
X
-
I think that the issue is that you are applying the EventListener inside the template file.
you have to use them in the login.js together with the rest of the scripts you put in the login.tplComment
-
Comment
-
You must extend the metadata and add a custom login view
you can’t edit core files because they are now bundled.
you have to define a custom view like this:
HTML Code:{ "loginView": "custom-login:views/login" }
I suggest you take a look at my extension if you want to learn more: https://github.com/Kharg/custom-login/Last edited by Kharg; 03-06-2025, 02:06 PM.Comment
Comment