WraithKenny
@wraithkenny on WordPress.org and Slack
- Member Since: September 26th, 2008
Contribution History
WraithKenny’s badges:- Core Contributor
- Plugin Developer
-
Created a topic, REST Error, on the site WordPress.org Forums:
The plugin is triggering a rest error, for missing the… -
Committed [2753811] to Plugins SVN:
tag 3.5.2 -
Created a topic, Updating broke WP, on the site WordPress.org Forums:
PHP 5.6 Upgrading to the latest broke WP, with an err… -
Mentioned in [53111] on Core SVN:
Users: Use autocomplete values on user profiles. -
Wrote a comment on the post Cover Block Refactor Dev Note, on the site Make WordPress Core:
This isn't the first time (dozens of "small" issues every release) and I have no… -
Wrote a comment on the post Proposal: Changes to JavaScript Coding Standards for Full Prettier Compatibility, on the site Make WordPress Core:
Yes. And why would we suffer this? To post hoc justify making the boneheaded decision… -
Wrote a comment on the post Proposal: Changes to JavaScript Coding Standards for Full Prettier Compatibility, on the site Make WordPress Core:
Like, what kind of a bone headed move is it to pretend the "advantages" of… -
Wrote a comment on the post Proposal: Changes to JavaScript Coding Standards for Full Prettier Compatibility, on the site Make WordPress Core:
You should have never used Prettier in the first place, you definitely should have never… -
Posted a reply to Select2 javascript error, on the site WordPress.org Forums:
I had forgotten that we figured out the workaround 2 years prior. because it's still… -
Posted a reply to Select2 javascript error, on the site WordPress.org Forums:
The draw back is it disables page by page controls, but most of us are… -
Posted a reply to Select2 javascript error, on the site WordPress.org Forums:
You can put this in your functions.php file. // Fix WP Notification Bars bug. add_filter(… -
Posted a reply to Select2 javascript error, on the site WordPress.org Forums:
This is still a problem. -
Created a topic, Classic Paragraph Dropdown Preview, on the site WordPress.org Forums:
It seems that the preview feature breaks the "Transfor… -
Posted a reply to Select2 javascript error, on the site WordPress.org Forums:
Either way, it's causing a javascript error, and that error is causing other errors -
Posted a reply to Select2 javascript error, on the site WordPress.org Forums:
Or, maybe it's an error in ACF. -
Created a topic, Select2 javascript error, on the site WordPress.org Forums:
This plugin is enqueueing Select2 on all post and page… -
Created a topic, cURL error 28, on the site WordPress.org Forums:
Error: cURL error 28: Operation timed out after 10001 … -
Created a topic, Broken., on the site WordPress.org Forums:
The plugin not only causes a fatal javascript error, b… -
Created a topic, Endlessly reloading itself, on the site WordPress.org Forums:
Just installed the plugin, and the settings page is st… -
Posted a reply to Fatal Error on Fresh Install with just Woocommerce activated, on the site WordPress.org Forums:
Thanks for letting me know! -
Posted a reply to Previous Admin added scripts and css but another admin can’t edit or delete, on the site WordPress.org Forums:
Make sure the Screen Options (upper right) is set to show Scripts n Styles. Otherwise,… -
Created a topic, Feature Request: Screen Options, Number of Items per page…, on the site WordPress.org Forums:
I know this is common sense, but you really shouldn't … -
Created a topic, Admin Columns, on the site WordPress.org Forums:
Just a note about this plugin: If you are also using A… -
Posted a reply to same multiple input fields in global settings, on the site WordPress.org Forums:
It's probably a plugin conflict/javascript error. -
Posted a reply to How to add code to body of page, on the site WordPress.org Forums:
Use a "Hoop" and place the shortcode in the post body. -
Posted a reply to jQuery doesn’t load, on the site WordPress.org Forums:
jQuery, loaded by WordPress, isn't loaded with the $ variable available. Use a wrapper like,… -
Posted a reply to ACF conflict on Category pages, on the site WordPress.org Forums:
Cool -
Created a topic, ACF conflict on Category pages, on the site WordPress.org Forums:
Hi, When using ACF on a Product Category, the Woocomm… -
Posted a reply to Bug: Select2 v3 js errors with ACF, on the site WordPress.org Forums:
I'm pretty sure the solution here actually breaks the ability to use the notification select,… -
Posted a reply to Bug: Select2 v3 js errors with ACF, on the site WordPress.org Forums:
It'd be great if they could fix this in the plugin instead of us replacing… -
Created a topic, Search Results, on the site WordPress.org Forums:
Is there a way to stop Cool Timeline entries from show… -
Committed [2044197] to Plugins SVN:
Tested up to bumped -
Posted a reply to Error in getMCEBodyClasses, on the site WordPress.org Forums:
Thanks for posting this, I'll look into what's causing it this weekend! -
Posted a reply to Scripts n Styles in the middle of post, on the site WordPress.org Forums:
Yes, a screenshot would help, if you could! -
Posted a reply to Not able to Display pages, on the site WordPress.org Forums:
You'll probably want to use the "Shortcodes" tab. You can write HTML there (including script… -
Posted a reply to Permissions – allow Editor access to scripts, on the site WordPress.org Forums:
The plugin checks for unfiltered_html for individual pages, and manage_options for site wide options. You'd… -
Posted a reply to Register Javascripts, on the site WordPress.org Forums:
The plugin doesn't let you upload and register actual javascript files. That feature is for,… -
Posted a reply to Downgrade to 1.4.9 to fix (or read FAQ), on the site WordPress.org Forums:
Yeah, the plugin no longer works on images output with wp_get_attachment_image or its some conflict… -
Posted a reply to Allow javascript when active, on the site WordPress.org Forums:
The buttons are disabled, yet the CSS and JavaScript are still enqueued, which Google dings… -
Posted a reply to Downgrade to 1.4.9 to fix (or read FAQ), on the site WordPress.org Forums:
Confirmed updating theme code for new handling (as per new instructions in FAQ) fixes issue.… -
Posted a reply to Downgrade to 1.4.9 to fix, on the site WordPress.org Forums:
The fix for my issue is in the FAQ, so I'll fix it later when… -
Created a topic, You introduced a lot of breaking bug in a patch (x.x.X) update, on the site WordPress.org Forums:
I don't know what you updated, but you probably should… -
Posted a reply to Had to roll back to Ver 3.0.14, on the site WordPress.org Forums:
"IWM" is the "Interactive World Maps" plugin, right? In that plugin, there's a Custom Javascript… -
Posted a reply to ‘Not a Function’ Issue, on the site WordPress.org Forums:
Fix: If you were using code like: jQuery.fancybox({ content: value }); Replace it with: $.fancybox.open(value); -
Posted a reply to ‘Not a Function’ Issue, on the site WordPress.org Forums:
Ah. Well, actually, it's because you updated to FancyBox 3, and that doesn't have the… -
Created a topic, ‘Not a Function’ Issue, Solution/Workaround, on the site WordPress.org Forums:
Hi, There's a few "jquery.fancybox is not a function"… -
Created a topic, Causes excessive page load time for homepage., on the site WordPress.org Forums:
I have no idea why, but an external call to "magic.opt… -
Posted a reply to Version 3.5 conflicting with Classic Editor plugin, on the site WordPress.org Forums:
Should be fixed with 3.5.1 -
Posted a reply to Version 3.5 conflicting with Yoast SEO plugin, on the site WordPress.org Forums:
Should be fixed with 3.5.1 -
Posted a reply to Not working with Mythemeshop WP Shortcode Pro, on the site WordPress.org Forums:
This should be fixed with 3.5.1
Developer
-
Scripts n Styles
Active Installs: 30,000+
Plugins
-
Add a Yoast Breadcrumb
-
Add From Server
-
Advanced Custom Fields
-
bbPress
-
Better Code Editing
-
Better Search Replace
-
Blue Admin Bar
-
BuddyPress
-
Co-Authors Plus
-
Custom Post Type UI
-
Debug Bar
-
Debug Bar Console
-
Debug Bar Cron
-
Debug Bar Transients
-
Debug-Bar-Extender
-
Easy Digital Downloads - Simple eCommerce for Selling Digital Files
-
Easy Theme and Plugin Upgrades
-
Edit Flow
-
Exploit Scanner
-
Favicon by RealFaviconGenerator
-
Find Posts Using Attachment
-
Gallery Plugin for WordPress - Envira Photo Gallery
-
Health Check & Troubleshooting
-
Hotfix
-
Jetpack - WP Security, Backup, Speed, & Growth
-
Login Logo
-
Members - Membership & User Role Editor Plugin
-
PHP Code Widget
-
PHP Compatibility Checker
-
Pods - Custom Content Types and Fields
-
Post Types Order
-
Public Post Preview
-
Query Monitor
-
Query Multiple Taxonomies
-
Regenerate Thumbnails
-
Revision Control
-
Revisionize
-
Rewrite Rules Inspector
-
Scripts n Styles
-
Theme Check
-
Theme Tester
-
Tools for Twitter
-
Unique Headers
-
Update Notifier
-
WordPress Beta Tester
-
WordPress MU Domain Mapping
-
WP Super Cache