registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Add in Font Awesome #197

Closed robertdenton closed 9 years ago

robertdenton commented 9 years ago

Font Awesome is an icon font powered by CSS. We want to add it in for a number of reasons, but primarily we want to replace the "tools" in rg with icons.

For example, this...

screen shot 2015-02-24 at 1 38 10 pm

becomes this...

screen shot 2015-02-24 at 1 38 46 pm

The same will be done with videos and slideshows.

screen shot 2015-02-24 at 1 39 42 pm

The process of adding these in is two-fold. First the fonts need to be added to fonts.registerguard.com and then the styles have to added to Bulldog.

Plan of attack is to simply @import using LESS and utilize the current .tools styles with some minor mods:

.tools a{
    padding: 2px 3px;
    font-size: .75em;
}

Once it's worked into Bulldog, need to test using test page. Then integrate into rg, see rg/assets/includes/tools01.csp. It also needs to be updated in Octavo in themes/includes/posts-tools.php.

robertdenton commented 9 years ago

It has been added to Bulldog. Need to update the config of octavo and rg when ready to go. Then need to update code in those places to include the icons. First need to figure out how to get the comment count.

Later: Had to add in some other styles to make the boxes fit with the disqus number in there. Here's how it looks currently:

screen shot 2015-02-25 at 4 54 05 pm

To-do list:

<ul class="tools">
    <li>
        <a href="http://registerguard.com/rg/news/local/32806252-75/feds-tentatively-ok-more-money-for-west-eugene-emx.html.csp#disqus-comment-section"><span class="disqus-comment-count" data-disqus-identifier="rg_32806252">TEST</span><i class="fa fa-comment fa-fw"></i></a>
    </li>
    <li>
        <a href=""><i class="fa fa-play fa-fw"></i></a>
    </li>
    <li>
        <a href=""><i class="fa fa-camera fa-fw"></i></a>
    </li>
</ul>
robertdenton commented 9 years ago

Working on rg, working with issues on blogs.

rg: screen shot 2015-02-25 at 6 31 06 pm

blogs: screen shot 2015-02-25 at 6 30 49 pm

The counts were showing up for some but not others on blogs. I have a theory that this functionality was never created. See cached Google page below: screen shot 2015-02-25 at 6 30 34 pm

Closing.

robertdenton commented 9 years ago

To update font awesome: