-
AuthorPosts
-
wan fadli Developer
wan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
August 8, 2012 at 1:18 am #179746Dear 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.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 8, 2012 at 10:21 am #463590Hi wan fadli,
How did you get two those logos display in one place ? Can you share with me the url here ?
wan fadli Developerwan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
August 8, 2012 at 1:42 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 9, 2012 at 4:08 am #463693Hi 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 🙂
AuthorPostsViewing 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
Two links in one logo
Viewing 4 posts - 1 through 4 (of 4 total)