• I haven’t been able to figure this out for ages!!

    My WP-nicescroll plugin doesn’t work when Advanced Ajax Page Loader is activated.
    When it is activated I have an error saying “Failed to load resource: the server responded with a status of 404 (Not Found)” for reload_code.js file. I know that WP-nicescroll is NOT the problem, because i deactivated it and the reload_code.js is still showing the same error that it’s missing.

    I guess the file is being written since it’s not in my plugin file in FTP. So I can’t even try to reload it in Advanced Ajax Reload Code section in its settings. Even then I did try to reload it by using this…

    jQuery.getScript(“http://site.com/wp/wp-content/plugins/advanced-ajax-page-loader/reload_code.js”, function(data, textStatus, jqxhr) {
    //console.log(data); //data returned
    //console.log(textStatus); //success
    //console.log(jqxhr.status); //200
    //console.log(‘script.js loaded.’);
    });

    … but nothing changes. Error still shows.

    Does anyone know how to fix this please?

    http://wordpress.org/plugins/advanced-ajax-page-loader/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reload_code.js fails to load’ is closed to new replies.