Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
February 20, 2018 at 11:05 pm #1092788
E-mail Contact Gsm Mobile Phone icon png error ?
Phone gsm iconu does not appear Please correct this in the next version of this error thanks ?
Mobile Phone on this Template png icons I think you have been forgotten for a long time
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2018 at 2:43 am #1093120Hi Tuncay,
You can try with this tweak:
1) Go to file: root/templates/ja_argo/html/com_contact/contact/default_address.php
2) Look for the snippet of code which renders the mobile phone:<?php if ($this->contact->mobile && $this->params->get('show_mobile')) :?> <p> <span class="<?php echo $this->params->get('marker_class'); ?>" > <?php echo $this->params->get('marker_mobile'); ?> </span> <span class="contact-mobile"> <?php echo nl2br($this->contact->mobile); ?> </span> </p> <?php endif; ?>
and change it to:
<?php if ($this->contact->mobile && $this->params->get('show_mobile')) :?> <p> <span class="<?php echo $this->params->get('marker_class'); ?>" > <i class="icon-mobile-phone"> </i> <?php echo $this->params->get('marker_mobile'); ?> </span> <span class="contact-mobile"> <?php echo nl2br($this->contact->mobile); ?> </span> </p> <?php endif; ?>
As you can see that I added the i tag:
<i class="icon-mobile-phone"> </i>
Regards
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Saguaros 6 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum