How to programmatically change footer in Renew?

Hi,

I am trying to modify footer programmatically, so

  • i created a child theme,
  • i copied/pasted framework/views/footer/* into the exact same directory in my child theme
  • set correct permissions

the result is that my footer disappears.
When i rename my footer directory to _footer, it reappears.
So it seems the files are taken in account, but how would an exact copy of parent theme would cause that ?
And, finally, how should i customize my footer correctly ?

Thanks a lot!

Hi There,

Thanks for writing in! The correct file would be wp-footer.php which you can locate under the following path (x/framework/legacy/cranium/footers/views/renew/). To override it, you need to copy that file into your child theme’s respective location (x-child/framework/legacy/cranium/footers/views/renew/wp-footer.php).

Hope that helps.

Thanks it works!
But seems quite strange i have to override wp-footer.php in legacy to change footer, and that i have to override _brand.php in global in order to change header…
cheers

Hi There,

Those template files locate in different directories.

Regards!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.