• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Editing names on homepage, or removing them

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Sep-03-2005, 11:29 AM
#1
emilyza is offline emilyza OP
Big grins
Editing names on homepage, or removing them
I have tried a few of the editing options mentioned in this forum, and am running into problems.

For example, I want to get rid of where it says "Emily & Danny's home" on our site, as well as the featured gallery section.

Do I put this info in the body section of the customization page? What exactly is the code?
Old Sep-03-2005, 11:47 AM
#2
Andy is offline Andy
panasonikon
Andy's Avatar
removing names from homepage
Quote:
Originally Posted by emilyza
I have tried a few of the editing options mentioned in this forum, and am running into problems.

For example, I want to get rid of where it says "Emily & Danny's home" on our site, as well as the featured gallery section.
hi emilyza, try this:

Code:
/* hides your name (including any 's) */
#userName {
        display: none;
}
/* hides the word home */
#userHome {
        display: none;
}
/* removed the 's */
.possess {
        display: none;
}
it goes in the CSS section on your customization page
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Apr-04-2006, 06:53 PM
#3
howa12d is offline howa12d
Beginner grinner
I have no idea where to put it. In the header, footer? I tried both. It didn't work. I don't think im doing it right. Can you give me an example? Thanks
Old Apr-04-2006, 07:33 PM
#4
Andy is offline Andy
panasonikon
Andy's Avatar
Quote:
Originally Posted by howa12d
I have no idea where to put it. In the header, footer? I tried both. It didn't work. I don't think im doing it right. Can you give me an example? Thanks


Hi howa -- welcome to Dgrin.

Start by reading the Customizing for Dummies section here:
http://www.dgrin.com/showthread.php?t=24920

And quickly you'll see that the code above, goes into your CSS section of your customization panel.

Holler back with any other questions.
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Jun-25-2006, 01:23 PM
#5
Johannes is offline Johannes
Big grins
Quote:
Originally Posted by Andy
hi emilyza, try this:

Code:
/* hides your name (including any 's) */
#userName {
        display: none;
}
/* hides the word home */
#userHome {
        display: none;
}
/* removed the 's */
.possess {
        display: none;
}
it goes in the CSS section on your customization page

Hi Andy,

I also want to get rid of "Johannes' home" and I tried to do this but, as usual, things are not so simple. What exactly should I type in in the CSS section?

http://www.johannesfelten.com/
Old Jun-25-2006, 01:32 PM
#6
ivar is offline ivar
I'd be happy with a cookie
ivar's Avatar
Quote:
Originally Posted by Johannes
Hi Andy,

I also want to get rid of "Johannes' home" and I tried to do this but, as usual, things are not so simple. What exactly should I type in in the CSS section?

http://www.johannesfelten.com/
Hi Johannes,

Put the code as given in your CSS section in your customize page. It will get rid of it.

Cheers,
__________________
Ivar
www.ivarborst.nl & smugmug
Old Jun-25-2006, 07:14 PM
#7
Johannes is offline Johannes
Big grins
Quote:
Originally Posted by ivar
Hi Johannes,

Put the code as given in your CSS section in your customize page. It will get rid of it.

Cheers,
Thanks, Ivar
Old Aug-20-2006, 10:46 AM
#8
Dalantech is offline Dalantech
No cropping zone...
Dalantech's Avatar
Quote:
Originally Posted by Andy
hi emilyza, try this:

Code:
/* hides your name (including any 's) */
#userName {
        display: none;
}
/* hides the word home */
#userHome {
        display: none;
}
/* removed the 's */
.possess {
        display: none;
}
it goes in the CSS section on your customization page
I tried this one and it changed the gradient in the boxes (bio, galleries, etc.) to a gray color -like there was a css error. Any ides?

Edit: I tried the CSS to remove the "Map This" button and it produced the same effect :(
__________________
My SmugMug Gallery

Looking for tips on macro photography? Check out my Blog: No Cropping Zone.
Old Aug-20-2006, 01:58 PM
#9
Mike Lane is offline Mike Lane
I � Unicode
Mike Lane's Avatar
Try this:

#homepage #breadcrumb .title {display:none;}
__________________
Y'all don't want to hear me, you just want to dance.

http://photos.mikelanestudios.com/
Old Nov-11-2006, 06:38 AM
#10
HEP is offline HEP
Harry
HEP's Avatar
Hey guy's, I put the css code in it's respective place, did the update and prest-o change-o, it was still there. Do I need to put any additional information in the code. This is not HTML....whew..like starting to walk all over again...thanks' all







Quote:
Originally Posted by Andy
hi emilyza, try this:

Code:
/* hides your name (including any 's) */
#userName {
        display: none;
}
/* hides the word home */
#userHome {
        display: none;
}
/* removed the 's */
.possess {
        display: none;
}
it goes in the CSS section on your customization page
Old Nov-11-2006, 07:45 AM
#11
quirk6 is offline quirk6
Jedi Ninja
quirk6's Avatar
I cut and pasted this same code into my CSS section as I was looking to do the thing. It worked perfectly, cut paste update, "adammorgansmith's home" gone!

Quote:
Originally Posted by HEP
Hey guy's, I put the css code in it's respective place, did the update and prest-o change-o, it was still there. Do I need to put any additional information in the code. This is not HTML....whew..like starting to walk all over again...thanks' all
Old Jun-30-2007, 01:58 PM
#12
mogue is offline mogue
Major grins
removing names from homepage
Quote:
Originally Posted by Andy
hi emilyza, try this:

Code:
/* hides your name (including any 's) */
#userName {
        display: none;
}
/* hides the word home */
#userHome {
        display: none;
}
/* removed the 's */
.possess {
        display: none;
}

it goes in the CSS section on your customization page
Hi,
I entered the above code to my CSS but it didn't remove the home name. Also would like to know how to remove the word "galleries" on homepage. I'm shilohbear.smugmug.com. Thanks a lot.
Old Jun-30-2007, 02:18 PM
#13
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by mogue
Hi,
I entered the above code to my CSS but it didn't remove the home name. Also would like to know how to remove the word "galleries" on homepage. I'm shilohbear.smugmug.com. Thanks a lot.
See the last post in this thread.

http://www.dgrin.com/showthread.php?p=583493#post583493
Old Jun-30-2007, 02:40 PM
#14
mogue is offline mogue
Major grins
Quote:
Originally Posted by Allen
Ahh! Works great. Thanks again Allen.

lucy
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump