Topic-icon Facebook error message, font color and added Social Meta menu

Active Subscriptions:

None
Hello,

I've just installed JFBConnect, it is working fine but I am getting a Facebook error about Invalid Scopes everytime I login.
There is also a floating bar menu appearing on my site; "Social Meta"- "Preview"- "Create Post"
In addition the messages on the module are hardly visible, dark fonts on dark template background. Is this a css issue?
Could you please help?

Thank you,
File Attachment:


File Attachment:
The topic has been locked.
Support Specialist
8 years 7 months ago #54571 by mel

I've just installed JFBConnect, it is working fine but I am getting a Facebook error about Invalid Scopes everytime I login.

JFBConnect does not attempt to set a publish_stream permission (just double-checked the code). Could you go into your JFBConnect backend > Configuration > Facebook tab and make sure that you have not set this value in the 'Additional Permissions Request' parameter? If it is there, please remove it as I'm not aware of that as a valid permission.

There is also a floating bar menu appearing on my site; "Social Meta"- "Preview"- "Create Post"
In addition the messages on the module are hardly visible, dark fonts on dark template background. Is this a css issue?
Could you please help?

If you want help to fix the CSS to see the messages, please Private Message me superadmin credentials so I can see that toolbar on the front-end. To do this, use the envelope icon under my avatar to send the PM. If you don't want the toolbar at all, however, you can also disable it with the JFBConnect > Configuration > General > 'Enable Social Toolbar' option as well.

-Melissa
The topic has been locked.
Active Subscriptions:

None
Hi Melissa,

Thank you for your prompt respond. I've resolved the permission issue by following your instructions, thank you.
As far as the toolbar I disabled it. What I meant about the font color probably has
File Attachment:

to do with my template typography, I think. My question was because the messages on the "Login" and "Login Out" views (SC Login module) cannot be viewed agains a dark background. If I change the font color in my template, it changes it for the entire site.

Thank you,
The topic has been locked.
Support Specialist
Then don't change it for the whole site :)

The SCLogin module has a high-level class of 'sclogin', which you can use to target any styles displayed in the module, like:
.sclogin {
  color: white; /* use white for all text */
}
.sclogin .btn-primary {
  background: black; /* make button black */
  color: green; /* make button text green */
}
I hope that helps, but if you need any more help, just let us know. Also, you may want to check out our SCLogin theme guide for more information on creating your own style overrides or HTML customizations.

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

None
Thank you Alex,

Where do I insert this code?

Walter
The topic has been locked.
Support Specialist
8 years 7 months ago #54591 by mel
The link that Alex provided for creating your own theme describes where to put your css customizations for SCLogin.

You can initially test out your changes in /media/sourcecoast/themes/sclogin/default.css (or the sourcecoast.css file depending on which theme you have selected in SCLogin). Then once you verify the changes are correct, we highly recommend making your own theme so you don't lose these changes if you upgrade SCLogin.

-Melissa
The topic has been locked.
Active Subscriptions:

None
Thank you Melissa.

I followed your instructions, created a theme and it is working great.

Thank you!
The topic has been locked.
Support Specialist
Fantastic! We're glad to hear you got things going. Should you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/extensi...l-display/jfbconnect

Thanks,
Alex
The topic has been locked.