Michael Beckwith
@tw2113 on WordPress.org and Slack
Bio
Contributions Sponsored
- Member Since: July 13th, 2010
- Location: Sioux Falls, SD
- Website: trexthepirate.com/me
- GitHub: tw2113
- Job Title: Support Engineer for WebDevStudios/Pluginize
- Employer: WebDevStudios
Contribution History
Michael Beckwith’s badges:- bbPress Contributor
- BuddyPress Contributor
- Core Contributor
- Plugin Developer
- Support Contributor
- WordCamp Speaker
-
Posted a reply to Filter by Custom Category not an option in Admin backend, on the site WordPress.org Forums:
Hi, Is this "category" that you're referring to the out of box category that's also… -
Posted a reply to Indexing error, on the site WordPress.org Forums:
We have some docs on how to hopefully avoid timeout issues at https://github.com/WebDevStudios/wp-search-with-algolia/wiki/Timeouts I also… -
Posted a reply to Indexing error, on the site WordPress.org Forums:
Hi @saumya010 Based on this part, "There has been a critical error on this website",… -
Posted a reply to Array warning for cptui_post_thumbnail_theme_support php 8.3.14, on the site WordPress.org Forums:
Hmm Not DIS-agreeing with your amendment to the function but i'm looking at this below… -
Posted a reply to Does it work with Local WP?, on the site WordPress.org Forums:
Awesome to hear. Let us know if you need anything else. -
Posted a reply to Reverse Proxy Configuration, on the site WordPress.org Forums:
Added https://github.com/WebDevStudios/wp-search-with-algolia/wiki/Proxy quick, at least based on your code above. May still handle my filters… -
Posted a reply to Manually sync items, on the site WordPress.org Forums:
That last bit is very similar to some code we have in our premium Pro… -
Posted a reply to Does it work with Local WP?, on the site WordPress.org Forums:
hmmm, not sure what to suggest here as i don't think this is a spot… -
Posted a reply to Multiple Search Pages Based on Post Type, on the site WordPress.org Forums:
Thanks for that video, and it all makes overall sense. Definitely think that my advice… -
Posted a reply to Multiple Search Pages Based on Post Type, on the site WordPress.org Forums:
Since my brain is going "whirrrr" a bit here. Is this for autocomplete or instantsearch,… -
Posted a reply to Manually sync items, on the site WordPress.org Forums:
I hope I'm not coming off as dismissive in any ways, just trying to think… -
Posted a reply to Multiple Search Pages Based on Post Type, on the site WordPress.org Forums:
Hi, I know I previously blogged about a similar topic, and it may be a… -
Posted a reply to Manually sync items, on the site WordPress.org Forums:
It's logical in that we do have the ability to index and search taxonomy terms,… -
Posted a reply to Does it work with Local WP?, on the site WordPress.org Forums:
I sadly do not without being able to access your copy of the code during… -
Posted a reply to Manually sync items, on the site WordPress.org Forums:
To be clear, is it the term that is getting a picture associated with it?… -
Posted a reply to Can’t Edit Already Added Post Type, on the site WordPress.org Forums:
When you say you can't see it, you mean it's not in the dropdown we… -
Posted a reply to “Publishing Failed. The Response Is Not a Valid JSON Response” Issue, on the site WordPress.org Forums:
Not seeing a screenshot and i also have to suspect this isn't anything to do… -
Posted a reply to Urgent: “Publishing Failed. The Response Is Not a Valid JSON Response” Issue, on the site WordPress.org Forums:
There definitely must be an error of some sort going on that is preventing things… -
Posted a reply to Manually sync items, on the site WordPress.org Forums:
Hmm, as you point out, you're using attachment_updated already, which indeed is the hook we… -
Posted a reply to Timeout reindexing content, on the site WordPress.org Forums:
Definely also worth trying to remove time per batch but does have the caveat of… -
Posted a reply to Timeout reindexing content, on the site WordPress.org Forums:
Curious if any of these two may help https://github.com/WebDevStudios/wp-search-with-algolia/wiki/Timeouts I also know that we have… -
Posted a reply to Taxonomies are not suggested to me when editing posts., on the site WordPress.org Forums:
Hmm, hard to say immediately, as there could be some sort of javascript error happening… -
Posted a reply to Does it work with Local WP?, on the site WordPress.org Forums:
I could believe so, if you're going through requiring say via https://github.com/WebDevStudios/wp-search-with-algolia/blob/2.8.2/composer.json directly. We'd recommend… -
Posted a reply to Exact Match, on the site WordPress.org Forums:
Good day @msteffgen Hmm I'm looking at my configuration panel and see two typo tolerance… -
Posted a reply to calculate which pages are calling algolia how many times, on the site WordPress.org Forums:
At a code level, I don't think we have any sort of utility for this.… -
Posted a reply to Does it work with Local WP?, on the site WordPress.org Forums:
As a https://localwp.com/ user myself, including my involvement with continuing development of the plugin, they… -
Posted a reply to Custom Post Type UI Design Not Working in Royal Elementor Kit, on the site WordPress.org Forums:
Probably worth checking with their support, to see how the theme can/should integrate with custom… -
Posted a reply to Help with format of new post type, on the site WordPress.org Forums:
Welcome :) -
Posted a reply to Include ACF field in autocomplete results, on the site WordPress.org Forums:
https://webdevstudios.com/contact/ would be best to get some discussion going and see where things go. -
Posted a reply to Help with format of new post type, on the site WordPress.org Forums:
Yes, you'd want to get this change into your child theme. You should be able… -
Posted a reply to Include ACF field in autocomplete results, on the site WordPress.org Forums:
Good catch with that spot. I forgot that config spot was there. I have to… -
Posted a reply to Include ACF field in autocomplete results, on the site WordPress.org Forums:
i believe so, yes. curious where that 10 is coming from as we default to… -
Posted a reply to Include ACF field in autocomplete results, on the site WordPress.org Forums:
Which index is that screenshot from? You potentially have many available. I'm not worried about… -
Posted a reply to Include ACF field in autocomplete results, on the site WordPress.org Forums:
When you visit the configuration in Algolia, is the attribute listed? Example section below https://cloudup.com/cJpiVS_F_dn… -
Posted a reply to Include ACF field in autocomplete results, on the site WordPress.org Forums:
Something to keep in mind with settings like this is that saving it in code… -
Posted a reply to Include ACF field in autocomplete results, on the site WordPress.org Forums:
Hi @schwindt14 Looks like you have most of it but you didn't set the product_description… -
Posted a reply to Issue with Search Box Links Redirecting to “Not Found” Page, on the site WordPress.org Forums:
@wpmessiah Any chance that we can get a link to the site in question so… -
Posted a reply to Reverse Proxy Configuration, on the site WordPress.org Forums:
Sounds good. Thanks for the update. -
Posted a reply to Help with format of new post type, on the site WordPress.org Forums:
Yes, according to https://developer.wordpress.org/reference/functions/post_class/ you can pass in your own classes to get some custom… -
Posted a reply to Help with format of new post type, on the site WordPress.org Forums:
from this: get_template_part( 'template-parts/content', 'page' ); look for a file either in your child theme,… -
Posted a reply to Help with format of new post type, on the site WordPress.org Forums:
Based on what i can see, this CSS selector is reducing the width: @media screen… -
Posted a reply to Web pages sometimes losing index with Agolia, on the site WordPress.org Forums:
@jeremiahshakewell just checking in here to see if there's any new findings or developments. Thanks. -
Posted a reply to Search Result Display with Category, on the site WordPress.org Forums:
@trendbaze Do you have any other questions or concerns here that we can help answer? -
Posted a reply to Pagination issue with Elementor and Algolia, on the site WordPress.org Forums:
Any news or changes on your side here @blgerber ? -
Posted a reply to Reverse Proxy Configuration, on the site WordPress.org Forums:
@jwinterfeld Did you ever get something working here, based on feedback? -
Posted a reply to How to delete custom post type permanently from website?, on the site WordPress.org Forums:
@j0riss Did my feedback from earlier this week help at all? -
Posted a reply to Same Taxonomy Twice on a Single Post Type, on the site WordPress.org Forums:
Any new thoughts or feedback here @johnkostly1 ? -
Posted a reply to Dont generate thumbnail for Youtube live, on the site WordPress.org Forums:
@windorz did changing the URL structure help you in the meantime for getting some IDs… -
Posted a reply to Working with Elementor and missing post_content information, on the site WordPress.org Forums:
Hi @northernbear we don't have any specific catering to Elementor and potential other locations that… -
Posted a reply to I can’t change content before indexing using algolia_post_indexable_data hook, on the site WordPress.org Forums:
Whatever gets the job done, in my opinion. Let us know if you need anything…
Developer
-
Blogroll Block
Active Installs: 90+
-
BuddyExtender
Active Installs: 70+
-
Network Sites Counts Dashboard Widget
Active Installs: 10+
-
Query Monitor GiveWP
Active Installs: Less than 10
-
Slideshow Captions for Jetpack
Active Installs: 60+
-
Social Media Shortcodes
Active Installs: 80+
-
StartBox Easy Hooks
Active Installs: 10+
-
Untappd WordPress Widget
Active Installs: 200+
-
WP Contributions
Active Installs: 10+
Contributor
-
BuddyPress
Active Installs: 100,000+
-
Chat Room
Active Installs: 100+
-
CMB2
Active Installs: 300,000+
-
Constant Contact Forms
Active Installs: 30,000+
-
Custom Post Type UI
Active Installs: 1+ million
-
Maintainn Tools
Active Installs: 20+
-
Mapbox For WP
Active Installs: 50+
-
Open Badge Factory
Active Installs: 10+
-
Reactor: Core
Active Installs: 60+
-
WP Search with Algolia
Active Installs: 6,000+
Support Rep
-
Automatic Featured Images from Videos
Active Installs: 8,000+
-
Hash Link Scroll Offset
Active Installs: 1,000+
-
Taxonomy Switcher
Active Installs: 2,000+
-
WDS Multisite Aggregate
Active Installs: 10+
Completed Courses
Total completed courses: 1
- Part 1: Simple Site Design and Site Editing* July 17, 2023
- *Course is no longer available.
Plugins
-
Better Click To Tweet
-
Better YOURLS
-
Click To Tweet
-
Debug Bar
-
Debug Bar Console
-
Debug Bar Cron
-
Debug Bar Post Meta
-
Debug Bar Query Tracer
-
Debug Bar Screen Info
-
Debug Bar Transients
-
Debug This
-
Hello Poppet
-
IndieWeb
-
Knowledge Base - Excellent Documentation and FAQs Plugin with AI Assistance
-
Loco Translate
-
MF2 Feeds
-
Microformats 2
-
Multiple Post Thumbnails
-
Network Plugin Auditor
-
Permalink Manager Lite
-
Plugin Check (PCP)
-
Plugin Detective - Troubleshooting Conflicts
-
Post Kinds
-
Post Type Switcher
-
Posts 2 Posts
-
Query Monitor - The developer tools panel for WordPress
-
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