<footer class="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 footer-inquiries">
<h3> Inquiries ? </h3>
<p class="contactinfo"> Let us know if you have any inquiries or questions!</p>
<a class="btn btn-primary btn-x2 text-uppercase js-scroll-trigger" href="/contact-us">Contact Us</a>
</div>
<div class="col-md-8 col-sm-8 main">
<div class="first-footer-left">
<ul>
<?php if( have_rows('footer_nav', 'option') ): ?>
<?php while( have_rows('footer_nav', 'option') ): the_row(); ?>
<?php if( have_rows('footer_nav_1') ): ?>
<?php while( have_rows('footer_nav_1') ): the_row(); ?>
<li> <a href="<?php the_sub_field('link'); ?>"> <?php the_sub_field('title'); ?></a> </li>
<?php endwhile; ?>
<?php endif; ?>
<?php endwhile; ?>
<?php endif; ?>
</ul>
</div>
<div class="first-footer-left second-footer-left">
<ul>
<?php if( have_rows('footer_nav', 'option') ): ?>
<?php while( have_rows('footer_nav', 'option') ): the_row(); ?>
<?php if( have_rows('footer_nav_2') ): ?>
<?php while( have_rows('footer_nav_2') ): the_row(); ?>
<li> <a href="<?php the_sub_field('link'); ?>"> <?php the_sub_field('title'); ?></a> </li>
<?php endwhile; ?>
<?php endif; ?>
<?php endwhile; ?>
<?php endif; ?>
</ul>
</div>
<div class="first-footer-left">
<ul>
<?php if( have_rows('footer_nav', 'option') ): ?>
<?php while( have_rows('footer_nav', 'option') ): the_row(); ?>
<?php if( have_rows('footer_nav_3') ): ?>
<?php while( have_rows('footer_nav_3') ): the_row(); ?>
<li> <a href="<?php the_sub_field('link'); ?>"> <?php the_sub_field('title'); ?></a> </li>
<?php endwhile; ?>
<?php endif; ?>
<?php endwhile; ?>
<?php endif; ?>
</ul>
</div>
<div class="first-footer-left footer-address">
<img src="<?php the_field('footer_merchant_image', 'option'); ?>" class="imsg-responsive">
</div>
</div>
</div>
</div>
</footer>
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 footer-logo">
<ul class="list-inline social-buttons-foot">
<?php if( get_field('facebook_link' , 'option') != "") { ?>
<li> <a href="<?php the_field('facebook_link', 'option'); ?>" target="_blank"><i class="fa fa-facebook"></i></a> </li>
<?php } else { ?>
<!-- facebook Empty -->
<?php } ?>
<?php if( get_field('instagram_link' , 'option') != "") { ?>
<li><a href="<?php the_field('instagram_link', 'option'); ?>" target="_blank"><i class="fa fa-instagram"></i></a></li>
<?php } else { ?>
<!-- facebook Empty -->
<?php } ?>
<?php if( get_field('twitter_link' , 'option') != "") { ?>
</li> <li><a href="<?php the_field('twitter_link', 'option'); ?>"><i class="fa fa-twitter"></i></a></li>
<?php } else { ?>
<!-- facebook Empty -->
<?php } ?>
<?php if( get_field('email' , 'option') != "") { ?>
</li> <li><a href="mailto:<?php the_field('email', 'option'); ?>"><i class="fa fa-envelope"></i></a></li>
<?php } else { ?>
<!-- facebook Empty -->
<?php } ?>
</ul>
<p class="footer-cleft">© 2020 <?php echo get_bloginfo( 'name' ); ?></p>
</div>
<div class="col-md-6 copyright-agent">
<p class="footer-cright">Website Developed by <a href="http://judegimeno.com" target="_blank">Jude Gimeno x Tayp</a></p>
</div>
</div>
</div>
</footer>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter