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 $block_html_id; " class=" 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

cesar.brod@gmail.com’s picture

Status: Active » Closed (works as designed)

Ok, 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.