• Resolved wearebase

    (@wearebase)


    Hi,

    On my development server since updating the plugin it calls the new version of jQuery form – the html call is:

    <script type='text/javascript' src='https://dev.mm.devba.se/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js-2013.01.18'></script>

    However if I edit controller.php line 231 from
    array( 'jquery' ), '3.25.0-2013.01.18', true );
    to:
    array( 'jquery' ), '', true );

    Then it generates this html:
    <script type='text/javascript' src='https://dev.mm.devba.se/wp-content/plugins/contact-form-7/includes/js/jquery.form.min-bcb509.js'></script>

    which allows the plugin to work correctly… is there an issue with the plugin, anyone else seeing this?

    I’m using wordpress 3.5.1.

    Thanks!
    – Matt

    https://www.ads-software.com/extend/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter wearebase

    (@wearebase)

    Hi,

    Please ignore – turned out to be an issue with another plugin that rewrites all JS and CSS on the page to avoid caching.

    It’s wasn’t clever enough to take into account the ‘-‘.

    Thanks,
    – Matt

Viewing 1 replies (of 1 total)
  • The topic ‘jQuery Form get's 2013.01.18 added to it so it 404's’ is closed to new replies.