I'm trying to install taxonomy theme on a site running taxonomy access control (TAC), but I don't know if that's the problem.
I'm trying to just have one term with which to choose to use an alternate theme.
I followed the module instructions, but the behavior is not what I expect. If i select term-based theme assignment, the theme is applied, but elements of the CSS seem to be broken. This happens even if the alternate theme is an *exact* copy of the other theme. in particular the nice_menu at the top of the page looks odd.
Comments
Comment #1
profix898 commentedAs the theme changes according to your taxonomy ... taxonomy_theme seems to work.
You should try taxonomy_theme on a clean install or with all other contributed modules disabled.
Then reactivate the modules one-by-one. Its likely you will find a conflicting module ...
see http://drupal.org/node/74652 for a similar issue
Comment #2
profix898 commentedOr this one: http://drupal.org/node/67364
Comment #3
discursives commentedtheme configuration....themes always need to be configured. im not sure whats handling your menu, but if its a block it may need to be enabled.
if its an exact copy, are you sure you dont have hardcoded paths in your code for images or css files?
this module seems to work as advertised and provides an easy solution for complex theming options, and can save a lot of php when wanting a lot of dynamic swithing withon one theme.
plus, the additional blocks navs are great, since you can switch out active blocks now, based on context.
Comment #4
taslett commentedA work around is to allow anonymous users to administer taxonomy via taxonomy_access.
Once this permission is given Taxonomy_theme works as it should.
Comment #5
profix898 commentedClosing. D4.7 is no longer supported.