Announcement

Collapse
No announcement yet.

Email Us link is not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Email Us link is not working

    The Email Us link on my web page won't bring up the email client. How do I fix that ?

    #2
    Re: Email Us link is not working

    Use EasyContact instead :)

    For one thing, Email links are dependent on the email client the user has on their machine and browser settings. Second, without a URL to actually see what may or not be in effect, its just a guessing game.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Re: Email Us link is not working

      its on my dev site at dev.metricthunder.com I try it on two different systems. its the email us link at the footer of the home pape

      Comment


        #4
        Re: Email Us link is not working

        In your global footer replace the current email link with this:

        Code:
        <li data-rt-icon="&#x66;"><a href="&mvte:urls:CTUS:auto;" >Email Us</a></li>
        Last edited by Brennan; 09-09-15, 03:07 PM.
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: Email Us link is not working

          Thanks that did it. do you know how I can change the backgroud color of my product category tree?

          Comment


            #6
            Re: Email Us link is not working

            That color comes from a CSS style in structure.css file, you can see the block of style for category tree as :

            HTML Code:
            /* ------------------------ category tree navigation ------------------------ */
            .category-tree {
                background: #fff;
                margin-bottom: 2rem;
            }
            You can change the background from #fff(White) to any color you want. Looking at your page, you might just wanna remove that style to match up with the rest of the page.
            Rajnish Sinha
            ---------------------
            https://twitter.com/rajnishsi

            Comment


              #7
              Re: Email Us link is not working

              OK this is a dumb question but where do I find the css files. On the FTP server?

              Comment


                #8
                Re: Email Us link is not working

                In FTP, this file will be located inside htdocs/css folder.
                Rajnish Sinha
                ---------------------
                https://twitter.com/rajnishsi

                Comment

                Working...
                X