We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Need help with GOOGLE CONNECT [Solution Available] | Forum

Youssef
Youssef Apr 26 '14
Hi there,


I just installed Google connect and it works 100% 


but the problem is, it's showing and working on the sign up page but not appearing on the sign in page


I've tried different templates with no difference.

The Forum post is edited by Alia May 6 '14
Attachments:
  sign in.jpg (89.75Kb)
  sign up.jpg (68.9Kb)
Kяuncн Leader
Kяuncн Apr 29 '14
Also it seems you have changed

.ow_sign_in_cont .ow_sign_in_wrap {
top: 200px}

to:

.ow_sign_in_cont .ow_sign_in_wrap {
top: 300px}

this in my screen has but it way at the bottom of the screen, my suggestion is to set it back to the 200px..


Youssef
Youssef Apr 29 '14
i haven't change anything 
Kяuncн Leader
Kяuncн Apr 29 '14

Quote from Youssef i haven't change anything 

Youssef
Youssef Apr 29 '14
i did what you but still the same no "google connect" :(
Kяuncн Leader
Kяuncн Apr 29 '14
No, you have put 300px;
Needs to be as follows--->

.ow_sign_in_cont .ow_sign_in_wrap {

top: 200px !important}


And sorry this was a mere observation, nothing to do with Google Connect, sorry.
The Forum post is edited by Kяuncн Apr 29 '14
Alia Team
Alia Apr 30 '14
Youssef, have you tried the solution given on plugin's forum http://www.oxwall.org/forum/topic/9420 ?
Youssef
Youssef Apr 30 '14
Thank you ! Aliia !! it work !!!
Youssef
Youssef Apr 30 '14
ho wot ad space between the two button please ?


Alia Team
Alia May 6 '14
You will need to add "margin-left" to the custom code you have in /ow_plugins/gconnect/views/components/connect_button.html:

<img src="./ow_static/plugins/gconnect/gapi.png" style="margin-left:10px;cursor:pointer;margin-bottom:2px;"/>
Kяuncн Leader
Kяuncн May 6 '14
Or if it's easier/Less hassle for you to use Css then as follows:

.connect_button_list img {
margin-left: 10px}



Also you need to remove from .ow_sign_in_cont .ow_sign_in_wrap
the top: 300px;
and allow for it's default of
top: 200px;

Screen shot here will explain why----->



-----> Positioned down too low.....


.
The Forum post is edited by Kяuncн May 6 '14
Martin Philipps
Martin Philipps Jul 24 '14

Hi,


I had the same problem that the buttons don't appear and solved it with this post:

http://www.oxwall.org/forum/topic/9420


But my Google Connect plugin has no settings where I could register my Google client ID and client secret. I have only de "deactivate" and "uninstall" buttons for this plugin, but no settings!


Any suggestion or help?

Thank you!