Terence Milbourn
Forum Replies Created
-
After the success with Wasabi I fancied my chances, as a bit of a script kiddie, but this one is definitely above my pay grade.
Shame, it seems it would be dead easy for you guys to add a bunch of S3 services to the Media Tweaks plugin and attract many more users — or, even if you only got the modified configs with a full subscription.
I, for one, would definitely buy a subscription if it included the configuration for UpCloud’s S3 object storage. Call my bluff — I dare you ??
P.S. You should try UpCloud’s S3 object storage [https://upcloud.com/products/object-storage/] — its super-fast and starts at just $5 a month!
- This reply was modified 3 years, 8 months ago by Terence Milbourn.
I managed to get Wasabi working without too much trouble so I’ll give it a shot and let you know.
*** Please ignore. It turned out to be a permissions issue ***
Responsive and knowledgeable support fixed it in double quick time — thank you!
Cool. I’ll look out for it and let you know.
With WooCommerce now posting 3rd party advertising links masquerading as admin notices in the admin bar, isn’t it about time this plugin put a stop to their shenanigans?
If WC is going to abuse the system then they are forfeiting the ability post any kind of admin notices.
And this plugin, surely, should be able to do that, right?
Forum: Plugins
In reply to: [Imsanity] Does plugin automatically resize imagesI just started hosting with Kinsta but they won’t let me use your “free” version as it increases server load; they will only me use your cloud version, which I guess means there isn’t a “free” option for me, and all other Kinsta users, right?
I would like to use your plugin and the service, but it also means I end up paying for your CDN, which I don’t need to use, since KeyCDN is already part of my Kinsta package.
Do you have an EasyIO option with the CDN?
Terence.
- This reply was modified 4 years, 6 months ago by Terence Milbourn.
Forum: Plugins
In reply to: [Imsanity] PHP Hook to disable functionality?If Imsanity was called from something like this would it work using the
current_user_can
hook?/** * Filter the upload size limit for non-administrators. * * @param string $size Upload size limit (in bytes). * @return int (maybe) Filtered size limit. */ function filter_site_upload_size_limit( $size ) { // Set the upload size limit to 10 MB for users lacking the 'manage_options' capability. if ( ! current_user_can( 'manage_options' ) ) { // 10 MB. $size = 1024 * 10000; } return $size; } add_filter( 'upload_size_limit', 'filter_site_upload_size_limit', 20 );
Credit: Function contributed by Drew Jaynes — 6 years ago
Almost immediately with 5.4 I get “If Menu detected a conflict with another plugin or theme (ACF_Walker_Nav_Menu_Edit) and may not work as expected.” even with the latest IfMenu version.
- This reply was modified 4 years, 7 months ago by Terence Milbourn.
Forum: Plugins
In reply to: [Listo] Custom lists?I am not a developer, so that answer doesn’t mean the same thing to me, as it does to you. Thanks, but telling me to build my own solution doesn’t work for me.
Hi Kuba,
Then I guess I am going to have to wait because, although the site uses the Job Manager CPT for listings, the WP Job Manager plugin will not run. And anyway, from the description its not doing do what I want to achieve.
Just to recap, what I want to do is…
1) Let people self-identify their breed preference and collect their contact details
2) Send them notifications when a new litter of pups is listed
3) In the notification, provide a link to the new listing.
Any idea when the Subscription add-on is going to be ready for show time, beta or otherwise?
Terence.
I have made a start by creating a new list on MailChimp here — https://licencedbreeders.uk/puppy-finder/
The question is, how do I tie the list and Notification together and notify only people interested on the breed being listed?
Forum: Plugins
In reply to: [Yoti] Create a Shortcode that does the same as the WidgetI would say it would be more than “nice” — it would make it useable in the way most people would want to use it. Then if they refine their install process to where the average site owner might actually understand it, they might even get some traction. Until then though, a great idea, but not quite ready for showtime.
- This reply was modified 4 years, 10 months ago by Terence Milbourn.
Forum: Plugins
In reply to: [WZone - Lite Version] Not being maintainedWordPress is now PHP 7.4 ready and PHP 7.1 will be EOL (End Of Life) in 2 more weeks (Dec 1st), which means that no updates and not even security patches will be released after this date. When are you going to issue updates for WooZone and Additional Variation Images Plugin?
Forum: Plugins
In reply to: [WooCommerce Blocks] Product by tag creates duplicate product listingI just noticed it only produces duplicate listings on the front end. In the back end only single products are shown. So I checked and I found a shortcode I had been using earlier hidden behind the WooCommerce Block.
My bad.