Add data-equalizer back to fp blog feed for the underlying problem has been fixed
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Aug 2018 22:43:20 +0000 (18:43 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Aug 2018 22:43:20 +0000 (18:43 -0400)
parts/blog-feed-front.php

index 754a730..2924121 100644 (file)
@@ -2,9 +2,9 @@
 <div id="home-feed-posts" class="animated home-feed-posts">
     <?php $lastposts = get_posts( $args ); 
     $count = 0; ?>
-    <div class="row fullWidth">
+    <div class="row fullWidth" data-equalizer>
     <?php foreach($lastposts as $post) : setup_postdata($post); ?>
-        <div class="home-feed-post small-12 large-4 columns" data-url="<?php the_permalink(); ?>">
+        <div class="home-feed-post small-12 large-4 columns" data-equalizer-watch data-url="<?php the_permalink(); ?>">
             <div class="row collapse blog-home-inner-row">
                 <?php if (has_post_thumbnail( $post->ID )) { ?>
                     <?php $url = get_the_post_thumbnail_url($post->ID, array(600,400)); ?>