Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator cubecolour

    (@numeeja)

    This might be done by design by a function included within a plugin or theme. Try deactivating all of your plugins & then check whether this occurs. If not, activate them one by one until the issue reoccurs – this will allow you to identify which plugin.

    If it is not a plugin, switch to the default theme to discover whether it is caused by your theme,

    Thread Starter surya prakash

    (@surya-prakash)

    Thanks for your solution.

    I was tried to another way. It was solved.

    Have a look below steps for that.

    >> Go to Root wp-login.php (in root folder)

    >> Find this code:

    <div id=”login_error”>’ . apply_filters( ‘login_errors’, $errors ) . “</div>

    >> replace to this code:

    <div id=”login_error” >’ . $errors . “</div>

    >> Then check once

    It is working my system.

    Moderator cubecolour

    (@numeeja)

    editing core WordPress files is not recommended

    hello sir , its a very nice theme . I have cherry framework with themewoo child them..whenever i activate themewoo..its saying it requires parent them cherry..so i rename themewoo—> cherry framework-child…Now its showing many errors like

    Warning: include_once(D:\xamp\htdocs\ashu\woocommerce-temp/wp-content/themes/CherryFramework-child/includes/custom-function.php): failed to open stream: No such file or directory in D:\xamp\htdocs\ashu\woocommerce-temp\wp-content\themes\CherryFramework\functions.php on line 149

    Also i made it again themewoo folder name but still showing error…
    sir m very disappointed please tell me the solution..

    Looking forward to your response..
    Many many thanx in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Login error Message in cherry framework’ is closed to new replies.