• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More

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 Jul-25-2012, 07:16 PM
#1
hangitshop is offline hangitshop OP
Big grins
hangitshop's Avatar
Footer issue
I've been having a problem with the footer. Wanted to have a line with my name and phone number on every page. The problem is, whenever I worked on it the footer would not be on the bottom on my home page and it was disappearing from it as soon as the first picture would load.
Right now I don't have any info in my footer section.

What would be the best code for it to be in the center of each page on the bottom, and how to keep it from fading away on home page?

Thanks a lot in advance for any advice.

my page: hangitshop.net
Old Jul-25-2012, 07:41 PM
#2
richW is offline richW
SmugMug Support Hero
richW's Avatar
Quote:
Originally Posted by hangitshop View Post
I've been having a problem with the footer. Wanted to have a line with my name and phone number on every page. The problem is, whenever I worked on it the footer would not be on the bottom on my home page and it was disappearing from it as soon as the first picture would load.
Right now I don't have any info in my footer section.

What would be the best code for it to be in the center of each page on the bottom, and how to keep it from fading away on home page?

Thanks a lot in advance for any advice.

my page: hangitshop.net
Could you add your footer back? This will give all the Dgrinners something to look at, and be able to help resolve your issue.
__________________
Rich | My Site | SmugHelp | Customizing SmugMug Simplified | FAQ | Webdev Tutorial |
Old Jul-25-2012, 08:16 PM
#3
hangitshop is offline hangitshop OP
Big grins
hangitshop's Avatar
I just put one up.
Old Jul-25-2012, 08:27 PM
#4
hangitshop is offline hangitshop OP
Big grins
hangitshop's Avatar
Quote:
Originally Posted by hangitshop View Post
I've been having a problem with the footer. Wanted to have a line with my name and phone number on every page. The problem is, whenever I worked on it the footer would not be on the bottom on my home page and it was disappearing from it as soon as the first picture would load.
Right now I don't have any info in my footer section.

What would be the best code for it to be in the center of each page on the bottom, and how to keep it from fading away on home page?

Thanks a lot in advance for any advice.

my page: hangitshop.net

Also- how can I change the font of my footer?
Old Jul-26-2012, 09:41 AM
#5
jwashburn is offline jwashburn
Major grins
Make one small change to your CSS to get your footer to show and to change your font
For the footer to show

Change it from this:
Code:
.homepage.notLoggedIn #customFooter {
    bottom: 25px;
    font-family: apple chancery;
    padding: 0 !important;
    position: fixed;
    width: 100%;


}
to this

Code:
.homepage.notLoggedIn #customFooter {
    bottom: 25px;
    font-family: apple chancery;
    padding: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 100;



}
The z-index: 100; will make it appear above the slideshow playing in the background

To change the font simply change font-family: apple chancery; to something else like font-family: Tahoma;
__________________
Joey Washburn
www.joeywashburn.com
Old Jul-26-2012, 04:22 PM
#6
hangitshop is offline hangitshop OP
Big grins
hangitshop's Avatar
One part worked, thanks!
But I still have a problem with font. I want it to be apple chancery- it only shows as that font on home page. How can I have the same font showing in all the other categories, like under clients and stock images and galleries?
Old Jul-26-2012, 10:53 PM
#7
Hikin' Mike is offline Hikin' Mike
Walkin' like a Penguin!
Hikin' Mike's Avatar
Quote:
Originally Posted by hangitshop View Post
One part worked, thanks!
But I still have a problem with font. I want it to be apple chancery- it only shows as that font on home page. How can I have the same font showing in all the other categories, like under clients and stock images and galleries?
You do realize that the font, 'Apple Chancery', is not one of those "safe fonts"? When a visitor doesn't have that loaded on their computer (like me), you won't see it. Right now I see 'Comic Sans' (I hate that font BTW).

You might want to try Google Web Fonts.
Old Jul-27-2012, 10:45 AM
#8
hangitshop is offline hangitshop OP
Big grins
hangitshop's Avatar
I hate it too!!!

Thanks for advice. I didn't know that apple chancery doesn't show on all computers. Gotta change it I guess. But I still don't understand how come on home page footer shows as apple chancery but on other pages, lets say here http://www.hangitshop.net/StockImage...0435&k=XM6xKJV as a different one. How can I change it??? to have it in all the galleries as the same one?
Tell The World!  
Similar Threads Thread Starter Forum Replies Last Post
Footer showing up at top of page bcwilson SmugMug Customization 3 Sep-08-2011 08:52 AM
Questions re: slideshow & issues re: footer on homepage CJohnson6 SmugMug Customization 4 Jun-02-2011 02:10 PM
Footer Issue psr SmugMug Customization 0 Jun-01-2011 03:17 PM
Can I remove my Smugmug footer mal SmugMug Customization 2 Oct-04-2010 05:34 AM
Mini footer not showing... josephhand SmugMug Customization 3 Apr-16-2010 05:39 AM


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