padc
Forum Replies Created
-
Just to update… this is due to my web server being blocked by MailChimp/Akamai.
This is proven by running a cURL test from the server, I am getting a 403 error (AkamaiGHost):
curl -I "https://us21.api.mailchimp.com/3.0/ping"
HTTP/2 403
server: AkamaiGHost
mime-version: 1.0
content-type: text/html
content-length: 396I have requested my server is white listed with MailChimp and contacted my hosting provider. So far, no response.
It would still be ideal if the issue didn’t kill the Subscription plugin. At the moment I’ve just disabled the plugin altogether and, I guess, we won’t be using MailChimp until it’s fixed. Shame.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Post Carousel not responsiveYeah, thanks… moved on to an alternative plugin a month ago.
- This reply was modified 3 years, 7 months ago by padc.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Tooltip breaks card on archive pageTry this? https://vimeo.com/696130037
Forum: Plugins
In reply to: [Media Sync] Import fails with 503 Service UnavailableThanks @erolsk8
I was aware of the select all – I meant something like this (for those experiencing problems with the batch):
Forum: Plugins
In reply to: [Media Sync] Import fails with 503 Service UnavailableThanks @erolsk8,
Contacted my host. They said the site was using too many resources and asked if it was possible to slow the requests coming in via the plugin. However, I don’t think the plugin was making an excessive number of requests…
I have moved the site to a different server and now Media Sync seems to be working perfectly. I’ve been able to import a batch of 100+ images in one go!
Many apologies this seems to have been somewhat wasted time, but perhaps you could look to add an option to manually throttle the request rate in future. Either that or add a one-click import button in the file list. (It’s a bit of a pain to tick files one by one, then click the import button each time.)
- This reply was modified 4 years, 6 months ago by padc.
Forum: Plugins
In reply to: [Media Sync] Import fails with 503 Service UnavailableOne other thought that may have an impact…
The old site (from where the media originated) has Settings > Media > Organize my uploads into month- and year-based folders checked, whereas the new (dev) site does not.
This means all media to be imported is within year > month folders, and existing media is just loose in the Uploads folder.
Don’t know if this has a bearing on things??
Forum: Plugins
In reply to: [Media Sync] Import fails with 503 Service Unavailable@simonkane The “Dry Run” checkbox is not there because I turned it off in the plugin settings: https://share.nim.bz/DOu6lWk9
We are using a custom theme we are developing, so I doubt it’s that. However, I’ll try it with a default theme and no other plugins enabled.
Forum: Plugins
In reply to: [Media Sync] Import fails with 503 Service Unavailable@erolsk8 Thanks for your efforts on this. Sadly, still not useful information (that I can see).
I made a video of what’s happening (with the latest version – 1.2.6): https://share.nim.bz/o0u79qNm
Forum: Plugins
In reply to: [Media Sync] Import fails with 503 Service UnavailableHi @simonkane,
There is no CDN involvement as this is still a development site. It is hosted on Litespeed, so I have disabled all of its caching too. This has no impact.
I am inclined to think it is some server issue that is blocking requests, so I may reach out to my hosting company. I was hoping the plugin develepor may be able to shed some light before I raise a ticket though.
Forum: Plugins
In reply to: [Media Sync] Import fails with 503 Service UnavailableOK, so in another test of 15 files, it failed after around 90 seconds.
Here’s a screen cap: https://share.nim.bz/RBuEmj10
Forum: Plugins
In reply to: [WP Table Builder – Drag & Drop Table Builder] Use native image Size in cellsHi @erdembircan,
Thanks for getting back to me.
It seems the percentage value is applied to images via inline CSS:
<img src="//qudo-com.stackstaging.com/wp-content/uploads/2021/04/tick.png" height="12" width="12" style="width: 100%;">This makes it difficult to directly address the image size via my own stylesheet.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Item quantity not changing after purchaseBump…
Not getting any response from Template Invaders on this via multiple channels.
Disappointed, given we’re a paying customer… I was hoping for some response, even to say it’s not their problem?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Item quantity not changing after purchaseUPDATE 2…
Whilst the above made some sense, it appears the process does not work…
If an item is added to a wish list for a second time it can be managed independently of any duplicate items on the list. However, if the item is subsequently purchased, all instances of that item have their quantity reduced.
Still wondering if this is a bug or something we have done?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Item quantity not changing after purchaseUPDATE…
This might be intended behaviour…
It seems the list owner can [still] remove the item from the list after a quantity [less than total requested] has been purchased… thus removing the item from the wish list entirely.
The same item can subsequently be added to a gift list again as a new item with a different quantity. This is then managed separately, which makes sense.
So, it is possible to add a duplicate of the original item to a gift list with a new quantity. This will show up as a new item if any quantity of the original list item have been purchased. This is a little clunky from a UI perspective as it appears there are duplicate items on the list.
However, once the quantity of one item is exhausted (reaches zero), it disappears from the list.
I think the solution would be to disable or remove the quantity adjustment field once an item on the list has been purchased.
Comments? TI?