-
AuthorPosts
-
August 10, 2015 at 1:33 pm #659642
Hi all,
I just installed Ja Techzone from its quickstart package.
My question: the label connected with the logo is “JA Techzone” even after having named the website differently.This is the firebug’s view:
<img alt=”JA Techzone” src=”/evolveo.bwi-shopping.com/templates/ja_techzone/images/logo.png” class=”logo-img”>How can I change the “alt” content?
BR
Mauriziojooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 10, 2015 at 2:17 pm #659672Hi there
Here you are<?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>It’s site name.
Thank you,
Viet Vupavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 10, 2015 at 2:17 pm #659673Hi maurizio
Where did you changed your site name ?
You have to change site name inside layout used by your menu item
example : Home menu item is using ja techzone – Home as template layout , so if you go to template manager and edit that layout -> Theme tab settings you can change site name from there that is the ALT content
anyway file where alt logo is defined is templatesja_techzonetplsblocksheader.php
<!-- LOGO -->
<div class="col-xs-12 <?php echo $logosize ?> logo">
<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>
<small class="site-slogan"><?php echo $slogan ?></small>
</div>
</div>
<!-- //LOGO -->August 10, 2015 at 8:42 pm #659710Hi,
thanks for replying me.
I changed the sitename by filling the form in the “Theme” tab (see image).
Actually, I noticed also that the logo didn’t change by loading it inside the related “Logo Image” and that’s why I edited the default image itself…Now it’s clear… Thanks a lot
MaurizioOctober 4, 2015 at 2:40 pm #695197good afternoon!
I installed the logo, but the site it appears larger
What should be the size of a logo that he would properly displayed?
why it is not automatically reduced to the desired size?!?why my logo is displayed only on the main and on other pages of the site displayed a demonstration logo?
October 4, 2015 at 2:40 pm #750478good afternoon!
I installed the logo, but the site it appears larger
What should be the size of a logo that he would properly displayed?
why it is not automatically reduced to the desired size?!?why my logo is displayed only on the main and on other pages of the site displayed a demonstration logo?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by pavit 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum