Difference between revisions of "Atticus Finch To-do List"
From OdleWiki
m (Numerous edits) |
m (typofix; always preview changes first!) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | * Make responsive | + | {{Template:AtticusFinch}} |
− | * Add custom CSS feature | + | |
+ | == Code Changes == | ||
+ | |||
+ | Need to add | ||
+ | |||
+ | <pre> | ||
+ | #belowheadermenu > ul > li { | ||
+ | z-index: 10; | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | == Overall Changes == | ||
+ | |||
+ | * <s>Make responsive</s> v. 0.5 | ||
+ | * <s>Add custom CSS feature</s> Part of WordPress core | ||
* <s>Create child theme; upload to Github</s> 2016.01.28 | * <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 | ||
Line 10: | Line 24: | ||
** How content width feature works | ** How content width feature works | ||
** Restricting height of custom post formats | ** Restricting height of custom post formats | ||
− | ** Post format icons | + | ** <s>Post format icons</s> |
* Write FAQ | * Write FAQ | ||
* Update readme.txt | * Update readme.txt | ||
Line 18: | Line 32: | ||
* Register default theme options upon activation (?) | * 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 | + | * <s>Load FontAwesome only if not already loaded</s> |
− | * Add option for loading code into <tt><head></tt> element (premium version?) | + | * <s>Add option for loading code into <tt><head></tt> element (premium version?)</s> In child theme functions.php |
− | * Add option for loading code just before <tt></body></tt> element (premium version?) | + | * <s>Add option for loading code just before <tt></body></tt> element (premium version?)</s> In child theme functions.php |
=== Responsive to-do's === | === Responsive to-do's === | ||
Line 27: | Line 41: | ||
** <s>top menu -> select menu</s> 2016.02.13 | ** <s>top menu -> select menu</s> 2016.02.13 | ||
** <s>site description -> float</s> 2016.02.13 | ** <s>site description -> float</s> 2016.02.13 | ||
− | ** <s>social media menu -> ??? (select? redo as <tt>ul</tt>?)</s> 2016.02.13 | + | ** <s>social media menu -> ??? (select? redo as <tt>ul</tt>?)</s> 2016.02.13 (It actually works on mobile as is, so let it go. It's nto really a hierarchical menu, anyway.) |
* <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) | ||
Line 39: | Line 53: | ||
** <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 | ||
− | |||
[[Category:WordPress]] | [[Category:WordPress]] | ||
− |
Latest revision as of 22:59, 4 June 2017
Code Changes
Need to add
#belowheadermenu > ul > li { z-index: 10; }
Overall Changes
Make responsivev. 0.5Add custom CSS featurePart of WordPress coreCreate child theme; upload to Github2016.01.28Only load FontAwesome if not already loaded2016.01.30Write documentation2016.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 menucustom 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 loadedAdd option for loading code into <head> element (premium version?)In child theme functions.phpAdd option for loading code just before </body> element (premium version?)In child theme functions.php
Responsive to-do's
- header.php
top menu -> select menu2016.02.13site description -> float2016.02.13social media menu -> ??? (select? redo as ul?)2016.02.13 (It actually works on mobile as is, so let it go. It's nto really a hierarchical menu, anyway.)
- #container
- #content firsts, then #sidebar (adjust floats as necessary)
#content -> width: 100%2016.02.13#sidebar -> width: 100%, text-align: left2016.02.13
- footer.php
bottom menu -> select menu2016.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-box2016.02.13
- Research header image flex width