interconnectit
Forum Replies Created
-
Thank you so much Samuel. Very much appreciated.
If we’re doing something wrong, do let us know! We obviously don’t want to be bad actors.
Forum: Plugins
In reply to: [My Eyes Are Up Here] Bulk Detect FacesHi – I haven’t personally tested it, but have you tried using Viper007Bond’s Regenerate Thumbnails plugin? https://wordpress.org/plugins/regenerate-thumbnails/
I’m not 100% confident that it does detection in this phase and just crops appropriately – it’s not something we’ve listed as a feature, but it’s worth a try.
The big problem is that js based face detection is currently not that great so I wouldn’t be comfortable running this in bulk at the moment – perhaps when we create a premium version of the plugin.
Forum: Plugins
In reply to: [My Eyes Are Up Here] Detecting Faces and UIFair points and we’ll consider them when we’re next working on this plugin.
We have a couple of options – we could do a premium version which uses an external face detection system which would be *much* more accurate and reliable. That would feed some revenue in. Some people do seem to like the face detection.
Maybe a facility to turn off the face detection, but then we want to avoid adding options where possible.
Thanks for the feedback – always valuable!
Forum: Plugins
In reply to: [My Eyes Are Up Here] is this compatible with Jetpack photon?Oh and thanks for the praise – much appreciated. Sadly though the plugin doesn’t seem to be getting much use, in spite of the early interest, which is quite a shame really.
Forum: Plugins
In reply to: [My Eyes Are Up Here] is this compatible with Jetpack photon?We’ve not tested with Photon, but will check on the next big release.
The cache invalidation issue isn’t something we can do anything about – that’s just how Photon works.
Forum: Plugins
In reply to: [ICIT Weather Widget] not work for me!Did you create a widget and put it in a suitable widget space? Did you try a different widget space? It could be a theme issue – it’s been tested on a lot of themes but some do unusual things.
Also check for any unclosed tags or failing scripts in widgets that are above this one – that can cause problems too.
Forum: Plugins
In reply to: [ICIT Weather Widget] TranslateWe’ll look into making this fully translatable in the next release.
The plugin now has a development path – it had been abandoned for some time but we’re reigniting our released plugins and these are useful plugins for junior staff to learn and grow with. Making a theme translatable is definitely an important thing to learn 🙂
Just thinking on – if this tool is really important to you then we can modify it to your requirements for a fee. Just drop us a line through the interconnect/it Contact Form. After all, plugins don’t write themselves for free 🙂
You can have auto-update off by default and enable it on a post by post basis – simply use the Allow Live Discussion option. You may need to go to screen options (dropdown top-right) in order to see this on the post page.
Hi Ryan – I wouldn’t necessarily use this on a busy site and/or a low spec hosting service. But if the need you have is for this then we’ve found that on our client sites it can handle 500 concurrent users simultaneously. You can also adjust the polling frequency and we do advise accordingly.
There’s no really easy way to do an active discussion plugin that works on any WP install and doesn’t require a third party system.
Forum: Themes and Templates
In reply to: Creating Child Theme from "Blend"Unfortunately, Blend was first developed quite early on and before child themes were really happening. Consequently it was never coded with that in mind.
It’s not the modders theme you might hope for, sadly, and it really needs a full rewrite to make better, and we’re debating pulling the theme from the repository for the time being – sorry.
Forum: Plugins
In reply to: [Plugin Search and Replace] Missing widget content and theme settingsHave you tried the utility we released that does a full search and replace including widgets, etc? http://spectacu.la/search-and-replace-for-wordpress-databases/
I use YUI Compressor to minify my JS. There may be better out there but that’s the one I’ve been using for a while and it’s served me well.
You don’t need to actually run a minify on the js file you just need to be sure that any changes you make to commenting.js are copied over to commenting.min.js even if that just involves deleting .min.js and renaming the other to commenting.min.js. Alternatively you could just change the line in commenting.php that points to the min.js file to point to the .js file instead.Hi,
There are checks in the JS too. Look for
parseInt( commentingL10n.polling, 10 ) >= 10 ? commentingL10n.polling * 1000 : 10000 )If you do change the js you’ll need to re-minify it or at very least copy the file over to commenting.min.js
You’ll also want to change the validate_options method in options-page.php around the
$output[ 'polling' ] = intvalpart, although just changing the default will do it’s not quite complete.We’ll look into what can be done from Google for the next release.