From: Steve Sutton Date: Wed, 19 Nov 2014 21:48:08 +0000 (-0500) Subject: Adding output for the locations plugin X-Git-Tag: v1.0.0~66 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a28046d63fea9e75c7121a1f612dc797f9f9f21b;p=WP-Themes%2FPrestonFeather.git Adding output for the locations plugin --- diff --git a/css/styles.css b/css/styles.css index b00e6d8..7222d46 100644 --- a/css/styles.css +++ b/css/styles.css @@ -259,6 +259,18 @@ span:active { font-family: Times , sans-serif; font-size: 11px !important; } +.hours { + font-family: Times , sans-serif; + font-size: 11px !important; + margin-top: 1.25rem; +} +.hours > b { + display: block; + font-weight: bold; + font-size: 12px !important; + font-family: Arial, sans-serif; + margin-top: 1.25rem; +} footer { float: none; text-align: center; diff --git a/footer.php b/footer.php index 927f83e..3ffacbf 100644 --- a/footer.php +++ b/footer.php @@ -4,54 +4,9 @@
-
-
-

Petoskey

-

900 Spring Street

-

Petoskey, MI 49770

-

231-347-2501 ⋅ 800-968-2501

-

Monday - Friday:

-

7:00 am - 5:00 pm

-

Saturday:

-

8:00 am - Noon, & by Appointment

-

Closed Sun

-
-
-
-
-

Harbor Springs

-

8600 Moeller Drive

-

Harbor Springs, MI 49740

-

231-348-2990 ⋅ 800-968-2990

-

Monday - Friday:

-

7:00 am - 5:00 pm

-

Saturday:

-

8:00am - Noon, & by Appointment

-

Closed Sun

-
-
-
-
-

Gaylord

-

3689 Old 27 South

-

Gaylord, MI 49735

-

989-732-8862 ⋅ 888-732-8862

-

Monday - Friday:

-

7:00 am - 5:00pm, & by Appointment

-

Closed Sat & Sun

-
-
-
-
-

Traverse City

-

777 US 31 South

-

Traverse City, MI 49685

-

231-943-1180

-

Monday - Friday:

-

7:00 am - 5:00pm, & by Appointment

-

Closed Sat & Sun

-
-
+ + +
@@ -77,11 +32,6 @@ $(this).toggleClass('open'); $(this).siblings('ul').toggleClass('open'); }); -// $('.off-canvas-list').find('a.toggle').click(function(){ -// console.log('clicked me!'); -// $(this).toggleClass('open'); -// $(this).siblings('ul').toggleClass('open'); -// }); }); diff --git a/functions.php b/functions.php index 91a9254..2800b02 100755 --- a/functions.php +++ b/functions.php @@ -90,4 +90,17 @@ function glm_google_map($w = '500px', $h = '200px') return sprintf($format, $w, $h); } add_action('wp_enqueue_scripts', 'preston_feather_scripts'); +add_action('widgets_init', 'preston_widget_init'); +if (!function_exists('preston_widget_init')) { + + function preston_widget_init() + { + register_sidebar(array( + 'name' => __('Footer'), + 'id' => 'sidebar-f', + 'description' => __('Appears in Footer Area') + )); + } + +} ?> \ No newline at end of file diff --git a/index.php b/index.php index 5a685d0..6b1f99a 100644 --- a/index.php +++ b/index.php @@ -13,21 +13,21 @@
-
-
- +
+
-
- -

- - -

- -
+
+ +

+ + +

+ +
\ No newline at end of file diff --git a/page.php b/page.php index 8fc7afa..b9befb9 100644 --- a/page.php +++ b/page.php @@ -13,25 +13,25 @@
-
-
- "; - bcn_display(); - echo "
"; - } - ?> -
-
+
+
+ "; + bcn_display(); + echo "
"; + } + ?> +
+
-
- -

- - -

- -
+
+ +

+ + +

+ +
\ No newline at end of file