Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2013 at 10:04 UTC
Updated:
13 Jun 2013 at 16:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
jsacksick commentedThe attached patch partially fixes the issue, it changes the "Blog" text to "Archives", the last remaining issue is the current page title added by the Crumbs module, it takes the menu item title instead of the page title, I'm not currently sure what to do about it.
Comment #2
heyyo commentedIt's seems to be a crumbs bug, for now I removed my "archives" menu entry. Like this it removes the current page title in the crumb.
It's will be great also to add "Blog" path in the breadcrumb of any post before the Blog Category :
http://demo.commerceguys.com/ck/blog/social-logins-made-simple
Home » Kickstart Tip » Social Logins Made Simple
Home » Blog » Kickstart Tip » Social Logins Made Simple
I easily did that by inserting a node parent for the content type "Blog Post"
admin/structure/crumbs/node-parent
Comment #3
drupalreggie commented+ 1
Also - semi related issue - if you click the blog category link in the breadcrumb trail of a blog entry it takes you to the default taxonomy display of all nodes of that category (/blog-category/example-term) rather than the styled view of blog entries by category (/blog/category/1) that is accessible by clicking on the category links displayed at the bottom of blog content. I've removed blog categories from the crumbs because of this...
Cheers,
Comment #4
bojanz commentedFixed in https://code.drupalcommerce.org/#/c/704/
Haven't seen #3, that's going to need a separate issue.