This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #161396
     fungody1881
    Participant

    Hello, klleo is such a fantastic theme!!  I really love it. I just have encountered an small issue today.

    On BBpress, I want to use Breadcomb, but would like to display only LAST 2 parts, that is “topic(ie., topic list)” and “a single topic”.

    That is, I want to omit “Home/forums/” part from bread comb.
    I do the same with my another site already with a different theme with this function (below )introduced on BBpress official page.

    COPY CODE
    function mycustom_breadcrumb_options() {
    	// Home - default = true
    	$args['include_home']    = false;
    	// Forum root - default = true
    	$args['include_root']    = false;
    	// Current - default = true
    	$args['include_current'] = true;
    
    	return $args;
    }
    
    add_filter('bbp_before_get_breadcrumb_parse_args', 'mycustom_breadcrumb_options' );

    https://bbpress.org/forums/topic/how-do-i-remove-first-two-parts-of-breadcrumb/
    And this function works well for that site with a different theme.

    However, this function seems not working with Kleo theme.

    How can I  make this function work with Kleo theme?

    I really cannot figure it out and  find previous Q & A for this issue.

    Therefore it would be so nice if you check this issue, thank you so much…!

    #161529
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #161568
     fungody1881
    Participant

    Thank you Laura, waiting for help now….

    #161571
     fungody1881
    Participant

    Just let you know that I have tried this function on kleo’s child theme’s funtion.php file, and found it is not working, thank you. I think it is supposed to work on Child theme’s Function.php …

    #161942
     Radu
    Moderator

    Hi,

    I think that filter used to hook the function with changes it’s old and deprecated, I’ve tried to make that work in other ways but no success but I found this plugin: https://wordpress.org/plugins/bbp-toolkit/ it sais that allows you to change breadcrumbs, give a try.

    Cheers
    R.

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

    Radu, Thank you so much for finding this promising plugin.
    Somehow I cannot save any setting with this plugin, but my other plugins may be the cause, so I will do some checking myself.

    Thanks a lot!!

    #162627
     Radu
    Moderator

    You’re welcome

    Good luck
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?