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.4 months ago
-
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…9 months ago
-
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…9 months ago
-
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 {…9 months ago
-
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…9 months ago
-
Created ticket #51381 on Core Trac:
ZIP replacement asks to network activate even when activated1 year ago
-
Created ticket #51345 on Core Trac:
Multisite confusion with adding plugins1 year ago
-
Created ticket #51147 on Core Trac:
avoid_blog_page_permalink_collision shouldn't change the post_name ...1 year ago
-
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(…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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.…3 years ago
-
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…3 years ago
-
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…3 years ago
-
Posted a reply to Not working in WP 5, on the site WordPress.org Forums:
Currently facing the same issue3 years ago
-
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…3 years ago
-
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 projects3 years ago
-
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…3 years ago
-
Created a topic, Doesn’t handle migration too well, on the site WordPress.org Forums:
I've replaced the actual folder name with "somefoldern…3 years ago
-
Posted a reply to Force an extra dropdown menu ontop of everything, on the site WordPress.org Forums:
Awesome! I'm glad to hear3 years ago
-
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…3 years ago
-
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…3 years ago
-
Mentioned in [43633] on Core SVN:
Media: Improve display and accessibility of meta data in detail view.3 years ago
-
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…4 years ago
-
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…4 years ago
-
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/4 years ago
-
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…4 years ago
-
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…5 years ago
-
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…5 years ago
-
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…5 years ago
-
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…5 years ago
-
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…5 years ago
-
Posted a reply to Hook to when a plugin is deleted, on the site WordPress.org Forums:
Awesome, thanks a bunch.5 years ago
-
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…5 years ago
-
Mentioned in [40573] on Core SVN:
Accessibility: Improve the suggested image size text in the media views.5 years ago
-
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…5 years ago
-
Committed [1645878] to Plugins SVN:
tagging5 years ago
-
Committed [1645877] to Plugins SVN:
fixed urls and shows only relevant vulnerabilities now.5 years ago
-
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…5 years ago
-
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.5 years ago
-
Committed [1642518] to Plugins SVN:
fixed version number5 years ago
-
Committed [1642517] to Plugins SVN:
fixed version number5 years ago
-
Committed [1642515] to Plugins SVN:
tagging5 years ago
-
Committed [1642514] to Plugins SVN:
fixed bug where unpatched vulnerabilities wouldn't alert the user5 years ago
-
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 soon5 years ago
-
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…5 years ago
Developer
-
Discourage Search Engines by URL
Active Installs: 100+
-
Vulnerable Plugin Checker
Active Installs: 500+