Styles to hide event calendar elements on frontpage
authorLaury GvR <laury@gaslightmedia.com>
Thu, 28 May 2015 19:19:43 +0000 (15:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 28 May 2015 19:19:43 +0000 (15:19 -0400)
front-page.php
page.php
scss/_structure.scss

index 0f10feb..e6e9751 100644 (file)
@@ -1,5 +1,5 @@
 <?php get_header(); ?>
-<main>
+<main id="front-page">
     <div class="row collapse">
         <div class="small-12 columns">
             <?php get_template_part('parts/slide-show');?>
index 5c28959..6168d7c 100644 (file)
--- a/page.php
+++ b/page.php
@@ -1,5 +1,5 @@
 <?php get_header(); ?>
-<main>
+<main id="inside-page">
         <?php if (is_page("kitchensink")) {
             get_template_part('parts/glm-kitchen-sink');
         } else { ?>
index 3df1d63..1ae0646 100644 (file)
 //11. Footer
 //12. Copyright
 
+#front-page {
+    .ai1ec-calendar-toolbar,
+    /*.ai1ec-views-dropdown,
+    .ai1ec-title-buttons 
+    .ai1ec-subscribe-container,
+    .ai1ec-pagination,*/
+    .ai1ec-btn-group, .ai1ec-btn-group-vertical {
+        display: none;
+    }
+    #ai1ec-container {
+        clear: both;
+        display: inline-block;
+        margin-bottom: 30px;
+    }
+}