Hi, I’m using super socializer plugin which has no problem to add the social login features to default wordpress login page. However, I really like the design of your login pop out module. If I get help from developer friends to add social login to that module, could you kindly point me to the files to edit? Login.php or register.php, any css files?
Thanks very much!
Hi,
The file where the login modal is defined is this one
– https://www.screencast.com/t/MqjA8yVevZ
If you want to add more functionality to it, try making the customization there.
Thanks
Hi, I didn’t find this file through appearance/edit, should I use other tools to find this file? I’m non-developer, sorry for so many questions. Thanks!
Hi,
You can access the theme files on the server by FTP for example
– http://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-file-and-directory-structure/
Changes made to the files inside the header folder can be made through a child theme, if you have one
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Thanks so much Simion! Can I avoid using the Child theme as I heard it would affect site performance? Can I just keep a copy of the edited td-login-modual.php and re upload every time after theme update?