Hello,
I recently did an Enfold update.
I have a couple pages where I have a pop up email opt-in that only comes up when the link is clicked.
Since the update, the pop up now appears when the page is opened, and the page just reloads when the link is clicked.
Here’s the code in the link:
<a href="#" onclick="awf_Form_.showForm(); return false;"><strong>click here</strong></a>
Here’s the code I have at the bottom of the page:
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//forms.aweber.com/form/55/810397455.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "aweber-wjs-q8p2d1sy8"));
</script>
What can I do to get this working again?
Hello, just bumping this up since it’s been 21 hours without a reply?
Thanks!
Hi,
Our support is limited when it comes to debugging third party code, does the code in question work if you activate one of the default WordPress themes? You might want to reach out to the author of the code for further help.
Best regards,
Rikard
I managed to fix this myself. This can be closed.