Example #1
0
            <div class="footer-widget-content contact-info">
                <img src="<?php 
echo ot_get_option('footer_logo');
?>
" alt="Logo" /><br>
                <p><?php 
echo ot_get_option('footer_address');
?>
</p>
                <ul>
                    <li><i class="fa fa-phone"></i>&nbsp; <?php 
echo generate_phone_link(ot_get_option('footer_phone'));
?>
</li>
                    <li><i class="fa fa-fax"></i> <?php 
echo generate_phone_link(ot_get_option('footer_fax'));
?>
</li>
                    <li><i class="fa fa-envelope"></i> <a href="mailto:<?php 
echo antispambot(ot_get_option('footer_email'));
?>
"><?php 
echo antispambot(ot_get_option('footer_email'));
?>
</a></li>
                </ul>
            </div>
            <div class="footer-widget-content newsletter hidden-xs">
                <h1 class="widget-title">Newsletter</h1>
                <p>Get the latest news! Sign up for our newsletter to stay current!</p>
                <?php 
Example #2
0
} else {
    the_field('sub_heading');
}
?>
                    </h2>
                </div>
            </div>
        </div>
    </header>

    <header id="masthead" class="site-header hidden-xs" role="banner">
        <div id="upper-header">
            <div class="row">
                <div class="six columns">
                    <?php 
echo generate_phone_link(ot_get_option("company_phone"));
?>
                </div>
                <div class="ten columns">
                    <?php 
wp_nav_menu(array('theme_location' => 'upper_header'));
?>
                </div>
            </div>
        </div>

        <div class="row navbar" id="nav1">
            <!-- Toggle for mobile navigation, targeting the <ul> -->
            <a class="toggle" gumby-trigger="#nav1 > ul" href="#"><i class="icon-menu"></i></a>
            <h1 class="four columns logo">
                <a href="<?php