Tagged: breadcrumbs, gunter
-
AuthorPosts
-
March 26, 2015 at 4:22 am #418301
I seem to be getting a duplicate link in my breadcrumbs… anybody know why / how to fix?
See the “Blog” and “Binary Options Blog” links on the example pages given in the private content are of this post.
I couldn’t find any tell-tale issues in the theme settings anywhere…
- This topic was modified 9 years, 7 months ago by dmoravec. Reason: Removed links to site
March 26, 2015 at 6:52 pm #418736Hi dmoravec!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive span[typeof="v:Breadcrumb"]:nth-child(4), .archive span.sep:nth-child(3),.single span[typeof="v:Breadcrumb"]:nth-child(4), .single span.sep:nth-child(3) { display: none; }
Best regards,
YigitMarch 30, 2015 at 9:29 am #420272Worked, thank you! For my information, what was reason it was doing this, do you know?
March 30, 2015 at 9:47 am #420284I also just noticed that the breadcrumbs are now “wrong” on some other pages. For example, apparently this is “Home”:
http://www.optionsgain.com/forums/
Breadcrumbs in my forums aren’t quite accurate. I removed the CSS code and it shows up properly again…
March 31, 2015 at 3:12 pm #421186Hey!
What’s wrong with the breadcrumb on the category or archive page? http://www.optionsgain.com/blog/strategy/
Best regards,
IsmaelMarch 31, 2015 at 3:20 pm #421196Hi Ismael,
Those pages used to have a duplicate breadcrumb but Yigit gave me custom CSS code to remove that. Now, as that custom CSS code has been applied, the Forums page (http://www.optionsgain.com/forums/) is showing up as though it is “Home”
Hope that helps you understand this issue better.
March 31, 2015 at 5:11 pm #421340Hey!
Thank you for the feedback.
The breadcrumb trail reflects the hierarchical structure of categories, posttypes, pages.
To me it seems as if you have declared a hierarchie between Binary Options Blog and Blog resulting in the current output.
Maybe you can create us a WP admin account so we can have a closer look into your setup to locate the problem.
You can post it here as a private reply.
Best regards,
GünterMarch 31, 2015 at 10:20 pm #421622This reply has been marked as private.April 1, 2015 at 11:06 am #421821Hey!
Thank’s for coming back.
I think I figured out the problem:
You have a category “blog” and a page “Binary Options Blog” with the permalink “blog”.
The breadcrumb routine first checks for the category => “Blog” and then for the page => “Binary Options Blog”.
Both have the same permalink “Blog”, so WP has no chance to distinguish between “Page” or “Category” and opens (as a default behaviour) the category.
So try to modify the permalink for the page “Binary Options Blog”.
Give us feedback, if it worked please.
Best regards,
Günter -
AuthorPosts
- You must be logged in to reply to this topic.