This topic has 6 replies, 3 voices, and was last updated 4 months, 2 weeks ago ago by Jack Richardson
Breadcrumbs is not showing in few pages.. It should be appear in every pages in website
Hello Ankit Khandelwal,
Thank you for reaching out to us.
We kindly request that you edit your page by utilizing Elementor and adding the WooCommerce Breadcrumbs element to enhance its functionality.
Should you require any further assistance, please do not hesitate to reach out.
Best Regards,
8Theme’s Team
where us breadscrumb option is option for each page
Hello Ankit Khandelwal,
We hope this message finds you well. Could you please confirm if you were able to locate the Breadcrumbs element using the Elementor page editor? For us to assist you more effectively, could you kindly provide a more detailed description of your request?
Best Regards,
8Theme’s Team
Not yet. Please help with screenshot
Dear @Ankit Khandelwal,
We hope this message finds you well. We would like to inform you that the issue you are experiencing is due to the use of the ‘Elementor Full-width’ template for certain pages. If you opt for the ‘theme template’, breadcrumbs will be automatically included on these pages via the XStore theme hooks. For your reference, please see the following screenshot: https://prnt.sc/v_JmaJXyrKjv.
As detailed in the description of the ‘Elementor Full-width’ template, you can view which components are incorporated within this template here: https://prnt.sc/fvKGbPUXaQ8k.
To address this, we have implemented a custom snippet in your child-theme/functions.php file:
add_action('elementor/page_templates/header-footer/before_content', function() {
do_action('etheme_page_heading');
});
This code snippet is designed to ensure that breadcrumbs from the XStore theme are displayed on pages using the ‘Elementor Full-width’ template. For further details, please view this screenshot: https://prnt.sc/VYTEL5v_NWYJ.
Should you have any further questions or require additional assistance, please do not hesitate to contact us.
Best Regards,
Jack Richardson
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up