child-theme wont override form-login.php
-
Copied my modified form-login.php to
woodmart-child/woocommerce/myaccount/form-login.php
The child theme is activated and the custom functions.php is working correctly.
It appears my child-theme form-login.php is never used.
Do i need to initialise it in the functions.php of the childtheme ?
Attachments:
You must be
logged in to view attached files.
Hello,
You do not need to do that. What is your purpose? As soon as you activate the child theme, all the existing functions of the parent theme became available for the child theme. You add code to functions.php only of you want to customize the function.
Best Regards
woodmart/woocommerce/myaccount/form-login.php
shows the login/register page.. this page needs to be customized.
I added the customized version to
woodmart-child/woocommerce/myaccount/form-login.php
THe customized form is not being used… why ?
Have you activated the child theme from the Appearance -> Install plugins.
The child theme is activated
Please, send us your admin access so we can check.