Closed (fixed)
Project:
Marinelli
Version:
6.x-1.7
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
24 Apr 2008 at 02:42 UTC
Updated:
26 May 2010 at 19:46 UTC
Hi, i know that this awesome theme does not support logo but i would highly appreciate if anyone can tell me how to make the banner area clickable, i have seen marinelli's author other website and that one has the banner area clickable. check it out here:
http://www.meteonetwork.it
Comments
Comment #1
pepemty commentedBuona giornata, Matteo!
First things first: I love your theme! A lot.
See, Matteo, I belong to a mountaineering club here in Northeastern Mexico and I'm going to move our current site (club-condor.org) from Xoops to Drupal, and in the making give it a serious facelift. Naturally I'm thinking in using your theme.
But, I also want to use a logo, just as madjukebox asked before here --and you already did with meteonet.it.
Is there some hope?
Warm regards from sunny México!
:-)
Pepe
Comment #2
rovoI found a way using javascript. Modify your page.tpl.php file in the marinelli folder. Find the Header div tag.
Change it from ,
change www.example.com to your homepage url. Save and upload to server. Should work in any version.
Comment #3
pepemty commentedHmmm...
Looks good to me --and way too simple! LOL!
I'll give it a try tonight.
Thanks a lot, really!
Warm regards from sunny México!
:-)
Pepe
Comment #4
vsr commentedThis should for for everybody, including people with javascript turned off.. Just put a link around the div.
Comment #5
vm commentedComment #6
Lioz commentedbeware that you cannot include a block element like a div inside an inline element like the a tag.
Try adding a display:block; property to site title href, and then specify the dimensions, something like
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
dunklea commentedWhat about a multisite site setup? I have four sites and when I edit my themes page.tpl.php file I can only send it to one site, not to each individual home page..
Any ideas?