fixing count bug for the parallax sections
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 18 Apr 2018 16:30:26 +0000 (12:30 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 18 Apr 2018 16:30:26 +0000 (12:30 -0400)
home-page.php
index-parallax.php

index 7b5bbb3..9d79681 100644 (file)
@@ -98,7 +98,7 @@ get_header();
                        <?php if($layout != "googlemap_template") :?>
                        </div>
             <?php endif; ?>
-            <?php if($count === 1){ ?>
+            <?php  if($count === 0){ ?>
             <div id="industries">
                 <div id="industry-group">
                     <span>Financial</span>
index 47c07d5..f3c13ce 100644 (file)
                        <?php if($layout != "googlemap_template") :?>
                        </div>
             <?php endif; ?>
-            <?php if($count === 1){ ?>
+            <?php if($count === 0){ ?>
             <div id="industries">
                 <div id="industry-group">
                     <span>Financial</span>