Difference between revisions of "Atticus Finch To-do List"
From OdleWiki
m (Added to Category:WordPress) |
m |
||
Line 4: | Line 4: | ||
* Only load FontAwesome if not already loaded | * Only load FontAwesome if not already loaded | ||
* <s>Write documentation</s> (2016.01.26) | * <s>Write documentation</s> (2016.01.26) | ||
+ | ** Overriding styles | ||
+ | ** Overriding theme functions | ||
+ | ** Mobile break points | ||
+ | ** HTML compliance | ||
+ | ** How content width feature works | ||
+ | ** Restricting height of custom post formats | ||
+ | ** Post format icons | ||
* Write FAQ | * Write FAQ | ||
* Update readme.txt | * Update readme.txt | ||
Line 29: | Line 36: | ||
* add to style.css: | * add to style.css: | ||
** <tt>box-sizing: border-box</tt> | ** <tt>box-sizing: border-box</tt> | ||
+ | * Research header image flex width | ||
+ | * Reseaech register theme options upon activation | ||
[[Category:WordPress]] | [[Category:WordPress]] | ||
[[Category:Atticus Finch Theme]] | [[Category:Atticus Finch Theme]] |
Revision as of 02:26, 29 January 2016
- Make responsive
- Add custom CSS feature
- Create child theme; upload to Github
- Only load FontAwesome if not already loaded
Write documentation(2016.01.26)- Overriding styles
- Overriding theme functions
- Mobile break points
- 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 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
- Research header image flex width
- Reseaech register theme options upon activation