body .btn [class^="icon-"], body .btn [class*=" icon-"] {
display: none;
}.rt-block.rt-dark-block a, .rt-block.basic.rt-dark-block a {
color: #ffffff;
}// Now do any initialization or defaultSettings setup required
if ($this->componentLoaded() && !JFactory::getApplication()->isAdmin())
include_once($this->_componentFolder . '/' . $this->_componentFile);alzander wrote: Tom,
We believe we've located the issue with the Facebook login issues. The code is going through testing now to make sure it doesn't break anything. If you're interested in implementing it now to test, please edit the /components/com_jfbconnect/includes/jfbconnect.js file. Around line 170, you'll see:Replace that block with:jfbcJQuery.each(response.data[0], function (k, v) { permissions = permissions + '","' + k; });Again, that code is going through testing now and will be in a release due out very soon (tonight, tomorrow or Friday at the latest). We'd love to have any feedback you may have on if this gets you going.jfbcJQuery.each(response.data, function (k, v) { // Check for v2.0 of Graph API if ('permission' in v) { if (v.status == "granted") permissions = permissions + '","' + v.permission; } else { jfbcJQuery.each(v, function (perm, value) { permissions = permissions + '","' + perm; }); } });
Thanks,
Alex
#jfbcLoginModal {
text-align:center;
}#jfbcLoginModal {
text-align:center;
color: black;
}tomnor wrote: However, that's not the only problem. When I have the "social profiles - jomsocial" plugin enabled, it totally messes up my site. My site uses a number of different templates and with that plugin enabled all pages revert to the default template and totally ignore all my template overrides.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
