redwiregareth
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Permalinks break once a day when Yoast is activeAfter switching YOAST to All In One SEO I realised the problem still persists. The problem seems to be with Polylang, and not a conflict with YOAST.
Forum: Plugins
In reply to: [Yoast SEO] Permalinks break once a day when Yoast is activeI can confirm I am also experiencing the same problem. Saving the permalinks or disabling and reactivating YOAST fixes the problem, until the next day it breaks again.
For me this is only happening on one language /pt/ where as /de/ isn’t experiencing any problems. This probably explains why the Plugin Author can’t replicate the problem as it doesn’t seem to happen for every language.
Since the website seems to break overnight I assume there must be a daily YOAST or Polylang scheduled task causing the problem.
- This reply was modified 10 months ago by redwiregareth.
Forum: Plugins
In reply to: [Klaviyo] Outdated API Version?Thanks, I looked at the API Usage report. The only other code on the site is signing up a user to Klaviyo but I’m using the official PHP SDK for that https://github.com/klaviyo/klaviyo-api-php
I will open a ticket on the Klaviyo site, since this doesn’t seem to be related to the WordPress plugin.
Forum: Plugins
In reply to: [Klaviyo] Outdated API Version?Thanks for the quick reply. We are already using 3.3.5. So I assume it’s automatically sending requests via the correct API? We don’t need to configure it in anyway?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Incorrect total sent to PaypalHi Joost,
Thanks for your reply. FYI I am a WooC Developer. You say “Typically, most payment gateways initiate the payment procedure after the WooCommerce order creation. However, the PayPal Payments plugin creates the PayPal order before the WooCommerce order.”
Can you please point me to where the PayPal order is created in your code. If I can understand better how your plugin works I can implement my discount rules before and I can stop bothering you with questions.
I would reply to the private support ticket, but the agent there said they can’t help me, hence why I tried here.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Incorrect total sent to PaypalSure no problem, I am using the woocommerce_before_calculate_totals hook to alter the cart and discount it for the user before paying.
I have tried two different ways to discount the price but neither work with your plugin.
Solution 1:
Whilst looping the basket items I alter the price of an item using the set_price() function and reduce it.Solution 2:
I add a negative cart fee which produces the discount e.g.
$cart->add_fee( ‘Promotional discount’, -$discount, true );I have tested both these solutions with the following payment methods and they work fine:
- Stripe
- Worldpay
- Cash on delivery
- PayPal Standard
- Direct bank transfer
It even works with the old PayPal Standard integration, but not with the Woocommere PayPal Payments plugin.
Thanks in advance.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Incorrect total sent to PaypalCan you point me to the correct file/function in your code that grabs the total before sending to Paypal? If you can do that I’ll be able to work the rest out myself.
Thanks you.
Forum: Plugins
In reply to: [Timber] Deprecated messages with PHP 8.1Having the same issue.
This was resolved by the support team on another support ticket, they have to reconfigure the domain inside WordPress.com to make it work.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to Insert BlogExcellent, that worked. Thank you.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to Insert BlogCan anyone from Jetpack help? From reading other posts about this this can only solved by the Jetpack team reconfiguring a domain on their side.
Does anyone else have this issue?
Forum: Plugins
In reply to: [Web Stories] Web story renders as a white pageHi,
I set up a staging site and web stories also didn’t work, which is to be expected. I turned all the plugins off and it still didn’t work. I switched to a default WordPress theme and then it started working again. I reactivated the our bespoke theme and it continued to work. I reactivated all the plugins and it also continued to work. So ultimately I ended up going full circle back to the original setup that was failing but it continued to work, which makes no sense at all.
In theory I could go through this process on our lives site and perhaps it would fix the problem. But the client wont be happy with me doing this.
Unfortunately we’ve decided to look for another plugin. Thanks for your time.
Forum: Plugins
In reply to: [Web Stories] Web story renders as a white pageThanks for checking in, I’m in the process of setting up a staging site. I will report back after debugging.
Forum: Plugins
In reply to: [Web Stories] Web story renders as a white pageHi,
I tried that and still get the same white page. I also get the white page if I view the Preview.