Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • imurillo Friend
    #682931

    how to change the link of the logo, in Ja-magz template

    pavit Moderator
    #682984

    <em>@imurillo 491473 wrote:</em><blockquote>how to change the link of the logo, in Ja-magz template</blockquote>

    Hi

    Open this file templatesja_magztplsblocksheader.php

    <!-- LOGO -->
    <div class="span2 item-first spanfirst">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <div class="brand">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img <?php if($logoimgsm) echo 'hidden-phone'; ?>" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>

    Change the code in RED as follow
    <a href=”http://www.yoururl.com” title=”<?php echo strip_tags($sitename) ?>”>

    pavit Moderator
    #748134

    <em>@imurillo 491473 wrote:</em><blockquote>how to change the link of the logo, in Ja-magz template</blockquote>

    Hi

    Open this file templatesja_magztplsblocksheader.php

    <!-- LOGO -->
    <div class="span2 item-first spanfirst">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <div class="brand">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img <?php if($logoimgsm) echo 'hidden-phone'; ?>" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>

    Change the code in RED as follow
    <a href=”http://www.yoururl.com” title=”<?php echo strip_tags($sitename) ?>”>

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

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 9 years, 2 months ago.

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