Closed (won't fix)
Project:
Newswire
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2009 at 18:19 UTC
Updated:
14 Oct 2010 at 05:19 UTC
I cannot get the Block Theme or Block Class modules to work with this theme. I worked with the dev on Block Class, and he says it is getting overridden by the theme:
I'd appreciate any help you can offer to get one of these two modules to work. Thanks!
Comments
Comment #1
venusrising commentedI have the same issue even when adding in the block style sheet Css etc.
Comment #2
Jeff Burnz commentedPlease describe in more detail what you are doing and what is happening or not happening.
Comment #3
venusrising commentedI am having trouble getting the blocktheme module to work with this theme. I am not sure if it because this theme has blocks styled by columns (sorry not a CSS Pro.)
I have:
1. Added blocktheme tpl files to theme
2. Added blocktheme Css to theme
3. Configured Blocktheme (it works with other themes on our site.)
4. The theme will show up when configuring blocks but when we select it nothing changes.
I saw on your AT site you say something about adding the $blocktheme variable but you are speking of Genesis theme and your tutorial focuses on using BT via region but we need the ability to use on a block basis.
We are using Devel and Firebug but I cannot figure out why it will not apply the theme, even after clearing cache etc.
Thanks for any input you may have about this!
Comment #4
Jeff Burnz commentedWhat you have to verify is:
1) is your custom template being used?
2) if you are using the $blocktheme variable to print the custom class in the blocktheme template as well, is that variable being printed?
I have tested this with Newswire and it works as expected. I have used this module quite a lot in the past and have had no issues.
I wonder if your issues is with the CSS you are using?
Comment #5
venusrising commentedWhen using a previous theme the protocol was to create the css and tpl files for the theme
add that to the theme folder
Go to blocktheme admin and add blocktheme name to admin area.
What I was hoping to do was use the default Newswire scheme unless a blocktheme is selected is this possible or is it one or the other.
I assume if I need to use the variable I must overwrite block.tpl.php?
Thanks for you help and please do let us know when AT gets ready for business.
Comment #6
jboeger commentedInteresting... I can't seem to get a custom theme page to work.
Created: page-splash.tpl.php
for content type: splash
But it won't fire off. Ideas?
Comment #7
Jeff Burnz commented@jboeger "splash" is not a drupal internal path and page-[node-type] suggestions are not supported by default in Drupal core, please read the docs on template suggestions. See this http://drupal.org/node/249726
Additionally please start a NEW issue if you have an issue, hijacking threads is considered bad form - you should know that after 4 years :/
Comment #8
venusrising commented