Added markup & styles for comments on blog posts.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 15 Sep 2016 15:28:12 +0000 (11:28 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 15 Sep 2016 15:28:12 +0000 (11:28 -0400)
Markup and styles for comments were not yet included in the theme.
Now they are.

css/app.css
scss/_blog.scss
single.php

index 530d770..c1fbf61 100644 (file)
@@ -7816,6 +7816,15 @@ body #glm-member-front-header .glm-button.button {
         #front .row.collapse #video img {
           margin: 0; } }
 
+#blog-posts-over .commentlist .comment {
+  border: 1px solid lightgrey;
+  border-radius: 5px;
+  margin: 20px 0;
+  padding: 10px; }
+
+#blog-posts-over .vcard {
+  border: 0; }
+
 .blog-feed-post:nth-child(odd) .blog-feed-img {
   float: left;
   padding: 0 15px;
index f280196..0eabf9b 100644 (file)
         }
     }
 }
+#blog-posts-over .commentlist .comment {
+    border: 1px solid lightgrey;
+    border-radius: 5px;
+    margin: 20px 0;
+    padding: 10px;
+}
+#blog-posts-over .vcard {
+    border: 0;
+}
 .blog-feed-post {
     &:nth-child(odd) {
         .blog-feed-img {
index b30d3ba..3ca4fce 100644 (file)
                             </div>
                         </div>
                     </div>
+                    
+
+
+                    <?php comment_form(); ?>                    
+                    <?php comments_template(); ?>
                 </div>
                 <?php endwhile; ?>
                 <?php else: ?>