Andy Mercer
- Member Since: July 9th, 2012
- Indiana, USA
- www.andymercer.net
- Development Specialist at Catstache Design, LLC
- @kelderic on WordPress.org and Slack
- Core Contributor
- Plugin Developer
Bio/Description
Interests
WordPress Origin Story
-
Created a topic, Perfect!, on the site WordPress.org Forums:
This hasn't been updated in two years. But it still wo…5 days ago
-
Replied to an idea, Drop support for PHP 5.2
2 weeks ago
-
Posted a reply to Attached image, on the site WordPress.org Forums:
Hi madvic. Thanks for the suggestion and more importantly for actually writing some code. I'm…1 month ago
-
Posted a reply to create shortcode function for gallery, on the site WordPress.org Forums:
Glad it's working, and yep, the examples are missing. Actually they probably should have PHP…3 months ago
-
Posted a reply to create shortcode function for gallery, on the site WordPress.org Forums:
Your code looks pretty good. The problem might be that you aren't declaring the global…3 months ago
-
Posted a reply to Can you make gallery selection functional for tablets?, on the site WordPress.org Forums:
Yeah, I'll take a look.3 months ago
-
Posted a reply to make custom fields with ids invisible in metabox, on the site Support:
Since I haven't heard from you in a week I'm going to …4 months ago
-
Created a new ticket, #37899, in Core Trac:
Make Profile Picture Section of Edit User Admin Page Filterable4 months ago
-
Posted a reply to Visual Bug and Fix, on the site WordPress Support Forums:
The only thing left that I can think of to improve would be moving the…4 months ago
-
Created a topic, The Best Custom Profile Picture/Avatar Plugin, on the site WordPress Support Forums
4 months ago
-
Posted a reply to Visual Bug and Fix, on the site WordPress Support Forums:
Glad I could help, and I appreciate how quick you got the changes reviewed and…4 months ago
-
Posted a reply to Visual Bug and Fix, on the site WordPress Support Forums:
I just submitted all code changes on the Github repo. Please let me know if…4 months ago
-
Posted a reply to Visual Bug and Fix, on the site WordPress Support Forums:
Was just coming back to say that I'd discovered the override filter. Thanks for the…4 months ago
-
Posted a reply to Visual Bug and Fix, on the site WordPress Support Forums:
Lastly, I think it would be great to add a filter where I could set…4 months ago
-
Posted a reply to Visual Bug and Fix, on the site WordPress Support Forums:
Couple updates. First off, there are a few more places for issue one, where display…4 months ago
-
Posted a reply to Visual Bug and Fix, on the site WordPress Support Forums:
Second issues is what happens during the initial popup. Right now, the Media Manager opens…4 months ago
-
Created a topic, Visual Bug and Fix, on the site WordPress Support Forums
4 months ago
-
Created a topic, After No Updates in 2 Years, Still Best of Many, on the site WordPress Support Forums
4 months ago
-
Posted a reply to make custom fields with ids invisible in metabox, on the site WordPress Support Forums:
I've been pretty busy with work recently, Alex, and currently I don't have the time…4 months ago
-
Created a topic, Broken File Naming - Dev Refuses to Repond, on the site WordPress Support Forums
4 months ago
-
Wrote a comment on the post WordPress 4.7: What’s on your mind?, on the site Make WordPress Core:
Would love virtual folders in the media uploader/admin page, based on taxonomy.4 months ago
-
Posted a reply to make custom fields with ids invisible in metabox, on the site WordPress Support Forums:
I see. I've never noticed that before because I never use that metabox. This change…4 months ago
-
Posted a reply to make custom fields with ids invisible in metabox, on the site WordPress Support Forums:
The only thing that I can think of is that another plugin is conflicting on…5 months ago
-
Committed [1474214] to Plugins Trac:
Tagging v1.7.1 for release.5 months ago
-
Committed [1474213] to Plugins Trac:
Version 1.7.1 change - WP 4.6 compatibility bump.5 months ago
-
Committed [1474211] to Plugins Trac:
WP Version Compatibility marking.5 months ago
-
Posted a reply to Missing style files, on the site WordPress Support Forums:
Figured it out. I just forgot to Add the new stylesheet file to my SVN…5 months ago
-
Committed [1474208] to Plugins Trac:
Tagging v1.7.1 release.5 months ago
-
Committed [1474207] to Plugins Trac:
Version bump to 1.7.1, along with changelog update.5 months ago
-
Committed [1474206] to Plugins Trac:
Add missing stylesheet for hiding sidebar in media manager popup.5 months ago
-
Posted a reply to Missing style files, on the site WordPress Support Forums:
I am looking into it. Not sure what happened. The filter must not have been…5 months ago
-
Posted a reply to make custom fields with ids invisible in metabox, on the site WordPress Support Forums:
I'm not sure I'm understanding what you are asking. The fields are already invisible in…5 months ago
-
Created a topic, Optimized Original Size Getting Broken Filetype, on the site WordPress Support Forums
5 months ago
-
Posted a reply to display galleries on frontend post.php, on the site WordPress Support Forums:
I'm glad you got it working! :)6 months ago
-
Posted a reply to display galleries on frontend post.php, on the site WordPress Support Forums:
wp_get_attachment_url Returns the full URL. wp_get_attachment_image_src Does gets the URL but lets you specify the…6 months ago
-
Posted a reply to display galleries on frontend post.php, on the site WordPress Support Forums:
A loop in PHP means that what is inside is going to be repeated over…6 months ago
-
Posted a reply to images doesn't show up after Ajax call, on the site WordPress Support Forums:
I've been thinking further about the different possibilities of what you could have meant, and…6 months ago
-
Posted a reply to images doesn't show up after Ajax call, on the site WordPress Support Forums:
The only javascript in this plugin is on the admin side. On the front end,…7 months ago
-
Posted a reply to Function.php array syntax, on the site WordPress Support Forums:
Anything after a "return" line doesn't run, because return finishes up any function that it's…7 months ago
-
Posted a reply to Function.php array syntax, on the site WordPress Support Forums:
Since I haven't heard back from you, I'm assuming that you figured out the issue,…7 months ago
-
Posted a reply to Function.php array syntax, on the site WordPress Support Forums:
Hey, it's been a couple days. Have you had a change yet to try out…7 months ago
-
Posted a reply to Function.php array syntax, on the site WordPress Support Forums:
I hate this board. My comment just got swallowed. Short answer is: var_dump( $post_types )…7 months ago
-
Posted a reply to Function.php array syntax, on the site WordPress Support Forums:
Right now you have: function add_featured_galleries_to_ctp( $post_types ) { array_push($post_types, array('gd_place','gd_bands')); return $post_types; } add_filter('fg_post_types',…7 months ago
-
Posted a reply to Function.php array syntax, on the site WordPress Support Forums:
Could you copy and past here the entire function in question? From the error it…7 months ago
-
Posted a reply to Function.php array syntax, on the site WordPress Support Forums:
I'll test it out this evening.7 months ago
-
Posted a reply to Creating Featured Gallery on the fly, on the site WordPress Support Forums:
Thing just glitched on my 3 paragraph reply, so here is short version: No conflict…7 months ago
-
Posted a reply to Bug: Using [your-email] in Custom Header Throws Error, on the site WordPress Support Forums:
The email field had been changing to email-341, rather than your-email. Once I changed them…8 months ago
-
Created a topic, Bug: Using [your-email] in Custom Header Throws Error, on the site WordPress Support Forums
8 months ago
-
Posted a reply to Only show in post gallery category, on the site WordPress Support Forums:
Add background-size:cover. That fixes it.8 months ago
-
Posted a reply to Is there any possible to add new image existing gallery ?, on the site WordPress Support Forums:
Marking this as resolved, given your lack of response.8 months ago
-
Admin Classic Borders
Active Installs: 100+
-
Featured Galleries
Active Installs: 3,000+