Title: adamLaughlin's Replies | WordPress.org

---

# adamLaughlin

  [  ](https://wordpress.org/support/users/adamlaughlin/)

 *   [Profile](https://wordpress.org/support/users/adamlaughlin/)
 *   [Topics Started](https://wordpress.org/support/users/adamlaughlin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/adamlaughlin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/adamlaughlin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/adamlaughlin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/adamlaughlin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/adamlaughlin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Action Scheduler has stalled](https://wordpress.org/support/topic/action-scheduler-has-stalled/)
 *  Thread Starter [adamLaughlin](https://wordpress.org/support/users/adamlaughlin/)
 * (@adamlaughlin)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/action-scheduler-has-stalled/#post-18123351)
 * Thank you for your reply; for the sake of posterity, I’ll confirm that re-running
   the “pending” action solved the problem. In my semi-panicked state I failed to
   notice that “pending” was a discrete category from “past-due” and expected to
   solve the problem by running the oldest action in the past-due queue instead.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] FTP credentials stopped working](https://wordpress.org/support/topic/ftp-credentials-stopped-working/)
 *  Thread Starter [adamLaughlin](https://wordpress.org/support/users/adamlaughlin/)
 * (@adamlaughlin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/ftp-credentials-stopped-working/#post-17559735)
 * Hi Marko, thanks for replying to my question.
 * We’re using the Self Hosted via Subdomain option, and when I visited the “remote
   address” that failed to transfer, the file was indeed there. Some files were 
   transferred manually so I assumed the ones I tested were among those.
 * I can reinstall the plugin to get you a screenshot if you still think it could
   help you figure out the problem. Cheers.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Function the_time() displays January 1 on all posts](https://wordpress.org/support/topic/function-the_time-displays-january-1-on-all-posts/)
 *  Thread Starter [adamLaughlin](https://wordpress.org/support/users/adamlaughlin/)
 * (@adamlaughlin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/function-the_time-displays-january-1-on-all-posts/#post-5710390)
 * Oh wow so it’s a complete mistake, thanks a lot for taking a look at my request.
 * Saved me probably…. two hours?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Nonplussed by jQuery Image Slider](https://wordpress.org/support/topic/nonplussed-by-jquery-image-slider/)
 *  Thread Starter [adamLaughlin](https://wordpress.org/support/users/adamlaughlin/)
 * (@adamlaughlin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/nonplussed-by-jquery-image-slider/#post-5241120)
 * Fixed using this code:
 *     ```
       function jquery_override() {
       	wp_deregister_script('jquery');
       	wp_register_script('jquery', get_template_directory_uri().'/js/jquery.js');
       	wp_enqueue_script('jquery');
       }
       add_action('wp_enqueue_scripts', 'jquery_override');
       ```
   
 * Special thanks to Marventus!
    [http://wordpress.org/support/topic/jqueryjavascript-not-loading-in-custom-theme-but-only-on-my-server?replies=11](http://wordpress.org/support/topic/jqueryjavascript-not-loading-in-custom-theme-but-only-on-my-server?replies=11)
 * jQuery was not loading.

Viewing 4 replies - 1 through 4 (of 4 total)