Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @sitelogic – It does look like it could be a missing wp_footer() issue.

    You should have a footer.php template in your child theme. You’d want to make sure that the following is included in the template anywhere before the </body> tag toward the bottom.

    <?php wp_footer(); ?>

    Let me know if you’re able to get that added and whether or not it resolves the issue.

    Thread Starter sitelogic

    (@sitelogic)

    That’s the issue – I’m not sure where to add that. I’m working in a child theme, so the only thing I can change is the functions.php file. I’m not sure how to add that code to that file….

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @sitelogic – Are you able to take a peek at the parent theme’s footer template? If the wp_footer() method is there, then you shouldn’t need to add it to your child template anyway.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer in Genesis framework’ is closed to new replies.