Hi Ajay, are you currently using the Rename Login Page under the Brute Force tab?
If you are then you cannot use the following wp-admin and wp-login to log into your website any more. You have to use the secret word you added in the Rename Login Page security feature to log in.
For example:
[yoursite.com/secretword]
Thread Starter
Ajay
(@ajaypatel)
I know, it’s just that it doesn’t look very professional when users get logged off after the set time period and it shows a fatal error. Is there a way to fix it so they don’t see this error and instead maybe a page saying that the page doesn’t exist?
Hi reading your comment below.
When I get automatically logged out of the website and I go to
When you say you go to….are you typing on the browser address bar the login url or are you clicking on a URL displayed in the error message?
The following error message is related to your theme.
Fatal error: Call to undefined function tfuse_meta() in /home3/brown/public_html/www.thebodyconfidenceprogram.com/wp-content/themes/inshape-parent/header.php on line 21
Can you test one of WordPress default themes like Twenty Fifteen?
Hi, just to confirm your issue.
I carried out a test and when I was logged out by force after 60 minutes, I was returned to the website URL “Front page”.
So I can confirm that it is working correctly.
Kind regards
I think this is related to how your theme works.
Which theme are you using?
Thread Starter
Ajay
(@ajaypatel)
I think you are right. I’m unable to try it with a different theme unfortunately as members are currently using the website.
This is what is on line 21 of the header.php file:
<?php tfuse_meta(); ?>
I’m using the “In Shape” theme from Theme Fuse
@ajay, you might like to read the following documentation related to properly coded themes.
Thank you
Thread Starter
Ajay
(@ajaypatel)
Perfect, thanks for the update
Thread Starter
Ajay
(@ajaypatel)
Thanks so much, that sorted it out π