Closed (works as designed)
Project:
Drupal for Facebook
Version:
6.x-2.0-rc2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2010 at 09:14 UTC
Updated:
6 Apr 2012 at 04:55 UTC
Since this morning no CSS is being loaded on Facebook Canvas pages using this module?
I have checked Facebook for Drupals Facebook page and this is having the same issue.
http://apps.facebook.com/drupalforfacebook/frontpage
To quickly get around the issue myself in the top of the page.tpl.php I am not require_once('') the CSS page like this.
echo "<style>";
require_once(path_to_theme().'/styles_fbml.css');
echo "</style>";
Comments
Comment #1
Dave Cohen commentedIt seems unlikely this would happen on http://apps.facebook.com/drupalforfacebook, because it uses an iframe, and not FBML.
It sounds like a problem on facebook's side. thanks for suggesting the workaround.
Comment #2
alberto56 commentedI was having the same problem and the workaround worked for me whereas adding the style to the .info file was not working.
Comment #3
j0nathan commentedsubscribing
Comment #4
jcarrig commentedI think its a cache issue (server cache, not browser). Try clearing all of your cache and then reloading the page. I would recommend clearing your cache with drush.
Comment #5
j0nathan commentedHi jcarrig,
We did clear the cache a couple of times from the web interface and drush.
Comment #6
13rac1 commentedNo response in two years. Closing.