webreturn10
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta pixel for WordPress] Fatal error emailsHi @marijastuntcoders ,
I’m getting the same error every single day. You say that there is nothing to worry about, but I would like to not receive those emails every day. Can you please fix the error?
Forum: Plugins
In reply to: [Meta for WooCommerce] Console errors doesn’t let me save upsellsHi Marija,
I’ve already contacted Woodmart and they tell me this issue is not on their end and that I should contact you because it works correctly when disabling your plugin. Hopefully you can fix this as soon as possible. Might there be a hotfix that I can use as of right now?
Forum: Plugins
In reply to: [Meta for WooCommerce] Console errors doesn’t let me save upsellsHi Marija,
Thank you for the quick response. I was able to save the upsell, thanks. I still have an issue though regarding the error. I’m using the Woodmart theme which adds a “Frequently Bought Together” section to the product details (as seen on the first screenshot). That still doesn’t work when the Facebook for WooCommerce plugin is enabled. Disabling the plugin fixes that issue as well. So I would like to see a fix for that as well.
Thank you for your help,
System Status Report: https://pastebin.com/YFgCdQqG
I have no logs in the fatal error logs.
Hi,
Apologies for the delay, the frequently bought together is added by Woodmart. But I found out that this error is also occuring at the related products, which is a woocommerce feature.
It looks like it is correct, but it won’t save correctly. When typing in the searchbox, the error occurs.
Dear Shameem,
Thank you for understanding, and for the information!
I will submit a feature request and in the meantime I will work on the custom solution!Kind regards,
Thijs TerluinHey Pepe,
Thank you for your message.
As I understand, there is custom code, connecting to said site via the WooCommerce API. It appears that when an order’s status is set to
Completedvia this custom code, thewoocommerce_order_status_completedhook is not triggered. Am I getting this?Correct. SendCloud is a third-party that uses the WooCommerce API, but they do not trigger the hook and they are not willing to do so.
Does AutomateWoo rely on hook
woocommerce_order_status_completedwhen it comes to the order status change trigger listed here?If so, then I don’t think AutomateWoo would help, because the core problem is that the hook is not fired when the order status is changed through the WooCommerce API; the review invitation plugin that we use works fine, SendCloud is also fine apart from them not willing to cooperate.
I would like to get to a solution with the developers of WooCommerce instead of switching plug-ins, since I think it would be better if this is possible through WooCommerce’s API instead of creating workarounds.
If you are not willing to update the WooCommerce API to allow for triggering the hook, then let me know; I will instead set up a cronjob to check the status of every order and enqueue the review invitations myself.
Kind regards,
Thijs TerluinHello Zubair,
Thank you for your response.
I could offer the alternative extension to my client, but shouldn’t it be WooCommerce’s responsibility to trigger the hook if the status of an order changes to ‘completed’ if done through the WooCommerce API?
I understand that it might be technically difficult since the hook is to be activated through the WordPress backend, but I think this should be possible. Perhaps enable it as an optional argument for the API call.
Just out of curiosity, does the ShipStation plug-in fire the hook when automatically setting the order status to ‘completed’?
Kind regards,
Thijs TerluinThank you : )
Forum: Plugins
In reply to: [Contact Form 7] Paragraph removeSince the latest update there is an autop filter applied which causes double line breaks to be turned into paragraphs, just like what happens when switching from text mode to visual mode when editing a blog post.
Was it actually necessary to apply autop? Are you planning to keep this in the plugin in the future? We often build our forms using bootstrap classes, but now a lot of paragraphs end up in the forms breaking the layout.
We are not really looking forward to setting constant WPCF7_AUTOP to false in wp-config.php for all of our clients and future clients. Would you be willing to add an option below the form content to disable autop?
I think many people would appreciate an option to opt out of changes that break their form, especially people who do not have technical knowledge.
Guest mode is enabled. If I understand correctly.. if I enable WebP for browsers, then a separate cache should be warmed for those browsers that support it. So should that be indicated by request header accept with the value containing image/webp?
We don’t have WebP optimization enabled, but we do have a separate cache for mobile devices, so that should mean I would have to send request header user-agent with a value like Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/107.0.0.0 in order to be able to warm that part of the cache?
I’ll take a look into multithreading, thank you!
Which of the following headers do I need to send besides accept and user-agent?
- accept-encoding
- accept-language
- cache-control
- sec-ch-ua
- sec-ch-ua-mobile
- sec-ch-ua-platform
- sec-fetch-dest
- sec-fetch-mode
- sec-fetch-site
- sec-fetch-user
- upgrade-insecure-requests
Since there are no cookies yet for new visitors, that should mean I won’t have to send a cookie request header, right?
I understand that I can not check what URLs are being purged, since they don’t appear in the debug purge log. However, I want to know whether there are any server related issues or configurations that could lead to parts of the cache being removed after a day.
- This reply was modified 3 years, 6 months ago by webreturn10.
Thank you for your response. We have also tried a plugin (Automatic Cache Warmer) instead of an external cache crawler and it did publicly cache pages (tested while logged out).
I don’t think the plugin has any code that ensures compatibility with the LiteSpeed Cache plugin in particular (since LiteSpeed Cache does not recognize the cache warmer’s mobile user agent as a mobile device).
Should that mean that I could create a cache warmer plugin by myself without having to dig LiteSpeed cache’s code to see how to support LScache varies?
Are LScache varies necessary to be supported if I only want to warm the public cache in order to serve cached pages for people who land on pages via Google for the first time?
Why don’t external cache warmers work for warming the public cache, but plugins do work?
Could you please also take a look at my questions regarding parts of the cache being emptied after a day? This is our #1 priority, since warming the cache would have little to no effect as parts of the cache are gone after a day.
Hi,
New logs when we click on test ‘send email’ (what we have done today and yesterday) are not registered. We only see this in latest log file of last week:2022-11-11T11:37:26+00:00 INFO Start Sending Email Using WP Mail
2022-11-11T11:37:27+00:00 INFO Email Sent Successfully Using WP Mail
2022-11-11T11:37:28+00:00 INFO Start Sending Email Using WP Mail
2022-11-11T11:37:28+00:00 INFO Email Sent Successfully Using WP MailBest regards, Tim
- This reply was modified 3 years, 6 months ago by webreturn10.
Hi, thank you! We don’t have any smtp plugin. We are using the wp mailer solution of the free edition:
https://prnt.sc/w8shLgt6KTHo
Emails are send from an emailadress @domain2.com which are not the same of domain.com where this installation is. This was for years so and always working but for now not any more?
Best regards, TimHi,
Thank you.
As you may see on https://ww.wp.xz.cn/support/plugin/email-subscribers/ more people have the same issue. Emails are not sending any more.When we click on send test email we only see this for one second: https://prnt.sc/FW6ZTdypZtQB and then nothing happend than? No error message or something.