Michael Beckwith
@tw2113 on WordPress.org and Slack
- Member Since: July 13th, 2010
- Location: Sioux Falls, SD
- Website: trexthepirate.com/me
- GitHub: tw2113
- Job Title: Support Engineer for WebDevStudios/Pluginize
- Employer: WebDevStudios
Bio
Contributions Sponsored
Contribution History
Michael Beckwith’s badges:- bbPress Contributor
- BuddyPress Contributor
- Core Contributor
- Plugin Developer
- Support Contributor
- WordCamp Speaker
-
Posted a reply to algoliasearch is not defined – just on my blog posts, on the site WordPress.org Forums:
I know the PR for Autocomplete can be found at https://github.com/WebDevStudios/wp-search-with-algolia/pull/370/files#diff-63ecad59c279fb312c8d6e1c5a59bdc3a5af7f45a3e6cf9d96375de185db1434 and if you prefer… -
Posted a reply to WP Search with Algolia Pro, on the site WordPress.org Forums:
@kurtgarrison Depends on what you mean by "support" because being able to activate for individual… -
Posted a reply to How to filter custom post type by post_tag?, on the site WordPress.org Forums:
For that last part, I feel like you're wanting to use the post type archive… -
Posted a reply to How to filter custom post type by post_tag?, on the site WordPress.org Forums:
Try something like this <?php function my_cptui_add_post_types_to_archives( $query ) { // We do not want… -
Posted a reply to How to filter custom post type by post_tag?, on the site WordPress.org Forums:
Hi @turbodb The doc page here explains the situation in a bit more detail https://docs.pluginize.com/article/post-types-in-category-tag-archives/… -
Posted a reply to How to include only results from production environment?, on the site WordPress.org Forums:
The way I was understanding the problem, is that each environment had the "Settings page"… -
Posted a reply to Pb of template ?, on the site WordPress.org Forums:
Hard to say what may be going on as I don't know what plugin/code you're… -
Posted a reply to algoliasearch is not defined – just on my blog posts, on the site WordPress.org Forums:
I'm just glad the situation was figured out, as I was running out of ideas… -
Posted a reply to How to include only results from production environment?, on the site WordPress.org Forums:
Hi @xevioso I think you'd benefit well from making use of some of the available… -
Posted a reply to algoliasearch is not defined – just on my blog posts, on the site WordPress.org Forums:
Here's to hoping things get figured out. Worth a try perhaps on a spare dev… -
Posted a reply to algoliasearch is not defined – just on my blog posts, on the site WordPress.org Forums:
I'm not all that familiar with those templating languages, so hard to say for sure… -
Posted a reply to algoliasearch is not defined – just on my blog posts, on the site WordPress.org Forums:
I've never liked the fact that wp_enqueue_* functions silently fail, because it makes debugging a… -
Posted a reply to algoliasearch is not defined – just on my blog posts, on the site WordPress.org Forums:
So that's going to be a wp-util dependency issue, as per https://github.com/WebDevStudios/wp-search-with-algolia/blob/main/includes/class-algolia-scripts.php#L44-L75 However, the question… -
Posted a reply to algoliasearch is not defined – just on my blog posts, on the site WordPress.org Forums:
Still going to be something around the enqueue scripts system. As a quick test, you… -
Posted a reply to algoliasearch is not defined – just on my blog posts, on the site WordPress.org Forums:
Not sure what type of performance/asset optimizations you're doing, but when I'm visiting a single… -
Posted a reply to Escaping HTML encoded text in autocomplete template?, on the site WordPress.org Forums:
Perhaps something like https://stackoverflow.com/a/29824550 would help with decoding them, all via pretty straightforward javascript. I… -
Posted a reply to Escaping HTML encoded text in autocomplete template?, on the site WordPress.org Forums:
It uses underscores and a mustache-like syntax. https://codex.wordpress.org/Javascript_Reference/wp.template https://2ality.com/2012/06/underscore-templates.html -
Posted a reply to Display taxonomy in post and excerpt, on the site WordPress.org Forums:
Welcome -
Posted a reply to Escaping HTML encoded text in autocomplete template?, on the site WordPress.org Forums:
Hi @the_lar Couple thoughts/questions. Are the " values indexed that way, or is it only… -
Posted a reply to Display taxonomy in post and excerpt, on the site WordPress.org Forums:
You're going to want to use a function like https://developer.wordpress.org/reference/functions/get_the_terms/ to handle this, and it's… -
Posted a reply to Search page not matching autocomplete results, on the site WordPress.org Forums:
Correct on everything above, from what I'm seeing. I believe the biggest wrench here was… -
Posted a reply to Search page not matching autocomplete results, on the site WordPress.org Forums:
Good day Throwing out some extra information for the overall scope of what I'm seeing.… -
Posted a reply to Analytics: Add userToken, on the site WordPress.org Forums:
Hi @onthewight I assume you're referring to InstantSearch, correct? General information about Algolia's events and… -
Posted a reply to Testing Algolia on staging site – questions, on the site WordPress.org Forums:
Welcome. -
Posted a reply to Testing Algolia on staging site – questions, on the site WordPress.org Forums:
I think it may be a 2 part thing here. First adding the attribute to… -
Posted a reply to Testing Algolia on staging site – questions, on the site WordPress.org Forums:
@the_lar You can see how the plugin does content preparation over at https://github.com/WebDevStudios/wp-search-with-algolia/blob/main/includes/indices/class-algolia-searchable-posts-index.php#L140-L172 Most specifically… -
Posted a reply to Testing Algolia on staging site – questions, on the site WordPress.org Forums:
If it's all parts that have gone through the the_content(), then it already should be… -
Posted a reply to autocomplete > search all button, on the site WordPress.org Forums:
Let us know how it goes. Going to close the thread as resolved for the… -
Posted a reply to Update CMB2, on the site WordPress.org Forums:
None that I'm aware of for alternatives to awesomeplete. The binding/events are going to be… -
Posted a reply to Testing Algolia on staging site – questions, on the site WordPress.org Forums:
Hi Kevin. To answer the quick question, you'd want to edit this block of the… -
Posted a reply to CPT Url same as in categories?, on the site WordPress.org Forums:
It'd be very messy if possible, because the permalink is how WordPress interprets what it's… -
Posted a reply to Add sticky option to cpt, on the site WordPress.org Forums:
Welcome. -
Posted a reply to autocomplete > search all button, on the site WordPress.org Forums:
Without knowing exactly how your templates are, outside of what I see with the provided… -
Posted a reply to Add sticky option to cpt, on the site WordPress.org Forums:
There's a long history about this topic that is still unresolved to this day. https://core.trac.wordpress.org/ticket/12702… -
Posted a reply to Update CMB2, on the site WordPress.org Forums:
How previous of a version of CMB2 are we talking about, because 2.10.1 has been… -
Posted a reply to 502 Bad Gateway with product sync, on the site WordPress.org Forums:
Just to be certain, did you see my comment in the other thread about trying… -
Posted a reply to 504 Error When Attempting to Index Content, on the site WordPress.org Forums:
@faquini79 Couple things quick. Can you start a fresh thread for your issue as while… -
Posted a reply to Custom post tags are displayed and content cannot be displayed., on the site WordPress.org Forums:
Awesome to hear. Let us know if you need anything else. -
Posted a reply to Custom post tags are displayed and content cannot be displayed., on the site WordPress.org Forums:
Hi @nimbus2006 This looks like an issue of the shortcode is no longer being recognized… -
Posted a reply to 504 Error When Attempting to Index Content, on the site WordPress.org Forums:
@faquini79 Is it happening every time? or is it perhaps just a temporary error? In… -
Posted a reply to Custom post type slug not showing in category url, on the site WordPress.org Forums:
Welcome. -
Posted a reply to Taxanomies not showing, on the site WordPress.org Forums:
@yoniseo is it possible that you're also using https://wordpress.org/plugins/disable-everything/ like @migueltic is? -
Posted a reply to Custom post type slug not showing in category url, on the site WordPress.org Forums:
That's how the taxonomy term archives are meant to work out of box, as far… -
Posted a reply to Update CMB2, on the site WordPress.org Forums:
Not really, as that'd still be on Lea's library to somehow accomplish, since it sounds… -
Posted a reply to Ajax Error on Custom Post Admin Pages, on the site WordPress.org Forums:
I assume you mean like the category term "Uncategorized" and then also making a term… -
Posted a reply to Taxanomies not showing, on the site WordPress.org Forums:
@migueltic I feel like something must have changed somewhere on the site, as we haven't… -
Posted a reply to Went from PHP 5.6 to 8.0 – CPT Breaks Pages using it, on the site WordPress.org Forums:
@ten12design From everything I'm seeing, we're pretty clean in terms of PHP notices/errors etc with… -
Posted a reply to How to show only image title and price?, on the site WordPress.org Forums:
Actually I believe I see a response in our ticket system that I believe may… -
Posted a reply to How to show only image title and price?, on the site WordPress.org Forums:
Everything you're needing is absolutely possible. To disable the default extra output that Pro offers,… -
Posted a reply to Is there a way to push post to the index manually?, on the site WordPress.org Forums:
Awesome possum!
Developer
-
Blogroll Block
Active Installs: 70+
-
BuddyExtender
Active Installs: 100+
-
Network Sites Counts Dashboard Widget
Active Installs: 10+
-
Query Monitor GiveWP
Active Installs: Less than 10
-
Slideshow Captions for Jetpack
Active Installs: 80+
-
Social Media Shortcodes
Active Installs: 100+
-
StartBox Easy Hooks
Active Installs: 10+
-
Untappd WordPress Widget
Active Installs: 300+
-
WP Contributions
Active Installs: 10+
Contributor
-
BP Beta Tester
Active Installs: 60+
-
BP Rewrites
Active Installs: 100+
-
BuddyPress
Active Installs: 100,000+
-
Chat Room
Active Installs: 200+
-
CMB2
Active Installs: 300,000+
-
Constant Contact Forms
Active Installs: 30,000+
-
Custom Post Type UI
Active Installs: 1+ million
-
Maintainn Tools
Active Installs: 40+
-
Mapbox For WP
Active Installs: 10+
-
Open Badge Factory
Active Installs: 10+
-
Reactor: Core
Active Installs: 80+
-
WP Search with Algolia
Active Installs: 6,000+
Support Rep
-
Automatic Featured Images from Videos
Active Installs: 9,000+
-
Hash Link Scroll Offset
Active Installs: 1,000+
-
Taxonomy Switcher
Active Installs: 2,000+
-
WDS Multisite Aggregate
Active Installs: 10+
Plugins
-
Better Click To Tweet
-
Better YOURLS
-
Click To Tweet
-
Debug Bar
-
Debug Bar bbPress
-
Debug Bar Console
-
Debug Bar Cron
-
Debug Bar Post Meta
-
Debug Bar Query Tracer
-
Debug Bar Screen Info
-
Debug Bar Transients
-
Debug This
-
Debug wp_redirect()
-
Debug-Bar-Extender
-
Hello Poppet
-
IndieWeb
-
Knowledge Base for Documentation, FAQs with AI Assistance
-
Loco Translate
-
MF2 Feeds
-
Microformats 2
-
Multiple Post Thumbnails
-
Network Plugin Auditor
-
Permalink Manager Lite
-
Plugin Detective - Troubleshooting Conflicts
-
Post Kinds
-
Post Type Switcher
-
Posts 2 Posts
-
Query Monitor
-
Reveal IDs
-
Revision Notes
-
Support Me
-
Timber
-
wA11y - The Web Accessibility Toolbox
-
WDS Site Documentation
-
Webmention
-
WooCommerce
-
WooCommerce Debug Bar
-
WordPress Reset
-
WP Crontrol
-
WP Help
-
WP Mail Debugger
-
WP Search with Algolia
-
WP-API JSON Feed
-
WP-Markdown