Contact Box

kcobellokcobello Registered Users Posts: 13 Big grins
edited September 6, 2012 in SmugMug Support
Hey Smug Heros

Any of you guys or gals could help me on a contact box? I copied the code from a post and pasted it to the bottom java. I do have my email listed in my account. I dont know why it is not working. I like this contact box because it doesnt default to Outlook or a persons own email client, if Im saying this right.

Thanks
Kevin

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited September 6, 2012
    kcobello wrote: »
    Hey Smug Heros

    Any of you guys or gals could help me on a contact box? I copied the code from a post and pasted it to the bottom java. I do have my email listed in my account. I dont know why it is not working. I like this contact box because it doesnt default to Outlook or a persons own email client, if Im saying this right.

    Thanks
    Kevin
    Got a link to your site so we can troubleshoot?
    ... and what post did you get it from?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • kcobellokcobello Registered Users Posts: 13 Big grins
    edited September 6, 2012
    I will try to find the link for the code

    Our site:

    http://kdactionphoto.smugmug.com/
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited September 6, 2012
    kcobello wrote: »
    I will try to find the link for the code

    Our site:

    http://kdactionphoto.smugmug.com/
    You have this in your navbar created by Easy Customizer.

    <li><a href="/customcontact">Contact Us</a></li>

    It needs to look like this and I think you'll have to create your nav in your header to get this.

    <li><a href="/" onclick="return false;" class="customContactButton">Contact Me</a></li>

    From this thread.

    We can help switching your nav from ECZ to advanced.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited September 6, 2012
    kcobello wrote: »
    I will try to find the link for the code

    Our site:

    http://kdactionphoto.smugmug.com/
    Changing your nav from ECZ to advanced.

    Remove the nav from ECZ.

    Add this to your advanced header
    <div id="customNavContainer">
    <ul id="customNav">
    <li><a href="/">Home</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://glenwoodrc.com/">Clients</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="/Photography">Galleries</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="/" onclick="return false;" class="customContactButton">Contact Me</a></li>
    </ul>
    </div>
    
    Add this to your advanced CSS.
    #customNavContainer { text-align: right; margin-right:20px;}
    #customNav { font-family: arial !important; font-size: 16px; color: #ECF2F6 !important; list-style-type: none; padding: 0; margin: 0; }
    #customNav li{ display: inline; }
    #customNav li a, #customNav li a:active, #customNav li a:visited, #customNav li a:link { font-family: arial !important; font-size: 16px; color: #ECF2F6 !important; text-decoration: none !important; }
    #customNav li a:hover { font-family: arial !important; font-size: 16px; color: #EF1818 !important; text-decoration: none !important; }
    
    Remove the red from your CSS.
    .loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
      .loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
      .loggedIn .albumLarge input {width:192px;}
      .loggedIn .albumLarge textarea {width:182px;}[COLOR=Red]Edit Allen:
    Many have asked why they get one vertical column of thumbs. It seems that !important has to be 
    added in the above CSS to the width to get the thumbs to go across the page.
    
    .boxBottom .albumLarge {width:192px !important; hei.... 
    __________________[/COLOR]
    
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • kcobellokcobello Registered Users Posts: 13 Big grins
    edited September 6, 2012
    Allen, thanks for all the help,
    Its closer but I must have something wrong. No action on the contact box.

    Thanks
    Kevin
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited September 6, 2012
    kcobello wrote: »
    Allen, thanks for all the help,
    Its closer but I must have something wrong. No action on the contact box.

    Thanks
    Kevin
    You have an error in your bottom javascript. Looks like missing closing " for the gallery.

    APIKey:'7w6kuU5Ee6KSgRRExf2KLgppdkez9JD2',
    gallery:"20969391_n6hnv3

    http://cdn.smugmug.com/include/js/user_kdactionphoto-20120906085944.js
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • kcobellokcobello Registered Users Posts: 13 Big grins
    edited September 6, 2012
    OMG, that " made it work. Allen, thanks for the awesome help! thumb.gif

    Id ask some more questions but I dont want to over ask my welcome...Laughing.gif

    Thanks again!
  • kcobellokcobello Registered Users Posts: 13 Big grins
    edited September 6, 2012
    Hey Allen

    I notice that when logged in my slideshow on my homepage shows, but when using visitor view it is not showing. Must be a minor glitch. Any thoughts? \


    Thanks again
    Kevin
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited September 6, 2012
    kcobello wrote: »
    Hey Allen

    I notice that when logged in my slideshow on my homepage shows, but when using visitor view it is not showing. Must be a minor glitch. Any thoughts? \


    Thanks again
    Kevin
    I never use visitor view, I don't think it always plays nice with js and html. Just use another browser not logged in.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.