Archived topic
Sectionshelp
3 replies · Started by Paul on February 6, 2016
Hi,
I am fairly confident with creating sections and the tool you have is pretty powerful. I am struggling, though to create the following:
You have on your landing page of generatepress a section whereby you have all of the features in three columns with an icon, i also want to create something similar, can you help me?
Hi Paul,
I'm using Lightweight Grid Columns for that section: https://wordpress.org/plugins/lightweight-grid-columns/
For the icons, I'm just using the built in Font Awesome library: https://fortawesome.github.io/Font-Awesome/icons/
When adding font awesome icons into your site, using the "Text" tab, and insert an HTML comment within it so WordPress doesn't strip it:
<i class="fa fa-home"><!-- icon --></i>
Hope this helps :)
Thanks Tom for talking about the deletion, or the stripping of it as you say, of font awesome codes in Wordpress. I was looking everywhere trying to find out why switching from visual to text tabs always deleted my icon codes (and other things that I remember having trouble with in the past).
I just can't believe I found my answer here in "sections help". THANK YOU AGAIN!
Awesome! Glad I could help :)