-
Author
-
May 15, 2017 at 08:18 #161396fungody1881Participant
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 CODEfunction 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…!
May 15, 2017 at 23:42 #161529LauraModeratorHello, 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 solutionLaura 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 🙂
May 16, 2017 at 03:44 #161571fungody1881ParticipantJust 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 …
May 18, 2017 at 17:42 #161942RaduModeratorHi,
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 solutionMay 23, 2017 at 18:16 #162461fungody1881ParticipantRadu, 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!!
May 24, 2017 at 20:52 #162627RaduModeratorYou’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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.