Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author fullworks

    (@fullworks)

    Have you tried going to settings and unchecking the third option. This turns off all jquery.

    Let me know if a conflict still exists

    Thread Starter YYH MSG

    (@supportyyhmsgnet)

    I apologize, I just figured out that I had two plugins turned off when I was testing this and it appears it is not yours (that jquery setting is off, however – so maybe it would cause trouble if it was on). The plugin that is causing my issues is the https://wordpress.org/plugins/remove-query-strings-from-static-resources/

    Or at least as best as my testing can indicate.

    Thanks for the quick response! and sorry again for the trouble. I’m glad it wasn’t your plugin because that has saved us tons of headaches with fake accounts!

    Plugin Author fullworks

    (@fullworks)

    The only jQuery my plugin uses is

    jQuery(document).ready(function($) {
      $(".comment-form input[name='author']").blur(function() {
        $(this).val($(this).val().replace(/\d+/g, ''));
      });
    });

    I would have been surprised if this would cause conflict with anything.

    Thanks for getting back to me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflicts with Woocommerce 3.0 cart/checkout’ is closed to new replies.