Forum Support

Shape 5
March 28, 2024, 06:38:22 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Custom Logo - SOLVED  (Read 224 times)
bluestone
Jr. Member
**
Offline Offline

Posts: 48



WWW
« on: February 11, 2011, 12:19:13 PM »

Hello again.

When possible could I please be given instructions on how to insert a custom logo onto my site.

I want to make a logo bigger than the 440x97 standard Game Crusade logo so it's not as simple as uploading a new image file (cuts off anything bigger than the predefined 440x97 standard logo size).

Also, while I am getting help with the top section of my site I also need help removing the search box since the vertex option to toggle the search box off doesn't seem to be working for me. [SOLVED - Figured this one out myself]
« Last Edit: February 21, 2011, 07:14:11 PM by bluestone » Logged

Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #1 on: February 11, 2011, 01:06:08 PM »

Could you tell me size of the new logo you wish to add.

Thanks
Dave
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
bluestone
Jr. Member
**
Offline Offline

Posts: 48



WWW
« Reply #2 on: February 11, 2011, 05:49:29 PM »

I haven't designed one yet lol. I had one before I put this theme on but it doesn't 'go' anymore.

Are there any limits to the size before I start designing one?

Thanks.
Logged

Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #3 on: February 11, 2011, 06:48:43 PM »

not really i would just use commen sense lol Cheesy
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
bluestone
Jr. Member
**
Offline Offline

Posts: 48



WWW
« Reply #4 on: February 14, 2011, 05:45:28 PM »

Logo I have made is 852x235 pixels (width x height).
« Last Edit: February 14, 2011, 08:47:22 PM by bluestone » Logged

Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #5 on: February 16, 2011, 04:33:59 AM »

hi would you like the logo centerd
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
bluestone
Jr. Member
**
Offline Offline

Posts: 48



WWW
« Reply #6 on: February 16, 2011, 02:02:41 PM »

Yes please.  Grin
Logged

Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #7 on: February 16, 2011, 03:53:17 PM »

Forgot to ask dou you still want the header background
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
bluestone
Jr. Member
**
Offline Offline

Posts: 48



WWW
« Reply #8 on: February 16, 2011, 10:16:57 PM »

No thanks, I would like to remove that from behind the logo as well thank you.
Logged

Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #9 on: February 17, 2011, 09:30:53 AM »

Code:
OK go to this file and make these changes
[code]styles/S5_GameCrusade/theme/s5/template_css.css

Find
Code:
#s5_logo {
background:url(images/s5_logo.png) no-repeat top left;
height:97px;
width:440px;
float:left;
cursor:pointer;
}

Replace with
Code:
#s5_logo {
    background: url("http://img59.imageshack.us/img59/9206/oufsig.jpg") no-repeat scroll center top transparent;
    cursor: pointer;
    float: none;
    height: 97px;
    margin: 0 auto;
    width: 698px;
}

Find
Code:
#s5_top_wrap {
float:right;
height:97px;
}

Replace with
Code:
#s5_top_wrap {
    float: right;
    height: 97px;
display: none;
}

Find
Code:
#s5_header_wrap1 {
background:url(images/s5_header_l.png) no-repeat top left;
height:97px;
padding-left:12px;
margin-bottom:19px;
}

Replace with
Code:
#s5_header_wrap1 {
height:97px;
padding-left:12px;
margin-bottom:19px;
}


Find
[code#s5_header_wrap2 {
background:url(images/s5_header_r.png) no-repeat top right;
height:97px;
padding-right:12px;
}][/code]

Replace with
Code:
#s5_header_wrap2 {
height:97px;
padding-right:12px;
}

Find
Code:
#s5_header_wrap3 {
background:url(images/s5_header_m.png) repeat-x top left;
height:97px;
}

Replace with
Code:
#s5_header_wrap3 {
height:97px;
}
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
bluestone
Jr. Member
**
Offline Offline

Posts: 48



WWW
« Reply #10 on: February 17, 2011, 02:56:14 PM »

Thanks Dave.

You used in the wrong width and filename (seems you thought my signature was the image) but I fixed that, and I realised that a height line was missing so I added that in (it was cutting off the bottom of the image).

So now that's all working great thank you, click my signature or my profile web link to have a look!
Logged

Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #11 on: February 17, 2011, 03:28:49 PM »

Ohh thats nice well done
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.