Support » Plugin: Advanced AJAX Page Loader » [Plugin: Advanced AJAX Page Loader] Reload code for WP Contact Form 7

Viewing 5 replies - 1 through 5 (of 5 total)
  • where should i put that code?

    Thread Starter anthonysousa

    (@anthonysousa)

    Go to plugin’s settings at Settings > Advanced Ajax Page Loader

    There is a field called “Reload Codes”.
    Just put the code there.

    Plugin Author Dean Williams

    (@deano1987)

    Thank you anthony – I have added this to the reload codes site here:

    http://software.resplace.net/WordPress/AjaxPageLoader.php

    This reload code doesn’t work for me.

    I think it could be due to an update of WP Contact Form 7 (v 3.3.1), the scripts.js is in a subdirectory of the plugin’s folder. I updated the path to the new folder, with no success:

    jQuery.get('localhost:8888/jjz/wp-content/plugins/contact-form-7/includes/js/scripts.js', function(data) { eval(data); });

    I’m not very familiar with ajax, so I love this plugin, but need to get my form working. Thanks!

    @dwood7399

    The following should get you going:

    Replace
    jQuery.get('localhost:8888/jjz/wp-content/plugins/contact-form-7/includes/js/scripts.js', function(data) { eval(data); });

    With
    jQuery.get('/wp-content/plugins/contact-form-7/includes/js/scripts.js', function(data) { eval(data); });

    Hope that helps!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Advanced AJAX Page Loader] Reload code for WP Contact Form 7’ is closed to new replies.