gsibert
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] 10.8.0 Update ErrorSame for me, but can’t access any products post fail, so definitely visible errors.
I fixed it for now:
In includes/class-wc-invoice-gateway.php, line 475, the email_instructions function has an inverted status check. The condition uses !== which causes instructions to appear in every customer email except on-hold. Change !== to === so it reads:
apply_filters( ‘wc_invoice_gateway_process_payment_order_status’, $this->order_status ) === ‘wc-‘ . $order->get_status()
Forum: Reviews
In reply to: [Offload, AI & Optimize with Cloudflare Images] Very nice, waiting for PROHmm, what is the ETA on that? It could change a solution for a current build.
Forum: Plugins
In reply to: [Social Feed Gallery] 3.4 broke feedWorked for me, thanks.
Forum: Plugins
In reply to: [Social Feed Gallery] 3.4 broke feedCopy download link and change it to the version you want:
https://downloads.wp.xz.cn/plugin/insta-gallery.3.3.9.zipThen download and either delete and install that downloaded version or use ftp/sftp to upload over the 3.4 version.
- This reply was modified 3 years, 11 months ago by gsibert.
Forum: Plugins
In reply to: [DynamicTags] Hide section with post widgetThanks for the tips but I couldn’t get it to work. Ended up making 2 different page templates and using conditions to determine what page to show.
Forum: Plugins
In reply to: [Safe Redirect Manager] Redirect loopSince support is so useful here, I’ll post what I found to work after spending the rest of the day… when you suck at regex it takes all day to figure 9 characters:
^[^\/]?\/(alabama|alaska|arizona|arkansas|california|colorado|connecticut|delaware|florida|georgia|hawaii|idaho|illinois|indiana|iowa|kansas|kentucky|louisiana|maine|maryland|massachusetts|michigan|minnesota|mississippi|missouri|montana|nebraska|nevada|newhampshire|newjersey|newmexico|newyork|northcarolina|northdakota|ohio|oklahoma|oregon|pennsylvania|rhodeisland|southcarolina|southdakota|tennessee|texas|utah|vermont|virginia|washington|westvirginia|wisconsin|wyoming)
in the to:
/your-slug/$1
The upper query only grabs the states at the root URL, not query strings or other slugs. That’s what was causing my loop.
Forum: Plugins
In reply to: [Safe Redirect Manager] Redirect loopI’ve been reading those for 2 hours… thanks for the helpful tip.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Woocommerce Analytics ProOk, so I opted for monster pro, CAOS, super stealth…
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] User Role IssueI am seeing the error you pointed out, and it only happens when logged in as a vendor. Thanks for the lead, I can follow that trail. I’ll post if I find anything.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] User Role IssueAre you saying that logged in as a vendor it functions the same as if you aren’t logged in? I don’t find that to be true.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] User Role IssueDone
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] User Role IssueForum: Plugins
In reply to: [YITH WooCommerce Wishlist] User Role Issueyith-woocommerce-wishlist.php does call the WC_customers class which refers to the customer role… though I don’t enough to know if that means anything.
Here’s a very short video showing the issue. The first part is logged in as a Vendor and the second part is the proper function which works for non-logged in, customers, and admin role. It’s just the vendor role created by WC Vendors that doesn’t work right. I did try this on a complete cache free development environment with the same result.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] WPEngine cacheThanks, set the exclusions on WPEngine with the proper cookie name. Not sure how I grabbed the wrong link to your article but this is the one I meant to post and where you should update the cookie name.