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
- Meta Contributor
- Plugin Developer
- Support Contributor
- WordCamp Organizer
-
Posted a reply to Choose Which Post Types To Display Metabox, on the site WordPress.org Forums:
Hello, Thank you for this but the problem with that approach is that it's not…10 hours ago
-
Created a topic, Choose Which Post Types To Display Metabox, on the site WordPress.org Forums:
Hello, Are there any settings to choose which post ty…13 hours ago
-
Posted a reply to Main Navigation Colors Override Pre-Header Navigation, on the site WordPress.org Forums:
Hello @davidvongries, Sorry, this must have got lost in my replies but I'm running into…14 hours ago
-
Created a topic, No Assigned Post Parent, on the site WordPress.org Forums:
Hello, While working with this plugin I've started to…5 days ago
-
Posted a reply to get_option function return false., on the site WordPress.org Forums:
WordPress doesn't usually store data in JSON but it does Serialize the data which does…5 days ago
-
Created a topic, Large Quantities ( ERR_RESPONSE_HEADERS_TOO_BIG ), on the site WordPress.org Forums:
Hello, I'm running into an issue adding 8000 quantity…2 weeks ago
-
Posted a reply to Fixing Events Permalink, on the site WordPress.org Forums:
I was also looking for this, super useful, thank you! Another thing to consider is…2 weeks ago
-
Created a topic, [Feature Request] Hooks, on the site WordPress.org Forums:
Hello, Looking through the code of the plugin I would…3 weeks ago
-
Created a topic, YITH Compare & BB Issues, on the site WordPress.org Forums:
Hello, I have Beaver Builder Premium and am running i…3 weeks ago
-
Created a topic, Conflict with Beaver Builder, on the site WordPress.org Forums:
Hello, I'm running into a situation with Beaver Build…3 weeks ago
-
Created a topic, Single Add to Cart Button, on the site WordPress.org Forums:
Hello, Would it be possible ( through hooks? ) to hav…3 weeks ago
-
Posted a reply to [recaptcha] tag does not show on WordPress Multisite, on the site WordPress.org Forums:
Hello, In the Network Settings linked above you'll need to make sure that both Site…3 weeks ago
-
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 …1 month 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…1 month 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 month 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…1 month 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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…2 months 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…2 months 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…2 months 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…2 months 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…2 months 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…2 months 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…2 months 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…2 months ago
-
Created a topic, Relative Paths Issue, on the site WordPress.org Forums:
Hello, I'm using your plugin to change languages on m…2 months 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…2 months 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…2 months 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…2 months 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…2 months 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.…2 months 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!2 months 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…2 months 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…2 months ago
-
Created a topic, PHP Notices, on the site WordPress.org Forums:
Hello, I've installed and configured your plugin but …2 months 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.…2 months 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(…2 months ago
-
Created a topic, Really Neat, on the site WordPress.org Forums:
Hey, this is really swell! It works more or less out o…2 months 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…2 months 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')…2 months ago
Support Rep
-
ReCaptcha v2 for Contact Form 7
Active Installs: 100,000+