Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Magazine3

    (@magazine3)

    Hi, thanks for reaching out to us. Please review the following manual: https://structured-data-for-wp.com/docs/article/how-to-display-breadcrumb-on-front-end-using-shortcode/. Follow all the steps outlined in the manual. If you still have the same concern, please let us know

    Thread Starter ArtGoddess

    (@artgoddess)

    Hello,

    Thank you very much for your answer. It seems that I am incapable of placing the breadcrumbs, in the same position, on all pages. Also, it appears a huge space surrounding the breadcrumb.

    I have asked in both “Twenty Twenty-One” and “Twentig” theme forums.

    While there is an answer, I kindly ask if you can check from your side.

    In my child theme, at the very end of header.php, I have added the code:

    <div id="content" class="site-content">
    <div id="primary" class="content-area">
    <main id="main" class="site-main">
    <?php
    if ( !is_front_page() && function_exists('saswp_render_breadcrumbs_html') ) {
    	echo do_shortcode( '[saswp-breadcrumbs]' );
    } ?>

    You may check the result here:

    frontend urls

    Any suggestion on how to solve this? Many thanks for any clue you may give to me. ????

    Plugin Author Magazine3

    (@magazine3)

    Hi, thank you for getting in touch with us. Could you please clarify your specific goals or requirements? Providing a reference would be greatly appreciated to better understand your concern.

    Thread Starter ArtGoddess

    (@artgoddess)

    Thank you @magazine3, I hope these screenshots clarify the situation.

    https://quickforget.com/s/db255b7d2b59eb787df5a9609452a6f3cf7a86421e4c27b0

    Thank you again for your assistance.

    Plugin Author Magazine3

    (@magazine3)

    Hi, thanks for sharing this. We’ve checked your screenshot of the desired result image and the current result image. We have a hunch it might be due to the theme you are using. Please try to check if there is a conflict with any plugin or theme. If the result remains the same, please let us know.

    Thread Starter ArtGoddess

    (@artgoddess)

    Yes, you are right. It is a problem with the “Twenty Twenty-One” theme. I mark this thread as solved. Many thanks for your help.

    Plugin Author Magazine3

    (@magazine3)

    It is good to hear that our assistance helped you !

    Have a nice time ahead ??

    Thread Starter ArtGoddess

    (@artgoddess)

    Yes, your answer has been crucial. ????

    Plugin Author Magazine3

    (@magazine3)

    Glad to hear that the issue has been resolved. We are marking this thread as resolved now but please don’t hesitate to reach out if you have any concerns. We’ll be happy to assist you. Have a great day ahead!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Breadcrumbs’ is closed to new replies.