This is a discussion on Modifying the default template in v4. within the v4 Questions & Support forums, part of the Help & Support category; Mike N Toch, I got it. Once again thanks or you information. Charlie...
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
Mike N Toch,
I got it. Once again thanks or you information. Charlie |
|
#12
|
|||
|
|||
|
Quote:
Any news about your real estate and other templates?
__________________
Mike D. |
|
#13
|
|||
|
|||
|
Hi. Mike. I followed your advice on changing the title. I had successfully changed the tile from 68 classifieds to myown. However, on Friday I saw the title changed from myown back to 68 cassifieds. I check the template and the template reads myown. I have have tryied to modify and retype the templete and save it. I then go to the web and the 68 classified name is still on the web. any suggestions?
Thanks. |
|
#14
|
|||
|
|||
|
Hi
I have just tried to insert a logo instead of the text. I thought I had copied it from the notes sheet, but I must have missed something. I did it in dreamweaver, and hightlighted the code in yellow saying something with missing or incorrect. I put the image, in the image folder. There was spaces in the title of the file, does that make a difference ? Any common mistakes beginners make. Thanks |
|
#15
|
||||
|
||||
|
If there are spaces in the file and not in your layout then yes, this will cause an issue. They both need to be identical.
__________________
Regards, Mango v4.0.4 |
|
#16
|
|||
|
|||
|
Thanks
the file I put in the images I called Tt Header Logo.gif And that is how I placed it. I am going to try again, if it comes up incorrect I will post it on here to see if anyone can spot anything. Many Thanks. |
|
#17
|
|||
|
|||
|
Any help would be most appreciated.
This is what I have inserted through dreamweaver, and it doesnt like it, rows 3,4 & 5 are highlighted in yellow and it says there is something incorrect. <div id="logo"> {* This portion is the site title. The top left corner. *} <a href="index.php" title="Transporter Transitions"> <img src=""{$smarty.const.URL}/templates/default/images/Tt header Logo.gif width="400" height="75" </div> I have tried it with the 2nd line missing also, thou I am not sure if it is needed ? Thanks |
|
#18
|
||||
|
||||
|
First off I would recommend changing the name of the image to not have spaces. Then you have some messed up html. It should be:
Code:
<div id="logo">
{* This portion is the site title. The top left corner. *}
<a href="index.php" title="Transporter Transitions">
<img src="{$smarty.const.URL}/templates/default/images/Tt header Logo.gif" width="400" height="75" />
</a>
</div>
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | Twitter |
|
#19
|
|||
|
|||
|
Your a star.
I had the image apth and measurements on separate lines, for one Its in now. BUT !! Now its half way under the blue big bar. Do I have to change the row/column widths in CSS file. or something. I am getting there, just a little. Many Thanks |
|
#20
|
||||
|
||||
|
There's two things that you need to check/verify. In your html code for your logo image, you have it set to a height of 75 pixels. It sounds like your logo is greater than 75 pixels. Set it to the correct height.
Secondly, this is included in the "logo" div. Check your CSS stylesheet for the definition of the logo. Chances are that it is not set to the correct height to accommodate your logo image. Change it accordingly. -Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0, 4.0.1, 4.0.4, 4.0.8, 4.1b3 Templates for sale | 68 Classifieds Customizations | My blog on 68 Web Hosting | Web Design & Development I am not a 68C employee, just a user and try to help out |
![]() |
| Bookmarks |
| Tags |
| customization, templates |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modifying the default template in v4. | Mike-N-Tosh | v4 Modules / Modifications | 7 | 10-18-2008 07:25 AM |
| Template Default | antboy | v4 Questions & Support | 1 | 03-10-2008 09:54 AM |
| template will not budge off default | ymac | v3.1 Questions & Support | 3 | 02-29-2008 12:56 AM |
| 3.0.xx upgrading to 3.1... is this normal? | Mikael | v3.1 Questions & Support | 4 | 05-23-2006 05:36 PM |