The Email Us link on my web page won't bring up the email client. How do I fix that ?
Announcement
Collapse
No announcement yet.
Email Us link is not working
Collapse
X
-
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
-
Re: Email Us link is not working
In your global footer replace the current email link with this:
Code:<li data-rt-icon="f"><a href="&mvte:urls:CTUS:auto;" >Email Us</a></li>
Last edited by Brennan; 09-09-15, 03:07 PM.
Comment
-
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; }
Comment
Comment