Footer Template Theme Code

I added a plug-in that told me to delete my Footer Template code and replace it. After I did this, my site crashed. Can you send me the original Footer Template code for the X Pro theme. I’m using the Ethos stack.

I figured it out:

<?php // ============================================================================= // HEADER.PHP // ----------------------------------------------------------------------------- // The site header. // ============================================================================= x_get_view( 'header', 'base' );

Hi Pate,

Thanks for writing in! You can locate the footer file path in the following location.
x/framework/legacy/cranium/footers/views/global/_footer.php

Also another file under,
x/framework/legacy/cranium/footers/views/footer/base.php

We recommend to implement any template custiomation through a child theme. You can read more information about child theme setup from here (https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57).

Thanks!

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