-
Author
-
March 3, 2015 at 18:59 #48576gerrybParticipant
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 YouAttachments:
You must be logged in to view attached files.March 3, 2015 at 21:06 #48604LauraModeratorHello, 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 solutionLaura 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 🙂
March 3, 2015 at 21:36 #48613gerrybParticipanthello, 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 YouMarch 4, 2015 at 02:45 #48686LauraModeratorHello, 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 solutionLaura 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 🙂
March 5, 2015 at 00:06 #48796gerrybParticipantHello anna, you have some news? I would be very grateful if you could give me some help.
Thank YouMarch 6, 2015 at 04:24 #48909LauraModeratorHello, 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 solutionLaura 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 🙂
March 8, 2015 at 11:54 #49174gerrybParticipantHello 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.
March 10, 2015 at 17:13 #49502LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.