test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wan fadli Developer
    #179746

    Dear JA Team..

    i have “2 design logos” in one logo space. example logo: JA Portfolio Green/Red (See attachment)

    how can i make 2 two links in one logo.. means, the Green logo will go to index.php and Red logo will go to external link.


    1. logo2links
    Sherlock Friend
    #463590

    Hi wan fadli,

    How did you get two those logos display in one place ? Can you share with me the url here ?

    wan fadli Developer
    #463605

    <em>@Sherlock Holmes 333569 wrote:</em><blockquote>Hi wan fadli,

    How did you get two those logos display in one place ? Can you share with me the url here ?</blockquote>

    I just resized the default JA Portfolio logo and added another logo using photoshop..

    but my question is how to make the logo have two links instead one link (index.php)

    Sherlock Friend
    #463693

    Hi wan Fadli,

    You can open the file of templates/your_template/blocks/header.php you would see this code

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

    Just doubling this snap of code that I think would help

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

    here at the second section you can modify the attribute of href=”index.php” to get it link to any url you wanted 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 12 years, 5 months ago.

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