Logo will not display
silurius - June 11, 2008 - 17:01
| Project: | AD Blueprint |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Alan Cooney |
| Status: | closed |
Description
On a vanilla 6.2 site I have uploaded both a logo and a favicon, both via the Global Settings and the AD Blueprint theme settings pages, but the logo will not display. The uploaded files showed up in /sites/default/files and are set at 664. The favicon is showing up just fine. Not sure what the problem is, because page.tpl.php looks correct:
<?php if ($logo) { ?><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
<div id="header-region">
<?php print $header ?>
</div>
#1
Have you enabled it in the Toggle display section of the AD Blueprint settings page? Sorry, I need to check because it is working fine for me.
#2
Yes, logo is checked on for both Global and Ad Blueprint in themes. (It's a GIF, if that makes any difference).
This appears to be limited to Firefox, actually (2.0.0.14). I've cleared out my cache and I get a new copy of the page on every viewing, but no logo.
#3
Try changing those permissions to 755
#4
#5
Closed due to inactivity, please feel free to reopen if you need more support.
#6
I was able to fix this broken logo issue in Firefox by changing the "Automatic Resize" option to "Do Not Resize".