Although there is some code in flickr_photos function, the flickr.css doesn't get loaded in web browser. There is no @import line in heading.

I added the same drupal_add_css call in the if($may_cache) else clause of flicker_menu function. I put it there since this is what I found in other modules and seems to work now.

Comments

andrewlevine’s picture

I will test this out later to see if this is something wrong with our code and not just a weird error but in case it is not (and it probably isn't because we've had no other reports of this) can you give any more information that might help debug this? Is the flickr.css file in the module directory?

pabloalgar’s picture

I'm not sure what factors may interfere with the load of the stylesheets. My drupal system is not using cache and private download is activated (and so there are no aggregated/compressed CSS).

Yes, the stylesheet is in /modules/flickr/ directory and accesible from the web. All other modules' stylesheets are loaded correctrly.

andrewlevine’s picture

I couldn't replicate your problem. You do know that flickr.css isn't loaded on every page, only ones starting with /flickr, correct? What OS are you on? Don't really know what else it could be...

andrewlevine’s picture

Status: Active » Postponed (maintainer needs more info)

please tell us if you've fixed this or give us more info

andrewlevine’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)