Topic-icon sc_bootstrap.css

Active Subscriptions:

None
10 years 7 months ago #36795 by fb_547031077
Hi,

I have just upgraded to the newest version of JFBConnect. Now you load this rather big file:
sc_bootstrap.css

How can I get rid of this file?

PS: I don't use any of your modules (I use my own) and none of your content output plugins, so I don't really understand why this file get loaded?

Best Regards,
Michael
The topic has been locked.
Support Specialist
10 years 7 months ago #36803 by alzander
Replied by alzander on topic sc_bootstrap.css
Michael,
We're working to decrease some of the extra files we load on pages, but wanted to be very conservative with this release as a lot changed in our underlying architecture.

To disable that inclusion, for now, simply edit the /components/com_jfbconnect/libraries/provider/facebook.php file. Around line 395, you'll see:
// Should the bootstrap CSS be included in J3.0 or loaded through JHtml::_('bootstrap.loadCss') ?
        $doc->addStyleSheet(JURI::base(true) . '/media/sourcecoast/css/sc_bootstrap.css');
        $doc->addStyleSheet(JURI::base(true) . '/media/sourcecoast/css/jquery-ui-autocomplete.css');
Just go ahead and comment out/delete both of those files as it doesn't sound like you'd want either.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #36824 by fb_547031077
Replied by fb_547031077 on topic sc_bootstrap.css
Thank you! :-)

Best Regards Michael
The topic has been locked.
Support Specialist
10 years 7 months ago #36832 by alzander
Replied by alzander on topic sc_bootstrap.css
No problem, and glad it helped. For the v5.1.2 release, there's already been consolidation of our CSS files, and reduction in their overall size as well. It will be an ongoing process.

As always, if you have any feedback or suggestions, 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 certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.