SmugMug Contact Form Linked from Custom HTML -- Is this possible?
BarrettJG
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?
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:
0
Comments
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 tosm-footer-navitem-contact
. It should work now!Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations