<section id="testimonials" class="front-page-section" style="<?php 
if ($general_background_image) {
    echo 'background-image: url(' . esc_url($general_background_image) . ')';
}
?>
">
	<?php 
if ($general_title) {
    ?>
		<div class="section-header">
			<div class="container">
				<div class="row">
					<div class="col-sm-12">
						<h3><?php 
    echo illdy_sanitize_html($general_title);
    ?>
</h3>
					</div><!--/.col-sm-12-->
				</div><!--/.row-->
			</div><!--/.container-->
		</div><!--/.section-header-->
	<?php 
}
?>
	<?php 
if (post_type_exists('jetpack-testimonial')) {
    ?>
		<?php 
    $jetpack_testimonial_query_args = array('post_type' => array('jetpack-testimonial'), 'nopaging' => false, 'ignore_sticky_posts' => true, 'posts_per_page' => absint($number_of_posts), 'cache_results' => true, 'update_post_meta_cache' => true, 'update_post_term_cache' => true);
    ?>
        ?>
						<div class="col-sm-12">
							<h3><?php 
        echo illdy_sanitize_html($general_title);
        ?>
</h3>
						</div><!--/.col-sm-12-->
					<?php 
    }
    ?>
					<?php 
    if ($general_entry) {
        ?>
						<div class="col-sm-10 col-sm-offset-1">
							<p><?php 
        echo illdy_sanitize_html($general_entry);
        ?>
</p>
						</div><!--/.col-sm-10.col-sm-offset-1-->
					<?php 
    }
    ?>
				</div><!--/.row-->
			</div><!--/.container-->
		</div><!--/.section-header-->
	<?php 
}
?>
	<div class="section-content">
		<div class="container-fluid">
			<div class="row">
    ?>
"><?php 
    echo esc_html($email);
    ?>
</a></span>
									<?php 
}
?>
									<?php 
if ($phone) {
    ?>
										<span class="box-right-row" data-customizer="contact-us-phone"><?php 
    _e('Phone:', 'illdy');
    ?>
 <?php 
    echo illdy_sanitize_html($phone);
    ?>
</span>
									<?php 
}
?>
								</div><!--/.box-right-->
							</div><!--/.contact-us-box-->
						</div><!--/.col-sm-5-->
						<div class="col-sm-3">
							<?php 
if ($contact_bar_twitter_url || $contact_bar_facebook_url || $contact_bar_linkedin_url) {
    ?>
								<div class="contact-us-social">
									<?php 
    if ($contact_bar_twitter_url) {
        ?>
						<div class="col-sm-12">
							<h3><?php 
        echo illdy_sanitize_html($services_general_title);
        ?>
</h3>
						</div><!--/.col-sm-12-->
					<?php 
    }
    ?>
					<?php 
    if ($services_general_entry) {
        ?>
						<div class="col-sm-10 col-sm-offset-1">
							<p><?php 
        echo illdy_sanitize_html($services_general_entry);
        ?>
</p>
						</div><!--/.col-sm-10.col-sm-offset-1-->
					<?php 
    }
    ?>
				</div><!--/.row-->
			</div><!--/.container-->
		</div><!--/.section-header-->
	<?php 
}
?>
	<div class="section-content">
		<div class="container">
			<div class="row">
Esempio n. 5
0
    ?>
" title="<?php 
    echo esc_attr(get_bloginfo('name'));
    ?>
" /></a>
							<?php 
} else {
    ?>
								<a href="<?php 
    echo esc_url(home_url());
    ?>
" title="<?php 
    echo esc_attr(get_bloginfo('name'));
    ?>
" class="header-logo"><?php 
    echo illdy_sanitize_html($text_logo);
    ?>
</a>
							<?php 
}
?>
						</div><!--/.col-sm-2-->
						<div class="col-sm-10">
							<nav class="header-navigation">
								<ul class="clearfix">
									<?php 
wp_nav_menu(array('theme_location' => 'primary-menu', 'menu' => '', 'container' => '', 'container_class' => '', 'container_id' => '', 'menu_class' => '', 'menu_id' => '', 'items_wrap' => '%3$s', 'walker' => new MTL_Extended_Menu_Walker(), 'fallback_cb' => 'MTL_Extended_Menu_Walker::fallback'));
?>
								</ul><!--/.clearfix-->
							</nav><!--/.header-navigation-->
							<button class="open-responsive-menu"><i class="fa fa-bars"></i></button>
Esempio n. 6
0
}
?>
						<?php 
if ($display_copyright == 1) {
    ?>
							<p class="copyright"><span data-customizer="copyright-credit"><?php 
    printf('%s <a href="%s" title="%s" target="_blank">%s</a>.', __('Theme:', 'illdy'), esc_url('http://colorlib.com/wp/themes/illdy'), __('Illdy', 'illdy'), __('Illdy', 'illdy'));
    ?>
</span> <?php 
    echo illdy_sanitize_html($footer_copyright);
    ?>
</p>
						<?php 
} else {
    ?>
							<p class="copyright"><?php 
    echo illdy_sanitize_html($footer_copyright);
    ?>
</p>
						<?php 
}
?>
					</div><!--/.col-sm-3-->
				</div><!--/.row-->
			</div><!--/.container-->
		</footer><!--/#footer-->
		<?php 
wp_footer();
?>
	</body>
</html>
 <?php 
    if ($third_row_from_title) {
        echo '<span data-customizer="third-row-from-title">' . illdy_sanitize_html($third_row_from_title) . '</span>';
    }
    ?>
</h2>
				</div><!--/.col-sm-12-->
			<?php 
}
?>
			<div class="col-sm-8 col-sm-offset-2">
				<?php 
if ($entry) {
    ?>
					<p><?php 
    echo illdy_sanitize_html($entry);
    ?>
</p>
				<?php 
}
?>
				<?php 
if ($first_button_title && $first_button_url) {
    ?>
					<a href="<?php 
    echo esc_url($first_button_url);
    ?>
" title="<?php 
    echo esc_attr($first_button_title);
    ?>
" class="header-button-one"><?php