Modify login/registration in child-theme
Hi,
I am working on a child-theme for Jobroller. I am trying to modify the layout of the login/register form to a tabbed form. Now I ran into the problem that the login-register-form.php that I placed into /child-theme/includes/forms/login/ folder does not get picked up. Rather it is always the file in the original /jobroller/includes/forms/login/ folder that is taken. I cannot, for the life of me, figure out where I had inadvertently hardcoded this - but I also cannot find any other explanation.
This is where my file is located in the child-theme folder:
login-register-form.png
I would say the location is correct, so in theory this file should replace the original - but for some reason it does not. Where am I going wrong? Please help.