Home Forums WoodMart support forum child-theme wont override form-login.php

child-theme wont override form-login.php

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #133925

    extremeshok
    Participant

    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.
    #133941

    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

    #133951

    extremeshok
    Participant

    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 ?

    #133989

    Artem Temos
    Keymaster

    Have you activated the child theme from the Appearance -> Install plugins.

    #133998

    extremeshok
    Participant

    The child theme is activated

    #133999

    Artem Temos
    Keymaster

    Please, send us your admin access so we can check.

Viewing 6 posts - 1 through 6 (of 6 total)