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
m (Numerous edits)
Line 1: Line 1:
 
* Make responsive
 
* Make responsive
 
* Add custom CSS feature
 
* Add custom CSS feature
* Create child theme; upload to Github
+
* <s>Create child theme; upload to Github</s> 2016.01.28
* <s>Only load FontAwesome if not already loaded</s> (2016.01.30)
+
* <s>Only load FontAwesome if not already loaded</s> 2016.01.30
* <s>Write documentation</s> (2016.01.26)
+
* <s>Write documentation</s> 2016.01.26
 
** Overriding styles
 
** Overriding styles
 
** Overriding theme functions
 
** Overriding theme functions
** Mobile break points
+
** Mobile break points (add as theme option)
 
** HTML compliance
 
** HTML compliance
 
** How content width feature works
 
** How content width feature works
Line 14: Line 14:
 
* Update readme.txt
 
* Update readme.txt
 
** Description
 
** Description
** Credit for Superfish jQuery menu
+
** Credit for <s>Superfish jQuery menu</s> custom css menu
 
* Custom header image flex width
 
* Custom header image flex width
* Register default theme options upon installation (?)
+
* Register default theme options upon activation (?)
 
* Add list of theme options [[Atticus_Finch_Documentation#Theme_Functions | here]].
 
* Add list of theme options [[Atticus_Finch_Documentation#Theme_Functions | here]].
 
* Load FontAwesome only if not already loaded
 
* Load FontAwesome only if not already loaded
Line 25: Line 25:
  
 
* <tt>header.php</tt>
 
* <tt>header.php</tt>
** top menu -> select menu
+
** <s>top menu -> select menu</s> 2016.02.13
** site description -> float
+
** <s>site description -> float</s> 2016.02.13
** social media menu -> ??? (select? redo as <tt>ul</tt>?)
+
** <s>social media menu -> ??? (select? redo as <tt>ul</tt>?)</s> 2016.02.13
 
* <tt>#container</tt>
 
* <tt>#container</tt>
 
** <tt>#content</tt> firsts, then <tt>#sidebar</tt> (adjust floats as necessary)
 
** <tt>#content</tt> firsts, then <tt>#sidebar</tt> (adjust floats as necessary)
** <tt>#content</tt> -> width: 100%
+
** <s><tt>#content</tt> -> width: 100%</s> 2016.02.13
** <tt>#sidebar</tt> -> width: 100%, text-align: left
+
** <s><tt>#sidebar</tt> -> width: 100%, text-align: left</s> 2016.02.13
 
* <tt>footer.php</tt>
 
* <tt>footer.php</tt>
** bottom menu -> select menu
+
** <s>bottom menu -> select menu</s> 2016.02.13
** <tt>#copyright</tt> + <tt>#developer</tt> -> float: none; width: 100%
+
** <s><tt>#copyright</tt> + <tt>#developer</tt> -> float: none; width: 100%</s> 2016.02.13
 
* no background image on <tt>body</tt> or <tt>header</tt>
 
* no background image on <tt>body</tt> or <tt>header</tt>
 
* add to style.css:
 
* add to style.css:
** <tt>box-sizing: border-box</tt>
+
** <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
 
* Reseaech register theme options upon activation

Revision as of 17:37, 14 February 2016

  • Make responsive
  • Add custom CSS feature
  • 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?)

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
  • Reseaech register theme options upon activation