John Havlik
@mtekk on WordPress.org and Slack
Bio
Contribution History
John Havlik’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
-
Posted a reply to How to change the homepage title in the breadcrumb navigation, on the site WordPress.org Forums:
In the Breadcrumb NavXT settings page, replace %htitle% and %title% in the home template with… -
Posted a reply to [NSFW] Changing the Breadcrumb Menu, on the site WordPress.org Forums:
If you want the home link to always link to the "Member Page" (for every… -
Posted a reply to Bug if you disable category for post, on the site WordPress.org Forums:
While I'd content having the first member of the object_type array within the taxonomy object… -
Posted a reply to Google search console problem, on the site WordPress.org Forums:
On the homepage, you don't have a breadcrumb trail (which is normal) so I wouldn't… -
Posted a reply to Validator problems, on the site WordPress.org Forums:
Breadcrumb NavXT doesn't by default output the breadcrumb trail twice, my guess is the original… -
Posted a reply to Validator problems, on the site WordPress.org Forums:
How is the site calling the breadcrumb trail? The site in question seems to be… -
Posted a reply to Google search console problem, on the site WordPress.org Forums:
If you look at what the search console is complaining about, it appears to be… -
Posted a reply to Google search console problem, on the site WordPress.org Forums:
Without seeing the "more information" part of the google search console error, it's difficult to… -
Posted a reply to How to display a minimal version of breadcrumbs on mobile?, on the site WordPress.org Forums:
There should be a way of accomplishing this using CSS (which is a better way… -
Posted a reply to Multilang and mainpage, on the site WordPress.org Forums:
So the link to the home/main page is retrieved using the WordPress API function get_home_url().… -
Posted a reply to Plugin update, on the site WordPress.org Forums:
The current version (Breadcrumb NavXT 7.2) works fine with WordPress 6.3, updated the readme to… -
Committed [2982797] to Plugins SVN:
updating readme for WordPress 6.3 -
Committed [2982796] to Plugins SVN:
Updating readme for WordPress 6.3 -
Posted a reply to Mutiple Instances of bcn_display(), on the site WordPress.org Forums:
So, for per instance/call to bcn_breadcrumb there are only a couple of unique settings available,… -
Posted a reply to Bug if you disable category for post, on the site WordPress.org Forums:
Are you running into this behavior on other post types that category as a registered… -
Posted a reply to Either Name or item name should be specified, on the site WordPress.org Forums:
For some reason your product CPT root breadcrumb title is blank. That is why Google… -
Posted a reply to Remove Current_Page, on the site WordPress.org Forums:
There are a couple of ways to remove the current item from the breadcrumb trial.… -
Posted a reply to URL notation to custom post type archives by year becomes URL with parameters, on the site WordPress.org Forums:
Currently, your best bet is to modify the URL using the bcn_breadcrumb_url filter. From the… -
Posted a reply to How to remove “blog” on breadcrumbs URL, on the site WordPress.org Forums:
Ultimately, Breadcrumb NavXT uses get_term_link() to get the links for categories, you need to target… -
Posted a reply to Personalisation, on the site WordPress.org Forums:
For the first thing you want to do, that's known as "removing the current item".… -
Posted a reply to Internal Server Error when saving changes, on the site WordPress.org Forums:
Normally, internal server errors or access denied errors are caused by ModSecurity, please double check… -
Posted a reply to displaying the object of the search, on the site WordPress.org Forums:
This looks problematic: unset( $wp->query_vars['s'] ); as does this: $query->set('s', ''); Not sure why either… -
Posted a reply to displaying the object of the search, on the site WordPress.org Forums:
Breadcrumb NavXT will try to display what was searched for in the breadcrumb trail on… -
Posted a reply to Can Breadcrumb NavXT do The Following?, on the site WordPress.org Forums:
Adding custom breadcrumbs to the breadcrumb trail can be achieved using the bcn_after_fill action. Or,… -
Posted a reply to Include attribute filter URLs, on the site WordPress.org Forums:
Since the attribute filter isn't part of WordPress core, Breadcrumb NavXT won't be able to… -
Posted a reply to Import/export doesn’t save checkboxes and radios configuration, on the site WordPress.org Forums:
Thanks for reporting this. Looking into this, it appears the problem is boolean settings are… -
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…
Developer
-
Breadcrumb NavXT
Active Installs: 900,000+
-
Breadcrumb NavXT Multidimension Extensions
Active Installs: 200+
-
WP Lynx
Active Installs: 50+