Where can I find a list of all default icons supported by the Font Awesome icon font?
Please refer to http://fortawesome.github.io/Font-Awesome/ for a full list with examples.
Where can I find a list of all default icons supported by the Font Awesome icon font?
Please refer to http://fortawesome.github.io/Font-Awesome/ for a full list with examples.
Can I use this HTML template with a content management system, such as WordPress, Joomla, Drupal etc.?
No. This is an HTML/CSS template and cannot be used with a CMS. However, there is a WordPress version as well: http://themeforest.net/item/off-the-shelf-online-marketing-wordpress-theme/12948332
Alternatively, you can use the template in a separate folder, e.g. /landing and use it specifically as a landing page.
Please contact customer support via support@shapingrain.com if you need help.
Are there any other icon fonts I could use?
Naturally. Try http://weloveiconfonts.com/ for an amazing collection!
I would like to use a row of video clips, 3 in one row. How would I do that?
Try something like this…
<div class="row"> <div class="one_third"> <div class="embed_container"> <iframe src="http://www.youtube.com/embed/........" frameborder="0" allowfullscreen=""> </iframe> </div> </div> <div class="one_third"> <div class="embed_container"> <iframe src="http://www.youtube.com/embed/........" frameborder="0" allowfullscreen=""> </iframe> </div> </div> <div class="one_third last"> <div class="embed_container"> <iframe src="http://www.youtube.com/embed/........" frameborder="0" allowfullscreen=""> </iframe> </div> </div> </div>
Of course, you can use this in connection with the existing markup to create a custom video section!
We'd like to ask you a few questions to help improve ThemeForest.