Thread: I can't find..

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    May 2006
    Location
    Anywhere USMC points
    Posts
    368
    Plugin Contributions
    0

    Default Re: I can't find..

    Those are the changes I made the second time around. Backgroung image disappeared and header disappeared. I am still messing with it. You'd thing just simply changing the extension would do it LOL!!! logo.png is already in my /images folder of that template too.

  2. #12
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: I can't find..

    Ladysaat, Clyde

    I apologise for leaping into the middle of this back and forth between you, but unless I am completely missing the point (in which case an even more grovelling apology), it looks to me like you have both wandered very far from the straight and narrow.

    Ladysaat

    Your explanation, if I understand it correctly after the odd twist and turn and a quick look at your site is that you wish to replace the logo.gif that you currently have on your site and replace it with a png file to take advantage of its transaprency. Gifs support transparency across all browsers. png supports transparency but Internet Explorer doesn't currently recognise the png version of it, and won't do until IE7. So it seems to me that your goal is doomed to failure (at least for the 80% of web users using current versions of IE).

    Clyde

    There is a very easy way to change the logo file. The new file is placed in template/YOUR_TEMPLATE/images and the following line from languages/english/YOUR_TEMPLATE/header.php
    define('HEADER_LOGO_IMAGE', 'logo.gif');
    is changed to the desired new name, e.g. logo.jpg, logo.png or my_lovingly_crafted_new_logo.gif with no need to change code.

    Again, if I'm missing the point, my apologies.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #13
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: I can't find..

    Kuroi, Ladysaat
    I guess I'm not thinking too clearly.

    Since my logo.gif is a 1px transparancy and I don't use it for display and my actual logo is included in my header_bg.jpg I was think along the lines I use to display my header/logo image.

    I keep forgetting the "KISS" principal of getting things done.

  4. #14
    Join Date
    May 2006
    Location
    Anywhere USMC points
    Posts
    368
    Plugin Contributions
    0

    Default Re: I can't find..

    Kuroi you have the idea right. That is what I want to do. For some reason I cannot get any of my .gif's to have transparency though. I will look it up in photoshop. Make life much easier LOL!

  5. #15
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: I can't find..

    Quote Originally Posted by ladysaat
    Kuroi you have the idea right. That is what I want to do. For some reason I cannot get any of my .gif's to have transparency though. I will look it up in photoshop. Make life much easier LOL!
    Ladysaat, when you Save for Web in photoshop and select gif as the file type, there is a checkbox for transparency in the right hand panel.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #16
    Join Date
    May 2006
    Location
    Anywhere USMC points
    Posts
    368
    Plugin Contributions
    0

    Default Re: I can't find..

    Yeah, I have it checked. There is GIF 32, 64, 128 and either Dither or No Dither. When I check tranparency there is a drop down box with no transparency, diffusion transparency dither, pattern transparency dither and noise transparency dither. I can't make heads or tails of anything.

    But this isn't the thread for my whining about my lack of skills. I can google tutorials all night and figure it out LOL! I did change the code again as suggested. The logo shows up great and I have no background image. I checked the css and the .php files and all is as you guys said it should look so I'm lost. I have a goofy .gif up there now and that'll do till I learn what the heck I'm doing.

  7. #17
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: I can't find..

    Quote Originally Posted by ladysaat
    There is GIF 32, 64, 128 and either Dither or No Dither. When I check tranparency there is a drop down box with no transparency, diffusion transparency dither, pattern transparency dither and noise transparency dither.
    Despite all the different options, gifs are a pretty limited format, which is why your instincts to go for png were solid. The main limitation is that you can only have at most 256 colors. This mneans that when using features such as drop shadow and glows against a transparent background, large chunks of the image can end up as white - gif's best appropximation to not quite transparent. That's what's happening to your logo.gif. Most of it is transparent except for the hideous white bits around the letters.

    To avoid this, you have to avoid using drop shadows etc. A pain, I know. You also need to avoid aliasing (i.e. choosing options like smooth from the text bar). You can simulate them drop shadows imperfectly by making a second copy of your text, making it a lighter color and offsetting it slightly. It's not ideal as the letters tend to be a bit jagged, but may be better than the effect you're getting at the moment. Here's an example using your font in bold. Name:  blogo.gif
Views: 242
Size:  1.1 KB You can click on it to see the full sized version.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  8. #18
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I can't find..

    A way to get the drop shadow to work with transparency (if you have a solid background color or very subtle pattern repeat) is to place the gif on the background in Photoshop, do the drop shadow, flatten the image and make sure it is the right pixel size. Then select out the background with the magic wand (adjacency off) until you have the right amount of shadow remaining. The "fade to white" will now fade to background color with a jump to white or transparent. The key here is not to change the resolution afterward, as you will then get some pixels that are a blend of background and white.

    It wuold be possible to do this with a background image too if you knew exactly where the logo would appear against the bg, but if you have a full image already you might just as well make the logo part of it - then drop shadows need no messing around.

  9. #19
    Join Date
    May 2006
    Location
    Anywhere USMC points
    Posts
    368
    Plugin Contributions
    0

    Default Re: I can't find..

    One question that I'm still wondering. When I do the correct change to the files and point to logo.png why is that everything BUT the logo file shows up. Then if I point it at my other logo.gif, the logo shows up and no background. I wonder why the .png wont show up at all. I am thinking that because I'm using Firefox? It doesn't recognize it. I guess then neither do the IE 6 users. Herm. I see people using font with shadows and making the logo look 3D, I am going to have start seriously asking people how they actually got it that way. I just want the logo raised, contoured and with a drop shadow so it looks like it's floating.

  10. #20
    Join Date
    Oct 2005
    Location
    New Mexico
    Posts
    393
    Plugin Contributions
    0

    Default Re: I can't find..

    Firefox can see .png files and IE6 cannot see .png files.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Where can I find Guest user can buy addon?
    By shabizon in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 Nov 2010, 12:49 AM
  2. Can't find...
    By Parley in forum General Questions
    Replies: 4
    Last Post: 2 Mar 2010, 08:07 PM
  3. I can't find it?
    By spazzo in forum Basic Configuration
    Replies: 5
    Last Post: 22 Oct 2008, 06:11 AM
  4. Replies: 3
    Last Post: 28 May 2006, 09:00 AM
  5. where can I find an patch or mod that I can put in my admin panel so I can actually e
    By cyber1store in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 May 2006, 06:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg