Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
beuvema Friend
beuvema
- Join date:
- September 2014
- Posts:
- 91
- Downloads:
- 49
- Uploads:
- 7
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
January 6, 2016 at 11:06 am #840048I want to add the possibility to start calling the phone number by changing this link to
<a href:"tel:+31648811308">Bel mij</a>
how can I do this?
also I want to open these links target=_blank how can I add this?
Hope to hear from you soon.
Regards Bernd
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
beuvema Friendbeuvema
- Join date:
- September 2014
- Posts:
- 91
- Downloads:
- 49
- Uploads:
- 7
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
January 6, 2016 at 6:29 pm #840364This reply has been marked as private.Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
beuvema Friendbeuvema
- Join date:
- September 2014
- Posts:
- 91
- Downloads:
- 49
- Uploads:
- 7
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
January 7, 2016 at 7:32 pm #841252This reply has been marked as private.Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
January 8, 2016 at 10:31 am #841777Hi @beuvema,
I updated the code for you, you can see the change in file templates/ja_sugite/html/com_contact/contact/default_links.php where I replaced :
<li> <a href="<?php echo $link; ?>"> <?php echo $label; ?> </a> </li>
with :
<li> <?php if($label == 'Bel mij') : $link = str_replace('http://','',$link); ?> <a href="<?php echo $link; ?>"> <?php echo $label; ?> </a> <?php else : ?> <a href="<?php echo $link; ?>"> <?php echo $label; ?> </a> <?php endif; ?> </li>
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 2 voices, and was last updated by Adam M 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum