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 BreadCrumb HTML Structure Issue on NU HTML Checker Tool, on the site WordPress.org Forums:
That's interesting, the Breadcrumb NavXT Gutenberg block shouldn't be adding the <li> tags. Based on… -
Posted a reply to BreadCrumb HTML Structure Issue on NU HTML Checker Tool, on the site WordPress.org Forums:
How are you calling the breadcrumb trail? The linked page has <li> tags that probably… -
Posted a reply to problem with RankMath, on the site WordPress.org Forums:
It depends on how Rankmath is doing things. Breadcrumb NavXT is going to follow what… -
Posted a reply to Noob question: GSC show 2 breadcrumb schemas for each post., on the site WordPress.org Forums:
There seems to be a JSON-LD schema block in your HTML header in conjunction with… -
Posted a reply to bcn_breadcrumb produces special characters in source code, on the site WordPress.org Forums:
Thanks for the additional information. After further investigation, this behavior seems to be due to… -
Posted a reply to bcn_breadcrumb produces special characters in source code, on the site WordPress.org Forums:
I think we has discussed this behavior recently. If I remember correctly, in that case,… -
Posted a reply to No Extension Tab in settings for Breadcrumb NavXT, on the site WordPress.org Forums:
As with any plugin, you can install via either the upload functionality within WordPress (https://wordpress.org/documentation/article/plugins-add-new-screen/#upload-plugins)… -
Posted a reply to Taxonomy shared between two CPTs, on the site WordPress.org Forums:
Breadcrumb NavXT tries to associate a post type to a taxonomy, normally it will attempt… -
Posted a reply to Use the home page title instead of the site name, on the site WordPress.org Forums:
The official recommendation is to replace the instances of %title% and %htitle% with Home in… -
Posted a reply to No Extension Tab in settings for Breadcrumb NavXT, on the site WordPress.org Forums:
There appears to be a little misunderstanding here. You have to install the extension before… -
Posted a reply to breadcrumb navxt polylang does not work for Home, on the site WordPress.org Forums:
Support for 3rd party plugins is always handled by extension plugins for Breadcrumb NavXT. Some… -
Posted a reply to li class injection, on the site WordPress.org Forums:
Assuming you're talking about DOM/CSS classes, you can use the bcn_display_attributes filter to modify what… -
Posted a reply to You don’t have permission to access this resource., on the site WordPress.org Forums:
Assuming this isn't due to some sort of WAF (web application firewall) that is causing… -
Posted a reply to Use post as post-parent, on the site WordPress.org Forums:
I'm not sure what you are exactly referring to here as use post as post-parent.… -
Posted a reply to Google Search console detects invalid item, on the site WordPress.org Forums:
My guess is Google doesn't like that you don't have text for the title in… -
Posted a reply to How to put breadcrumbs trail above the page title but below the navigation bar?, on the site WordPress.org Forums:
It should be possible to control the location of the breadcrumb trail by changing where… -
Posted a reply to Posts as parents to other posts, on the site WordPress.org Forums:
This is something I can look into. This does get a little tricky to add… -
Posted a reply to How to change text on previous bread, on the site WordPress.org Forums:
You shouldn't add a field for post-your_post_type. In my example code, you have to replace… -
Posted a reply to is this compatible with elementor?, on the site WordPress.org Forums:
Breadcrumb NavXT includes a widget and a Gutenberg block for when you don't want to… -
Posted a reply to Home is unlinked, how to link it?, on the site WordPress.org Forums:
Normally, the home breadcrumb should be linked, as long as you're not on the home… -
Posted a reply to Title archive post dont sjow, on the site WordPress.org Forums:
Can you provide an example, similar to the pre-7.2 screenshot for what it getting generated… -
Posted a reply to How to change text on previous bread, on the site WordPress.org Forums:
In this case, you want to replace post-your_post_type with post-page since you're using the page… -
Posted a reply to How to change text on previous bread, on the site WordPress.org Forums:
I recommend using the code example I provided instead of the code you're currently using.… -
Posted a reply to How to change text on previous bread, on the site WordPress.org Forums:
Is "Best Bar Asia" a post or a term? A point of clarification, bcn_breadcrumb_title operates… -
Posted a reply to change hierarchy type, on the site WordPress.org Forums:
Can you elaborate on what you're trying to do (provide more detail and/or an example)?… -
Posted a reply to How to change text on last bread, on the site WordPress.org Forums:
bcn_breadcrumb_title is the correct filter to use. However, you filter function has some problems with… -
Posted a reply to Remove Category Parent from breadcrumbs in shop, on the site WordPress.org Forums:
Generally speaking, you should display the entire hierarchy when using hierarchical taxonomies (in general, if… -
Posted a reply to Breadcrumb NavXT – Php 8.1 Version, on the site WordPress.org Forums:
As a follow up, Breadcrumb NavXT 7.2 was released yesterday and should fix PHP 8.1… -
Posted a reply to change hierarchy type, on the site WordPress.org Forums:
Breadcrumb NavXT allows you to select any of the 'public' taxonomies that are registered for… -
Posted a reply to Error Upon Plugin Activation, on the site WordPress.org Forums:
From looking at the code, my assumption is wp_kses_allowed_html() is returning something other than an… -
Committed [2862998] to Plugins SVN:
tagging 7.2.0 -
Committed [2862997] to Plugins SVN:
pre 7.2 tag commit -
Posted a reply to Showing the slug instead of the page title in the breadcrumb trail., on the site WordPress.org Forums:
Using the slugs instead of the post title for the title Breadcrumb NavXT uses isn't… -
Posted a reply to Breadcrumb NavXT – Php 8.1 Version, on the site WordPress.org Forums:
The current development version (on GitHub) has PHP8.1 support fixed. Hopefully, within the next couple… -
Posted a reply to Problem with special characters, on the site WordPress.org Forums:
This is likely indicative of UTF support issues somewhere in your setup. I tested this… -
Posted a reply to Breadcrumbs NavXT: How to get rid of the “/” at the end of breadcrumb?, on the site WordPress.org Forums:
For the linked page, unless you modified the breadcrumb templates, it appears the breadcrumb trail… -
Posted a reply to Breadcrumbs NavXT: How to get rid of the “/” at the end of breadcrumb?, on the site WordPress.org Forums:
Normally, Breadcrumb NavXT doesn't have a trailing separator. Usually, that only happens if you have… -
Posted a reply to NavXT Breadcrumbs on single product pages only, on the site WordPress.org Forums:
Normally, if you use something like bcn_display() to call the breadcrumb trail, you would wrap… -
Posted a reply to How to set text for Blog Breadcrumb?, on the site WordPress.org Forums:
Since the blog breadcrumb is the "Posts Page" set under the WordPress setting Settings >… -
Posted a reply to How do I remove the product name at the end of trail only on product pages?, on the site WordPress.org Forums:
You could look at using the bcn_after_fill action to conditionally remove the first breadcrumb from… -
Posted a reply to Remove breadcrumb link title, on the site WordPress.org Forums:
You will have to update all of the breadcrumb templates in the Breadcrumb NavXT settings… -
Posted a reply to Undefined array key, on the site WordPress.org Forums:
I assume if you visit the Breadcrumb NavXT settings page you get warnings that some… -
Posted a reply to Encoding error, on the site WordPress.org Forums:
Do you have an example URL that is exhibiting this behavior? It appears something on… -
Posted a reply to bcn_display_separator documentation, on the site WordPress.org Forums:
As mentioned in the documentation, this filter is being introduced in Breadcrumb NavXT 7.2, which… -
Posted a reply to PHP 8.1 compatibility – php deprecation notices spamming debug log, on the site WordPress.org Forums:
@aleks1155 It's likely going to be mid to late January 2023 for the 7.2 release. -
Posted a reply to Is it possible to exclude specific category/taxonomy term., on the site WordPress.org Forums:
Normally, you shouldn't have a hidden taxonomy term (generally if you need to do that,… -
Posted a reply to How to Turn off Schema of Breadcrumb NavXT?, on the site WordPress.org Forums:
For the individual breadcrumbs, you need to change the breadcrumb templates to remove the schema.org… -
Posted a reply to Search Console Showing Critical Warnings, on the site WordPress.org Forums:
Double check your category templates, it appears to have property="BreadcrumbList" on the wrapping span which… -
Posted a reply to Icon for home page, on the site WordPress.org Forums:
Normally, the easiest way of adding an icon to the breadcrumb trail is to add… -
Posted a reply to Fatal Error: class-mtekk_adminkit_setting_int.php on line 53, on the site WordPress.org Forums:
1.3.1 has been released and should fix this issue.
Developer
-
Breadcrumb NavXT
Active Installs: 900,000+
-
Breadcrumb NavXT Multidimension Extensions
Active Installs: 300+
-
WP Lynx
Active Installs: 50+