• We are developing a test site and it is in maintenance mode, so I don’t have a link for you. But we updated to the latest WordPress, UnderStrap child theme, and UnderStrap parent theme. The footer does not appear on the site on any pages. I deactivated all my plugins with no luck. I deleted the widgets in the footer and replaced them, still no luck. I believe it is the UnderStrap parent theme that is causing the issue. Please advise.

Viewing 1 replies (of 1 total)
  • You need to include the new php tag for the footer (it changed in recent understrap release). You can compare your custom footer.php to the parent theme’s footer.php and see the difference.

    <?php get_template_part( ‘sidebar-templates/sidebar’, ‘footerfull’ ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Footer disappeared’ is closed to new replies.