Closed (fixed)
Project:
Drupify
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 01:52 UTC
Updated:
28 Apr 2010 at 00:40 UTC
I have installed the Drupal timeline module (and the views module on which it depends) on a clean Drupal installation and changed the theme to Drupify. Visiting http://site/timeline/nodes does not display the timeline correctly (though it is displayed correctly in other themes) -- no content is shown in the main block.
The problem appears to be the definition of the blog table in page.tpl.php -- that table ends up taking on a width of 0. Adding width="100%" to that definition has solved my issues (tested in FF 3.5, IE, Opera 9.5).
Just to check I tried the dev release, but that also doesn't display the timeline correctly.
Comments
Comment #1
matt v. commentedI just committed a fix to the dev release, adding a width of 100% to table.blog. If you get a chance, please confirm that the dev release fixes the issue. Thanks for pointing that out!