Tagged: breadcrumb
-
AuthorPosts
-
June 21, 2018 at 1:55 pm #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 EstherJune 21, 2018 at 6:32 pm #975904Hey 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,
VictoriaJune 26, 2018 at 2:44 pm #977952Hi 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,
EstherJune 26, 2018 at 6:52 pm #978075Hi Esther,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaJune 27, 2018 at 7:49 am #978269Hi 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- This reply was modified 6 years, 5 months ago by zugerberg-finanz.
July 3, 2018 at 6:07 pm #980663Hi,
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,
DudeJuly 10, 2018 at 12:58 pm #983630Wonderful work!
That was exactly what I was looking for.
The documentation on that is somehow misleading, but this works to just great.July 10, 2018 at 1:17 pm #983647Hi,
@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,
YigitJuly 12, 2018 at 9:33 am #984569Hi 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, EstherJuly 12, 2018 at 1:00 pm #984691Hi 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,
VictoriaJuly 13, 2018 at 8:37 am #985030Hi,
Basically this variant works – but the previous pages are not displayed correctly (see screenshot). How can this problem be solved?
Best regards,
EstherJuly 15, 2018 at 6:48 pm #985701Hi,
Can you please define what you mean as previous pages, not sure it is really clear for us.
Best regards,
BasilisJuly 16, 2018 at 8:10 am #985851Hi Basilis
You can see it on my screenshot:
The following is currently displayed: Startseite / ZAM Z
Correct display: Vermögensverwaltung / ZAM ZBest regards,
EstherJuly 17, 2018 at 8:15 am #986291Hi Esther,
Please edit your page and set “Vermögensverwaltung” page as its parent page :)
Best regards,
YigitJuly 17, 2018 at 12:06 pm #986381Hi Yigit
Thank you very much for that hint – it would have been that easy…
Best regards,
EstherJuly 17, 2018 at 2:26 pm #986441 -
AuthorPosts
- The topic ‘Breadcrumb funktioniert nicht’ is closed to new replies.