Page Title "Not Found"

#13438
  • Resolved Jack Hunter
    Rank Math free

    So, first of all kudoz on the great plugin.
    I ran into a problem that made me disable the plugin. The plugin doesn’t work well with Buddypress, bbPress and some other plugins. It somehow throws a <title>Page Not Found </title> . I have this plugin installed on several sites and when I turn it off the problem dissapears. Is there a way to fix this? I can’t turn on the plugin as it’s now throwing this Page not Found in the html.

    • This topic was modified 4 years, 7 months ago by Jack Hunter.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

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

    The plugin actually comes with an integration module for bbPress. Can you confirm that you have enabled the bbPress module via Rank Math > Dashboard?
    IMG

    Looking forward to helping you. Thank you.

    ​​​​​​​

    THnx for the fast reply. I turned them off and on, it solves the problem for bbpress/buddypress but not other plugins. In my case the member registration system, aMember.

    Hi Jack,

    Thanks for getting back to us.

    Our integration only covers bbPress and BuddyPress at the moment.
    We are continually improving the plugin and you can expect integration for more systems such as aMember in future.

    We would however be happy in coming up with some PHP code to target & fix the affected pages if you can share some temporary wp and FTP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hi Jack,

    Thanks for the access.

    I can only see that the aMember login page is affected by the missing title and in this regard you can use the following snippet that I have added to your functions.php file to enter a custom title for this page:

    /**
     * Filter to change the Rank Math page title on Amember page.
     * 
     * @param string $title
     */
    add_filter( 'rank_math/frontend/title', function( $title ) {
    	if($_SERVER['REQUEST_URI'] =="/amember/"){
    		$title = "Registered Member Login | Face Yoga For You";
    	}
    	return $title;
    });

    I hope this info helps. Thank you.

    Yes this helps a lot. Thank you!

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/?rate=5#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘Page Title "Not Found"’ is closed to new replies.