moving your logo (I always have problems with this)
sthig
Registered Users Posts: 249 Major grins
okay here is a shot of my webpage with a "logo placeholder"
I want to move my logo just above my slideshow. how is this done? I always suck at this part.
thanks!
I want to move my logo just above my slideshow. how is this done? I always suck at this part.
thanks!
0
Comments
thanks![/QUOTE]
Remember, that other stuff won't be seen by your visitors. To see the site as they would, you have to be logged out, or have a 2nd browser. We recommend Firefox, it's way easier to have two browsers.
Secondly, put your header in and try this:
<div align="right"><a href="http://scojobo.smugmug.com">Scojobo placeholder (to be changed)
</a></div>
Finally - we NEED YOUR SITE NAME http://scojobo.smugmug.com please, put it in your sig, or your profile, or every post. I had to look you up and that takes time...
Portfolio • Workshops • Facebook • Twitter
ah crap! yeah I'll do that very soon. I was just waiting for "scojobo.com" to get all setup and I'll do that (it should have met all servers by now, it's been 48 hours since I've registered it).
so for the time being: scojobo.smugmug.com soon to be www.scojobo.com
As for firefox...you speak as if there is another browser to use? I don't understand...there's other browsers? <img src="https://us.v-cdn.net/6029383/emoji/1drink.gif" border="0" alt="" >
photos: Scojobo.com
illos: sThig.com
:nono when asking for help, we ONLY WANT http://scojobo.smugmug.com nickname.smugmug.com NOT your custom name, OK?
Portfolio • Workshops • Facebook • Twitter
solutions: do I need to build a table the size of the slideshow?
scott
scojobo.smugmug.com
photos: Scojobo.com
illos: sThig.com
Don't use tables. Wait for Mike, or Lee, or Dev to answer.
Portfolio • Workshops • Facebook • Twitter
photos: Scojobo.com
illos: sThig.com
Okay first question. Why do you have 3 body tags? From your code:
You can't have 3 body tags. So change whatever you did so that you only have 1 tag.
Okay here's what you've got for your header:
Let's change that a bit so we have something to access shall we? Maybe something like this:
Now a couple of questions for you. In your slideshow are your images always going to be a set size? If not, you're not going to be able to put your page's title at the top right corner of every one of them. Right now they are all the same size so that's good. But if that's going to change just be aware of the fact that your title will not be on the top right.
Okay having said that, you need to do the above corrections. Once you do, we'll proceed further.
http://photos.mikelanestudios.com/
okay I'm hopping on top of the tags thing...the reason they are up there is because I'm sloppy with code. I have started to just bring my code into Dreamweaver and making sure it's all good there then going back into smugmug.
to answer your questions:
images will always be set size.
I will response once I have the corrections done. Thank you so much for your help
photos: Scojobo.com
illos: sThig.com
okay made correction -- what do I need to do with the body tags? All I want is that the body is "white" and that's it.
photos: Scojobo.com
illos: sThig.com
Okay, since your pics are going to be one size you should put that size into your slideshow options by following these directions:
Once you put that in, then please copy and paste each and every block from your customization page in here so I can see what the deal is with your body tag.
http://photos.mikelanestudios.com/
head tag (question: can I put meta tags here?)
Body Tag:
Header:
Footer
One other thing, I'd like to get ride of that "Something Else" (formerly "Gallery"). I know how to remove the code to make it default back to that however I just want the text and that box gone. no borders, no word "Gallery" but just the thumbnails and the text under each one.
photos: Scojobo.com
illos: sThig.com
photos: Scojobo.com
illos: sThig.com
Okay this is the issue:
You've got 3 body tags in there :nono Can't do that. So your first order of business is to combine those 3 body tags into a single body tag. I'm pretty sure this should work:
Maybe a JS guru can verify that?
I'm off to work etc so I won't be able to check back in any time soon. Make the changes to the body tag and the slideshow options and sit tight. We'll have you up and running in no time.
http://photos.mikelanestudios.com/
photos: Scojobo.com
illos: sThig.com
<img src="https://us.v-cdn.net/6029383/emoji/thumb.gif" border="0" alt="" >
Thanks yo!
http://photos.mikelanestudios.com/
yeah it worked great! now just a few more clean ups (the logo shift, removing the box and the word Gallery/Something Else) and I'll be done
http://scojobo.smugmug.com
photos: Scojobo.com
illos: sThig.com
Almost. You need to also put in the recommended optional width and height into your slideshow options that I mentioned earlier. It's just going to be more complicated than it has to be to adjust your header's position if you don't explicitly state the width and height of the slideshow images.
Also consider making your site's logo an image. This will prevent people from being able to resize it in their browsers and breaking your page. If all you're doing is text it won't be a problem at all to use photoshop or whatever program you have to create a small gif. No need for transparency or anything. Just gif goodness.
http://photos.mikelanestudios.com/
site's logo will be an image. Me and a Graphic Designer are mulling over it (I'm a *semi* graphic designer, but an illustrator by profession...so I'm art directing a guy right now...I just didn't want to slap any ol' logo up there).
I just want to place the header right now as to show the GD what I'm doing as so he can help me better with the logo.
thanks!
Scott
http://www.scojobo.com
photos: Scojobo.com
illos: sThig.com
Okay 700 px wide it is.
We can get something up there now, but the code is going to change (both the xhtml and the css) when you set it up using an image rather than text. So once you get the image done, you'll just have to come back into the thread and I'll help you change it up a bit. The following is the CSS that'll get your text-only logo placed where you want it. This will very likely cause your 5 galleries to have a line break which you can fix by altering the CSS you used to get them to line up in the 1st place.
body.homepage {
margin:0;
padding:0;
}
#homepage {
background:#f00;
width:700px;
margin:0 auto; padding:0;
}
#homepage #bioBox {
width:700px;
margin:0;
padding:0;
}
.homepage #breadcrumb {
display:none;
}
.homepage #myHeader {
width:645px;
font-size:20px;
text-align:right;
margin:0 auto;
position:relative;
top:40px;
padding-right:55px;
}
http://photos.mikelanestudios.com/
Actually, I'll make the width of the logo 700 but will make it white and tuck my logo in the corner. So for now, I can put a faux logo up there. So just bank on an image being 700 wide (and probably 200 or 150 px tall).
will that help?
photos: Scojobo.com
illos: sThig.com
Just put the earlier stuff into your CSS block and then once you get your logo done, I'll show you how to fix it.
http://photos.mikelanestudios.com/
That worked perfectly and it looks a treat too!
The only thing that happened was that it knocked my fifth gallery thumb off below. Is ther eanyway to scoot them together closer so it won't fall off?
thanks!
photos: Scojobo.com
illos: sThig.com
And change it to this:
http://photos.mikelanestudios.com/
Last question for a while on helping me with my site.
if you go to my smugmug, http://www.scojobo.com you'll see the "I want to get rid of this, Help!" which is of course the Gallery name change hack. I want to completely get rid of the hack, the box, the word "gallery."
I know what to remove for the hack however how do you just completely remove everything there except for the thumbnails and the text beneath them?
thank you again!
photos: Scojobo.com
illos: sThig.com
www.ivarborst.nl & smugmug
photos: Scojobo.com
illos: sThig.com