Closed (won't fix)
Project:
Drupal for Facebook
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2008 at 19:18 UTC
Updated:
17 Jan 2012 at 12:55 UTC
I have made minor customization on fbml theme, i have removed id's from div's and changed class names, customized css file as it should be. when i go to the application page the right sidebar is shown is it should be with theme, style and colours. but content area (left side) does not have any style, it uses default facebook css.
is it there a limitation of facebook on id's and class names?
how can i solve it?
Comments
Comment #1
Dave Cohen commentedIf you have an improvement to fb_fbml, I encourage you to submit it as a patch.
To debug problems like this, view the source of your canvas page. Facebook shows you (the developer) exactly what your server returned in a comment near the top. Then later in the page you can see the source that facebook sent to the browser. It does change some things around and nests the fbml inside other tags.
Comment #2
blockedmind commentedthere is no problem in source code. it's normal... content column does not rendered with css. that's the weird thing.
Comment #3
Dave Cohen commentedI'm still not clear on what the problem is. Remember that facebook munges your markup. It changes your ids, and wraps all your markup in its own. So maybe your CSS selector is not working in that context?
Firebug can be helpful to track these things down.
Comment #4
Letharion commentedSince Drupal 5 is no longer supported, I'm taking the liberty to close all FB D5 issues. Issues that haven't moved since D5 are unlikely to still be valid.