Theme page on drupal org names blue, gray and green color schemes. Theme settings page lists blue, green and red. And this setting have no effect, even after cache clear.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | alphorn-color-scheme-mess-1473566-5760858.patch | 2.19 KB | danny englander |
Comments
Comment #1
danny englanderI am having this issue too. I noticed in my site logs that
/css/-style.css could not be found. That implies that the color variable from theme_settings.php is not getting to template.php in order to process which color has been picked in the the UI. I did notice a typo in theme_settings.php but that did not seem to make a difference.['them_color_config']Is it supposed to be['theme_color_config']?Comment #2
danny englanderI am submitting a patch that fixes the colors not working. I tested this and it seems fine now. However this does not address the fact that the project page says:
... when if fact it's blue, green and red. Even still the red did not seem "red" to me it was really more orange. There was a lot of cruft in html.tpl.php that I took out and once I did, this worked. The code there almost seemed non drupal like so perhaps that was a carry over from another platform or something. I also got rid of some unneeded hierarchy of field groups in the UI for choosing the color, it just seemed unnecessary, i.e you had to expand a few just to simply get to the color select list.
Please do not test this on a production site (test on a local dev or whatever) and make a backup of your original theme!
Comment #3
Taxoman commentedRaising this to major, if #1340446: Use Of Sessions Creates Performance Impact On Drupal 7, Bypassing Page Caching relies on this patch.
Comment #4
danny englander@Taxoman - I just contacted one of the maintainers, hopefully they will respond. Just looking back at other issues here, it looks like this theme could use some TLC.
Comment #5
szt commentedCritical, because without this patch the (7.x-2.1) version completely mess up the site, and gives random colors...
Comment #6
danny englanderI just contacted the maintainers to see what the status is here, I think they have gone missing but we shall see. I offered to pick up maintainer-ship of this theme, It needs some TLC. The last commit was well over a year ago.
Comment #7
danny englanderOk, I've offered up to become maintainer of this theme.#1881214: ST Alphorn appears to be unsupported
Comment #8
summit commentedShouldn't these issues be brought to symphonythemes itself? They have their own issuequeue..
Just trying to help.
Greetiings, Martijn
Comment #9
danny englanderHi @Summit. If a developer has a project here on drupal.org, along with that comes a certain set of responsibilities regardless of what they may have on their own sites. That's what this issue queue is meant for. If you read:
#1881214: ST Alphorn appears to be unsupported
... you will see that protocol is being followed according to:
Dealing with unsupported (abandoned) projects
Thanks.