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

matt v.’s picture

Status: Active » Fixed

I 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!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.