Topic-icon Login looks terrible

Active Subscriptions:

None
10 years 7 months ago #35884 by vivacomputers
I have installed the latest version but I get text like this:


MOD_SCLOGIN_ADV_LOAD_JQUERY_LABEL
MOD_SCLOGIN_VALUE_NOMOD_SCLOGIN_VALUE_YES
MOD_SCLOGIN_ADV_LOAD_BOOTSTRAP_LABEL
MOD_SCLOGIN_VALUE_NO

I have a dutch backend but before this was no problem. Also the Google login button is not shwon and I think my Facebook login doens't work also very good. So I have a few problems :/ . I hope you can help me.
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago - 10 years 7 months ago #35885 by vivacomputers
Replied by vivacomputers on topic Login looks terrible
Edit; I removed the Dutch ini file and the backend looks better now. I will check the rest but the Google button is not there.

Edit 2: Ok it appears that the Dutch files are not good yet.

The only thing left is that I can't see the Google button.

Edit 3: I can't get my profile image little...
Last edit: 10 years 7 months ago by vivacomputers.
The topic has been locked.
Support Specialist
10 years 7 months ago #35905 by alzander
Replied by alzander on topic Login looks terrible
Thanks for letting us know about the Dutch file. We'll look into what may be wrong there and ensure that we're loading the English file as a backup. That should already be happening, but we've seen some cases where we aren't properly creating the fallback to English and the raw strings show.

For your other issues:
Google Button
The Google Button will only show if you've entered the App ID and Secret Keys into JFBConnect. Have you properly setup your Google client application? If not, check out the Configuration Guide which has a video explaining how to do so or use the Google+ Application Setup guide.

If that still doesn't work, make sure you don't have a template override in /templates/<YOUR_TEMPLATE>/html/mod_sclogin that would be hiding the updates in JFBConnect v5.1

I can't get my profile image little...
There's a bug with the SCLogin module where the profile image can't be hidden right now. If you want it shown, but smaller, make sure you are setting both height and width parameters in the module for the avatar. If that doesn't work, can you post a link to your site or send a picture of what you're seeing and describe the problem more?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #36012 by vivacomputers
Replied by vivacomputers on topic Login looks terrible
Hello Alzander, thanks for the help. Well I checked and as far as I can see all is in good configuration. The image by the way is now better. The only thing I can't show is the Google login. I can see that there is something but no button.

I hope you can assist in this.

Regards,

Roland
The topic has been locked.
Support Specialist
10 years 7 months ago #36028 by alzander
Replied by alzander on topic Login looks terrible
Roland,
If you're testing on the website in your signature, it doesn't look like you have upgraded to JFBConnect v5.1 yet. The new v5.1 release is what supports Google+ authentication.

If you're testing on a different site, let us know what URL it's on so we can check.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #36051 by vivacomputers
Replied by vivacomputers on topic Login looks terrible
Hello Alzander,

Off course my mistake. The site is : www.laptoprepareren.com.

Thanks!
The topic has been locked.
Support Specialist
10 years 7 months ago #36068 by alzander
Replied by alzander on topic Login looks terrible
The code for the Google login button on that site looks like:
<a class="show" id="sc_gologin" href="javascript:void(0)" onclick="jfbc.login.google();">
   <img src="/">
</a>
I have no idea why the img src would be just / . I've never seen that before and no one else has reported that.

Also, the Facebook Login button is being loaded as:
www.laptoprepareren.com/images/button_facebook.png
That is working, but where the SCLogin module should be loading it from is:
www.laptoprepareren.com/media/sourcecoas.../button_facebook.png

Similarly, the correct URL for the Google+ button should be:
www.laptoprepareren.com/media/sourcecoas.../button_facebook.png

However, that doesn't work, but the below does:
www.laptoprepareren.com/images/button_google.png

Do you know why your media directory wouldn't have the right images in it, or what would be placing some of the images into the root /images directory?

Beyond that, I'd recommend trying to disable any SEF URL options you have enabled or optimization plugins, and see if that helps.

Let me know how that goes,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #36074 by vivacomputers
Replied by vivacomputers on topic Login looks terrible
When I look in the folder that you mean I don't see any pictures. I only come as far as; www.laptoprepareren.com/media/sourcecoast/css and some files in there. I have just upgraded from the old version.

Should I make the folders and put the pictures there? I will give that a try anyway hehehe...
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago - 10 years 7 months ago #36075 by vivacomputers
Replied by vivacomputers on topic Login looks terrible
Well the pictures are in the named folder but still no Google login button. I don't have a lot off enhancement plugins actually so I am a little run out off possibilities....

I will try to setup the Google settings again but I am almost sure that I did as it should be.

One other thing; I placed those pics in the images folder. With the installation there weren't any pictures and also it didn't the folders that you name.
Last edit: 10 years 7 months ago by vivacomputers.
The topic has been locked.
Support Specialist
10 years 7 months ago #36089 by alzander
Replied by alzander on topic Login looks terrible
Please try to re-install JFBConnect again. That folder, and others in the /media/sourcecoast/ directory, should be created and have some files in them. There was also a v5.1.1 release today with some minor bug-fixes that gives you a reason to re-install anyways. When you re-install, check the output to make sure there were no error messages displayed as well.

Beyond that, please make sure that you aren't using a template override in the /templates/<YOUR_TEMPLATE>/html/mod_sclogin folder. If you have one there, try renaming it or make sure that it's up-to-date with changes in the latest version of our module.

Thanks,
Alex
The topic has been locked.