Storm Rockwell
@stormrockwell on WordPress.org and Slack
- Member Since: December 17th, 2015
- Location: Massachusetts, USA
- Website: stormrockwell.com
- Job Title: Senior WordPress Developer
- Employer: 829 Studios
Bio
Interests
Contribution History
Storm Rockwell’s badges:- Core Contributor
- Plugin Developer
- 
										Mentioned in [51855] on Core SVN: 
 Posts, Post Types: Don't add a trailing number when there is a unique post parent.
- 
										Posted a reply to Can I create a “minimalist” clone of a template that will stay up to date?, on the site WordPress.org Forums: 
 I believe the standard for JSON LD is in the head tag but if u…
- 
										Posted a reply to Can I create a “minimalist” clone of a template that will stay up to date?, on the site WordPress.org Forums: 
 @xroox sure, include get_template_directory() . /page.php Note: get_template_directory() points to the parent and get_stylesheet_directory() points…
- 
										Posted a reply to Search widget should not give result on Space, on the site WordPress.org Forums: 
 `if ( ! empty( trim( get_search_query() ) ) { // Show results } else {…
- 
										Posted a reply to Can I create a “minimalist” clone of a template that will stay up to date?, on the site WordPress.org Forums: 
 Here you go (: Make a new template like so: <?php /* Template Name: Some…
- 
										Created ticket #51381 on Core Trac: 
 ZIP replacement asks to network activate even when activated
- 
										Created ticket #51345 on Core Trac: 
 Multisite confusion with adding plugins
- 
										Created ticket #51147 on Core Trac: 
 avoid_blog_page_permalink_collision shouldn't change the post_name ...
- 
										Posted a reply to Get full size img width/height from Post API query, on the site WordPress.org Forums: 
 Were you looking for something like this? Pushed the width and height to "mediaDetails" add_action(…
- 
										Posted a reply to Removing “Read More” and adjusting Excerpt Length, on the site WordPress.org Forums: 
 To change the excerpt length add this to your child themes functions file and change…
- 
										Posted a reply to Removing “Read More” and adjusting Excerpt Length, on the site WordPress.org Forums: 
 If you are familiar with the WP file structure I would suggest removing the Read…
- 
										Posted a reply to Ajax search – remove search results if the srch field is empty + excluding pages, on the site WordPress.org Forums: 
 if('#keyword'=="") should be if ( $('#keyword').val() == "" ) A better solution would be: function…
- 
										Posted a reply to Subdomains, on the site WordPress.org Forums: 
 What is sounds like is you changed the domains nameservers. You would need to change…
- 
										Posted a reply to Template Tag for Media Categories, on the site WordPress.org Forums: 
 By default, the taxonomy "categories" isn't tied to Media. If you are trying to check…
- 
										Posted a reply to Doesn’t handle migration too well, on the site WordPress.org Forums: 
 From my experience normally plugins have checks to ensure issues like this don't occur. If…
- 
										Posted a reply to Doesn’t handle migration too well, on the site WordPress.org Forums: 
 This isn't an issue with my host, this is an issue with migrating code bases.…
- 
										Posted a reply to Not correctly cropping all image sizes, on the site WordPress.org Forums: 
 It looks like it fixed itself over time. I even tried a different browser to…
- 
										Posted a reply to How to use slick or owl carousel with in block editor when using server render ?, on the site WordPress.org Forums: 
 Do you have any javascript errors? I know slick requires jQuery 1.7+ and core uses…
- 
										Posted a reply to Not working in WP 5, on the site WordPress.org Forums: 
 Currently facing the same issue
- 
										Created a topic, Not correctly cropping all image sizes, on the site WordPress.org Forums: 
 Seems to be inconstant. I see no PHP errors Set a foc…
- 
										Posted a reply to Plugin does not work with custom image sizes in theme, on the site WordPress.org Forums: 
 Still doesn't handle custom image crops on my end. Cannot use this on my projects
- 
										Posted a reply to Doesn’t handle migration too well, on the site WordPress.org Forums: 
 Version 4.16 Went away eventually. Disable/enable doesn't seem to immediately solve the issue. Occurred on…
- 
										Created a topic, Doesn’t handle migration too well, on the site WordPress.org Forums: 
 I've replaced the actual folder name with "somefoldern…
- 
										Posted a reply to Force an extra dropdown menu ontop of everything, on the site WordPress.org Forums: 
 Awesome! I'm glad to hear
- 
										Posted a reply to Force an extra dropdown menu ontop of everything, on the site WordPress.org Forums: 
 Since the menu is purely CSS. The javascript error most likely isn't affecting the navigation…
- 
										Posted a reply to Force an extra dropdown menu ontop of everything, on the site WordPress.org Forums: 
 If your menu is using JavaScript it would most likely be broken because of the…
- 
										Mentioned in [43633] on Core SVN: 
 Media: Improve display and accessibility of meta data in detail view.
- 
										Posted a reply to The plugin generated 251 characters of unexpected output during activation., on the site WordPress.org Forums: 
 I can confirm this happens to me too. The only thing in my wp-content with…
- 
										Posted a reply to Yoast SEO vulnerability warning even it’s the fixed version, on the site WordPress.org Forums: 
 You are exactly right. I just added a function to convert all formats to 0.0.0…
- 
										Posted a reply to How to Query post Woocommerce Product Categories, on the site WordPress.org Forums: 
 You can use get_terms instead. get_terms( $args = array('taxonomy' => 'product_cat') ); https://developer.wordpress.org/reference/functions/get_terms/
- 
										Created a topic, Saves so much time, on the site WordPress.org Forums: 
 I needed to work on a theme and trying to figure out h…
- 
										Posted a reply to Selective Content based on parameters, on the site WordPress.org Forums: 
 get_the_permalink/get_permalink only accept an integer or the post for the 1st parameter. https://developer.wordpress.org/reference/functions/get_permalink/ Front End…
- 
										Posted a reply to Listing Categories and Sub Category titles with links, on the site WordPress.org Forums: 
 Are you saying you want the posts inside that sub category to show? or just…
- 
										Posted a reply to Hook to when a plugin is deleted, on the site WordPress.org Forums: 
 You also mentioned about it not detecting if a plugin is deleted manually so what…
- 
										Posted a reply to Hook to when a plugin is deleted, on the site WordPress.org Forums: 
 The goal is to not pass a specific plugin file, it's to detect if any…
- 
										Posted a reply to Hook to when a plugin is deleted, on the site WordPress.org Forums: 
 I know I marked it as resolved but is there any way to tell when…
- 
										Posted a reply to Hook to when a plugin is deleted, on the site WordPress.org Forums: 
 Awesome, thanks a bunch.
- 
										Created a topic, Hook to when a plugin is deleted, on the site WordPress.org Forums: 
 I am trying to add a hook to when any plugin is delete…
- 
										Mentioned in [40573] on Core SVN: 
 Accessibility: Improve the suggested image size text in the media views.
- 
										Posted a reply to Lists ALL plugin vulnerabilities, rather than those affecting installed version, on the site WordPress.org Forums: 
 The 0.3.11 patch covers both the URL fixes and showing only relevant vulnerabilities. Thanks for…
- 
										Committed [1645878] to Plugins SVN: 
 tagging
- 
										Committed [1645877] to Plugins SVN: 
 fixed urls and shows only relevant vulnerabilities now.
- 
										Created a topic, No longer managed & buggy, on the site WordPress.org Forums: 
 Creator stated he won't have time to work on it and it…
- 
										Posted a reply to Doesn’t Warn About Unfixed Vulnerabilities, on the site WordPress.org Forums: 
 Updated in patch 0.3.10. Credits added to the patch in the changelog. Thanks again.
- 
										Committed [1642518] to Plugins SVN: 
 fixed version number
- 
										Committed [1642517] to Plugins SVN: 
 fixed version number
- 
										Committed [1642515] to Plugins SVN: 
 tagging
- 
										Committed [1642514] to Plugins SVN: 
 fixed bug where unpatched vulnerabilities wouldn't alert the user
- 
										Posted a reply to Doesn’t Warn About Unfixed Vulnerabilities, on the site WordPress.org Forums: 
 Thank you for the comment. Great catch, i will create a patch for this soon
- 
										Posted a reply to Lists ALL plugin vulnerabilities, rather than those affecting installed version, on the site WordPress.org Forums: 
 Thank you for the comment. Sorry for the delay. I can look into showing only…
Developer
- 
										
											  Discourage Search Engines by URLActive Installs: 100+ 
- 
										
											  Vulnerable Plugin CheckerActive Installs: 500+ 



 
			