kttek
Forum Replies Created
-
Hi,
I did change the default location to
woocommerce_checkout_before_terms_and_conditionsso that it would have more chance of being ticked.I used to have a popup signup form, which was generated from the MailChimp website, but I deactivated this in favour of a dedicated signup page, which has some embedded code from MailChimp. Though I doubt that these are the offending parts.
I will be honest, I am not familiar with seeing what plugins are using what hooks, do you have any tips on this?
no worries, since I have managed to hide it, it’s not so much of a concern, other than its loading will be affecting load times a little.
It is still generating the code, though visually it is behind the footer.
What other information would you like?Well I managed to solve this, in the most unconventional method, I added the following code to the custom CSS:
.site-footer{ position:absolute; left:0px; right:0px; width:auto; }as much as this is no longer visible, it will still be getting placed, so it will be worthwhile seeing if there is an issue with the plugin randomly putting code out or if there is known issues with other plugins and themes.