Closed (works as designed)
Project:
Block Theme
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 23:13 UTC
Updated:
18 Jan 2012 at 18:41 UTC
I have built a custom theme from scratch and I am trying to use block themes the same way I have always used. On the config I have set:
blocoblogs|Bloco para os Blogs
In my theme directory I have the file block--blocktheme--blocoblogs.tpl.php, inside this file I have line changed for:
print $classes; blocoblogs" print $attributes; >
and in my style.css I have
.blocoblogs {background: red; color: #fff;}
I set up the proper blocks to use this theme. Even tryed to create a test block. No succes. The theme just doesn't apply.
As I always used this before with no problem, I tried everything again on the Bartik theme. Same problem.
Any idea on how to troubleshoot it?
Comments
Comment #1
cesar.brod@gmail.com commentedOk, I don't know what went wrong in the first time. I just repeated the whole process from the beginning and it worked. I missed some small thing, for sure. Thanks for this great module.