Hi,
I want to integrate Google+ and Facebook with my website. I am following your guide step by step.
https://vibethemes.com/documentation/wplms/knowledge-base/bp-social-connect-integration-with-wplms/
I have started with Google + and I have already done all the steps. I can see the google "square" in the login pop up in my website. I can click on it and my google accounts appear. I click on my account and it seems to be logging in. Then, it redirects me to my website + "#" (www.example.com/#). But I am not looged in.
Any clue of what is going on?
Thank you!
Daniel
Hi,
The user is never logged out automatically, this could be a cache issue. Please try clearing the cache.
When you see that you are logged out then try to reload the page and then check.
Hi Latiyan,
Thank you for your response, It is working now. I can login when I am in the computer as I have plenty of space in the screen there and I see the complete pop up but when I try to login in the cellphone, the pop up is cut with the the screen and it doesn't show the facebook and google+ login and I can't move to reach them cause the popup doesnt allow me to move.
What can I do?
Thanks again!
Daniel
Hi,
Can you please share the site url to check this on your website.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi,
Sorry for misunderstanding the issue.
Please add the below css in your appearance->customize->custom css:
@media (max-width:768px){
.logged-out #vibe_bp_login .fullscreen_login {
overflow-y: scroll;
}
}
This will allow users to scroll the login popup in mobile versions.
Hi!
It is Ok, I didnt explain it well. Now it is working!
Thank you!!!