Hello,
How to show breadcrumbs on a pages? I can see it on my post type web but it doesn’t shown up on the page type web created by TD Composer.
For info, I’ve set up the page’s parent hierarchy in the page setting.
Thanks
-
This topic was modified 7 years by
achmadsya.
Hi,
In order to have Breadcrumbs on page you need to set the template page on pagebuilder + page title
-> https://www.screencast.com/t/3tMBut1H
-> https://www.screencast.com/t/MvZcCcJY0M2
Hope this will help you!
Thanks.
Thanks, the breadcrumbs is now showing.
I notice the home button is shown twice (home>home>page) with the second home refering to parent page called Home.
I can hide it by deactivating “Show breadcrumbs home link” in the Theme Panel setting. However, would this be an issue to the page SEO?
Thanks
Hi Sem Igual,
Please provide some more details and some screenshots, also a link were I can inspect the page would be very helpful.
Documentation for Page templates -> https://forum.tagdiv.com/page-templates-2/
documentation for Breadcrumbs -> https://forum.tagdiv.com/breadcrumbs/
Thank you!
Hello Calin,
my url’s page:
https://semigual.pro/blog/
Template page
https://www.screencast.com/t/eESn0vtmH65i
Breadcrumb theme panel
https://www.screencast.com/t/nBoipBOqUCBu
I forgot to mention in the first post that I have the Thrive Architect plugin installed as well.
Thank you.
Gustavo.
-
This reply was modified 7 years by
Sem Igual.
Hi,
Please make sure that you clear all cache after you save the settings that you made in theme panel ( -> https://www.screencast.com/t/mFo9cwDgKL ), also please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, clear all cache and check again.
If the Breadcrumbs still do not show please use this custom css
-> https://www.screencast.com/t/5vwprKkTNlS
.td-blog-beauty .td-header-style-11 + .td-category-header .td-crumb-container {
display: block;
}
Thank you!