Title: kttek's Replies | WordPress.org

---

# kttek

  [  ](https://wordpress.org/support/users/kttek/)

 *   [Profile](https://wordpress.org/support/users/kttek/)
 *   [Topics Started](https://wordpress.org/support/users/kttek/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kttek/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kttek/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kttek/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kttek/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kttek/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp for WooCommerce] duplicate form-row mailchimp-newsletter appearing below footer on all pages](https://wordpress.org/support/topic/duplicate-form-row-mailchimp-newsletter-appearing-below-footer-on-all-pages/)
 *  Thread Starter [kttek](https://wordpress.org/support/users/kttek/)
 * (@kttek)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/duplicate-form-row-mailchimp-newsletter-appearing-below-footer-on-all-pages/#post-14896821)
 * Hi,
 * I did change the default location to `woocommerce_checkout_before_terms_and_conditions`
   so 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp for WooCommerce] duplicate form-row mailchimp-newsletter appearing below footer on all pages](https://wordpress.org/support/topic/duplicate-form-row-mailchimp-newsletter-appearing-below-footer-on-all-pages/)
 *  Thread Starter [kttek](https://wordpress.org/support/users/kttek/)
 * (@kttek)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/duplicate-form-row-mailchimp-newsletter-appearing-below-footer-on-all-pages/#post-14895774)
 * 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp for WooCommerce] duplicate form-row mailchimp-newsletter appearing below footer on all pages](https://wordpress.org/support/topic/duplicate-form-row-mailchimp-newsletter-appearing-below-footer-on-all-pages/)
 *  Thread Starter [kttek](https://wordpress.org/support/users/kttek/)
 * (@kttek)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/duplicate-form-row-mailchimp-newsletter-appearing-below-footer-on-all-pages/#post-14863847)
 * 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.

Viewing 3 replies - 1 through 3 (of 3 total)