Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • capys77 Friend
    #1010057

    I want that to puncture in that logo, in the inferior one take me to an external url


    1. logo-inf
    pavit Moderator
    #1010068

    Hello

    edit this file /templates/ja_teline_v/tpls/blocks/footer.php and find :

    
    <div class="col-md-4">
            <!-- LOGO -->
            <div class="logo">
              <div class="logo-<?php echo $logotype, ('' ? ' logo-control' : '') ?>">
                <a href="<?php echo $logourl ?>" title="<?php echo strip_tags($sitename) ?>">
                  <?php if($logotype == 'image'): ?>

    Change it to

          <div class="col-md-4">
        <!-- LOGO -->
        <div class="logo">
          <div class="logo-<?php echo $logotype, ('' ? ' logo-control' : '') ?>">
            <a href="your url" title="<?php echo strip_tags($sitename) ?>">
              <?php if($logotype == 'image'): ?>

    Regards

    capys77 Friend
    #1010072

    http://www.gmas.es/
    Is this the external URL where I put it?

    pavit Moderator
    #1010076

    Is this the external URL where I put it?

    You want that footer logo redirect to an external url ?

    Please confirm that i understood correctly your question , if so than follow my suggestion above, if not please clarify with more details what you want to do exactly.

    capys77 Friend
    #1010125

    Everything perfect but I want it to open on a new page

    pavit Moderator
    #1010149

    Everything perfect but I want it to open on a new page

    Hello

    Change

    <a href="your url" title="<?php echo strip_tags($sitename) ?>">
              <?php if($logotype == 'image'): ?>

    To :

    
    <a href="your url" title="<?php echo strip_tags($sitename) ?>" target="_blank">
              <?php if($logotype == 'image'): ?>

    Regards

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

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

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