Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • deisa Friend
    #997709

    Hi,

    Where I can set the alternative text attribute for the Theme -> Logo Image?

    Thanks in advance.
    Manuel

    Ninja Lead Moderator
    #997717

    Hi,

    You can use this way

    • Go to backend site -> Extensions -> Templates -> ja_medicare – Features Intro template style and Theme and change the parameter on your site: http://prntscr.com/dop8s3

    • Apply the same that with ja_medicare – Default template style: http://prntscr.com/dop9ba

    Regards

    deisa Friend
    #997830

    Hi,

    I need locate or add the html attribute <img alt=""> for the Logo, not the site name or slogan.
    Where is the html file to add this image attribute ?

    Regards,
    Manuel

    Ninja Lead Moderator
    #997980

    Hi,

    You can find and see it from templates/ja_medicare/tpls/blocks/header.php file

    <?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 ?>
    <?php if($sitename !='') : ?><span><?php echo $sitename ?></span><?php endif; ?>
    <?php if($slogan !='') : ?><small class="site-slogan"><?php echo $slogan ?></small><?php endif; ?>

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 7 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum