wpfixpath
@wpfixpath on WordPress.org
- Member Since: May 8th, 2026
- Location: Bangkok
- Website: wpfixpath.work
-
Posted a reply to Add to cart events not firing, on the site WordPress.org Forums:
If the custom theme changed the add-to-cart button markup/behavior, that is probably the right place… -
Posted a reply to Failed Order Process Then Processed Causing Duplicate Order, on the site WordPress.org Forums:
After disabling the PayPal button on the cart page, I would run one controlled test… -
Posted a reply to Invalid Payment Method, on the site WordPress.org Forums:
Since PayPal works on the Cart page but fails on the Checkout page, I would… -
Posted a reply to Fatal error enabling Object Cache (Redis) – undefined function, on the site WordPress.org Forums:
This looks like two separate checks, not only a Redis credential problem. The failed Redis… -
Posted a reply to The plugin doesn’t handle the stocks when the customer cancels the order, on the site WordPress.org Forums:
That extra test is useful, but I would be careful with the conclusion. A Pending… -
Posted a reply to Password Reset Links Invalid When WPS Hide Login Is Enabled, on the site WordPress.org Forums:
You are right — I worded that part too broadly. The final visible URL does… -
Posted a reply to Returning an error on the Setup Wizard page, on the site WordPress.org Forums:
That confirms the issue is coming from the Elementor AI asset loading path, not from… -
Posted a reply to Stripe Payment Element iframe height is incorrect on mobile and cuts off fields, on the site WordPress.org Forums:
One extra thing to check on the staging copy: inspect the iframe parent containers, not… -
Posted a reply to Invalid WP API response, on the site WordPress.org Forums:
Since you cannot share the report ID publicly, I would debug the response path rather… -
Posted a reply to Password Reset Links Invalid When WPS Hide Login Is Enabled, on the site WordPress.org Forums:
This sounds less like email delivery and more like the reset URL being rewritten or… -
Posted a reply to The plugin doesn’t handle the stocks when the customer cancels the order, on the site WordPress.org Forums:
This is worth checking at the WooCommerce order-status transition level. When stock is reduced/restored correctly,… -
Posted a reply to post_tag-sitemap.xml don’t work, on the site WordPress.org Forums:
A few things to isolate before treating this as a general sitemap failure: Open the… -
Posted a reply to PHP Warning: Undefined array key 0 in Has_Multiple_Admins.php line 93 (multisite, on the site WordPress.org Forums:
This is good evidence and confirms the exact failure mode. The important part is: get_super_admins()… -
Posted a reply to Uploading downloadable products, on the site WordPress.org Forums:
One extra clarification that may help separate the two issues: If the problem is the… -
Posted a reply to Delivery block inside echkout is not (always) showing, on the site WordPress.org Forums:
For Blocks checkout, this usually needs to be isolated by state, not screenshots alone. Check… -
Posted a reply to Monthly reports show HTML source code, on the site WordPress.org Forums:
The evidence points to an email MIME/header problem, not the email client. Your transcript difference… -
Posted a reply to Sitemap module intermittently returns 404 until re-enabled in Rank Math settings, on the site WordPress.org Forums:
Intermittent sitemap 404 after a few days usually points to cache/rewrite/transient state, not normal Google… -
Posted a reply to getting Page Not Found in checkout when I select Razorpay as payment, on the site WordPress.org Forums:
A 404 after selecting the gateway usually means the return/redirect path or callback endpoint is… -
Posted a reply to Not enough stock validation bypassed to create a new order, on the site WordPress.org Forums:
There are two separate paths here: Cart/session behavior after a pending payment order is created.… -
Posted a reply to [Site Kit by Google - Analytics, Search Console, AdSense, Speed] PHP Warning: Undefined array key 0 in Has_Multiple_Admins.php line 93 (multisite, on the site WordPress.org Forums:
This looks like a real plugin-side edge case, not a normal site configuration issue. The… -
Posted a reply to [WooCommerce] Uploading downloadable products, on the site WordPress.org Forums:
WooCommerce is probably not “damaging” the original upload. WordPress creates resized image variants automatically, and…