From: Laury GvR Date: Fri, 14 Dec 2018 17:35:52 +0000 (-0500) Subject: Frontpage blocks now use proper bg images and check for image existence properly X-Git-Tag: v1.0.0^2~245 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3a29c74bf6de7e9df906fb53ce0cda3c9040cd31;p=WP-Themes%2Fuptravel.git Frontpage blocks now use proper bg images and check for image existence properly --- diff --git a/functions.php b/functions.php index 29c71a0..c085412 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); add_action('widgets_init', 'glm_weather_widget_init'); -define('GLM_BLOCKS_FRONT_GROUP_ID', "8213"); // L: 8249, A: , dev70: 8213 +define('GLM_BLOCKS_FRONT_GROUP_ID', "8249"); // L: 8249, A: , dev70: 8213 if (!function_exists('glm_quicksite_widget_init')) { diff --git a/parts/glm-blocks-footer.php b/parts/glm-blocks-footer.php new file mode 100644 index 0000000..a213f82 --- /dev/null +++ b/parts/glm-blocks-footer.php @@ -0,0 +1,34 @@ + + + +
+ + + + +
ID); ?> + + > + +
+
+ +
+
+
+ +
post_content; ?> +
+
+
+ +
+
+ + + + +
+ + \ No newline at end of file diff --git a/parts/glm-blocks-front.php b/parts/glm-blocks-front.php deleted file mode 100644 index 3fae3e1..0000000 --- a/parts/glm-blocks-front.php +++ /dev/null @@ -1,33 +0,0 @@ - - - -
- - - - -
ID); ?> - - > - -
-
-
-
-
- -
post_content; ?> -
-
-
- -
-
- - - - -
- - \ No newline at end of file diff --git a/sections/front-page.php b/sections/front-page.php index addc65d..bae8160 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -29,7 +29,7 @@ - +