Archived topic
How to make a front page like on generatepress.com?
5 replies · Started by Jarle Lund on September 29, 2014
Hi!
How do I make a front page like on generatepress.com with ikons, collums and buttons etc.?
Jarle:)
Hi there,
I'm working on a shortcode pack addon for GP which will have all of these options, but for now, this is what I used:
Columns: https://wordpress.org/plugins/lightweight-grid-columns/
Buttons: http://www.generatepress.com/forums/topic/buttons-on-addon-page/#post-12477
Hope this helps :)
Hi!
Do you now when you get the shortcode pack addon down?
Jarle:)
How did you get your social icons in the menu bar?
Jarle - hopefully soon! :)
Chad - I simply used the FontAwesome code in the Navigation label of a menu link.
For example:
1. Go to "Appearance > Menus".
2. Add a new "Link" - add your URL in the URL field, and in the Navigation field, add something like: <i class="fa fa-facebook"></i>
You can get all of the code for your social icons here: http://fortawesome.github.io/Font-Awesome/icons/
Hope this helps :)
Thank you.