BuddyBoss Home – Web Support Forums Themes Boss. theme Wrong BP Groups Topic Title

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #50271
    @brincy

    Hello,

    Please fix this error with the title:
    http://demo.buddyboss.com/boss/groups/the-yogis-group/forum/topic/wassssupppp/

    <title>Forum | The Yogis Group | Boss. ThemeWassssupppp | </title>
    Should be:
    <title>Forum | The Yogis Group | Boss. Theme Wassssupppp </title>
    Or even better:
    <title>Wassssupppp | The Yogis Group | Forum | Boss. Theme</title>

    Please also note that now there isn’t the space between “Boss. Theme” and “Wassssupppp”

    Thank You

    Answers

    #50289
    @vapvarun

    Hi @brincy
    Thanks for your input, We have fixed it in our development version
    It function priority issue inside buddyboss-inc/theme-functions.php

    
    add_filter( 'wp_title', 'buddyboss_wp_title', 10, 2 );
    should be
    add_filter( 'wp_title', 'buddyboss_wp_title', 20, 2 );
    

    Regards
    Varun Dubey

    #50340
    @brincy

    Ok Thank you @vapvarun

    please also note that if I set Forum or any other tab that is not Home as default group tab, it shows the title of the Homepage of the website instead of the group title.

    please let me know (y)

    #50413
    @vapvarun

    Hi @brincy, earlier issue is fixed and update is released
    For the second issue we will test it also.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Wrong BP Groups Topic Title’ is closed to new replies.