| Lurk all you'd like, but why not register and post some pics? Registering also makes it easier to find the good stuff. Need help? |
|
|||||||
| Register | FAQ | Shooters | Calendar | Reviews | Tutorials | Gallery | Books | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Brandofamily's thread.
I'm very new to smugmug and more importantly this wed design stuff...
I followed the help page for customizing and adding a header, but I ran into a few problems. 1. There color theme on the page is great, but the tan line at the top is cutting off the logo I try to add. 2. the pic looked normal at 1st, but now its streched out of shap when I add it to the page. 3. Is there a max set of dimensions to use for a header/footer so it "fits" on the page correctly? Here's my Smugmug site if useful. http://brandolinoimaging.smugmug.com/ here's the image http://brandolinofamilyimaging.smugm...50195476-L.jpg Dimensions 800x263 Thanks Anthony |
|
|
|
|
|
#2 | |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
Quote:
And, moved, to SmugMug CUstomization Support. |
|
|
|
|
|
|
#3 |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
How's that?
![]() Made your bio a bit more readable, too |
|
|
|
|
|
#4 | |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Quote:
That little "<br>" thing spaces things down I take it. If I wanted to do a footer would I use the same coding, just in the footer "area"? I've got a ton of other questions, so thanks in advance for you aid. Like... Is there a link you can give me for a how to on putting in "buttons" to link to various areas? I'm thinking of one for "contact me info" any maybe another that takes you to the featured galleries instead of showing them on the from page. I'd also like to eliminate the "Brandolino Family Imaging's Home page" script. I guess that's morethan enough for now. Thanks |
|
|
|
|
|
|
#5 |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Hey, I can't log out now....what's up?
|
|
|
|
|
|
#6 | |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
Quote:
1) go to control panel>customization and check the box to "display smugmug header" above your header and then "save customization" 2) just click on the logout link, in the footer. 3) stay forever logged in in one browser and get a second browser (we love Firefox, it's free from www.mozilla.org) and be logged out in that browser. I hope this helps. Holler back if you need anything. All the best, |
|
|
|
|
|
|
#7 | |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
Quote:
You're most welcome! Put this in your CSS to remove your name etc... Code:
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
http://www.dgrin.com/showthread.php?t=20742 Customization for Dummies: http://www.dgrin.com/showthread.php?t=18623 |
|
|
|
|
|
|
#8 |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Brandofamily's thread.
I removed the smug mug header, now I have no search feature at all. I'd like to add a "Search my Galleries" feature under my header, In the now empty space. Can you point me in the right direction?
Anthony |
|
|
|
|
|
#9 |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
Put this in your header.
Code:
<p align="center"><font face="Verdana" size="2"> <form method="get" action="/search/index.mg"> <input type="text" name="searchWords" /> <input type="hidden" name="searchType" value="InUser" /> <input type="hidden" name="NickName" value="brandolinofamilyimaging" /> <input type="submit" value="Search Our Galleries" /> </form> <br></font></p>
|
|
|
|
|
|
#10 |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Adding "Buttons"
I'm sure ther are links to threads, but I'm not finding them.
Here's waht I'd like to do... A horizontal set of 6 "buttons" Galleries: to send viewer to front page w/ gallery links Pricing: to send to page detailing pricing policy Processing: to send to page which describes how I prodess my stuff Bio: to send viewer to my bio and move it off front page Equipment: to link to "what I use" Contact: to link to a page w/ my contct info or possible open the viewers' default email program w/ my email address. I found a blog that explained the button thing, but not how to get them to "go someplace." I'd like to keep the same color combo as the "earth theme" I'm using. |
|
|
|
|
|
#11 | |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Quote:
Thanks Andy |
|
|
|
|
|
|
#12 |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
Hi, brandofamily..
I already answered this question for you http://www.dgrin.com/showpost.php?p=219737&postcount=7 Please look at the threads I linked there. You want a Navbar. |
|
|
|
|
|
#13 | |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
Quote:
|
|
|
|
|
|
|
#14 | |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Quote:
|
|
|
|
|
|
|
#15 |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Brandofamily's thread.
I got the buttons there...now I need a way to figure out the font and color used on the smugmug "Easrth" theme.
If I can get that then I can work ong making the buttons work Anthony |
|
|
|
|
|
#16 | |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
Quote:
and Firefox Web developer addon. www.mozilla.org https://addons.mozilla.org/extension...info.php?id=60 |
|
|
|
|
|
|
#17 |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
The other thing you can do is screen grab a piece you want, and see what the color is in photoshop
Also, you can wait until Mike Lane who designed the theme, stops by, and he'll suggest some colors for you |
|
|
|
|
|
#18 | |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Quote:
Anthony |
|
|
|
|
|
|
#19 | |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,623
|
Quote:
|
|
|
|
|
|
|
#20 | |
|
Just a Guy with a Camera
Join Date: Dec 2005
Location: Illinois USA
Posts: 3,544
|
Quote:
Once i do the grab and open in PS, does the color code in the palet equate to the color code i use for the button? |
|
|
|
|
![]() |
| Tell The World! |
| Thread Tools | |
| Display Modes | |
|
|