Hi. The custom logo does not display. Am I missing something obvious?
On theme config page; logo is enabled, default logo disabled and file path to logo is populated. Our image is png saved without transparency. Browser is Firefox.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Gaddafi.jpg | 18.16 KB | ChrisCatt33 |
| #2 | artistsC01.theme_.patch | 925 bytes | TimK |
Comments
Comment #1
guidot commentedSame problem here. No matter if I use explicit settings for artistsC01 only or the global settings. Core themes work. The standard logo works in artistsC01 as well.
I have the theme in a subdomain path like /sites/subdomain.example.com/themes while the files path is /sites/subdomain.example.com/files. I've verified that both the global and the theme-specific logo-files got uploaded there.
Looks like the
if (isset($logo))in line 37 in page.tpl.phpcomputes to FALSE, which leads to
in the resulting HTML.
Without the
ifI getbut now I'm lost.
Comment #2
TimK commentedAttaching a patch (which also works against 5.x-1.3) to fix this issue. The bug was introduced with the last farbtastic fix. I don't think I broke anything else in this patch, although I'm not really familiar with farbtastic, so I can't be sure.
Comment #3
TimK commented(Changing status to patch-needs review. Sorry about forgetting that before.)
Comment #4
emersonlenon commentedI applied this patch and the togo does show up now, but I can't switch color schemes or style types on the theme settings page.
I didn't try to switch before I patched so it might be unrelated. I'll test now.
Comment #5
emersonlenon commentedAs soon as I removed the patch the colors switching worked.
Comment #6
ChrisCatt33 commented