Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Tuncay Arıcan Friend
    #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


    1. Ekran-Alıntısı

    Tuncay

    Saguaros Moderator
    #1093120

    Hi 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">&nbsp;</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">&nbsp;</i>

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 6 years, 1 month ago.

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