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 Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
For future readers, we ended up switching to "WP WooCommerce Mailchimp" which allows Shop Managers…1 week ago
-
Posted a reply to Show Slug In Breadcrumbs Instead of TItle, on the site WordPress.org Forums:
Whoops, I should have tested it. Try this: if( is_single() ) { echo " » …2 weeks ago
-
Posted a reply to Show Slug In Breadcrumbs Instead of TItle, on the site WordPress.org Forums:
You could substitute the_title() with the following: if( is_single() ) { echo " » ";…2 weeks ago
-
Posted a reply to [Unknown column ‘EventStartDate’ in ‘order clause’], on the site WordPress.org Forums:
I also ran into this issue. My query is a simple: $events = new WP_Query(…2 weeks ago
-
Posted a reply to Error with CF7 5.2 & Complainz cookie plugin, on the site WordPress.org Forums:
Hello, I'm having trouble replicating the issue with the described plugin. Could you go into…3 weeks ago
-
Created a topic, PHP Notices, on the site WordPress.org Forums:
Hello, I've been running your plugin for awhile now a…3 weeks ago
-
Posted a reply to Main Navigation Colors Override Pre-Header Navigation, on the site WordPress.org Forums:
@davidvongries I think this happens whenever the pre-header is sticky. Looking back at both the…4 weeks ago
-
Posted a reply to ReCAPTCHA not working, on the site WordPress.org Forums:
@andruhapx It's always easier to create a separate topic even if it's a duplicate. Every…4 weeks ago
-
Posted a reply to ReCAPTCHA not working, on the site WordPress.org Forums:
@andruhapx I'm not sure that would be necessary. wp_register_script() calls WP_Scripts WP_Scripts calls WP_Dependencies::add() The…4 weeks ago
-
Posted a reply to Choose Which Post Types To Display Metabox, on the site WordPress.org Forums:
For future readers. The powerpressadmin.php looks for a specific WP Config flag to exist POWERPRESS_POST_TYPES.…4 weeks ago
-
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…1 month 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…1 month 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…1 month ago
-
Created a topic, No Assigned Post Parent, on the site WordPress.org Forums:
Hello, While working with this plugin I've started to…1 month 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…1 month 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…1 month 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…1 month ago
-
Created a topic, [Feature Request] Hooks, on the site WordPress.org Forums:
Hello, Looking through the code of the plugin I would…2 months ago
-
Created a topic, YITH Compare & BB Issues, on the site WordPress.org Forums:
Hello, I have Beaver Builder Premium and am running i…2 months ago
-
Created a topic, Conflict with Beaver Builder, on the site WordPress.org Forums:
Hello, I'm running into a situation with Beaver Build…2 months ago
-
Created a topic, Single Add to Cart Button, on the site WordPress.org Forums:
Hello, Would it be possible ( through hooks? ) to hav…2 months 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…2 months 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 …2 months 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…2 months 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…2 months 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 months 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 months ago
Support Rep
-
ReCaptcha v2 for Contact Form 7
Active Installs: 100,000+