Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • beyondsports Friend
    #131999

    see my website…i need to make the header a hyperlink in my case for email…

    http://www.maeseducationcenter.com/

    where do i edit this at the index.php file or template css….

    please advise
    thanks
    trey

    lcristian Friend
    #264636

    Open the index.php of your template and look for these lines :


    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    and change this code :


    <a href="index.php" title="<?php echo $siteName; ?>">

    with this :


    <a href="mailto:yourmail@yourdomain.com">

    Don’t forget to change the mail and domain 🙂

    Good Luck!

    mj1256 Friend
    #264640

    make sure you have email cloaking mambot enabled if you do this

    beyondsports Friend
    #264641

    what is email cloaking mambot? ? ?

    lcristian Friend
    #264643

    it’s a bot that protects you from email harvesting robots out there
    If your email is readable in plain text or in html links, you can receive a lot of spam because of those robots.
    The cloaking mambot is integrated in Joomla and somehow hides your email links.

    Got it?:)

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  lcristian 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum