-
Author
-
January 6, 2016 at 00:23 #96509
wd7080
ParticipantHi
Buddypress widget redirects to the home page after user login. This behavior is incorrect because if I have the login widget on forums, the current page of forums must be reloaded again. Users should not be redirected to the home page after logging in using login widget. Same login page must reload with signed in user.
I tried to fix this using the theme options> miscellaneous and I chose “default wordpress redirects” and still I can’t get it work correctly by reloading the current page of login.
Please help
Thanks
January 6, 2016 at 00:47 #96522sharmstr
ModeratorThe setting in Theme Options is for the Popup, as it states. The Buddypress login widget is supported by buddypress and kleo doesnt override its functionality. Kleo only stylizes the form.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 6, 2016 at 00:51 #96524sharmstr
ModeratorYou could always put a login link in a text widget that will launch the popup. But then you’d also need to install a plugin to hide it once the user was logged in.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 6, 2016 at 02:11 #96539wd7080
ParticipantI found a solution for this which is using the BBpress login widget which will redirect users to the same page when they login. BBpress widget is better than buddypress but the reason I stopped using it is that I had a styles issue with it.
January 6, 2016 at 02:14 #96540wd7080
ParticipantCould you please check: http://community.75cpa.com/
You will see the login widget. In the password field, the width must be 100%. I used this to fix it:
.bbp-login-form .bbp-password input {
width:100% !important;
}Please fix this in the theme itself.
Take care
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.