Hello @graphections,
For this you have to make the parent child relationship between the pages then child pages automatically display the breadcrumb level.
For example, if you create a page ABC and then create its child page XYZ. When you access XYZ page, it will show a full trail of the breadcrumb like as:
Example: Home/ABC/XYZ
Thanks for using our plugin.
Let us know if you need our further assistance.
Regards,
PressTigers
-
This reply was modified 8 years, 10 months ago by
PressTigers.
Awesome thank you!
How would I make the background color go the full width of the page and not just to the end of the Breadcrumbs?
Hello @graphections,
Can you please activate the Flexy Breadcrumb at your site so we can guide you according to your site.
Thanks & Regards,
PressTigers
Its back on, sorry I did a theme update and it removed the short code from footer.php
This is the color id like to carry across the full width, not just behind the Breadcrumb trail
#809392
-
This reply was modified 8 years, 10 months ago by
graphections.
Also is there a way I can put the Breadcrumb trail within the content as opposed to the header OR footer php files?
Hello @graphections,
Please add the following CSS code snippet in your activated theme’s style.css to display the breadcrumb trail in full width.
.fbc-page .fbc-wrap .fbc-items{
width: 100%;
}
Also, you can place shortcode anywhere in the file or in the post/page editor to display the breadcrumb trail.
Let us know if you need our further assistance.
Thanks & Regards,
PressTigers
Thanks that CSS worked great!
As for positioning I understand this yes but it will always go in either the Header or the Footer.
I would like it below our Search and Tel section (this is NOT a header element on our site) and above the Page Title.
You can see the page here
http://fcainsurance.wpengine.com/commercial-insurance/general/property-insurance-to-value.html
So how would I call it from within the content to be exactly placed where I call if from?
Hello @graphections,
Please ask your theme developer for the theme’s file exact location where you want to drop the shortcode. This is something that your theme developer can guide you in the right direction as we don’t have access to your code files.
Thanks & Regards,
PressTigers