Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ryann Micua

    (@pogidude)

    hmmmm.. there’s a javascript error in the page due to your using a mailchimp form in the sidebar.

    This may fix the problem. Edit the action box, then in the Process Opt In Form Code field, look for something that looks like this:

    <form action="https://365Plainfield.us3.list-manage.com/subscribe/post?u=c6f679b62108ecbb0fd93f0d2&id=4a755bdcc3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form">

    This should be the first line actually. then, delete the following from the code above:

    id="mc-embedded-subscribe-form"

    so that you are left with

    <form action="https://365Plainfield.us3.list-manage.com/subscribe/post?u=c6f679b62108ecbb0fd93f0d2&id=4a755bdcc3" method="post" name="mc-embedded-subscribe-form">

    Thread Starter leslie_j_r

    (@leslie_j_r)

    Thank you so much! I deleted the sign up box from the sidebar and now the box in the posts works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘button not working’ is closed to new replies.