Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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
    #418736

    Hi 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,
    Yigit

    #420272

    Worked, thank you! For my information, what was reason it was doing this, do you know?

    #420284

    I 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…

    #421186

    Hey!

    What’s wrong with the breadcrumb on the category or archive page? http://www.optionsgain.com/blog/strategy/

    Best regards,
    Ismael

    #421196

    Hi 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.

    #421340

    Hey!

    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ünter

    #421622
    This reply has been marked as private.
    #421821

    Hey!

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.