Forum Replies Created
-
Author
-
khanhhoadoanParticipant
I found it that registration via facebook was not enable on my site.
However, another problem arise now. once I click on login using facebook, it redirect me to the /wp-login.php and ask for password to login, but when I manually type in website, i actually logged in successfully.
Kindly advisekhanhhoadoanParticipantHi,
??????????
I dont understand your advice at all. I have all plugins come together with the theme installed and activated, including woocommerce.
You haven’t helped answering my questions even when I keep asking again and again.
khanhhoadoanParticipantHi,
How can I solve the 404 page not found when click on lost password? I attached the screenshot below for your reference.
Latest version of WordPress, kleo theme and all plugins are installed, yet it still happens. What bother me the most is that it does not happen all the time but sometimes and I dont know the reason being.I tried to deactivate all plugin except bbpress/buddypress, it still happens.
I havent tried deactivate child theme and not sure how to do it. As I read in one of the topic you replied, I need to export data as back up? When I activate the parent theme, do I need to import this data back or anything?Thanks
Attachments:
You must be logged in to view attached files.khanhhoadoanParticipantHi,
Thank you for your prompt reply. However, I don’t think it is code from my child theme function.php, since below code is the only thing that I ever added in
//Custom email sender.
add_filter(‘wp_mail_from’, ‘new_mail_from’);
add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);function new_mail_from($old)
{
return ‘contact@bakesell.com’;
}function new_mail_from_name($old)
{
return ‘Bakesell’;
}I tried to delete and test with the login again and it still happening. Is there anyway I can fix it instead of using plugin?
Also, what about the 404 page not found issue?
khanhhoadoanParticipantHi Radu,
Nevermind, I know the reason why it displays that way on my computer nw.
Thank you for your support 🙂khanhhoadoanParticipantHi Radu,
Thank you for the guide. Anw, I have one more question regarding the bb search form. My search bar is in full width but the search icon is in middle of the bar. Is there any way I could change the search bar to half width? or if full width, how can I fix the magnifying glass icon position?
I saw the quick css solution in one of the topic but then the mod said it is already fixed in kleo 4.0.
Attachments:
You must be logged in to view attached files. -
AuthorPosts