Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/testimonials.php.tar

home/xbodynamge/www/wp-content/themes/zerif-lite/sections/testimonials.php000064400000003772151121547260023202 0ustar00<?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&#91;section&#93;=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.php000064400000002100151122533640024547 0ustar00<?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 } ?>home/xbodynamge/www/wp-content/themes/responsiveboat/sections/testimonials.php000060400000012237151131442140024153 0ustar00<?php

$responsiveboat_parent_theme = get_template();
	
/**********************************/
/**********	Zerif PRO *************/
/**********************************/
if( !empty($responsiveboat_parent_theme) && ($responsiveboat_parent_theme == 'zerif-pro') ):

		global $wp_customize;
			
		$zerif_testimonials_show = get_theme_mod('zerif_testimonials_show');

		zerif_before_testimonials_trigger();
				
		if( isset($zerif_testimonials_show) && $zerif_testimonials_show != 1 ):
		
			echo '<section class="testimonial" id="testimonials">';
		
		elseif ( isset( $wp_customize ) ):
		
			echo '<section class="testimonial zerif_hidden_if_not_customizer" id="testimonials">';
		
		endif;

		zerif_top_testimonials_trigger();

		if( (isset($zerif_testimonials_show) && $zerif_testimonials_show != 1) || isset( $wp_customize ) ):	

				echo '<div class="container">';

					echo '<div class="section-header">';

						/* title */
					
						$zerif_testimonials_title = get_theme_mod('zerif_testimonials_title','Testimonials');
						
						if( !empty($zerif_testimonials_title) ):
					
							echo '<h2 class="white-text">'.$zerif_testimonials_title.'</h2>';
							
						elseif ( isset( $wp_customize ) ):
						
							echo '<h2 class="white-text zerif_hidden_if_not_customizer"></h2>';
							
						endif;

						$zerif_testimonials_subtitle = get_theme_mod('zerif_testimonials_subtitle');

						if( !empty($zerif_testimonials_subtitle) ):

							echo '<h6 class="white-text">'.$zerif_testimonials_subtitle.'</h6>';

						elseif ( isset( $wp_customize ) ):
						
							echo '<h6 class="white-text zerif_hidden_if_not_customizer"></h6>';
							
						endif;


					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="' . $pinterest_style . ' owl-carousel owl-theme">';

									if(is_active_sidebar( 'sidebar-testimonials' )):

										dynamic_sidebar( 'sidebar-testimonials' );

									else:
									
										the_widget( 'zerif_testimonial_widget','title=John Dow&text=Add a testimonial widget in the "Widgets: Testimonials section" in Customizer' );
										the_widget( 'zerif_testimonial_widget','title=John Dow&text=Add a testimonial widget in the "Widgets: Testimonials section" in Customizer' );
										the_widget( 'zerif_testimonial_widget','title=John Dow&text=Add a testimonial widget in the "Widgets: Testimonials section" in Customizer' );
									
									endif;								

							echo '</div>';


						echo '</div>';


					echo '</div>';


				echo '</div>';

				zerif_bottom_testimonials_trigger();

			echo '</section>';

		endif;

		zerif_after_testimonials_trigger();
	
/*********************************************/
/*******	Other theme then Zerif PRO *******/
/*********************************************/
else:

	if( function_exists('zerif_before_testimonials_trigger') ):
		zerif_before_testimonials_trigger();
	endif;	

	echo '<section class="testimonial" id="testimonials">';

		if( function_exists('zerif_top_testimonials_trigger') ):
			zerif_top_testimonials_trigger();
		endif;	

		echo '<div class="container">';

			echo '<div class="section-header">';

				/* title */
				$zerif_testimonials_title = get_theme_mod('zerif_testimonials_title',__('Testimonials','responsiveboat'));

				if( !empty($zerif_testimonials_title) ):
					echo '<h2 class="black-text">'.esc_attr( $zerif_testimonials_title ).'</h2>';
				endif;

				/* subtitle */
				$zerif_testimonials_subtitle = get_theme_mod('zerif_testimonials_subtitle');

				if( !empty($zerif_testimonials_subtitle) ):
					echo '<h6 class="black-text">'.esc_attr( $zerif_testimonials_subtitle ).'</h6>';
				endif;

			echo '</div><!-- .section-header -->';

			echo '<div class="row" data-scrollreveal="enter right after 0s over 1s">';

				echo '<div class="col-md-12">';

					echo '<div id="client-feedbacks" class="owl-carousel owl-theme">';

						if(is_active_sidebar( 'sidebar-testimonials' )) {
							dynamic_sidebar( 'sidebar-testimonials' );
						} elseif ( current_user_can( 'edit_theme_options' ) ) {
							if ( is_customize_preview() ) {
								printf( __( 'Add widgets in this area by going to the %s','responsiveboat' ), __( 'Testimonials section','responsiveboat' ) );
							} else {
								printf( __( 'Add widgets in this area by going to the %s','responsiveboat' ), sprintf( '<a href="%1$s" class="zerif-default-links">%2$s</a>', esc_url( admin_url( 'customize.php?autofocus&#91;section&#93;=sidebar-widgets-sidebar-testimonials' ) ), __( 'Testimonials section','responsiveboat' ) ) );
							}
						}

					echo '</div><!-- #client-feedbacks -->';

				echo '</div><!-- .col-md-12 -->';
				
			echo '</div><!-- .row -->';

		echo '</div><!-- .container -->';

		if( function_exists('zerif_bottom_testimonials_trigger') ):
			zerif_bottom_testimonials_trigger();
		endif;

	echo '</section>';

endif;	
?>home/xbodynamge/crosstraining/wp-content/themes/zerif-lite/sections/testimonials.php000060400000003772151131521250025227 0ustar00<?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&#91;section&#93;=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/zerif-lite/sections/testimonials.php000064400000003772151144656170025044 0ustar00<?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&#91;section&#93;=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/namtation/wp-content/themes/zerif-lite/sections/testimonials.php000064400000003772151146330700024344 0ustar00<?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&#91;section&#93;=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/dev/wp-content/themes/zerif-lite/sections/testimonials.php000064400000003772151150324330023125 0ustar00<?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&#91;section&#93;=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();