Options

SmugMug Contact Form Linked from Custom HTML -- Is this possible?

BarrettJGBarrettJG Registered Users Posts: 7 Big grins
I am working on my first SmugMug site, first web site, to be honest and things are going fairly well.

I have been adding some custom HTML. One of the items I am adding is a bottom bar to hold the useful, but not main stream links, like About, Search, and Contact. I have nailed the first two, but the Contact is being difficult. I would be satisfied with linking the SmugMug default contact screen/pop-up from my HTML, but I can't get it to work.

I currently have ...href="#">Contact... in my div block that defines the menus.

The contact button shows it will go to the same place as the CONTACT in the main menu bar, that is <webpage_name>#, but it doesn't do anything when clicked.

My under construction site is at: www.barrettphoto.us

Any suggestions?
Tagged:

Comments

  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins

    It's a little bit hacky, because we have some special code that looks for a particular set of HTML, but I've cleaned it up for you. I had to wrap the Contact link around a <span> with class set to sm-footer-navitem-contact. It should work now!

    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    BarrettJGBarrettJG Registered Users Posts: 7 Big grins
    Wow. I never expected a fix to just happen. Thank you!
Sign In or Register to comment.