timbr
Forum Replies Created
-
Forum: Plugins
In reply to: [Environment & Debug Bar] Doesn’t correctly read WP_ENVThanks Joshua! I can’t believe I missed that. I’ll push an update in a few hours.
+1
Forum: Plugins
In reply to: [Cache Enabler] How do I manage lots of exclusionsResolved.
Forum: Plugins
In reply to: [Cache Enabler] How do I manage lots of exclusionsThanks @coreyk. Looking forward to what you can do with the UI.
I couldn’t decide how to solve this in the meantime so I coded every single solution I came up with: https://github.com/Brugman/managing-cache-enabler-exclusions
- This reply was modified 3 years, 10 months ago by timbr.
Forum: Plugins
In reply to: [GF Mollie by Indigo] Bug: Conflict with other Mollie API pluginIt’s a custom build for a client. It has Mollie API Client v1.5.1 as a vendor package, remote API v1, but we could update that. With class_exists, your plugin seems to work.
Forum: Plugins
In reply to: [WP Store Locator] Saving a new store generates the wrong lat lonIt does!
This particular site is on a server I don’t own and have limited access to, so it may be a funky setup. Thanks for the custom patch!
- This reply was modified 5 years, 3 months ago by timbr.
Forum: Plugins
In reply to: [WP Store Locator] Saving a new store generates the wrong lat lonForum: Plugins
In reply to: [WP Store Locator] Saving a new store generates the wrong lat lonSure!
Forum: Plugins
In reply to: [Yoast SEO] Can’t remove front page slug (.com/home)Hi Benny. About, Contact etc should not be children of Home. That might fix everything.
Forum: Reviews
In reply to: [Simple 301 Redirects - Addon - Bulk Uploader] Uses Plugin for SPAMMING AdsI understand OP’s frustrations on this one. It may be allowed, but it’s not classy, at all.
If you want to cross promote, do it on the page dedicated to using your plugin.
The “ad” also has no mention of this plugin, so non-technical users won’t know where it’s coming from, and can’t decide if they are cool with it. If you want to be up front with it you should display it as: The author of Simple 301 Redirect Addon Bulk Uploader recommends this plugin to you: Robin bla bla.
I’ll be uninstalling as well.
Forum: Plugins
In reply to: [PNG to JPG] Option to disable transparency detection featureI can be so blind sometimes. This option exists. Bottom of the list.
Forum: Plugins
In reply to: [PNG to JPG] Option to disable transparency detection featureForgot to add. I can’t select single images while this thing is running. I have to first use the dev tools console to get rid of the
disabled=""
attribute with:
$( '.check-column input' ).removeAttr( 'disabled' );
Soo…. If I wasn’t a developer I would be SOL and couldn’t use the plugin.
Same on line 93.
Forum: Plugins
In reply to: [Imsanity] New default qualityOh wow, you’re right. My mistake.
I ran a quick search, wrongfully on wp-admin, and saw jpeg_quality 90 in https://core.trac.www.ads-software.com/browser/trunk/src/wp-admin/includes/image-edit.php, but that’s not the default setting.
Forum: Plugins
In reply to: [Export All URLs] Not Export Category URLHi Atlas. I too would like to export the urls for tags, categories and all my custom taxonomies. On my current project I only have a dozen terms so adding the urls to the post-list manually is not a big deal, but I’d like to see the feature added in your plugin for the future. I would like to (help) code it if you accept pull requests on Github. Let me know if you’re interested.