Double Post Category and Breadcrumb Problem

Hello, I’m having a problem on the sites where I have converted from X to Pro. If you see the following website:
Mancraft.org, the main page is using Ethos, and when I activate the filterable index it shows the “All” category twice. Today I noticed that when I add the breadcrumb element to my individual post header it shows the structure Home>Title of Post>Title of Post. So it’s not showing “Blog” after “Home,” but rather the Post Title twice. Can someone please help me see what I’ve done wrong? As it is I can’t use the filterable index or breadcrumbs.

Thank you!

P.S. this problem is the same with my other sites that use Pro. https://www.familysprout.com/, and on the site using X- http://www.englishstreams.com/blog-2/ I am using the latest versions of Pro 1.2, Wordpress’ latest, Bluehost shared hosting… not sure if it has to do with my ftp settings? or because I’m using bluehosts free SSL https instead of normal http? Not sure what would be causing it to duplicate the “All” category. Thanks.

Hello There,

Thanks for writing in!

1.) There is a display of double “All” because you have created “All” category and assigned the posts in this category. You should have not created this category in the first place. This is not necessary. The default “All” in the filter is there already. Please remove the All category to resolve this issue.

2.) Regarding the breadcrumbs, the blog should have appeared. Did you assigned any page as you Posts Page? Please assign it so that the blog will display in the breadcrumb. If you have already assigned the Posts Page, then please do not also forget to insert your Blog Title in X/Pro > Launch > Theme Options > {Your Stack} > Blog Options.

Hope this helps. Please let us know how it goes.

Please see hidden note.

Hello There,

Thanks for updating in! I have logged in and inspected your categories. I found out that the Uncategorized category was edited and changed to “All” and this is why you are seeing double. Since getting rid of this category is not an option, we will just remove the default “All” instead. To remove it, you will need to add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

.option-set .x-index-filters-menu li:first-child, 
.option-set .x-portfolio-filters-menu li:first-child {
    display: none;
}

To save you time and to make sure that the code works, I just went ahead and added the code for you.
If you need anything else we can help you with, don’t hesitate to open another thread.

Regards.

Thank you so much! You rock! Themeco is the best! Have a great week!

Glad to hear we managed to help!