Andy Keith
@andykeith on WordPress.org and Slack
- Member Since: January 29th, 2011
- Location: Modbury, Devon, UK
- Website: barn2.co.uk
- GitHub: andykeith
- Job Title: CTO
- Employer: Barn2 Plugins
Bio
Contribution History
Andy Keith’s badges:- Core Contributor
- Plugin Developer
-
Posted a reply to Critical Error after upgrading to 1.3.4, on the site WordPress.org Forums:
Hi, Thanks for reporting this. We weren't aware of any issues with the last update…4 weeks ago
-
Committed [2461127] to Plugins Trac:
Update to version 1.3.4 from GitHub1 month ago
-
Committed [2455779] to Plugins Trac:
Updating readme/assets from GitHub2 months ago
-
Created a topic, Excellent plugin, on the site WordPress.org Forums:
I think it's great, but then maybe I'm biased...!4 months ago
-
Posted a reply to PHP notices, on the site WordPress.org Forums:
Hi, Great, thanks for the update.4 months ago
-
Posted a reply to Shortcode no avatar display, on the site WordPress.org Forums:
Hi, sorry that's not currently possible with the plugin.4 months ago
-
Posted a reply to Shortcode no avatar display, on the site WordPress.org Forums:
What do you mean exactly, do you mean restrict comments to 1 user only?4 months ago
-
Posted a reply to Shortcode no avatar display, on the site WordPress.org Forums:
Hi, You need to use the format option in the shortcode. E.g. [better_recent_comments format="{avatar} {date}…4 months ago
-
Posted a reply to Perfect !, on the site WordPress.org Forums:
Thanks for the review! Much appreciated.4 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
Hi @navipane, glad it works! Good news. We're not planning to add that feature to…4 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
What version of PHP are you running. You'll need 5.6 or above :-)4 months ago
-
Committed [2416792] to Plugins Trac:
Updating readme/assets from GitHub4 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
This option is only available in the shortcode, not the widget. So to use in…4 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
Hi, Update on this issue - I've just pushed an update (1.1.4) which adds a…4 months ago
-
Committed [2416783] to Plugins Trac:
Updating readme/assets from GitHub4 months ago
-
Committed [2416779] to Plugins Trac:
Update to version 1.1.4 from GitHub4 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
Hi Pierre, That's a custom widget for worpdress.com only. The Recent Comments widget in WordPress…4 months ago
-
Posted a reply to Limit to a specific page?, on the site WordPress.org Forums:
add_filter( 'better_recent_comments_comment_args', function( $args ) { // Limit comments to a specific post ID $args['post_id']…5 months ago
-
Posted a reply to Limit to a specific page?, on the site WordPress.org Forums:
Hi, Thanks! There isn't a way to do that directly, but you could hook into…5 months ago
-
Committed [2393716] to Plugins Trac:
Updating readme/assets from GitHub5 months ago
-
Committed [2393711] to Plugins Trac:
Updating readme/assets from GitHub5 months ago
-
Committed [2392484] to Plugins Trac:
Update to version 1.1.1 from GitHub5 months ago
-
Posted a reply to Disable error log, on the site WordPress.org Forums:
Thanks Milan, much appreciated. That was fast!5 months ago
-
Posted a reply to Disable error log, on the site WordPress.org Forums:
Hi Milan, OK great, thanks for letting me know. Andy5 months ago
-
Created a topic, Disable error log, on the site WordPress.org Forums:
Hi, Great plugin, thanks for building this. Is there …5 months ago
-
Created a topic, Excellent, on the site WordPress.org Forums:
Great plugin for developers. Thank you for building an…5 months ago
-
Committed [2384403] to Plugins Trac:
Updating readme/assets from GitHub6 months ago
-
Committed [2384402] to Plugins Trac:
Updating readme/assets from GitHub6 months ago
-
Posted a reply to Custom CSS, on the site WordPress.org Forums:
Hi, Sorry, this is getting into quite specific customisation which is beyond the scope of…6 months ago
-
Posted a reply to PHP notices, on the site WordPress.org Forums:
Great, thanks for letting me know6 months ago
-
Created a topic, PHP notices, on the site WordPress.org Forums:
Hi, I'm using v1.5.6 Premium. I'm getting the followi…6 months ago
-
Posted a reply to Custom CSS, on the site WordPress.org Forums:
Hi, Try this: .recent-comments-list .comment-avatar img { border-radius: 6px; }6 months ago
-
Posted a reply to Custom CSS, on the site WordPress.org Forums:
Great! Glad it's working now.6 months ago
-
Posted a reply to Custom CSS, on the site WordPress.org Forums:
Hi, I'm not seeing your custom CSS being loaded on that page. Are you sure…6 months ago
-
Posted a reply to Custom CSS, on the site WordPress.org Forums:
Hi, No problem, your English is perfect :-) Here are the CSS selectors you need:…6 months ago
-
Wrote a comment on the post Proposal: Update all git repositories to use `trunk` instead of `master`, on the site Make WordPress Core:
I would encourage you to educate yourself on using language that doesn’t continue systems of…7 months ago
-
Posted a reply to Show comments, but no repeat from same post, on the site WordPress.org Forums:
Follow up: My previous comment about excluding replies was incorrect. By default, WordPress (see WP_Comment_Query)…7 months ago
-
Posted a reply to Only one comment per post, on the site WordPress.org Forums:
Hi, Thanks for getting in touch. I've reviewed the support thread you referred to and…7 months ago
-
Posted a reply to Color, on the site WordPress.org Forums:
Hi, It's on the list. It makes sense to include this alongside the text and…7 months ago
-
Posted a reply to show all of end users comments to them on frontend., on the site WordPress.org Forums:
Hi, No it doesn't have that feature unfortunately. The plugin is basically the same as…8 months ago
-
Posted a reply to problem with css design, on the site WordPress.org Forums:
No problem :-)8 months ago
-
Posted a reply to Possible to export as CSV, on the site WordPress.org Forums:
Hi, Sorry, it's not possible to that in the plugin. Kind regards, Andy8 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
Hi, In WP_Comment_Query->get_comments(), after it fetches the comment IDs, it then primes the cache for…8 months ago
-
Posted a reply to problem with css design, on the site WordPress.org Forums:
Hi, WordPress normally adds a 'home' CSS class to the <body> tag on the homepage,…8 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
Hi there, We use the core function get_comments() to retrieve the comments, so the SQL…8 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
Hi Paul, That's strange. I would have thought they would come back from the database…8 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
Hi, Thanks for your patience. I don't have access to NextGEN Pro/Plus to test the…8 months ago
-
Posted a reply to Include NextGEN photo comments in BRC widget, on the site WordPress.org Forums:
Hi, Thanks for getting in touch. Could you let me know how you support adding…9 months ago
-
Posted a reply to Linking to specific sort?, on the site WordPress.org Forums:
Hi, Sorry for the delay replying to you. Is your question regarding this free plugin…9 months ago
-
Posted a reply to Just a review, on the site WordPress.org Forums:
Hi, I'm not sure. It could be that you're using a Reviews plugin which is…9 months ago
Developer
-
Better Recent Comments
Active Installs: 4,000+
-
Posts Table with Search & Sort
Active Installs: 4,000+
-
WooCommerce Custom Add To Cart Button
Active Installs: 8,000+