Closed (fixed)
Project:
aBeesParadise
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
30 Dec 2008 at 00:41 UTC
Updated:
27 Mar 2009 at 08:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
chlobe commentedClosing due to stupdity...
Just added image to header...apologies, move along people, nothing to see here
Comment #2
tracer commentedwhere'd you put it?? in the theme config i've checked to show 'logo', unchecked use default logo, have uploaded a custom logo, and it won't display
Comment #3
tracer commentedComment #4
interface-web design commentedTo resolve this problem, please replace this code in the page.tpl
<?php if ($site_name) { ?><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?>with this
Comment #5
tracer commentedNICE! THAT WORKED! fantastic .. thank you thank you!
Comment #6
interface-web design commentedComment #7
Stitchard commentedHi
Thanks for the above code, it enables me to upload a logo to the theme but for some reason I have a white stripe going across the screen through the logo. Can anyone assist, I know very little coding?
Thanks
Comment #8
interface-web design commentedPlease send us live URL of your website and a screenshot of the page on which the problem is occurring so that we can assist you further.
Comment #9
Stitchard commentedComment #10
Stitchard commentedI've cracked it! I think it was to do with the size of the logo. The Drupal default logo was causing a break in the design so I assumed there was a problem, but when I inserted my own smaller logo it worked.
Thanks for your support.