-
AuthorPosts
-
July 10, 2015 at 12:05 pm #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?
Thankspavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 10, 2015 at 3:07 pm #576981Hi
Go to Components > Contacts > Click on up right options button and edit the icons tab to add your custom icons
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 10, 2015 at 3:07 pm #643289Hi
Go to Components > Contacts > Click on up right options button and edit the icons tab to add your custom icons
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 10, 2015 at 3:07 pm #741943Hi
Go to Components > Contacts > Click on up right options button and edit the icons tab to add your custom icons
July 10, 2015 at 6:10 pm #576996I tried but I can not find the icons demo. In what place are they?
July 10, 2015 at 6:10 pm #643303I tried but I can not find the icons demo. In what place are they?
July 10, 2015 at 6:10 pm #741957I tried but I can not find the icons demo. In what place are they?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 10, 2015 at 6:13 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 10, 2015 at 6:13 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 10, 2015 at 6:13 pm #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.
July 10, 2015 at 6:21 pm #576998Ok, thanks, but those icons that you see on the form where I find them?
July 10, 2015 at 6:21 pm #643305Ok, thanks, but those icons that you see on the form where I find them?
July 10, 2015 at 6:21 pm #741959Ok, thanks, but those icons that you see on the form where I find them?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 10, 2015 at 6:57 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 10, 2015 at 6:57 pm #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
-
AuthorPosts
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