I have a D6 site with a theme called ho. It says in the .info file:
description = A fixed-width version of the bluebreeze theme. Not yet ported!
but I don't know where exactly it originally came from, this theme. It has been customized. In the theme is also a directory called bluebreeze-fixed.
Then we have a separate theme called ho-fixed. It also has a subdir called bluebreeze-fixed. But ho-fixed doesn't have any .info file. In its bluebreeze-fixed directory there is a a ho-fixed.info file and the description there shows up on the admin/build/themes page.
The site uses ho for administrative theme and ho-fixed as default theme.
Someone made custom view template files and put them in the ho theme and if we switch the default theme to ho, then it works and the output comes from those files. If we put them in the ho-fixed theme and make that default, then they do not work. If we put them in ho-fixed/bluebreeze-fixed it also doesn't work. Trying to put a ho-fixed.info file in ho-fixed also doesn't seem to work.
In short, nothing I have tried has convinced Drupal to pick up those files. I'm a bit lost as to what the problem is.
Any ideas?
Comments
check settings.php
Did you check the settings.php for that site? It may be that these are set in that file.
Check at the bottom of the settings.php...you should see something like:
Review this section to see if the both the theme_default and the maintenance_theme (which I believe doubles as the "admin theme") are set here.
check settings.php
Did you check the settings.php for that site? It may be that these are set in that file.
Check at the bottom of the settings.php...you should see something like:
Review this section to see if the both the theme_default and the maintenance_theme (which I believe doubles as the "admin theme") are set here.
Interesting idea, but nope.
Interesting idea, but nope. Furthermore, putting the theme override files in Garland and switching to that theme works.
Thanks.
...
I would think the views tpls should go in the bluebreeze-fixed directory, then clear cache.
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Tried that also. No
Tried that also. No go.
Thanks.
...
I would suggest you hire someone to look at this - send them the whole theme and let them sort it out, trying to fix this here is nearly impossible (we're just stabbing in the dark).
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.