Viewing 15 posts - 1 through 15 (of 28 total)
  • Author
    Posts
  • lableo Friend
    #208522

    How and where to edit icons contact form?
    I want to duplicate in a new field icon placeholder, (see picture), how can I do?
    Thanks

    pavit Moderator
    #576981

    Hi

    Go to Components > Contacts > Click on up right options button and edit the icons tab to add your custom icons

    pavit Moderator
    #643289

    Hi

    Go to Components > Contacts > Click on up right options button and edit the icons tab to add your custom icons

    pavit Moderator
    #741943

    Hi

    Go to Components > Contacts > Click on up right options button and edit the icons tab to add your custom icons

    lableo Friend
    #576996

    I tried but I can not find the icons demo. In what place are they?

    lableo Friend
    #643303

    I tried but I can not find the icons demo. In what place are they?

    lableo Friend
    #741957

    I tried but I can not find the icons demo. In what place are they?

    pavit Moderator
    #576997

    <em>@lableo 482242 wrote:</em><blockquote>I tried but I can not find the icons demo. In what place are they?</blockquote>

    <blockquote>How and where to edit icons contact form?</blockquote>

    You can add your custom icons there , icons demo are font-awesome icons.

    pavit Moderator
    #643304

    <em>@lableo 482242 wrote:</em><blockquote>I tried but I can not find the icons demo. In what place are they?</blockquote>

    <blockquote>How and where to edit icons contact form?</blockquote>

    You can add your custom icons there , icons demo are font-awesome icons.

    pavit Moderator
    #741958

    <em>@lableo 482242 wrote:</em><blockquote>I tried but I can not find the icons demo. In what place are they?</blockquote>

    <blockquote>How and where to edit icons contact form?</blockquote>

    You can add your custom icons there , icons demo are font-awesome icons.

    lableo Friend
    #576998

    Ok, thanks, but those icons that you see on the form where I find them?

    lableo Friend
    #643305

    Ok, thanks, but those icons that you see on the form where I find them?

    lableo Friend
    #741959

    Ok, thanks, but those icons that you see on the form where I find them?

    pavit Moderator
    #577002

    <em>@lableo 482245 wrote:</em><blockquote>Ok, thanks, but those icons that you see on the form where I find them?</blockquote>

    Those icons are loaded through php file from font-awesome

    for example the address icons in this folder templatesja_medicarehtmlcom_contactcontactdefault_address.php line 27

    <?php if ($this->contact->address && $this->params->get('show_street_address')) : ?>
    <dd>
    <span class="contact-street">
    <i class="fa fa-map-marker"> </i><?php echo $this->contact->address .'<br/>'; ?>
    </span>
    </dd>
    <?php endif; ?>

    HERE the font-awesome icon

    If you want to change them you should edit php files and add another font-awesome icon , or use the feature i showed before to add your custom icons

    Hope was clear

    pavit Moderator
    #643309

    <em>@lableo 482245 wrote:</em><blockquote>Ok, thanks, but those icons that you see on the form where I find them?</blockquote>

    Those icons are loaded through php file from font-awesome

    for example the address icons in this folder templatesja_medicarehtmlcom_contactcontactdefault_address.php line 27

    <?php if ($this->contact->address && $this->params->get('show_street_address')) : ?>
    <dd>
    <span class="contact-street">
    <i class="fa fa-map-marker"> </i><?php echo $this->contact->address .'<br/>'; ?>
    </span>
    </dd>
    <?php endif; ?>

    HERE the font-awesome icon

    If you want to change them you should edit php files and add another font-awesome icon , or use the feature i showed before to add your custom icons

    Hope was clear

Viewing 15 posts - 1 through 15 (of 28 total)

This topic contains 28 replies, has 2 voices, and was last updated by  pavit 9 years, 4 months ago.

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