-
AuthorPosts
-
June 10, 2015 at 10:10 am #207185
Hi,
I have changed the logo of my website, but I was now wondering how or where I can change the alternative text that shows when I hover over the logo?
Thanks!Daniel
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 10, 2015 at 10:24 am #573577Hi
You can edit this file templatespurity_iiitplsblocksheader.php
<!-- LOGO -->
<div class="logo logo-<?php echo $logotype ?>">
<div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php if($logotype == 'image'): ?>
<img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?><?php if($logoimgsm) : ?>
<img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?><span><?php echo $sitename ?></span>
</a>
</div>
</div>
<!-- //LOGO -->Change the code in red with your alt tag
June 10, 2015 at 10:40 am #573589Thanks, unfortunately nothing changes for me. It’s strange, The sitename is also as it should be, but besides that.. This somehow doesn’t change a thing. Are there any other options?
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 10, 2015 at 10:44 am #573591<em>@easaid 477443 wrote:</em><blockquote>Thanks, unfortunately nothing changes for me. It’s strange, The sitename is also as it should be, but besides that.. This somehow doesn’t change a thing. Are there any other options?</blockquote>
Hi
Post here a link to your website and if possible send me via Private Message a temp super user account for your backend
There are no other solutions to this
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 10, 2015 at 4:51 pm #573617Hi
Just to add a note
If you are referring to the title and not to the alt text then you should apply this change
<!-- LOGO -->
<div class="logo logo-<?php echo $logotype ?>">
<div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
<a href="<?php echo JURI::base(true) ?>" title="Your custom title">
<?php if($logotype == 'image'): ?>
<img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?><?php if($logoimgsm) : ?>
<img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?><span><?php echo $sitename ?></span>
</a>
</div>
</div>
<!-- //LOGO --> -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by easaid 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum