I have a single page that I have set to a different theme. Once I do this I get some blocks that appear on that page and others that don't. Not sure why this is happening. As soon as I set the page back to the previous theme all the blocks show up.
Any ideas?
Comments
Comment #1
codewatson commentedMy guess would be this:
Each theme in drupal has its own settings for blocks. So, since you are using a module to switch themes, i'd make sure that the blocks you want to appear are configured for any theme you are going to switch to.
If you go to the blocks page, you'll see that each theme is listed there. Click the theme that you are trying to switch to and then configure the blocks as needed.
Comment #2
mkalkbrennerdwatson is right.
Unfortunately there's a bug in ThemeKey 6.x-1.1 that breaks the block configuration:
#570642: ThemeKey breaks core block configuration
I already fixed that in CVS HEAD but there're still some things to do before I could release 6.x-1.2
If you can't wait you can download a patched version at http://drupal.cocomore.com/project/themekey which I created before I took over maintenance of ThemeKey earlier this week.