• Adrian

    (@locka)


    I having an issue getting my modified footer-extensions.php to work from my child theme css code ive created there works fine. and I’ve created all the matching folders and put the code in the same place but it just not being read.

    Please can you tell me if this theme supports more than just CSS in the child theme and if this is correct way to do it. From what I’ve read it should be.

Viewing 4 replies - 1 through 4 (of 4 total)
  • highdiver2000

    (@highdiver2000)

    I used the CSS override function to push in my changes. Which is only a single font size change.

    Thread Starter Adrian

    (@locka)

    Thanks for the reply CSS works fine in my child theme it’s just php I have an issue with and I wish to make my site fully upgrade compliant

    stephencottontail

    (@stephencottontail)

    One thing to check is if you’re calling in your file correctly. If your file is called footer-extensions.php, then you need to call get_footer( 'extensions' );. If you have access to your server’s logs, check to see if there are any errors. If neither of those help, try posting your modified file to pastebin and posting the link here.

    Thread Starter Adrian

    (@locka)

    My php file is the same name as the one from the main theme I was lead to believe that this one then took precedence Is not the case?

    Currently all my files are local I have yet to publish them live

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Child Themes php not loading’ is closed to new replies.