';
$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 '
';
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( '
%2$s', esc_url( admin_url( 'customize.php?autofocus[section]=sidebar-widgets-sidebar-testimonials' ) ), __( 'Testimonials section', 'zerif-lite' ) ) );
}
}
echo '