Support Forums

New Logo

This is a discussion on New Logo within the Technical Support forums, part of the Technical Support Forums category; Hi, Could someone help me figure out how to change the logo in the script. I'm using the designer, hosted ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 03-26-2008, 02:22 PM   #1
Junior Member
 
Join Date: Mar 2008
Posts: 11
Rep Power: 12
azrealty is on a distinguished road
Default New Logo

Hi,

Could someone help me figure out how to change the logo in the script. I'm using the designer, hosted version, if that matters. I've right clicked on the logo / properties but all i see when I right click is the php file type and there is no .gif or .jpg. I couldn't find "logo" anywhere in the directories. Am I missing something?

Thank you.
azrealty is offline  
Old 03-26-2008, 02:33 PM   #2
Junior Member
 
Join Date: Dec 2007
Posts: 19
Rep Power: 13
mhmartin is on a distinguished road
Default

In v.4 there is no logo image--it is text only. You can insert a logo image of your own by replacing the text with
Code:
<div id="header">
			<div id="logo">
<a href="index.php"><img src="templates/{$smarty.const.MAIN_TEMPLATE}/images/header.gif" height="140" width="950" border="0" alt="{$title}" /></a></td>
			</div>
		</div>
You will need to upload an image called 'header.gif' to the templates/images folder.

You can also define the size by changing the height/width values.


Matt
__________________
____________________
68 Classifieds v4.1.6 Developer
Meteorite Treasures
mhmartin is offline  
Old 03-26-2008, 02:46 PM   #3
Junior Member
 
Join Date: Mar 2008
Posts: 11
Rep Power: 12
azrealty is on a distinguished road
Default

I see. Thank you i'll give it a try.
azrealty is offline  
Old 03-26-2008, 03:01 PM   #4
Junior Member
 
Join Date: Mar 2008
Posts: 11
Rep Power: 12
azrealty is on a distinguished road
Default

What file do i enter this code in?
azrealty is offline  
Old 03-26-2008, 03:01 PM   #5
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,497
Rep Power: 132
Eric Barnes is just really nice Eric Barnes is just really nice
Default

That would be templates/default/layout.tpl
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 03-26-2008, 03:33 PM   #6
Junior Member
 
Join Date: Mar 2008
Posts: 11
Rep Power: 12
azrealty is on a distinguished road
Default

I was able to add the code and the logo, but half of the logo is cutting off. The logo size is: 241W x 100L


http://www.azrealtyspace.com/68c/

Thanks for the help.
azrealty is offline  
Old 03-26-2008, 03:59 PM   #7
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,497
Rep Power: 132
Eric Barnes is just really nice Eric Barnes is just really nice
Default

You will probably need to edit the style sheet:
Code:
#header {style.css (line 8)
height:75px;
}
to

Code:
#header {
height:100px;
}
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 03-26-2008, 04:03 PM   #8
Junior Member
 
Join Date: Mar 2008
Posts: 11
Rep Power: 12
azrealty is on a distinguished road
Default

That worked perfect, thank you!
azrealty is offline  
Old 04-08-2008, 11:04 PM   #9
Member
 
Join Date: Oct 2007
Posts: 43
Rep Power: 14
outthere is on a distinguished road
Default help

Is there more to edit because mine doesnt get cut off.. it overlaps. I changed the code and image settings in layout.tpl and also in style.css

www.muncieclassifieds.net
outthere is offline  
Old 04-08-2008, 11:18 PM   #10
The Master
 
Maffo's Avatar
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,342
Rep Power: 49
Maffo is just really nice Maffo is just really nice
Default

Find #logo in your style sheet and change the 15px padding element to 10px
__________________
**Bulk Upload System** has been upgraded. Works on all v4 versions with new functionality. Free upgrade for existing customers.
Maffo is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advertiser company logo in showlisting.tpl wesse249 Technical Support 7 03-12-2008 10:40 AM
Critique this logo please... louad Site Critiques 10 05-21-2007 09:31 PM
logo designs jj30 Templates, HTML, CSS, and Design Help 2 05-17-2007 05:45 PM


All times are GMT -4. The time now is 02:21 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0