Home Forums Theme support Prestige Theme Glitch?

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 9 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • I just installed the Prestige Real Estate on my client’s site.

    I’m a developer and I’ve never encountered this problem before.

    I installed the theme and was working on configuring it when I was randomly auto-logged out.

    I go to log in again at http://melcalaguirealtor.com/wp-admin

    ….And then, instead of taking me to the WP dashboard, it automatically redirects to this page:
    http://melcalaguirealtor.com/wp-login.php&redirect_to=http%3A%2F%2Fmelcalaguirealtor.com

    It will not allow me to access the WordPress interface at all. I even attempted to enter a direct link to a page on the back end and it auto redirects to http://melcalaguirealtor.com/wp-login.php&redirect_to=http%3A%2F%2Fmelcalaguirealtor.com

    In short, it appears to be some sort of corruption.

    Obviously I triple checked my login credentials and they are correct. It’s acting as though it’s logging me in, but the grey WP bar does not appear at the top and it will not allow me to access the back end at all.

    There are no plugins installed other than the standard that come with any WP installation (e.g akismet, etc)

    I noticed on the theme notes that it’s only compatible up to WP 4.2.

    I’m running WP 4.4

    Could this be the problem?
    Or is this a glitch that you’re aware of and can guide me into fixing?

    Again the site is http://melcalaguirealtor.com/

    Hi,

    there was a problem with the most recent WordPress update, seems they changed something with the permalink functions. But the problem is very easy to solve, you can add this code add the end of your functions.php file, then all is working without any problem:

    add_filter( 'login_url', 'my_login_page', 10, 2 );
    function my_login_page( $login_url, $redirect ) {
        return home_url( 'wp-login.php' );
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.