Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
February 13, 2017 at 11:35 am #1010057pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 13, 2017 at 12:09 pm #1010068Hello
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
February 13, 2017 at 12:16 pm #1010072http://www.gmas.es/
Is this the external URL where I put it?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 13, 2017 at 12:27 pm #1010076Is 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.
February 13, 2017 at 2:57 pm #1010125Everything perfect but I want it to open on a new page
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 13, 2017 at 4:30 pm #1010149Everything 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
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 2 voices, and was last updated by pavit 7 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum