John Havlik
@mtekk on WordPress.org and Slack
- Member Since: April 9th, 2006
- Location: Minneapolis, Minnesota, USA
- Website: mtekk.us
- Job Title: Technical Administrator
- Employer: Weblogs.us
Bio
Contribution History
John Havlik’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
-
Posted a reply to E_ERROR after update, on the site WordPress.org Forums:
The goal is to get 7.1 released around 2022/7/5. For the time being, the development… -
Posted a reply to E_ERROR after update, on the site WordPress.org Forums:
This is likely due to some code adding a custom post type at a time… -
Posted a reply to WordFence locked me for XSS using plugin, on the site WordPress.org Forums:
Wordfence is likely being way too restrictive. It sounds like it is miss-identifying the HTML… -
Posted a reply to How to set in the theme “Twenty Twenty-Two”, on the site WordPress.org Forums:
So Twenty Twenty-Two isn't a traditional theme. It is a block theme which relies on… -
Posted a reply to Breadcrumb Not Showing on posts, on the site WordPress.org Forums:
My guess is that where you placed the call to bcn_display() is only working on… -
Posted a reply to Fatal error while importing or exporting settings, on the site WordPress.org Forums:
It looks like the introduction of namespacing for all of the adminKit classes in 7.0… -
Posted a reply to Create custom name and link structure, on the site WordPress.org Forums:
It depends on exactly what you want and what 'best', 'shoes', and 'red' are. If… -
Posted a reply to store categories do not see the links, on the site WordPress.org Forums:
Breadcrumb NavXT uses the WP API function get_term_link() to get the URLs for all taxonomy… -
Posted a reply to Missing field “itemListElement”, on the site WordPress.org Forums:
The default markup should not have these issues as of 6.5.0. That said, potentially something… -
Posted a reply to Category missing in the breadcrumb trial, on the site WordPress.org Forums:
Looking at the linked page, it appears that this is an instance of the WordPress… -
Posted a reply to Is there any way to display specific Hierarchies at the same time?, on the site WordPress.org Forums:
uManager specifically allows you to set multiple taxonomies (hierarchical and non-hierarchical) and the priority (order)… -
Posted a reply to Page Schema Format Issue, on the site WordPress.org Forums:
When using a JSON-LD schema graph there are a couple of things you should keep… -
Posted a reply to About the link destination of the category, on the site WordPress.org Forums:
Breadcrumb NavXT uses the WordPress function get_term_link to get the link to categories (and all… -
Posted a reply to Compatible with 5.9?, on the site WordPress.org Forums:
Yes, this should be compatible with WordPress 5.9 (there are no known issues with Breadcrumb… -
Committed [2716196] to Plugins SVN:
update readme for WP 6.0 compat -
Posted a reply to Custom Post Type page as root, on the site WordPress.org Forums:
A root page must be of the page post type, at least how it is… -
Posted a reply to Term slug in breadcrum links, on the site WordPress.org Forums:
The available template tags are covered in the "Templates" section of the Breadcrumb NavXT Documentation:… -
Posted a reply to PHP Warnings, on the site WordPress.org Forums:
Ok, in the ideal case, knowing what exactly triggered the behavior can help try to… -
Posted a reply to Is there any way to display specific Hierarchies at the same time?, on the site WordPress.org Forums:
Using the behavior that is built into Breadcrumb NavXT, you would need restaurant to be… -
Posted a reply to Add shop catalog link in woocommerce search breadcrumbs, on the site WordPress.org Forums:
To translate the root page for the products, you'll need some extra code to do… -
Posted a reply to Fatal Error > v6.6.0: setting_bool::__construct(), on the site WordPress.org Forums:
Looking at this more, it looks like the problem is something with your setup. I… -
Posted a reply to Fatal Error > v6.6.0: setting_bool::__construct(), on the site WordPress.org Forums:
So, that's interesting. It appears your install is being extra sensitive to namespacing/not behaving as… -
Posted a reply to PHP Warnings, on the site WordPress.org Forums:
What kind of page are you visiting when you see this warning? For some reason… -
Posted a reply to Not Compatible with latest wordpress version, on the site WordPress.org Forums:
Breadcrumb NavXT 7.0.2 should work with the latest WordPress release (5.9.2). Additionally, Breadcrumb NavXT 7.0.2… -
Posted a reply to Category Archive Page Crumbs Not Clickable, on the site WordPress.org Forums:
The first thing I would check is to see what actual HTML is being generated… -
Posted a reply to catch box theme, how can I find the breadcrumbs on the home page?, on the site WordPress.org Forums:
It looks like the theme itself has some level of support for Breadcrumb NavXT and… -
Posted a reply to How to get options, on the site WordPress.org Forums:
I'm not sure how you currently doing this. So, I will point out the bcn_breadcrumb_trail::fill_REST($item)… -
Posted a reply to Breadcrumbs with a dropdown, on the site WordPress.org Forums:
So, that looks like the way Windows Explorer works, which the article I linked to… -
Posted a reply to How to remove ‘sites’ from Multisite breadcrumb?, on the site WordPress.org Forums:
Hmm, that should have been either the "Home Breadcrumb" or the "Main Site Breadcrumb" that… -
Posted a reply to How to get options, on the site WordPress.org Forums:
I don't quite understand your request. Are you talking about something in the Breadcrumb NavXT… -
Posted a reply to Breadcrumbs with a dropdown, on the site WordPress.org Forums:
You'll need to clarify what you mean by a dropdown/hover on the breadcrumbs. Specifically, what… -
Posted a reply to Fatal error, on the site WordPress.org Forums:
It looks like you are trying to run an extension plugin version that does not… -
Posted a reply to Custom Breadcrumb Trails, on the site WordPress.org Forums:
Breadcrumb NavXT picks up on the actual organization of content on the site. So, to… -
Posted a reply to Using an anchor point as a link, on the site WordPress.org Forums:
You can programmatically control the URL used in the breadcrumb trail using the bcn_breadcrumb_url filter. -
Posted a reply to how to change home url link and title?, on the site WordPress.org Forums:
So, Breadcrumb NavXT uses the get_home_url() function for generating the link to the home page.… -
Posted a reply to Parent Child Out of Order/, on the site WordPress.org Forums:
So, the linked page doesn't seem to be using Breadcrumb NavXT for the breadcrumb trail.… -
Posted a reply to Brand in Product name, on the site WordPress.org Forums:
This depends on how Perfect Brands works, if it affects the output of the get_the_title()… -
Posted a reply to Custom Navigational Breadcrumb + Schema, on the site WordPress.org Forums:
So, you can programmatically add/change breadcrumbs in the breadcrumb trail using the bcn_after_fill action. The… -
Posted a reply to Anabling use in Asgaros forums?, on the site WordPress.org Forums:
If Asgaros uses CPTs and custom taxonomies, things may work to some degree. Going off… -
Posted a reply to Changes Are Not Saved and I Get Errors, on the site WordPress.org Forums:
If you don't see the "save changes" button at the bottom of the screen, there's… -
Posted a reply to Wordfence warning, on the site WordPress.org Forums:
This is WordFence being overly restrictive (it is not allowing the settings to contain HTML).… -
Posted a reply to Changes Are Not Saved and I Get Errors, on the site WordPress.org Forums:
Assuming you are using Breadcrumb NavXT 7.0.2, you shouldn't see that message after the page… -
Posted a reply to Accessibility check error with li elements, on the site WordPress.org Forums:
How are you calling the breadcrumb trail? It sounds like you may be using a… -
Posted a reply to Critical error after setting separator, on the site WordPress.org Forums:
@davidebrig So, my guess is that Avada is trying to have a private CPT so… -
Posted a reply to How Custom Can I Be?, on the site WordPress.org Forums:
Regarding "it caused major issues when I installed it and I immediately got notifications from… -
Posted a reply to CPT and two taxonomies, on the site WordPress.org Forums:
The challenge with taxonomies is establishing the relationship between the to taxonomy terms. If in… -
Posted a reply to “bcn_options_bk” AND “bcn_options” Are Largest Auto Load Database Entries, on the site WordPress.org Forums:
Only the bcn_options should be autoloaded. If the install method doesn't run, and instead an… -
Posted a reply to breadcrumb traduction, on the site WordPress.org Forums:
Since root pages for CPTs are not built into WordPress, WPML doesn't translate them. You… -
Posted a reply to Taxonomy url has post_type filter, on the site WordPress.org Forums:
You can control this behavior by writing a function that hooks into the bcn_add_post_type_arg filter.… -
Posted a reply to Fatal error on settings page after updating from 6.6.0 to 7.0.2, on the site WordPress.org Forums:
Thanks for digging into this to identify the plugin that caused the problem. I took…
Developer
-
Breadcrumb NavXT
Active Installs: 900,000+
-
Breadcrumb NavXT Multidimension Extensions
Active Installs: 300+
-
WP Lynx
Active Installs: 80+