• I have a child theme from alexandria. I have modified footer_two.php and header.php and are on the child folder. Any time I update the part modified in the php files cant be seen. I thougth it was not there but it is.It is nothin wrong. it looks as if it has ha property display none…

    Can youn help me?

    the page is: https://pilarfernandezbanuelos.es/

    in the left column in the footer there is 3 ps with mail telephone address. if you see the code you can check it is there

    What I have done wrong?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter mariafbanuelos

    (@mariafbanuelos)

    Hi again,

    I have the feeling the problem is about the functions.php file. I dont know how to code with php

    I am trying with things like:

    <?php

    /* Add custom functions below */

    add_action( ‘after_setup_theme’, ‘remove_parent_theme_features’, 10 );

    function remove_parent_theme_features() {
    require_once( get_stylesheet_directory() . ‘/header.php’ );
    require_once( get_stylesheet_directory() . ‘/footer-two.php’ );
    }

    But I know it is not right.

    NOTE: I use the plugin Child Theme Configurator.

    I had a look at

Viewing 1 replies (of 1 total)
  • The topic ‘[theme:alexandria] after update thing not showing’ is closed to new replies.