Options

Question about themes

NikonGirlNikonGirl Registered Users Posts: 204 Major grins
edited December 8, 2005 in SmugMug Support
I like all the new themes you've been adding, this is really a great feature!

My question is about the theme Earth. All the themes work great on my website, but Earth. For some reason when I select the Earth theme, my heading disappears. Any reason why the Earth theme doesn't seem to work on my site.

Thanks!

Yolanda
http://www.yolanda.smugmug.com/

Comments

  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 4, 2005
    NikonGirl wrote:
    I like all the new themes you've been adding, this is really a great feature!

    My question is about the theme Earth. All the themes work great on my website, but Earth. For some reason when I select the Earth theme, my heading disappears. Any reason why the Earth theme doesn't seem to work on my site.

    Thanks!

    Yolanda
    http://www.yolanda.smugmug.com/

    wave.gif Hi Yolanda, give me a minute I'll have a look....
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 4, 2005
    Andy wrote:
    wave.gif Hi Yolanda, give me a minute I'll have a look....

    It's a JT question - I will ask and get back to you or he will reply in this thread. Thanks!
  • Options
    NikonGirlNikonGirl Registered Users Posts: 204 Major grins
    edited December 4, 2005
    Thanks Andy! I appreciate the quick response.
  • Options
    Mike LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited December 4, 2005
    NikonGirl wrote:
    I like all the new themes you've been adding, this is really a great feature!

    My question is about the theme Earth. All the themes work great on my website, but Earth. For some reason when I select the Earth theme, my heading disappears. Any reason why the Earth theme doesn't seem to work on my site.

    Thanks!

    Yolanda
    http://www.yolanda.smugmug.com/
    It's because of the z-index of the extra div. Your header is there it's just stacked behind the extra div. Simply add a z-index of 2 or more to your table using CSS and you'll be all set.
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 4, 2005
    Cool - thanks Mike!
  • Options
    NikonGirlNikonGirl Registered Users Posts: 204 Major grins
    edited December 4, 2005
    Yes, thank you very much Mike!
  • Options
    LOVEphotosLOVEphotos Registered Users Posts: 107 Major grins
    edited December 6, 2005
    Earth theme
    Mike Lane wrote:
    It's because of the z-index of the extra div. Your header is there it's just stacked behind the extra div. Simply add a z-index of 2 or more to your table using CSS and you'll be all set.

    Yes, the Earth theme is AWESOME!

    BUT, I'm having the same problem ... & trying to figure out what us Z-index?? headscratch.gif ... so the Earth theme can correctly display on my site ... THANKS in advance for any help!
  • Options
    Mike LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited December 6, 2005
    LOVEphotos wrote:
    Yes, the Earth theme is AWESOME!

    BUT, I'm having the same problem ... & trying to figure out what us Z-index?? headscratch.gif ... so the Earth theme can correctly display on my site ... THANKS in advance for any help!
    Can you link to your site please :D
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • Options
    LOVEphotosLOVEphotos Registered Users Posts: 107 Major grins
    edited December 6, 2005
    Mike Lane wrote:
    Can you link to your site please :D
    :): Okay, I sent u a PM.
  • Options
    NikonGirlNikonGirl Registered Users Posts: 204 Major grins
    edited December 6, 2005
    LOVEphotos wrote:
    Yes, the Earth theme is AWESOME!

    BUT, I'm having the same problem ... & trying to figure out what us Z-index?? headscratch.gif ... so the Earth theme can correctly display on my site ... THANKS in advance for any help!
    :D You asked the question I was too embarrased to ask! I looked at Mike's answer and said "Huh?". Not your fault Mike, but I know just enough CSS to make me dangerous. I decided it just wasn't worth pursuing. And since all the other themes work great for my site, I'll just be happy with that!
  • Options
    LOVEphotosLOVEphotos Registered Users Posts: 107 Major grins
    edited December 7, 2005
    Earth theme
    NikonGirl wrote:
    :D You asked the question I was too embarrased to ask! I looked at Mike's answer and said "Huh?". Not your fault Mike, but I know just enough CSS to make me dangerous. I decided it just wasn't worth pursuing. And since all the other themes work great for my site, I'll just be happy with that!

    "Remember, the only dumb question is the one you DON'T ask; because if you don't ask, you still don't know." ne_nau.gif

    Here was Mike answer to me ... hope it works for u :D
    Again, BIG Thanks to Mike for the help thumb.gif

    Make your header look like this:
    <div id="my_header">
    <img src="http://put address of your header here" />
    </div>

    And add this to your CSS:
    #my_header {position:relative; z-index:2; text-align:center;}
  • Options
    pat.kanepat.kane Registered Users Posts: 332 Major grins
    edited December 8, 2005
    My banner is the background image for the page. I guess I'd have to change that for z-index to work. Correct?
  • Options
    Mike LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited December 8, 2005
    pat.kane wrote:
    My banner is the background image for the page. I guess I'd have to change that for z-index to work. Correct?
    Your banner is the background image for the page? If so, you won't be able to change anything with the z-index property.
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • Options
    pat.kanepat.kane Registered Users Posts: 332 Major grins
    edited December 8, 2005
    Mike Lane wrote:
    Your banner is the background image for the page? If so, you won't be able to change anything with the z-index property.
    That's what I thought. I was going to change it at one time, but since it wasn't broke, I decided not to do it. One day :):
Sign In or Register to comment.