tab issue

#221670
  • Resolved Glenn Donaldson
    Rank Math free

    Hi there

    I have an issue which I have been told maybe related to rank math plugin. I have an issue with my website when I enter the site into the browser and upload some pages on the site it will show on the tab page not found. It will load the page but the page not found is something that makes the site look amateurish and I am trying to fix it. I tried updating the permalinks etc but did not work.

    I reached out to Buddy Boss for help and they said in the past it had been a rank math issue and I was hoping you might be able to assist me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Ankit
    Rank Math business

    Hello,

    Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.

    Could you please share the affected URL with us so that we can look into it from our end?

    Looking forward to helping you. Thank you.

    Hi there

    Thanks for getting back to me.
    Please login to http://www.smallbusinessconnect.com.au
    Use the provided login details and then within the site you can click on menu items and navigate to activity for example it happens with most of the pages once you have then check out the tabs within the browser

    Thank you for your help

    Ankit
    Rank Math business

    Hello,

    I have fixed the missing title inside your activity, register page, and members page by using the following code.

    I have pasted this code inside your current theme’s function.php file.

    add_filter( 'rank_math/frontend/title', function( $title ) {
        if (bp_is_register_page()  || bp_is_activity_component() || bp_is_members_component()) { // Change this condition to check the BuddyBoss activitypage
            return '';
        }
        return $title;
    });

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    I just want to thank you, I can’t thank you enough

    Ankit
    Rank Math business

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this ticket.