Howdy_McGee
@howdy_mcgee on WordPress.org and Slack
- Member Since: February 1st, 2012
- Location: St. Louis
- Website: wordpress.stackexchange.com/users/7355/howdy-mcgee
- Job Title: WordPress Developer
- Employer: IQComputing
Bio
WordPress Origin Story
Contributions
Contribution History
Howdy_McGee’s badges:- Core Contributor Core Contributor
- Meta Contributor Meta Contributor
- Support Contributor Support Contributor
- WordCamp Organizer WordCamp Organizer
-
Created a topic, Main Navigation Colors Override Pre-Header Navigation, on the site WordPress.org Forums:
Every now and then I run into an issue where the main …2 days ago
-
Posted a reply to SQL export images that are not featured images, on the site WordPress.org Forums:
Hello, I'm not exactly sure what you're aiming to get. Are you looking to export…3 days ago
-
Posted a reply to Text Editor Removing “a” Tag, on the site WordPress.org Forums:
Hello, Form the looks of it, the system is trying to correct your HTML. You…1 week ago
-
Posted a reply to Fatal error: Uncaught Error: Call to undefined function wc_string_to_bool(), on the site WordPress.org Forums:
This looks like an issue with the Woo Variations Gallery free plugin. You will need…2 weeks ago
-
Posted a reply to Absolute link code in wordpress, on the site WordPress.org Forums:
Hello, The easiest way to find the difference between the two functions it to check…2 weeks ago
-
Posted a reply to Is the original Image uploaded changed by WP?, on the site WordPress.org Forums:
It shouldn't be. The original image is kept in the uploads folder in case WordPress…2 weeks ago
-
Posted a reply to Absolute link code in wordpress, on the site WordPress.org Forums:
Honestly, once you get used to wp_enqueue_scripts() function is is faster and easier to manage…2 weeks ago
-
Posted a reply to CSS Help Needed for Text., on the site WordPress.org Forums:
Hello, I'm assuming you want the link part of the h2 to be styled like…2 weeks ago
-
Posted a reply to Parse error: syntax error,, on the site WordPress.org Forums:
I'm not familiar with EasyPHP but WAMP should have everything you need to run a…2 weeks ago
-
Posted a reply to ‘Use {$taxonomy}_add_form instead’, on the site WordPress.org Forums:
Hello, If your WordPress install up to date? Does the warning pop up on the…2 weeks ago
-
Posted a reply to ‘Use {$taxonomy}_add_form instead’, on the site WordPress.org Forums:
Presumably, you're using add_action( 'add_tag_form', 'callback' ); somewhere. That warning is letting you know that…2 weeks ago
-
Posted a reply to Error class-walker-nav-menu-edit.php, on the site WordPress.org Forums:
Hello, Unfortunately, it's difficult to discern the root cause from the error message alone. I…2 weeks ago
-
Posted a reply to Where is “Contact Us” Log File/, on the site WordPress.org Forums:
Hello, This is a Contact Form 7 form. If you did not have their add-on…2 weeks ago
-
Posted a reply to Rogue heading background colour, on the site WordPress.org Forums:
This could have a couple of ways. If this text was copy and pasted from…2 weeks ago
-
Posted a reply to How can I assign 1 post to multiple subcategories?, on the site WordPress.org Forums:
That sounds like plugin or custom code territory. I think the categories and tag widgets…2 weeks ago
-
Posted a reply to How can I assign 1 post to multiple subcategories?, on the site WordPress.org Forums:
Yeah, the built in post categories are hierarchical which are all checkboxes. Post tags is…3 weeks ago
-
Posted a reply to How can I assign 1 post to multiple subcategories?, on the site WordPress.org Forums:
Hello, I'm not sure I follow. In theory, you would check both Cotton and Wool…3 weeks ago
-
Posted a reply to Customized Bullets, on the site WordPress.org Forums:
Are you adding the extra periods before .entry-content? It should be exactly as: .entry-content ul…3 weeks ago
-
Posted a reply to Customized Bullets, on the site WordPress.org Forums:
Try adding list-style: none to your class. .entry-content ul { list-style: none; } Looking at…3 weeks ago
-
Posted a reply to Pagination arrows now showing, on the site WordPress.org Forums:
Difficult to tell without a link to the website. Maybe try taking the CSS directly…3 weeks ago
-
Posted a reply to Script enqueue does not include script in page, on the site WordPress.org Forums:
Can you provide the wp_enqueue_script() hook code you're using? Are you testing your plugin on…3 weeks ago
-
Posted a reply to Script enqueue does not include script in page, on the site WordPress.org Forums:
WP Debug probably won't show issues in this cause since it's not a real PHP…3 weeks ago
-
Posted a reply to Taxonomy Filter on Admin Area, on the site WordPress.org Forums:
Is the code you're testing any different than the above in any way? You could…3 weeks ago
-
Created a topic, Relative Paths Issue, on the site WordPress.org Forums:
Hello, I'm using your plugin to change languages on m…3 weeks ago
-
Posted a reply to Script enqueue does not include script in page, on the site WordPress.org Forums:
All scrips should be added via the wp_enqueue_scripts() function and it's recommended to use the…3 weeks ago
-
Posted a reply to Need WP hooks to change notification emails, on the site WordPress.org Forums:
This is a tough one to give support on since it's a paid / premium…3 weeks ago
-
Posted a reply to Taxonomy Filter on Admin Area, on the site WordPress.org Forums:
Hello, I've run your code and switched out the Custom Post Type & Taxonomy variables…3 weeks ago
-
Posted a reply to Script enqueue does not include script in page, on the site WordPress.org Forums:
In most situations (if not all) you wouldn't want to add wp_enqueue_script() into your shortcode…3 weeks ago
-
Posted a reply to Top Fixed Bar Hiding Behind Menu, on the site WordPress.org Forums:
Looks like whatever is setting the custom bar is giving it a low CSS Z-Index.…3 weeks ago
-
Posted a reply to Problem with Filling up information, on the site WordPress.org Forums:
Hello, 2.1.4 appears to have solve the issue for me, thank you!3 weeks ago
-
Created a topic, [Feature Request] Login Logo, on the site WordPress.org Forums:
Hello, This is just a feature request but it would be…4 weeks ago
-
Posted a reply to Hide pages from Post Navigation, on the site WordPress.org Forums:
A possible code solution for this may be the following: /** * Remove certain posts…4 weeks ago
-
Created a topic, PHP Notices, on the site WordPress.org Forums:
Hello, I've installed and configured your plugin but …4 weeks ago
-
Posted a reply to Problem with Filling up information, on the site WordPress.org Forums:
I am also having this issue. Anytime the checkout updates after the initial load (i.e.…4 weeks ago
-
Posted a reply to Code-snippet problem for accordion, on the site WordPress.org Forums:
You should be able to minus the header height, something like so: jQuery( document ).ready(…1 month ago
-
Created a topic, Really Neat, on the site WordPress.org Forums:
Hey, this is really swell! It works more or less out o…1 month ago
-
Posted a reply to Limit Post Creation Count by Author or Role, on the site WordPress.org Forums:
While not the preferred method, the current_user_can() function accepts roles for it's check. I don't…1 month ago
-
Posted a reply to Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
The filter hook could look something like: function mailchimp_get_allowed_capability() { $capability = 'manage_options'; if( current_user_can('manage_woocommerce')…1 month ago
-
Posted a reply to Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
@khungate Just to be clear this is not a bug, just a simple feature request.…1 month ago
-
Posted a reply to Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
@khungate Thanks again for the reply! I unfortunately don't see that option. The core issue…1 month ago
-
Posted a reply to Limit Post Creation Count by Author or Role, on the site WordPress.org Forums:
If you're willing to take a stab at this the boilerplate code is below: add_filter(…1 month ago
-
Posted a reply to Limit Post Creation Count by Author or Role, on the site WordPress.org Forums:
Are you wanting a plugin that accomplishes this or a piece of code that does…1 month ago
-
Posted a reply to Metaboxes for custom taxonomy, on the site WordPress.org Forums:
Could you post the code you're using the register your custom taxonomy?1 month ago
-
Posted a reply to Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
@khungate Thanks for the reply. The problem is that I don't get to see those…1 month ago
-
Created a topic, [Feature Request] Allow Admins to set Capabilities, on the site WordPress.org Forums:
Hello, Currently before the Mailchimp account is conn…1 month ago
-
Posted a reply to [Feature Request] Allow Exclude Roles From Tracking before Setting Up GA, on the site WordPress.org Forums:
It looks like it's the same thing with "See Reports" on the same page. I…2 months ago
-
Created a topic, [Feature Request] Allow Exclude Roles From Tracking before Setting Up GA, on the site WordPress.org Forums:
This is more of a feature request than anything. In t…2 months ago
-
Posted a reply to Product Gallery Thumbnails are Full, on the site WordPress.org Forums:
Hello, This appears to still be an issue. If you need more information to replicate…2 months ago
-
Created a new ticket, #49889, in Core Trac:
Image.php - Wrap Error Suppressors in WP_DEBUG Conditionals2 months ago
-
Posted a reply to Text Editor Removing “a” Tag, on the site WordPress.org Forums:
From the sounds of it you're running into issues of empty anchors. Maybe try something…2 months ago