Site logo

[Resolved] Cannot get breadcrumbs to show in GP Premium Theme

Home Forums Support [Resolved] Cannot get breadcrumbs to show in GP Premium Theme

Home Forums Support Cannot get breadcrumbs to show in GP Premium Theme

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #1492149
    David
    Staff
    Customer Support

    The Insert Script to Head Field is not part of the Hook Element – it must be from another plugin.
    Move the code from there and place it in the Text area below that.

    #1494058
    Deirdre

    Okay, I tried that but now some symbols appear where the breadcrumbs should, the following>

    > ‘,’

    ‘ ); } ?>

    #1494135
    David
    Staff
    Customer Support

    Have you checked Execute PHP in the Hook Element ?

    #1494163
    Deirdre

    I just checked it and now it works, thanks for your patience! There is a big gap between the title and the breadcrumbs though, do you know how I could get rid of it? e.g. on this page: https://www.thefieryvegetarian.com/easy-vegan-garlic-bread-recipe/

    #1494188
    David
    Staff
    Customer Support

    Glad to hear that !

    Try adding this CSS to remove the breadcrumbs bottom margin:

    .entry-header #breadcrumbs {
        margin-bottom: 0;
    }
    #1494204
    Deirdre

    that did it, brilliant, thanks!

    #1494208
    David
    Staff
    Customer Support

    Glad we could be of help.

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.