- This topic has 7 replies, 4 voices, and was last updated 11 months, 1 week ago by
Leo.
-
AuthorPosts
-
December 12, 2019 at 2:14 am #1101826
Ernst Wilhelm
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
Newbie with generatepress
December 12, 2019 at 4:08 am #1101957David
StaffCustomer SupportHi 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 PostsDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 12, 2019 at 6:03 am #1102061Ernst Wilhelm
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
Newbie with generatepress
December 12, 2019 at 6:16 am #1102074David
StaffCustomer SupportTry this CSS:
.breadcrumbs { padding-left: 30px; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 12, 2019 at 9:41 am #1102373Ernst Wilhelm
Hi. Your help is appreciated.
Thanks,
Newbie with generatepress
December 12, 2019 at 9:57 am #1102395David
StaffCustomer SupportYou’re welcome
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 19, 2020 at 8:02 am #1170551Bram
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 trendsFebruary 19, 2020 at 8:56 am #1170619Leo
StaffCustomer SupportCan you open a new topic and link us to the page in question?
Thanks 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.