Active
Project:
Motion
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2010 at 13:41 UTC
Updated:
12 Sep 2011 at 07:22 UTC
I can't see the blocks when I put them in content part. can you pls check ?
Comments
Comment #1
rjunke commentedThis request is almost 5 months old. Don't any of the Motion theme developers read this? Its an issue for me as well and I'm hesitant to do my own hack for fear of breaking something else.
Comment #2
rjunke commentedTurns out this issue is due to the block.tpl.php file not having any code in it to display blocks. I borrowed the code from block-right.tpl.php file and tested. The blocks now display. I just have to clean up the CSS to make it display properly.
Comment #3
ball.in.th commentedJust ran into the same issue. Copying block-right.tpl.php to block.tpl.php also fixed my problem. Thanks a lot.