
-
AuthorPosts
-
November 23, 2020 at 12:20 am #1262166
hello,
my website https://particuliers.cinier-b.com dont show the title (name of page) and the breadcrumb.
I need to make appear the title of woocommerce category, and breadcrumb, for example on this page https://particuliers.cinier-b.com/boutique-en-ligne/frictions-de-sante/
Enfold theme is set on left sidebar it seems to be the reason breadrumb and title of page can’t be shown.
Could you tell me how to do to solve the issue…
thanks a lot, I love your template but this “problem” is important to be solved quickly for my client.P
November 23, 2020 at 1:10 am #1262177Hey happyfrog,
Please edit your page and choose to display breadcrumbs in “Titlebar Settings” under Layout section – http://i.imgur.com/IMw9jIQ.png
Best regards,
Jordan ShannonNovember 23, 2020 at 1:10 am #1262178Hey happyfrog,
Please edit your page and choose to display breadcrumbs in “Titlebar Settings” under Layout section – http://i.imgur.com/IMw9jIQ.png
Best regards,
Jordan ShannonNovember 23, 2020 at 2:55 pm #1262390hi Jordan,
thanks a lot for your quick answer,
but I still can’t access to this feature because The design is set on vertical menu… see on my screenshots (links here)
http://artiweb.info/bat/cinier-b/ecran1.png
http://artiweb.info/bat/cinier-b/ecran2.png
and I want to display breadcrumbs and title of page on woocommerce category too…
could you help me again ?;-)
November 26, 2020 at 10:00 am #1263210pleeeeaaaase
hi Jordan,
thanks a lot for your quick answer,
but I still can’t access to this feature because The design is set on vertical menu… see on my screenshots (links here)
http://artiweb.info/bat/cinier-b/ecran1.png
http://artiweb.info/bat/cinier-b/ecran2.png
and I want to display breadcrumbs and title of page on woocommerce category too…
could you help me again ?;-)
November 27, 2020 at 4:58 am #1263443Hi,
Thank you for the info.
We could use this filter in the functions.php file to display the title and breadcrumb container back even when the default header is disabled or when using a vertical menu as you put it.
add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1); function avf_header_setting_filter_mod($header) { $header['header_title_bar'] = ''; return $header; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.