Help: "wp-footer" not showing up

Hello!

I’m using a popup plugin to capture emails when someone downloads a PDF file off of my site. For the past few days, the popups have not been opening properly, and I came across this possible error:

When I looked up wp-footer on the page, it’s not there.

Could you help me restore the wp-footer component on the theme?
Thanks so much!

Nadia

Hello Nadia,

You wp-footer is there. You cannot access it using chrome developer because it is template file you can see it on this file:
wp-content\themes\x\framework\views\footer\base.php

On line 20 of that file, you can see this line:

<?php wp_footer(); ?>

It might be a plugin conflict. You can try deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

Yup, it turned out to be a plugin error. Thanks for your help :slight_smile:

We are delighted to assist you with this.

Cheers!

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