Archived topic
How can I make breadcrumbs visible in GP
7 replies · Started by Ernst Wilhelm on December 12, 2019
I am using GP Premium (SEO = All in One). Simply configuring breadcrumbs plugins like 'Breadcrumb NavXT' or 'Flexy Breadcrumb' doesn't give the expected results. So far I have not used GP elements, hooks or anything like that.
Can you give me some guidance?
Thank you in advance, Ernst
Hi there,
If you want to display Breadcrumb NavXT then these are the steps:
1. Appearance > Elements > New > Hook
2. Add this to the Hook Content:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
3. Select generate_before_content from the Hook List.
4. Check Execute PHP
5. On the Display Rules tab set the locations you want it displayed eg. Posts > All Posts
Hi David. That's great main issue sorted out [before-main-content]. A minor question though. Please have a look https://ernst-wilhelm-grueter.de/veranstaltungen/geburtstagfeier-in-hemmoor/
How can I move the breadcrumb trail a little bit to the right to get it aligned with the site title?
Cheers, Ernst
Try this CSS:
.breadcrumbs {
padding-left: 30px;
}
Hi. Your help is appreciated.
Thanks,
You're welcome
Hi David,
I also have a problem with the breadcrumbs.
I did exactly, step by step what you did describe above, but it seems nothing happens nor appears on the postpage Creativiteit, https://rickmoeliker.nl/creativiteit/
I expect to see something like you can see on the bottom line of the header in this example https://geldkanon.nl/affiliate-marketing-trends/
Home » Nieuws » Geld verdienen met affiliate marketing in 2020? Let op deze trends
Can you open a new topic and link us to the page in question?
Thanks :)