Hey,
I would like to add the yoast breadcrumbs in the same spot of the Enfold breadcrumbs.
I tried to add the yoast code to the breadcrumbs.php file but it didn’t work.
i know i can add it to header.php but then it won’t be in the same position.
please let me know how i can add it?
thanks
regev
Hey bonsitemor!
In functions-enfold.php replace:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
with
if($breadcrumb) $additions .= yoast_breadcrumb('<p id="breadcrumbs">','</p>', false);
Best regards,
Peter
I’ve done this too and because of the <p> tag the breadcrumb container has a lot of spacing above the breadcrumb. How could I reduce this to where it was before so that the breadcrumb is central vertically?
Thanks.
Hey!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container h1.main-title.entry-title {
display: none;
}
Cheers!
Yigit
Superb Yigit! Thank you!
Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit