adjusting the page id checking to match the live site
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Jul 2017 15:19:13 +0000 (11:19 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Jul 2017 15:19:13 +0000 (11:19 -0400)
live site page id for event detail page is different than in the theme, corrected it

sections/interior-page.php
style.css

index 0a9a862..67da000 100644 (file)
@@ -15,7 +15,7 @@
                                 ?>
                             </div>
                             <?php if (get_page_template_slug( $post->ID ) == "template-fullwidth.php") { ?>
-                               <?php if (is_page(833) || is_page(114)){ ?>
+                               <?php if (is_page(1130)){ ?>
                                      <div id="fullwidth-template" class="row large-collapse event-detail-page">
                                 <?php } else { ?>
                                       <div id="fullwidth-template" class="row large-collapse">
index 5af1525..942182b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: GreatLakesCenterfortheArts
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for GreatLakesCenterfortheArts
-Version: 1.0.5
+Version: 1.0.6
 */