jedimoff
Forum Replies Created
-
I fixed the error by setting the Set Cookies to Yes. It was set to no.
JeremyHere you go:
Forum: Plugins
In reply to: [WooCommerce] Scheduled Action failedI don’t see an option to manually run failed tasks?
There are now 49 failed tasks
JeremyForum: Plugins
In reply to: [WooCommerce] Scheduled Action failedIs it okay to try to manually run the ones that are really old?
Jeremy
Forum: Plugins
In reply to: [WooCommerce] Scheduled Action failedHi,
Here is the screen capture you requested.
https://snipboard.io/5N6LWh.jpg
This may be important info. The site is a staging site on site ground and I just found out we had to manually enable cron jobs for the site. We have done that.
So do we need to be concerned about the old ones that did not run?Thanks
JeremyForum: Plugins
In reply to: [WooCommerce] Scheduled Action failedHere you go
https://pastebin.com/ttRrdFtCThere are no fatal error logs
ThanksForum: Plugins
In reply to: [WooCommerce] Scheduled Action failedI don’t really want to paste the status log and woocommerce system status here. Is there an email I can send it too or a private way to get it to you? thanks
JeremyForum: Themes and Templates
In reply to: [Virtue] HTML Code Displaying in Product TitleDid you find a solution for this issue? I am having the same issue.
thanks
Jeremy
I am having the same issue but only on mobile devices.
Thanks!
Jeremy
Hey after further review it turns out it was one product that had the error. I removed the Freq bought products from that product and re-added them and it is working again.
go figure.
Thanks
Thanks
Jeremy
Scott,
I think I figured it out. I believe gmail was embedding the video via taking the link in the blocked attacks section and automatically displaying the video at the bottom of the email.
I did send you a screenshot to review.
Thanks
Jeremy
Forum: Plugins
In reply to: [WP Gallery Custom Links] Are you still updating this pluginThanks for the quick response and for maintaining the plugin!
J
Forum: Plugins
In reply to: [WP Job Manager] Listing Expiry Date isn't working correctlyThis is what I ended up doing to fix the issue on the front end
edited this file
/wp-content/plugins/wp-application-deadline/assets/js/deadline.js
Changed line 17 from
var date = new Date( jQuery(this).val() );
to
var date = new Date( jQuery(this).val().replace(/-/g, ‘\/’).replace(/T.+/, ”));
Question is there a way for me to do this in a function or child theme override?
Thanks
Jeremy