Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mauriziomomix Friend
    #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
    Maurizio

    jooservices Friend
    #659672

    Hi 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 Vu

    pavit Moderator
    #659673

    Hi 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 -->

    mauriziomomix Friend
    #659710

    Hi,
    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
    Maurizio

    oni Friend
    #695197

    good 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?

    oni Friend
    #750478

    good 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 Moderator
    #695200

    Hi @misca

    This is a Solved thread which main argument is the alt logo , could you be so kind to open a new thread for your problem ?

    Thanks

    pavit Moderator
    #750481

    Hi @misca

    This is a Solved thread which main argument is the alt logo , could you be so kind to open a new thread for your problem ?

    Thanks

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

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