• Resolved flexyz

    (@flexyz)


    Hi

    I am trying to use the plugin and it looks great, but when I submit it never posts anything to mailchimp.

    I tried to show debug messages, and it looks like the javascript returned from shortcode_form.php is wrong beacuse wp is doing newlines and <p>

    example:

    <p><script type=”text/javascript”>
    alert(‘hello
    <div>world</div>
    <p>’);
    </script></p>

    I tried remove_filter(….,wpautop) – also present in my theme function.php

    any clues?

    Thanks

    http://ww.wp.xz.cn/plugins/yikes-inc-easy-mailchimp-extender/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi flexyz

    I am going to have my programmer co-worker look at this and get back to you ASAP.

    Thanks!
    -Tracy

    Hi flexyz,

    Can you show me a link with the plugin on your site?

    We have to run into jQuery conflicts in the past as the plugin uses jQuery and ajax request to submit data.

    The plugin also requires the latest version of jQuery. Iff you’re enqueuing from your theme or some other plugin a different version or multiple versions of jQuery you could run into problems.

    Carlos

    Thread Starter flexyz

    (@flexyz)

    Hi

    I solved it, the theme I use is calling wpautop manually, so I removed the wpautop call if the block of data was <script type=

    Thanks
    Felix

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Oh, great! We’re glad you were able to figure it out.

    Have a good day!
    -Tracy

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

The topic ‘post / submit not working’ is closed to new replies.