-
AuthorPosts
-
January 21, 2011 at 1:04 pm #159081
The site I’m working on is a Joomla site running inside (the Joomla install is actually in a subdirectory of) an HTML site. It’s the blog portion of the website.
The logo takes me to the home page of the blog, but I’d like to redirect the logo to the home page of the site.
Can you direct me to the correct place to hard code the url that I’d like the logo to redirect to?
Thanks,
WillNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 22, 2011 at 11:21 am #373158hi,
open templatesja_purity_iilayoutsblocksheader.php, locating this segment:
<h1 class=”logo”>
<a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
</h1>
and change the “index.php” to “http://yourpreferedlink.com/path”.
hope that helps 🙂January 24, 2011 at 5:56 pm #373516Worked like a charm.
Many thanks 🙂
July 27, 2013 at 9:08 pm #500345<em>@Ninja Lead 216707 wrote:</em><blockquote>hi,
open templatesja_purity_iilayoutsblocksheader.php, locating this segment:
<h1 class=”logo”>
<a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
</h1>
and change the “index.php” to “http://yourpreferedlink.com/path”.
hope that helps :)</blockquote>Anyway to do this in JA Droid? My problem is similar except that my header links to the current page NOT back to the home page. When I hover the mouse over the header the url displays the current page. The only way to get back to the “home” page is by using the menu link.
Any help would be simply awesome!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 29, 2013 at 3:47 am #500401Hi halemaumau,
With JA Droid template, we don’t override the header block and keep using the base header block of JAT3 plugin, you can see it in directory: pluginssystemjat3jat3base-themesdefaultblocksheader.php. By this way, whenever you click the logo, it still redirects you to the home page.
You should check the template folder whether you override this block or not: templatesja_your_defaul_template_nameblocks. If yes, you can change with above suggestion of Ninja lead.
Regards
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by Saguaros 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum