I use this code to add the glyphicons
<span class="glyphicon glyphicon-search" aria-hidden="true"></span>
guide found on this site:hidden link
everything is ok, the icons are displayed in the front end
to add other icons, I'm directed to this site:hidden link
I downloaded the 0 $ pacchus, but I can not see them in the front end and I do not understand how!
thanks
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Massimo,
Thank you for contacting our support forum.
I tested this and it works fine. Does the site currently have bootstrap on it ?
Could you send me a link to the site so that I can check ?
Thanks,
Shane
sorry, I wanted to say that I do not know how to insert the icons of this web site: hidden link
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Massimo,
You will need to purchase these as these glyphicons are not free like the ones used in bootstrap.
From there they should provide a way to add these to the site.
Thanks,
Shane
Last question. I need to add an icon that is not on the list, how can I do it in a simple way?
(see attached icon)
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Massimo,
Actually the simplest way to do this is to upload it to your wordpress and call the image using HTML. I would not recommend this however.
Its best to use icon packages wherever possible. There is also font awesome hidden link
Thanks,
Shane
Its best to use icon packages wherever possible......that's what I want to do.
to recall the icons, I have to load them with FTP and then recall them with some CSS code.
Can you give me a suggestion to recall them? I use the "Before" command?
hidden link
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Massimo,
For this you will add them like this.
p::before {
content: url('<em><u>hidden link</u></em>');
}
See i've used url('linkgoeshere');
Please let me know if this helps.
Thanks,
Shane