negapo
Forum Replies Created
-
Just a side note, we have excluded the links folder from the cache (plug-in and CloudFlare): /wp-content/uploads/woo-product-feed-pro/xml/*
Forum: Plugins
In reply to: [WooCommerce] Huge Action Scheduler tablesSame for me, anyone knows what this cron job does? We dont even have any downloadable product.
Forum: Plugins
In reply to: [Meta for WooCommerce] Memory limit reached after last updateI have abandoned this plug-in a while ago because its simply not good (to be kind) but i felt the urge to reply. I had 4gb on my server and the plug-in maxed out the memory, what kind of server do we need to run this?
Other plug-ins just split the process and run several cron jobs, simple as that.
Its seems that the developers are in denial on this plug-in, maybe its time to wake up and face the issues.- This reply was modified 5 years, 3 months ago by negapo.
Forum: Plugins
In reply to: [WooCommerce] How To Ensure That WooCommerce Messages Are DKIM-Signed?Ah, sorry, misunderstood the issue. You can use a plug-in like “Post SMTP” and all of your WP/Woo emails will bypass the wp_mail() and be sent thru your server of choice like Google Workspace. You can even fallback to your server in a fail safe strategy.
Forum: Plugins
In reply to: [WooCommerce] How To Ensure That WooCommerce Messages Are DKIM-Signed?Im not an expert but i think you can only DKIM sign on a domain that you have access to DNS records, so gmail is out of reach. Why are you not using your server to send emails, are the IP`s banned ou do they have a bad reputation?
We had a lot of issues with our emails but we ended up using our server to send emails via WooCommerce with a DKIM signature.
Forum: Plugins
In reply to: [Meta for WooCommerce] Clean Uninstall of Plug-InHi, thanks for the reply.
I did follow the guide but was still left with more then 15.000 rows on table ‘postmeta’ that start with ‘_wc_facebook’. I have also took a look at the plug-in files and couldn’t find any obvious routine of cleaning this meta data, there are a lot of files and maybe i missed it.
Please help me, and others, clean this and other data left by the plug-in, you can point me for the code on the plug-in ou just list the tables/meta data.
Thanks.Forum: Plugins
In reply to: [Meta for WooCommerce] Clean Uninstall of Plug-InHave also found this meta keys that i dont know if they were inserted by your plug-in:
fb_image
fb_product_description
fb_product_group_id
fb_product_image
fb_product_item_id
fb_product_price
fb_visibilityForum: Plugins
In reply to: [Meta for WooCommerce] Variation image or parent image?I cant understand why are you selecting a random variation image for the main product image on variable products, this is nonsense. How can we set the main product image on facebook as the main product image on Woo and let the variations have their own image. This is how Woo is set up:
Variable Product: Has a main image called “product image” that is the image that appears on the “catalog”
– Variation 1 – Has its own image
– Variation 2 – Has its own image
– Variation 3 – Has its own imageI know there is an option to set up the variation image as the main product image but that’s not what a lot a people are complaining, they want the main product image on a variable product to be …. the main product image on Woo.
Image this, you have a necklace that comes in three colors, so you create a variable product on Woo with three variations: Yellow, Black and White. Then you take a picture of the three necklaces together that you set up as the product image, and then you take another three pics, one of the black, one of the white and one of the yellow and you set up each one of them to the corresponding variation.
Then the facebook plug-in syncs the product and you get your main product image as the yellow one. But why? why isnt the main product image used, the one that has the three options on the same pic?
Please help us out. Thanks
Forum: Plugins
In reply to: [Meta for WooCommerce] Memory limit reached after last updateI’m also experiencing this memory leak, we have a VPS with plenty of CPU and RAM and the plug-in is retrying a failed schedule action to sync every 3 minutes and fails while exhausting the RAM.
In our case it seams a conflict with SiteGround optimizer plug-in (SG Optimizer), more precisely with Memcache. I saw the github issue but im not sure if its the same thing. I havent tried the workaround with the json file, i just disabled sync for now.Forum: Plugins
In reply to: [WooCommerce] Best Practice for ImagesThanks Sunday,
I do understand the upside of using unique names for the same images but in my case the downside of having plus 20 requests for images would be worse with the amount of traffic we get. But i will set up the images on the all variations even when they are the same as the main product images.
RegardsOur Stripe gateway also stopped working on 5.7.9
Its a menu in your Cloudflare account (if you have one). But if your site is running fine now you dont need to take that extra step.
Hi @hbk747
Sure, no problem
1. Log-In to cloudflare.com and chose the desired Domain (probably you just have one like me)
2. On the top menu bar chose “Workers”
3. There should be a table with the columns “Route and “Worker” where the route shows something like “https://www.YourDomain.com/*”
4. Click on “edit” on the right side
5. A pop up should appear, on the option “Worker” select “none”, then click save.Thats it, hope it helps.
@shaileshwar Great, just one thing you should do now, go to your cloudflare account – chose your domain besthomeequip.com, then click on the “Workers” menu, there should be a route for “besthomeequip.com/*”, click on edit, “Worker – None”, click on save.
I didnt had the page cached, it was the first time i visited the page. Tried with pagespeed, it also renders the page fine. Did you enabled the recent “cloudflare” option on SG Optimizer?