Topic-icon Register form label tooltip broken

Active Subscriptions:

None
9 years 3 months ago - 9 years 3 months ago #60880 by yanarn
Hello,
I have two issues, detected when i was trying the instagram login.
I was testing and working on my screencast for instagram validation.
Not sure if it's because my app is in sandbox mode, but when i try to login with instagram, i am redirect to the jfbconnect register form, empty except the username.
That's not really what i expected from a social registration, i'm ok if my user need to fill some fields but in this case, they will need to fill essentially every things.

At the same time i discover that the label tooltip of this form are broken, there are all black and i didn't find the way to fix it.

here the screencast i was working on where you will see both issues :
Last edit: 9 years 3 months ago by yanarn.
The topic has been locked.
Support Specialist
9 years 3 months ago #60886 by mel
1. The empty fields showing can be controlled with the settings in the JFBConnect backend > Configuration > General > Normal Registration section. Make sure to set the 'Username Field on Registration' and 'Password Field on Registration' fields to be one of the selections to generate the values. As far as the email, this will be empty because Instagram does not support fetching of the email address.

2. The tooltip problem is probably a CSS problem. If you could give me a specific URL where I can see the behavior, I can inspect it with the browser developer tools to give a suggestion for a fix.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 3 months ago #60888 by yanarn
Thanks for the info about the form, i will check that.

For the url of our website, i'll send you it in pm with credential because it's in private access for now.
The topic has been locked.
Support Specialist
9 years 3 months ago #60889 by mel
Please see my PM to disable Automatic Registration so that I can see this view.
The topic has been locked.
Support Specialist
9 years 3 months ago #60891 by mel
All right. That tooltip has a .popover class on it that is setting the color from your templates/jm-joomadvertising/css/bootstrap.20.css file.

Body of the tooltip:
.popover {
background-color: #FFF;
color: #000;
}
.popover-title {
color: #FFF;
}

I would suggest testing these in the /components/com_jfbconnect/views/loginregister/tmpl/loginregister.css file so it will only affect this view.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 3 months ago #60892 by yanarn
Thanks melissa, i'll test that.
The topic has been locked.
Active Subscriptions:

None
9 years 3 months ago #60893 by yanarn
It's working, thanks for the support and explication.

Have a nice weekend

regards

Yannick
The topic has been locked.
Support Specialist
9 years 3 months ago #60894 by mel
Glad I could help :)

-Melissa
The topic has been locked.