Topic-icon FB Connect not really working since upgrade

Support Specialist
11 years 10 months ago #23914 by alzander
No problem for the logins. We try to make things easy around here, and understand that users can get 2 accounts depending on how they register. That Login With Facebook button is just so tempting to click :)

Anyways... I just got into your site. The problem seemed to be your System - Expiresheader plugin. That was doing basically what I mentioned above. It was adding a header to each page of your site telling the browser to cache the page for 2 hours. Then, when someone logged in, the browser would just pull the non-logged in page from cache and display it. If you do a "Refresh" of the page in the browser, that will fetch the 'correct' logged in view.

Of course, please test, and let us know how it goes. If you run into any other issues, just let us know. We'd recommend leaving that off. You can always try to re-enable anything else you may have disabled in the process, but go slow and test along the way! :)

Finally, for the Login With FB button.. is that where you want it? We can gladly help you fix it there, but I'm assuming that's not it's final destination.. so get it where you want it, and we can go from there!

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

None
11 years 10 months ago #23916 by termur
Oh man. Thanks for figuring that out for me.
So, I have the button at the top of the page now. I want it on the same line (to the right) of the other social and contact buttons.

Thanks again.
The topic has been locked.
Support Specialist
11 years 10 months ago #23919 by alzander
Update your templates/rt_voxel/css/template.css file as follows:
Add:
.jfbcLogin {
display: inline;
float: right;
margin: 0 10px;
}
At line 329, in the .contact-us block, remove the float:right statement.

That should fix you up, but if you need anything else, just let us know!
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 10 months ago #23920 by termur
Tried that. Still not looking good. Thanks.
The topic has been locked.
Support Specialist
11 years 10 months ago #23921 by alzander
Woops. Change .jfbcLogin to .jfbclogin (lowercase L).

I'm seeing it on 2 lines now.. the social buttons | Contact Us on one line, and then the Login button underneath. The change of lower-casing should make it go on one line.

After you make the change, I'd recommend closing your browser and restarting it or clearing the cache. Otherwise, the updated CSS likely won't load.

Alex
The topic has been locked.
Active Subscriptions:

None
11 years 10 months ago #23922 by termur
Oh, oops! Can't believe I didn't see that. Fixed and looking great! Thank you so very much!
The topic has been locked.
Support Specialist
11 years 10 months ago #23925 by alzander
I gave it to you wrong in the post above :) Either way, glad it sounds like we got you all fixed up! Should you need anything else, just let us know!

Thanks,
Alex
The topic has been locked.