| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/testimonials.php.tar |
home/xbodynamge/www/wp-content/themes/zerif-lite/sections/testimonials.php 0000644 00000003772 15112154726 0023202 0 ustar 00 <?php
/**
* Testimonials section
*
* @package zerif-lite
*/
zerif_before_testimonials_trigger();
$zerif_testimonials_show = get_theme_mod( 'zerif_testimonials_show' );
echo '<section class="testimonial ' . ( ( is_customize_preview() && ( ! isset( $zerif_testimonials_show ) || $zerif_testimonials_show == 1 ) ) ? ' zerif_hidden_if_not_customizer ' : '' ) . '" id="testimonials">';
zerif_top_testimonials_trigger();
echo '<div class="container">';
echo '<div class="section-header">';
/* Title */
zerif_testimonials_header_title_trigger();
/* Subtitle */
zerif_testimonials_header_subtitle_trigger();
echo '</div>';
echo '<div class="row" data-scrollreveal="enter right after 0s over 1s">';
echo '<div class="col-md-12">';
$pinterest_style = '';
$zerif_testimonials_pinterest_style = get_theme_mod( 'zerif_testimonials_pinterest_style' );
if ( isset( $zerif_testimonials_pinterest_style ) && $zerif_testimonials_pinterest_style != 0 ) {
$pinterest_style = 'testimonial-masonry';
}
echo '<div id="client-feedbacks" class="owl-carousel owl-theme ' . $pinterest_style . ' ">';
if ( is_active_sidebar( 'sidebar-testimonials' ) ) {
dynamic_sidebar( 'sidebar-testimonials' );
} elseif ( current_user_can( 'edit_theme_options' ) ) {
if ( is_customize_preview() ) {
/* translators: Testimonials section */
printf( __( 'Add widgets in this area by going to the %s', 'zerif-lite' ), __( 'Testimonials section', 'zerif-lite' ) );
} else {
/* translators: Testimonials section link in customizer */
printf( __( 'Add widgets in this area by going to the %s', 'zerif-lite' ), sprintf( '<a href="%1$s" class="zerif-default-links">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus[section]=sidebar-widgets-sidebar-testimonials' ) ), __( 'Testimonials section', 'zerif-lite' ) ) );
}
}
echo '</div>';
echo '</div>';
echo '</div>';
echo '</div>';
zerif_bottom_testimonials_trigger();
echo '</section>';
zerif_after_testimonials_trigger();
home/xbodynamge/lebauwcentre/wp-content/themes/integral/sections/testimonials.php 0000644 00000002100 15112253364 0024547 0 ustar 00 <?php
/**
* Testimonials Section for our theme
*
* @package WordPress
* @subpackage Integral
* @since Integral 1.0
*/
?>
<?php global $integral; ?>
<?php if($integral['testi-section-toggle']==1) { ?>
<section id="testimonials" class="testimonials <?php echo esc_attr($integral['testi-custom-class']); ?>">
<?php if($integral['testi-overlay-toggle']==1) { ?><div class="blacklayer"></div><?php } ?>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="testislider">
<?php if ($integral['testi-title']) { ?>
<h2 class="smalltitle_dark"><?php echo esc_html($integral['testi-title']); ?><span></span></h2>
<?php } ?>
<?php if ( is_active_sidebar( 'testimonial-widgets' ) ) : ?>
<ul class="slides">
<?php dynamic_sidebar( 'testimonial-widgets' ); ?>
</ul>
<?php endif; ?>
</div>
</div>
</div>
</div>
</section><!--Parallax1-->
<?php } ?>