Portuguese:
I’m trying to use Breadcrumb on a custom page, but I’m not seeing any effect on the layout.
English:
I’m trying to use Breadcrumb on a custom page, but I shouldn’t have any effect on the layout.
Route: /perfil
Same question
Code:
"responsive-layout.desktop#profile": {
"children": ["flex-layout.row#profile--desktop"]
},
"flex-layout.row#profile--desktop": {
"props": { "fullWidth": true },
"children": ["breadcrumb#profile"]
},
"breadcrumb#profile": {
"props": { "showOnMobile": true }
}
Hi Matheus,
Breadcrumb content issues are usually caused by a delay in search indexing, which resolve on their own without any intervention. Are you still experiencing this problem? If so, could you share the full URL so I can take a look?
Eduardo Luciano
Field Software Engineer | VTEX
Hi MatheusRoberson,
Are you trying to use the breadcrumb on a regular custom page, without search or product?
Because on our end we can get it to show up on store.product, store.search, search-result-layout easily. But never on store.home or store.custom#privacidade. Like this:
“flex-layout.row#home”: {
“props”: {
“paddingTop”: 4
},
“children”: [
“breadcrumb”
]
},