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!

Difference between revisions of "Atticus Finch To-do List"

From OdleWiki
m ({{Template:AtticusFinch}}; other minor edits)
m (Added one item)
Line 23: Line 23:
 
* Add option for loading code into <tt><head></tt> element (premium version?)
 
* Add option for loading code into <tt><head></tt> element (premium version?)
 
* Add option for loading code just before <tt></body></tt> element (premium version?)
 
* Add option for loading code just before <tt></body></tt> element (premium version?)
 +
* Option to add scripts to head and footer.
  
 
=== Responsive to-do's ===  
 
=== Responsive to-do's ===  
Line 41: Line 42:
 
** <s><tt>box-sizing: border-box</tt></s> 2016.02.13
 
** <s><tt>box-sizing: border-box</tt></s> 2016.02.13
 
* Research header image flex width
 
* Research header image flex width
* Reseaech register theme options upon activation
+
* Research register theme options upon activation
  
 
[[Category:WordPress]]
 
[[Category:WordPress]]

Revision as of 01:27, 25 May 2017

Atticus-finch-outline.png

Atticus Finch Theme
A monochrome theme for WordPress


  • Make responsive v. 0.5
  • Add custom CSS feature Part of WordPress core
  • Create child theme; upload to Github 2016.01.28
  • Only load FontAwesome if not already loaded 2016.01.30
  • Write documentation 2016.01.26
    • Overriding styles
    • Overriding theme functions
    • Mobile break points (add as theme option)
    • HTML compliance
    • How content width feature works
    • Restricting height of custom post formats
    • Post format icons
  • Write FAQ
  • Update readme.txt
    • Description
    • Credit for Superfish jQuery menu custom css menu
  • Custom header image flex width
  • Register default theme options upon activation (?)
  • Add list of theme options here.
  • Load FontAwesome only if not already loaded
  • Add option for loading code into <head> element (premium version?)
  • Add option for loading code just before </body> element (premium version?)
  • Option to add scripts to head and footer.

Responsive to-do's

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