Topic-icon Social Registration Page > BUGs

Active Subscriptions:

None
3 years 11 months ago #66368 by joomleb

alzander wrote: I guess I'm confused then. You mention they are properly shown on the registration and login pages.. but "NOT shown correctly into the Social Registration page". What is the 'Social Registration' page? Is that the Login/Register page of JFBConnect where a user is sent to finalize their registration after authenticating with a social network? ...

Yes Alex, for example the .../component/jfbconnect/?view=loginregister&provider=facebook&return=Lw==#_=_
.../component/jfbconnect/?view=loginregister&provider=google&return=Lw==
.../component/jfbconnect/?view=loginregister&provider=twitter&return=Lw==
PS - Why to the Facebook return URL the final #_=_ is appended ?!?

alzander wrote: 7 - Solution: * Use a CSS nth-of-type selector. With that, you can do something like:

#jfbc_loginregister_newuser fieldset:nth-of-type(2) {
    display: none;
}

I'm using this CSS code with success.
Now, I also need to hide all the <legend> (practically the joomla Privacy and Terms titles) of the #jfbc_loginregister_newuser except the first one (Register title).
I tested quite all but without success. Please, Can you help ?
The topic has been locked.
Active Subscriptions:

None
3 years 10 months ago #66427 by joomleb
Hi Alex,

5 - Login / Register buttons - last SCLogin 8.4.3
There is an awful issue: The "Login Button CSS Class" is added only on the Login button, but not to the logout button (when I'm logged in). There would be two possible solutions:
A --- Tell to the Logout button to follow the "Login Button CSS Class" setting
B --- Add a "Logout View Setting > Logout Button CSS Class"
The topic has been locked.
Support Specialist
3 years 10 months ago #66434 by mel
Replied by mel on topic Social Registration Page > BUGs
Ah gotcha. I completely forgot about the logout button when I was implementing the class. Right now I implemented (on your site and checked in for the next release) to use the settings for the login button. I tested on your site by setting the login class to "btn-warning" and the logout button turned the appropriate color. Sorry about that.

-Melissa
The topic has been locked.
Active Subscriptions:

None
3 years 10 months ago #66435 by joomleb
Hi Melissa,
thanks for checking it and don't worry about the site, it is a test site.

So, as far as I understand, the solution that you have chosen will be the "A" one, Am I right ?

And, if it is a simple hack, Please, Can you give me the instructions here to fix it ?
The topic has been locked.
Support Specialist
3 years 10 months ago #66442 by mel
Replied by mel on topic Social Registration Page > BUGs
Yes, I chose option A because it was a quicker fix late at night :) I sent the PM with the workarounds.

-Melissa
The topic has been locked.
Active Subscriptions:

None
3 years 10 months ago #66446 by joomleb
Hi Mel,
thanks, tested and it is working like a charm :)
The topic has been locked.
Support Specialist
3 years 10 months ago #66450 by alzander
Awesome! We're glad to hear that helped. This will be in the next release.

Thanks,
Alex
The topic has been locked.