• A temporally fix for those who are using W3TC, where combined scripts are placed in the footer.

    upPrev may not work because its script is loaded in the head section before jQuery. To fix it, edit upprev.php and replace line #82:

    wp_enqueue_script("upprev-js",$plugin_path.'upprev_js.php');

    with

    wp_enqueue_script("upprev-js",$plugin_path.'upprev_js.php',array(),'1.4.0',true);

The topic ‘[Plugin: upPrev Previous Post Animated Notification] upPrev v1.4.0, W3TC and combined scripts in the’ is closed to new replies.