Hi there, is this plugin still being supported? Haven’t seen a plugin updat in 5 years. Let me know. Thanks.
]]>I’m getting two errors associated with Breadcrumb Trail right now:
PHP Notice: Trying to get property 'rewrite' of non-object in .../public_html/wp-content/plugins/breadcrumb-trail/inc/breadcrumbs.php on line 1343
PHP Notice: Trying to get property 'rewrite' of non-object in .../public_html/wp-content/plugins/breadcrumb-trail/inc/breadcrumbs.php on line 1349
This seems to have just started happening, so it might be related to the newest version of WordPress (5.8)
Breadcrumbs still seem to work. So I’m not sure what the error means.
Any advice?
]]>Hello. I ask for your help. Do not show breadcrumbs on the store categories page on woocommerce. Everything is fine in the product itself, only there are none on the category page. Demo site https://erevan.incanto-it.by2.by/menyu/product-category/evropejskaya-kuhnya/garniry
Do not tell me what the problem is?
]]>The plugin is failing 2 tests in the Google Search Console.
The first error is: Either ‘name’ or ‘item.name’ should be specified
The second error is: Invalid URL in field ‘id’
The pages on my site listed under these 2 errors are all based on tags. But this could be because they are the only errors or that others haven’t been crawled yet as it’s a new site. The pages listed are:
https://www.darrenlines.uk/tag/ford-focus/
https://www.darrenlines.uk/tag/forscan/
https://www.darrenlines.uk/tag/car/
Here is the code highlighted for the top URL when the error is clicked. First is for the “Either ‘name’ or ‘item.name’ should be specified” error:
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem" class="trail-item trail-begin"><a href="https://www.darrenlines.uk/" rel="home" itemprop="item"><span itemprop="name"><i class="fa fa-home" style="font-size: 1em;margin:0;padding:0;" title="Home"></i></span></a><meta itemprop="position" content="1" /></li>
and for the “Invalid URL in field ‘id'” error:
<span itemprop="item"><span itemprop="name">Ford Focus</span></span>
I have added a breadcrumb to the global header of my site but the links are not clickable, any ideas?
]]>Hello,
I have an issue with the Breadcrumb Trail Plugin. The Google structure data testing tool shows the following error:
“A value for the item field is required.”
This clearly means that the Breadcrumb schema code generated by breadcrumb trail plugin is not correct.
Please help…
]]>Google expects the last id to be a url. The test tool reads:
The value provided for item.id must be a valid URL.
For example:
a > b > c
While A and B are links, C is not.
Is it a problem that the last item is not a link?
]]>Hi, I’d like to use your plugin to create a series of breadcrumbs that display information for 6 hierarchical taxonomies on my single product page. Is this possible with your plugin?
]]>Hi, i found that when using woocommerce custom permalinks, say change ‘shop’ to ‘catalog’ for example, even when url is ok, the breadcrumb trails continues saying ‘products’ instead of the custom permalink.
In url i have:
catalog/name-of-product/
while in breadcrumb it says:
products/name-of-product
Could it be possible to make breadcrumbs be the same as url?
Thank you very much
Best Regards
Your plugin is Awesome,
But, how can I make Breadcrumb, as per Page Visit or page traverse.
Means: If there is 1 Page-D, liked with 2 links
How can I make breadcrumb like this :
A->B->C->D
&
A->B->D
even though the breadcrumb as per permalinks is (A->B->C->D)
Hi, i am receiving this error in a WordPress 4.7 installed in localhost, Mavericks
Notice: _usort_terms_by_ID is <strong>deprecated</strong> since version 4.7.0! Use wp_list_sort instead. in /Users/mimo/Sites/test/wp-includes/functions.php on line 3783
Congratulations for this great plugin and thank you very much for your attention
Best Regards
How do I change “Browse” to “You are here”
What options does the plugin have? Is there a help guide?
]]>Hi,
I have Breadcrumb Trail plugin and Classifieds WP.
When I open classifieds page/add classified/manage breadcrumb works good because they are normal pages with shortcode. But when I open classified I only can see:
Homepage > Classified name
What can I do to have there:
Homepage > Classifieds > Classified name
?
Classifieds got own post_type: classified_listing
Thanks for any help ??
]]>After updating the Breadcrumb Trail plugin to version 1.0.0, I’m having a problem with the trail URL for single posts.
Originally it looked like this:
HOME > BLOG > POST (It actually said POST rather than the post title, but that’s okay)
Clicking on BLOG linked to https://mydomain.com/blog/ (blog is a category)
Now it looks like this:
HOME > BLOG > MY POST TITLE
Clicking on BLOG links to https://mydomain.com/category/blog/ (It’s now adding /category)
Unfortunately this is breaking the site. I’m wondering if there’s an option to have the trail URL not include /category ?
]]>Hello,
I am using breadcrumb trail, and it works fine. The issue that I am having is that on my custom post type, I have pagination on the archive page. On that page it shows
Home>>Exhibit>>Page 2
how can I have it not display the page in the breadcrumb?
Thanks,
Aaron
]]>I have a custom post type “Products” and custom taxonomies for this post type “Product Categories”. This is the structure for “Product Categories”:
Home > Products > Products
First “Products” is post type
Second is custom taxonomy (category)
How to delete first one, I mean custom post type from breadcrumb.
Thanks.
]]>I have a situation where only 1 of my 3 custom post types is recognized and included in the breadcrumbs.
Workings – https://monique.wpengine.com/testimonials/jon-snow/
Not Workng – https://monique.wpengine.com/neighborhood/oak-creek/
Not Workng – https://monique.wpengine.com/agent/michael-scott/
Not sure what is going on, but I have never had this happen while using the plugin.
Any help would be appreacited.
]]>Hi,
I try to set <?php if ( function_exists( ‘breadcrumb_trail’ ) ) breadcrumb_trail(array(‘show_on_front’ => false,));?>, but i see the breadcrumb in front of pages. I want use your plugin for google search results only. Can you help me to fix it?
Thanks, Dmitry
]]>Hi,
I just installed your plugin and it seems awesome!
I would like to know if it is possible to show also the subpages of current page in a dropdown menu.
Also another question, how can I change the separator?
I see here someone asks the same question but the anwser is no working,
I’ve inserted this code and it is not working
<?php breadcrumb_trail(array( ‘labels’=>array(‘browse’=>”), ‘separator’=>’>’ )); ?>
Thank you
]]>Hey,
I tried adding
'separator' => '»',
To the “public function __construct” in breadcrumbs.php
so this started happening only after i upgraded to the 1.0.0 another of my website is still using the Version 0.6.1 and the separator works there..so i think something changed in the 1.0.0 version could u please tell me how to change the seperator in the 1.0.0 version please.
]]>Is it possible to add the blog page before the blog post category for example –
Home > Blog > Category 1 > Blog Post
currently it’s setup so that it looks like this…
Home > Category 1 > Blog Post
]]>Hi,
In the breadcrumb trail of my site, it is displayed “Main page” in place of “Home”. I wish the replace by home but I cannot find the text nowhere.
Can you help me on this point?
Thank you in advance.
I liked your plugin a lot, but the plugin no longer passes the Google rich snippets test. Google has changed its requirements. Can you please update the plugin?
]]>Hi!
Is it possbile to add trails showing the category structure for pages same like for posts?
Thanks in advance!
]]>Weird one.
For some reason…. breadcrumbs links are ignoring ssl
see here https://www.kroos.co.uk/case-study/west-ealing-extension/
Breadcrumbs dont go to secure pages, instead going to insecure.
no idea where to start.
Suggestions?
]]>The breadcrumb trail for posts is based on its taxonomy instead of its location.
I prefer a hierarchical path for posts identical to pages, instead of its taxomatic structure. How do I change the trail?
]]>Hi Justin,
Firstly, before anything else, thank you for the fantastic plugin. Rarely do plugins “just work”, and in (most) of the cases I’ve used your plugin, it has indeed “just worked”! (And, the only cases it hasn’t was where I was doing custom things with custom taxonomies, so of course, I wouldn’t have expected it to pick all that up anyway ?? )
Just a small request – I’m regularly updating plugins on a range of WordPress websites. For each update I need to scan the changelog to see if an item that has changed warrants further compatibility testing before I run the upgrade. All good… except the latest version of Breadcrumb Trail doesn’t have a changelog!
The handy dandy ‘Changelog’ tab which shows changelogs for most plugin upgrades right within the WP admin console instead shows “Please see the changelog.md file included with the plugin file. Or, you can view the online change log.” The problem is that the ‘online changelog’ link doesn’t show a changelog on the page it links to, and if I wanted to get the changelog.md file I’d have to go and download the plugin first, extract and read the changelog, and then finally go back into WP’s admin to use the automatic update feature.
All a bit of running around, which when upgrading a number of plugins at the same time becomes a bit of a pain.
Hence my humble request… if you could post the changelog into the Changelog tab of the plugin page, I would… love your plugin even more than I already love it?? =)
Thanks heaps for your consideration.
Cheers
Tim
]]>HTML Validator error
line 317 column 66 – Error: The itemprop attribute was specified, but the element is not a property of any item.
<div class=”breadcrumb-trail breadcrumbs” itemprop=”breadcrumb”>
In the file \breadcrumb-trail\inc\breadcrumbs.php, line 130.
I think the tag that has the attribute “itemprop” needs to be wrapped in another tag that contains “itemscope”, to pass HTML validators.
https://www.webmonkey.com/2010/09/microdata-html5s-best-kept-secret/
]]>Hello,
you may find a German Translation here when you like:
https://pflanzen-bilder-kaufen.de/wp-content/plugins/breadcrumb-trail/languages/breadcrumb-trail-de.po
https://pflanzen-bilder-kaufen.de/wp-content/plugins/breadcrumb-trail/languages/breadcrumb-trail-de.mo
ok?
Regards Konrad
Hello,
I love this plugin, but I’m having a problem on Buddypress profile pages; It displays “Home / Forums” on every profile pages.
I am also using bbpress plugin, I know this issue is related with bbpress, because breadcrumb turns to normal when I deactivated to bbpress.
Please help, because I need to use bbpress.
Regards,
]]>