From 5c053f6b8c6b8bd2f83cb020d97b9eca1768a4e4 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Tue, 22 Jul 2014 15:59:35 -0400 Subject: [PATCH] IE Fix, Sidebars Had respond.js loading in the wrong spot, was breaking IE8/7. Added some files for sidebar. Removed old-whatever. We don't do this anymore. --- _notes/dwsync.xml | 2 +- css/_notes/dwsync.xml | 2 +- functions.php | 5 ++++- img/_notes/dwsync.xml | 2 +- inc/_notes/dwsync.xml | 2 +- inc/sidebar-check.php | 14 ++++++++++++++ js/_notes/dwsync.xml | 2 +- js/html5shiv/_notes/dwsync.xml | 2 +- js/min/_notes/dwsync.xml | 2 +- layouts/_notes/dwsync.xml | 2 +- min/_notes/dwsync.xml | 2 +- old-searchform.php | 11 ----------- page-home.php | 25 ++++--------------------- sass/_notes/dwsync.xml | 2 +- 14 files changed, 32 insertions(+), 43 deletions(-) create mode 100644 inc/sidebar-check.php delete mode 100644 old-searchform.php diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml index eb32584..e7d0c3e 100644 --- a/_notes/dwsync.xml +++ b/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/css/_notes/dwsync.xml b/css/_notes/dwsync.xml index 36398b2..9970658 100644 --- a/css/_notes/dwsync.xml +++ b/css/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/functions.php b/functions.php index 23ccf12..e7c22a0 100644 --- a/functions.php +++ b/functions.php @@ -104,7 +104,6 @@ function htmlShiv(){ echo ''; } @@ -112,6 +111,10 @@ function htmlShiv(){ function ie7Bootstrap(){ $template = get_template_directory_uri(); + echo ''; + echo ''; diff --git a/img/_notes/dwsync.xml b/img/_notes/dwsync.xml index d86f7a4..f73400e 100644 --- a/img/_notes/dwsync.xml +++ b/img/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/inc/_notes/dwsync.xml b/inc/_notes/dwsync.xml index 89db677..b652c2b 100644 --- a/inc/_notes/dwsync.xml +++ b/inc/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/inc/sidebar-check.php b/inc/sidebar-check.php new file mode 100644 index 0000000..268be47 --- /dev/null +++ b/inc/sidebar-check.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/js/_notes/dwsync.xml b/js/_notes/dwsync.xml index 9a884b6..7974647 100644 --- a/js/_notes/dwsync.xml +++ b/js/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js/html5shiv/_notes/dwsync.xml b/js/html5shiv/_notes/dwsync.xml index cdd6482..0597d74 100644 --- a/js/html5shiv/_notes/dwsync.xml +++ b/js/html5shiv/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js/min/_notes/dwsync.xml b/js/min/_notes/dwsync.xml index c0d7706..5e51288 100644 --- a/js/min/_notes/dwsync.xml +++ b/js/min/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/layouts/_notes/dwsync.xml b/layouts/_notes/dwsync.xml index b0b6f37..99e4df6 100644 --- a/layouts/_notes/dwsync.xml +++ b/layouts/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/min/_notes/dwsync.xml b/min/_notes/dwsync.xml index bd40fe1..7b28e9e 100644 --- a/min/_notes/dwsync.xml +++ b/min/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/old-searchform.php b/old-searchform.php deleted file mode 100644 index dbdcccb..0000000 --- a/old-searchform.php +++ /dev/null @@ -1,11 +0,0 @@ -
-
-
-
- - - -
-
-
-
\ No newline at end of file diff --git a/page-home.php b/page-home.php index 4718a1a..f7ad3a9 100644 --- a/page-home.php +++ b/page-home.php @@ -10,20 +10,8 @@ $count = 1; get_header(); ?> - + + @@ -51,13 +39,8 @@ - '; - dynamic_sidebar( $sidebar ); - echo ''; - } - ?> + + diff --git a/sass/_notes/dwsync.xml b/sass/_notes/dwsync.xml index 019dfc6..bb6deb8 100644 --- a/sass/_notes/dwsync.xml +++ b/sass/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file