In theme customization logo and favicon can be uploaded but after uploading an image no logo is shown.
Am I missing something?
Thanks
poehnix

Comments

Lioz’s picture

Status: Active » Closed (won't fix)

I think favicon works.
Logo is not supported yet!

poehnix’s picture

I will look forward for new version oh the theme then!

ciao, grazie

poehnix

bmurphy’s picture

Version: 6.x-1.2 » 5.x-1.0
Status: Closed (won't fix) » Active

Hi I have a question about Marinelli also, maybe you can help?

I am wondering how I can change the font size/style of the text that appears on top of the header graphic (it is actually a link which is controlled by the Name field in the Site Information section)?

I need to reduce the size of the font.

Thanks!

classbrain’s picture

My site name has disappeared from the site view after I uploaded a custom logo. I've set things back to default, but although I can see it in administrator's view, I can't see the logo or saying in the site view. Can you tell me how to get it back?
Thanks

classbrain’s picture

Version: 5.x-1.0 » 6.x-2.3
Lioz’s picture

not yet!:)

roger33’s picture

The name is in "White Colored" letters. Make sure your logo or background is not "white" or the name won't show up.

Leeteq’s picture

Status: Active » Fixed

Consider using the Firebug extension to inspect the CSS classes and adjust their values in style.css as needed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

polskikrol’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

Dont believe the question was answered. Does Version 6 of this theme support logos? Yes/no? If Yes, what is the minimum require version?

polskikrol’s picture

Status: Postponed (maintainer needs more info) » Active

Not sure why the maintainer needs more information. Can the Marinelli Theme be extended to support the use of a corporate or organizational logo somewhere inline with the site name?

Xss3s’s picture

Hey,

seemed to have the same question and I found a bit of coding here somewhere that enabled the logo to float above the changing pic in the banner area.
However I needed the logo to sit above the primary links.
Bear in mind I am a total noob on this, I have discoverd Drupal monday, and did loads of tutorials about CSS all week.
Because I really loved this theme I wanted this to work :-)

After a lot of tweaking I seemed to have found a solution! (it seems to work for me anyway)

In the layout.css I put this between body and "#page"

#topbanner {
	
	}
	
#logo{
/*  be careful: max height of logo image : 180px (as header's height) */

/* assuming some defaults: modify margins as required */

margin-top: 0px; /* "n px" where n=(180-logo_height)/2  to have image vertically centered  */
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
/* logo image on the right */
float: center;
padding:0;
position: relative;
}

#logo img{
padding:0;
margin:0;
}
	

and in page.tpl.php
I added this between body and div id= "utilities"

 <div id="topbanner"> 
  <?php if ($logo): ?>
<!-- logo_image -->
<div id="logo">
            <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"> <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo" /> </a>
</div>
<!-- /logo_image  -->
  <?php endif; ?> 
 
  </div>

Now I have a nice logo on top!
As I was looking for it pretty long, I thought I'd post it out here to be usefull for someone else :-)

polskikrol’s picture

Using the giordani theme, the logo appears above the banner and not directly on top of the banner as would be what I would be looking for. Commented out your code for now and will have to investigate when I have some more time.

gherrera8’s picture

Version: 6.x-2.3 » 6.x-2.96

I just wanted to verify that Marinelli still does not support logos. Is this still the case?

Thanks,

George

Leeteq’s picture

Title: Does Marinelli support logo? » Logo function not working in Marinelli 6.x?
Category: support » bug

AFAIKS, the logo settings are working in the D7 version. I know this theme has had a logo setting since its D5 version, although I have never used logo with this theme in D5.
If this is not working as expected in the D6 version, then this is a bug, not a support issue, adjusting this issue category accordingly.
Can someone confirm that this is indeed a bug in the D6 version?

polskikrol’s picture

Yes, the logo has never worked for me in D6. Tried it with 2.96.

WoRo’s picture

solution from #12 does not work in IE 7. Logo moves banner to the right/left (depends where you place logo). FF/Chrome/Safari/IE9 OK. But not in IE 7.

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.