Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dean Williams

    (@deano1987)

    Hey Andreu,
    you must have had a very old version of this plugin. Yes some time ago I did away with the reload_code.js file.

    Now all reload codes are handled in your wordpress admin panel, go to “settings > Advanced Ajax Page Loader” and look at the “reload codes” input box.

    This means any updates in future retain your reload code and obviously also means you no longer have to manually edit files which is nasty.

    Finally…
    The commercial purchase option is for those using AAPL on commercial websites, this means a site selling products or services and making money. Or someone who is installing AAPL for a client that is paying them for the work.
    If you make a donation I have been pretty lenient to just add you as “commercial” licensed as a thank you ??

    I just downloaded and the debbuger shows that reload_code.js are missing…

    Some variables points to it:

    $file = fopen(plugin_dir_path(__FILE__) . ‘/reload_code.js’, ‘w’);

    <script type=”text/javascript” src=”<?php echo plugins_url( ‘reload_code.js’ , __FILE__ );?>”></script>

    Inside advanced-ajax-page-loader.php

    And it didn’t work at all for me … can someone help me ?

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