Example #1
0
                </div>
<?php 
}
wp_reset_postdata();
?>
            </div>
            <div class="tab-column link-list">
                <h5>Culture Blog Links:</h5>
                <?php 
wp_nav_menu(array('theme_location' => 'blog', 'container' => false));
?>
                <div class="tab-signup">
                    <h5>Receive via Email</h5>
                    <p>Get a weekly culture update delivered to your inbox.</p>
                    <?php 
mc4wp_form(5131);
?>
                </div>
            </div>
            <div class="tab-column image">
                <a href = "<?php 
echo esc_url(home_url('/'));
?>
/families/?cat=church">
                    <img src = "<?php 
bloginfo('template_directory');
?>
/_i/culture-tab.jpg">
                </a>
            </div>
        </div>
Example #2
0
<html>
<head>
	<meta charset="utf-8" />
	<link type="text/css" rel="stylesheet" href="<?php 
bloginfo('stylesheet_url');
?>
" />
	<?php 
wp_head();
?>
	
	<style type="text/css">
		body{ padding:20px; background:white; }
		p.mc4wp-edit-link{ display:none; }
		#blackbox-web-debug, #wpadminbar{ display:none !important; }
	</style>

	<style type="text/css" id="custom-css"></style>
	<!--[if IE]>
		<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
</head>
<body style="min-width: auto !important; width:auto !important; max-width:1000px;">
	<?php 
mc4wp_form(array('id' => absint($_GET['form_id'])));
?>
	<?php 
wp_footer();
?>
</body>
</html>
Example #3
0
				</div><!-- #examples -->

				<div id="information">
					<div class="information-column left">
						<div class="information-entry">
							<h3>USED BY EVERYONE</h3>
							<p>From Microsoft Office, Yammer, Zendesk, Trello... to hackathon winners and little startups.</p>
							<p>One of the most powerful JavaScript frameworks on GitHub, and most depended-upon NPM module.</p>
						</div>
						<div class="repel"></div>
						<div class="information-entry">
							<h3>STAY UP TO DATE</h3>
							<p>Leave your email to hear about <b>new releases</b> and important <b>security</b> updates. <b>Very low traffic.</b></p>
							<?php 
if (function_exists('mc4wp_form')) {
    mc4wp_form();
}
?>
						</div>
					</div>

					<div class="information-column right">
						<div class="information-entry">
							<h3>IMMENSELY POWERFUL, YET EASY TO USE</h3>
							<p>Our getting started guide will show you how to create lots of amazing applications in fewer than 200 lines of code.</p>
							<p>We're not making that up. Get started <a href="/get-started">now</a>.</p>
						</div>
						<div class="repel"></div>
						<div class="information-entry">
							<h3>JOIN THE COMMUNITY</h3>
							<ul style="margin-left: 0px; list-style-type: none;">
Example #4
0
        #form-preview {
	        display: block !important;
	        width: 100%;
	        height: 100%;
	        padding: 20px;
        }
    </style>

	<!-- Container for custom CSS created by the Styles Builder interface -->
    <style type="text/css" id="custom-css"></style>

    <!--[if IE]>
        <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
</head>
<body <?php 
body_class();
?>
>
	<div id="form-preview">
		<?php 
mc4wp_form(absint($_GET['form_id']));
?>
	</div>
	<?php 
wp_footer();
?>
</body>
</html>
Example #5
0
/**
* Echoes a sign-up form.
*
* @deprecated 1.3.1 Use mc4wp_form() instead.
* @see mc4wp_form()
*/
function mc4wp_show_form($id = 0)
{
    mc4wp_form($id);
}
Example #6
0
?>

        <div class="header-contact-methods">
            <div id="header-subscribe">
                <button class="btn btn-primary" type="button" data-toggle="modal" data-target="#header-subscribe-modal">Subscribe</button>

                <div class="modal fade" id="header-subscribe-modal" tabindex="-1" role="dialog">
                    <div class="modal-dialog modal-sm" role="document">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                                <h4 class="modal-title">Subscribe</h4>
                            </div>
                            <div class="modal-body content-style-form">
                                <?php 
mc4wp_form(71);
?>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="social-icons">
                <a class="social-icon" href="http://linkedin.com/company/backfeed" target="_blank"><i class="fa fa-linkedin"></i></a>
                <a class="social-icon" href="http://twitter.com/backfeed_cc" target="_blank"><i class="fa fa-twitter"></i></a>
                <a class="social-icon" href="http://github.com/backfeed" target="_blank"><i class="fa fa-github"></i></a>

                <div id="header-contact-us">
                    <i class="fa fa-envelope morph-button-button social-icon" data-toggle="modal" data-target="#header-contact-modal"></i>
Example #7
0
	<?php 
do_action('before');
?>
	<header id="masthead" class="site-header" role="banner">
		<div class="full-section mijireh-header">
			<div class="wrap group">
				<a class="site-title" href="<?php 
echo esc_url(home_url('/'));
?>
" rel="home"><img src ="<?php 
bloginfo('template_directory');
?>
/_i/homeword-logo.png"></a>
			</div>
		</div>
	</header><!-- #masthead -->
	<div class="modal newsletter-modal">
		<h2>Subscribe to our Newsletters</h2>
		<p>Stay in touch with HomeWord to hear about upcoming events, special offers, and more!</p>
		<?php 
if (site_url() == 'http://local-homeword.com') {
    mc4wp_form(5574);
} elseif (site_url() == 'http://stg.homeword.com') {
    mc4wp_form(7589);
}
?>
		<a href="#" class="close-overlay">Close</a>
	</div>
	<div class="modal-overlay"></div>
	<div id="content" class="site-content wrap">
Example #8
0
/**
* Echoes a sign-up form.
*
* @deprecated 1.3.1 Use mc4wp_form() instead.
* @see mc4wp_form()
*/
function mc4wp_show_form($id = 0)
{
    _deprecated_function(__FUNCTION__, 'MailChimp for WP v1.3.1', 'mc4wp_form');
    mc4wp_form($id);
}