Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #975791

    Hi,
    ich habe wie in der Doku angegeben den folgenden Code in Quick-CSS resp. ins style.css von Enfold Child kopiert, leider beide Male ohne Erfolg.

    /* Breadcrumbs below page title */
    .title_container .breadcrumb {
    position:relative;
    left:-2px;
    top: 5px;
    }
    .title_container {
    padding-bottom:10px;
    }

    Was mache ich falsch?
    Ausserdem: ich hätte die Breadcrum gerne unterhalb des Headerbildes, und nicht unterhalb des Titels angezeigt. Könnt ihr mir da ebenfalls weiterhelfen?

    Besten Dank.
    LG Esther

    #975904

    Hey Esther,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Can you please point us to the page with the breadcrumbs?

    Können Sie uns temporär Administratorzugriff auf Ihre Website in der privaten Inhaltsbox unten geben, damit wir uns das genauer ansehen können?

    Können Sie uns bitte auf die Seite mit den Brotkrümeln zeigen?

    Best regards,
    Victoria

    #977952

    Hi Victoria

    When I took a second look at the whole thing, I noticed that the breadcrumb is displayed below the header navigation. Is it also possible that the breadcrumb of a left sidebar is displayed on a “normal content page” below an H1?

    Best regards,
    Esther

    #978075

    Hi Esther,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #978269

    Hi Victoria

    The plan is to insert a breadcrum as visualized in the picture.
    My question: Is this even possible with the navigation placed in the left sidebar?

    Best regards,
    Esther

    #980663

    Hi,

    I noticed you’re using the advanced layout builder. I’d recommend to use a shortcode to place the breadcrumb where you want. 

    1) Add this code to your child theme functions.php:

    
    function av_breadcrumbs_shortcode( $atts ) {
    return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    }
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );
    

    2) Add a text block or code element to your pages where you want to display the breadcrumb (i.e. below the headline or image). Then insert this shortcode into the text/code element:

    
    [av_breadcrumbs]
    

    Best regards,
    Dude

    #983630

    Wonderful work!

    That was exactly what I was looking for.
    The documentation on that is somehow misleading, but this works to just great.

    #983647

    Hi,


    @Kesselhut
    Glad it worked for you! :)

    We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.

    Best regards,
    Yigit

    #984569

    Hi Peter

    Thanks, works for me as well.

    One last question: how can the output text be adapted? Actually, I would prefer the following ad (without the reference “you are here”):

    [Page] / [Page]

    Thanks for your support,
    Best regards, Esther

    #984691

    Hi Esther,

    Here are some threads to consider:
    https://kriesi.at/support/topic/changing-home-in-breadcrumb/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #985030

    Hi,

    Basically this variant works – but the previous pages are not displayed correctly (see screenshot). How can this problem be solved?

    Best regards,
    Esther

    #985701

    Hi,

    Can you please define what you mean as previous pages, not sure it is really clear for us.

    Best regards,
    Basilis

    #985851

    Hi Basilis

    You can see it on my screenshot:

    The following is currently displayed: Startseite / ZAM Z
    Correct display: Vermögensverwaltung / ZAM Z

    Best regards,
    Esther

    #986291

    Hi Esther,

    Please edit your page and set “Vermögensverwaltung” page as its parent page :)

    Best regards,
    Yigit

    #986381

    Hi Yigit
    Thank you very much for that hint – it would have been that easy…
    Best regards,
    Esther

    #986441

    Hi Esther,

    Glad we could help!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Breadcrumb funktioniert nicht’ is closed to new replies.