Matt Keys
@mattkeys on WordPress.org, @Matt Keys on Slack
Bio
- Member Since: May 12th, 2013
- Location: Raleigh, NC
- Website: mattkeys.me
- Job Title: Web Developer
Contribution History
Matt Keys’s badges:- Core Contributor
- Plugin Developer
-
Posted a reply to Plugin constantly ‘phoning home’ and hurting server performance, on the site WordPress.org Forums:
This thread is marked 'resolved' but this bug is still present in the latest version… -
Posted a reply to Conflict with official FontAwesome WordPress plugin, on the site WordPress.org Forums:
Hello @becreativemedia, Sorry for the late reply I was out on vacation and am just… -
Created a topic, Improper enqueuing of jQuery, on the site WordPress.org Forums:
Hello, We are continuing to hunt down performance i… -
Posted a reply to Plugin constantly ‘phoning home’ and hurting server performance, on the site WordPress.org Forums:
I've been able to identify the bug causing this issue. /wp-content/plugins/cost-calculator-builder/includes/lib/admin-notifications-popup/classes/ApiNotifications.php Line #26. if (… -
Posted a reply to Plugin constantly ‘phoning home’ and hurting server performance, on the site WordPress.org Forums:
hi James, can you reread my original post and look at the screenshot I attached?… -
Created a topic, Plugin constantly ‘phoning home’ and hurting server performance, on the site WordPress.org Forums:
We are investigating performance bottlenecks on our si… -
Posted a reply to Warning: Trying to access array offset on null, on the site WordPress.org Forums:
Yes this section can be more 'defensively' coded to prevent this error, I'll look to… -
Posted a reply to Warning: Trying to access array offset on null, on the site WordPress.org Forums:
Are you sure about that plugin version? That would be quite a bit out of… -
Posted a reply to PHP error if used inside repeater field, on the site WordPress.org Forums:
This plugin does support repeaters. However you are definitely also seeing a bug. From the… -
Posted a reply to This block has encountered an error and cannot be previewed., on the site WordPress.org Forums:
Well, I am able to reproduce the error you are seeing. I also see the… -
Posted a reply to This block has encountered an error and cannot be previewed., on the site WordPress.org Forums:
Does this error continue after saving/refreshing the post you are editing? -
Posted a reply to Bulk update icon weight, on the site WordPress.org Forums:
Sorry I’m not sure there is. My first thoughts go to a DB query but… -
Posted a reply to Incorrect classes?, on the site WordPress.org Forums:
The link you shared is for the older font awesome icons (v5) are you using… -
Posted a reply to Incorrect classes?, on the site WordPress.org Forums:
I’m not sure why you feel that way but one is not more correct than… -
Posted a reply to _load_textdomain_just_in_time was called incorrectly, on the site WordPress.org Forums:
I just released v4.1.2 which should help address this issue. This was only showing up… -
Committed [3228167] to Plugins SVN:
= 4.1.2 = * Bugfix plugin textdomain can load too early if ACF fields ... -
Posted a reply to CPT template – pre fill acf field “Font Awesome Field”, on the site WordPress.org Forums:
I believe you will need to provide the JSON here. An example would be: {"family"… -
Posted a reply to CPT template – pre fill acf field “Font Awesome Field”, on the site WordPress.org Forums:
Well I am not 100% sure I follow what you are trying to do. What… -
Posted a reply to Functionality broken when main acf menu item hidden, on the site WordPress.org Forums:
Yes, check out these two filters: ACFFA_fa_api_key: Filter to programmatically set the FontAwesome API key.… -
Posted a reply to _load_textdomain_just_in_time was called incorrectly, on the site WordPress.org Forums:
I saw this reported by another user and I wasn’t able to reproduce it in… -
Posted a reply to Functionality broken when main acf menu item hidden, on the site WordPress.org Forums:
I suppose the current behavior would be to hide the admin page completely if that… -
Posted a reply to Font awesome v6x – wp-graphql returns object when class is specified in settings, on the site WordPress.org Forums:
Yes I see the issue. You are passing the third optional argument to get_field(): get_field($acf_field['key'],… -
Posted a reply to Font awesome v6x – wp-graphql returns object when class is specified in settings, on the site WordPress.org Forums:
Hello, I do recognize what is going on here but I am unsure *where* the… -
Posted a reply to Problem with Avada, on the site WordPress.org Forums:
Sorry for the late reply! Thank you for sharing the error code that is helpful.… -
Posted a reply to Brand icons not working after last update, on the site WordPress.org Forums:
Hey @drlow1, Thanks for the extra digging. I've tried to reproduce the error, let me… -
Posted a reply to Problem with Avada, on the site WordPress.org Forums:
Hello @bytefight, Sorry you are running into issues. You mentioned a critical error, do you… -
Posted a reply to Brand icons not working after last update, on the site WordPress.org Forums:
Hey @drlow1 thanks for adding your experiences here. I am having trouble repeating the issue… -
Posted a reply to Saved my bacon..!, on the site WordPress.org Forums:
thanks 😊 -
Posted a reply to Plugin doesn’t load any data, on the site WordPress.org Forums:
You could check the PHP error log on your server to see if something were… -
Posted a reply to Plugin doesn’t load any data, on the site WordPress.org Forums:
Hi @chintansatva, Do you ever see the progress bar at the top of the screen… -
Posted a reply to Fields with location type ‘menu’ or ‘menu-item’ do not save and return json, on the site WordPress.org Forums:
Hey @dirkvw001, Thanks again for the bug report, that issue with the icon sets should… -
Committed [3129678] to Plugins SVN:
fix version numbers -
Committed [3129618] to Plugins SVN:
= 4.1.1 = * Bugfix icon sets not saving properly when editing ... -
Posted a reply to Fields with location type ‘menu’ or ‘menu-item’ do not save and return json, on the site WordPress.org Forums:
Thanks for reporting. I’ll take a look at item #1, this last update did include… -
Committed [3126102] to Plugins SVN:
update stable tag -
Committed [3124866] to Plugins SVN:
= 4.1.0 = * Added support for Duotone Sharp icons -
Posted a reply to Custom Icons not working with version > 4.0.6, on the site WordPress.org Forums:
Looking at this a bit further today, it actually isn't really the place of this… -
Posted a reply to Custom Icons not working with version > 4.0.6, on the site WordPress.org Forums:
FYI this will be fixed in the next release, in the meantime feel free to… -
Posted a reply to Custom Icons not working with version > 4.0.6, on the site WordPress.org Forums:
I can't see the staging server due to user/pass requirement. However from your description I… -
Posted a reply to Icons not loading fatal error, on the site WordPress.org Forums:
Okay that does make some sense if you were maybe upgrading from a site that… -
Posted a reply to Icons not loading fatal error, on the site WordPress.org Forums:
Hello, thanks for reporting the error. I wonder if you would be comfortable/able to log… -
Posted a reply to How to deselect any Icon?, on the site WordPress.org Forums:
Personally I wouldn't rely on an editor to unselect an icon in the admin area… -
Committed [3113857] to Plugins SVN:
update tags + tested version -
Committed [3113856] to Plugins SVN:
update tested version -
Posted a reply to White screen when using with CPT, on the site WordPress.org Forums:
I've added some extra sanity checking here. I still haven't been able to reproduce this… -
Posted a reply to Icons not rendering with versions > 4.0.5, on the site WordPress.org Forums:
This should be fixed in 4.0.9 just released, let me know if you run into… -
Posted a reply to Custom Icons not working with version > 4.0.6, on the site WordPress.org Forums:
This should be fixed in 4.0.9 just released, let me know if you run into… -
Committed [3113854] to Plugins SVN:
= 4.0.9 = * Bugfix certain SVG icons that were previously before 4.0.8 ... -
Posted a reply to Custom Icons not working with version > 4.0.6, on the site WordPress.org Forums:
Okay it is looking like the solution here is going to be a small edit… -
Posted a reply to Custom Icons not working with version > 4.0.6, on the site WordPress.org Forums:
FontAwesome has moved to a "family + style" categorization of their icons to accommodate more…
Developer
-
Advanced Custom Fields: Font Awesome Field
Active Installs: 100,000+
-
Advanced Invisible Anti-Spam
Active Installs: 400+
-
Insights from Google PageSpeed
Active Installs: 20,000+
-
WP Nav Plus
Active Installs: 1,000+