This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Atticus Finch To-do List

From OdleWiki
Revision as of 23:13, 28 January 2016 by Kenneth John Odle (talk | contribs) (Added to Category:WordPress)
  • Make responsive
  • Add custom CSS feature
  • Create child theme; upload to Github
  • Only load FontAwesome if not already loaded
  • Write documentation (2016.01.26)
  • Write FAQ
  • Update readme.txt
    • Description
    • Credit for Superfish jQuery menu
  • Custom header image flex width
  • Register default theme options upon installation (?)
  • Add list of theme options here.
  • Load FontAwesome only if not already loaded

Responsive to-do's

  • header.php
    • top menu -> select menu
    • site description -> float
    • social media menu -> ??? (select? redo as ul?)
  • #container
    • #content firsts, then #sidebar (adjust floats as necessary)
    • #content -> width: 100%
    • #sidebar -> width: 100%, text-align: left
  • footer.php
    • bottom menu -> select menu
    • #copyright + #developer -> float: none; width: 100%
  • no background image on body or header
  • add to style.css:
    • box-sizing: border-box