This topic has 5 replies, 4 voices, and was last updated 7 years by swl100.

  • Author
  • #113483
     adminbhs
    Participant

    Even in your demo, there is no title.

    How can I make that every member page will have his nickname at the top or even unique title?

    #113649
     Radu
    Moderator

    Hi,

    We are into this issue and we will let you know when this is fixed

    Cheers

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

    Waiting forward for this issue to be solved. thanks

    #116463
     Abe
    Keymaster

    Hi there, have you tried updating to the latest SweetDate version?

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #169363
     swl100
    Participant

    Hi there,

    Has this issue been fixed yet? It is not working yet for me (I have the latest version and still there are no page titles on the member’s pages) and the SweetDate demo also has this same problem.

    Thanks.

    #169366
     swl100
    Participant

    Problem solved,

    For anyone else who reads this, for me it was a conflict between YOAST SEO and BuddyPress. I resolved it by adding this to the child theme functions.php

    function wpseo_fix_title_buddypress($title) {
    // Check if we are in a buddypress page
    if ( function_exists( ‘buddypress’) && ( !empty( buddypress()->displayed_user->id ) || !empty( buddypress()->current_component ) ) ) {
    $bp_title_parts = bp_modify_document_title_parts();

    // let’s rebuild the title here
    $title = $bp_title_parts[‘title’] . ‘ ‘ . $title;
    }
    return $title;
    }
    add_filter( ‘wpseo_title’, ‘wpseo_fix_title_buddypress’);

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

The topic ‘No title at member page’ is closed to new replies.

Log in with your credentials

Forgot your details?