adamLaughlin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Action Scheduler has stalledThank 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
In reply to: [W3 Total Cache] FTP credentials stopped workingHi 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
In reply to: Function the_time() displays January 1 on all postsOh 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
In reply to: Nonplussed by jQuery Image SliderFixed 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=11jQuery was not loading.