This topic has 8 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #48576
     gerryb
    Participant

    Hello guys complimented the theme more I use it the more I like, I am writing for a strange problem that occurred with the login form in the main menu.
    If a user tries to access the site, but missed the pawwsord appears no error and charge indefinitely.
    How can I fix this?
    Thank You

    Attachments:
    You must be logged in to view attached files.
    #48604
     Laura
    Moderator

    Hello, have you tried disabling some plugins that may create a conflict? Have you added custom codes to functions.php?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #48613
     gerryb
    Participant

    hello, I have not done no changes to the functions.php, I tried to disable the plugins but without change.
    I also tried zM Ajax Login & Register with this working properly, but I want to use one supplied in kleo, because it is well structured.
    How can I fix this?
    Thank You

    #48686
     Laura
    Moderator

    Hello, could you share your website with me please? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #48725
     gerryb
    Participant
    This reply has been set as private.
    #48796
     gerryb
    Participant

    Hello anna, you have some news? I would be very grateful if you could give me some help.
    Thank You

    #48909
     Laura
    Moderator

    Hello, thanks for your patience, i will check it out and give you an answer very soon

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #49174
     gerryb
    Participant

    Hello Laura’s all right, I think I have corrected this problem. (i guess)
    The cause was a conflict with a plugin “cooked”, for fixing this issue I have removed this code snippet:

    add_action( ‘wp_login_failed’, ‘cp_fe_login_fail’ ); // hook failed login

    function cp_fe_login_fail( $username ) {
    $referrer = $_SERVER[‘HTTP_REFERER’];
    $referrer = explode(‘?’,$referrer);
    $referrer = $referrer[0];
    if ( !empty($referrer) && !strstr($referrer,’wp-login’) && !strstr($referrer,’wp-admin’) ) {
    wp_redirect( $referrer . ‘?loginfailed’ );
    exit;
    }
    }
    from functions.php (in cooked plugin!).

    A question
    It can cause a security problem?

    Thanks, hope to have an answer.

    #49502
     Laura
    Moderator

    Hello, i’m not familiar with that plugin, but i dont think it could cause security problems, maybe you can ask in their forum 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?