Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #242688

    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

    #243686

    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

    #456369

    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.

    #456505

    Hey!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #456555
    This reply has been marked as private.
    #456618

    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

    #456620

    Superb Yigit! Thank you!

    #456625

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘add yoast breadcrumbs in the same spot of the enfold breadcrumbs’ is closed to new replies.