This topic has 6 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #49100
     marinushendrik
    Participant

    No breadcrumbs are visible on the forum below the title.

    Though my content-single-forum.php states:

    COPY CODE
    <div id="bbpress-forums">
        <?php bbp_breadcrumb();?>
        ...

    But these are not visible and I can’t seem a way to
    enable these. They are visible in the breadcrumb section.

    However, I want these below the forum title as in the
    template. How can I show these breadcrumbs?

    #49124
     sharmstr
    Moderator

    link please

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #49130
     marinushendrik
    Participant
    This reply has been set as private.
    #49134
     sharmstr
    Moderator

    I’m not positive, but none of the bbp_breadcrumbs return anything, so perhaps kleo is overriding it.

    The breadcrumb in the title uses kleo_breadcrumb();

    COPY CODE
    
    
    function kleo_breadcrumb($args = array())
        {
            if ( function_exists('bp_is_active') && !bp_is_blog_page() ) {
                $breadcrumb = new buddypress_Breadcrumb_Trail($args);
            }
            elseif (function_exists('is_bbpress') && is_bbpress()) {
                $breadcrumb = new bbPress_Breadcrumb_Trail($args);
            }
            else {
                $breadcrumb = new Breadcrumb_Trail($args);
            }
    
            return $breadcrumb->trail();
        }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #49138
     marinushendrik
    Participant

    Hi sharmstr,

    Thank you for helping me. I succesfully added the function to the theme,
    but unfortunately this didn’t work. Actually I can’t manage to get the
    breadcrumbs showing on the rest of the pages. So not only on the bbPress forum.

    #49139
     marinushendrik
    Participant

    Hi sharmstr,

    Thank you for helping me. I succesfully added the function to the theme,
    but unfortunately this didn’t work. Actually I can’t manage to get the
    breadcrumbs showing on the rest of the pages. Only in the breadcrumbs
    section. So not only on the bbPress forum.

    #49184
     sharmstr
    Moderator

    What arguments did you pass it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?