clayj
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Monitor] Can’t open overview in frontendSame. I’m using the GeneratePress theme, but haven’t had a chance to thoroughly debug yet.
I figured out that the new version of GenerateBlocks does not wrap the image block in a figure element with class gb-block-image, like the old version did. So putting a container with that class (doesn’t have to be a figure element) around the new image block will fix the issue. Also, there is no longer an option to set the link source to “single image,” but there are a couple other options that work for that.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] WooCommerce Waitlist issueThanks for the quick reply. Honestly, I don’t know exactly when this started. I’ll send you the plugin.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Cannot change “ignore order status”Yes, there are several other woocommerce extensions, but nothing that seems like it would relate to this issue. Let me test a couple things on my staging site before you spend time on this, and I’ll get back to you if I can’t resolve it. Thanks for the help.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Cannot change “ignore order status”Thanks for the quick response. I’m using the latest versions of woocommerce and cart stock reducer.
It seems the Ignore Order Status field issue is browser-related. I was using Safari when i had the problem. I was able to change the selection with Firefox.
But I still don’t know why orders that aren’t completed within 45 minutes are not auto-cancelling. You’re not aware of a conflict that causes that issue?
After installing the latest update, the plugin has started working again.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Sparkpost integrationI really need the Sparkpost integration also. Any progress on that front?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Configuration change – only paid solutions?I have exactly the same problem/question. Did you ever figure out the answer?
Forum: Themes and Templates
In reply to: Adding a header image to Thematic: Unsolved MysteryAre you committed to having the background image on “#blog_title a”?
I assigned a background image to the #header div on a thematic site, and it works great.
#header {
background-image: url(images/headerimage.jpg);
}