Archived topic
What plugins you use in your demo?
3 replies · Started by Zipeng on March 16, 2018
I saw a cool social icon widget on your demo site, can you tell me whats it?
Also how did you add social icon on the menue bar?
Is there any cool plugins or addons you use in your demo site you wana recommend to me?
Thanks
Hi there,
Take a look at these couple articles:
https://docs.generatepress.com/article/adding-icons-to-menu-items/
https://docs.generatepress.com/article/replicating-the-screenshot/
Let me know if you need other info :)
Hi Leo
I have tried multiple time to add the icon to my menu by following the steps in the article but every time I copy the HTML code into the navigation label and save, it just shows up as a box. If I copy the code from the article is works but obviously, I don't want that icon.
These are the 2 I tried:
This is the one copied from the article which works:
<i class="fa fa-star"></i>
This is the one copied straight off fontawesome:
<i class="fas fa-home”></i>
I also want to add the text next to the icon in the menu.
I am currently building the site on a local server so I can't share the link as it isn't live.
Hope you can help.
Ross
The prefix "fas" will only work in FA 5 and we are still in process of upgrading it.
For now try using fa as prefix and you can add the text after. Example:
<i class="fa fa-home"></i>Home