'; elseif ( isset( $wp_customize ) ): echo '
'; endif; zerif_top_testimonials_trigger(); if( (isset($zerif_testimonials_show) && $zerif_testimonials_show != 1) || isset( $wp_customize ) ): echo '
'; echo '
'; /* title */ $zerif_testimonials_title = get_theme_mod('zerif_testimonials_title','Testimonials'); if( !empty($zerif_testimonials_title) ): echo '

'.$zerif_testimonials_title.'

'; elseif ( isset( $wp_customize ) ): echo '

'; endif; $zerif_testimonials_subtitle = get_theme_mod('zerif_testimonials_subtitle'); if( !empty($zerif_testimonials_subtitle) ): echo '
'.$zerif_testimonials_subtitle.'
'; elseif ( isset( $wp_customize ) ): echo '
'; endif; echo '
'; echo '
'; echo '
'; $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 ''; echo '
'; echo '
'; echo '
'; zerif_bottom_testimonials_trigger(); echo '
'; endif; zerif_after_testimonials_trigger(); /*********************************************/ /******* Other theme then Zerif PRO *******/ /*********************************************/ else: if( function_exists('zerif_before_testimonials_trigger') ): zerif_before_testimonials_trigger(); endif; echo '
'; if( function_exists('zerif_top_testimonials_trigger') ): zerif_top_testimonials_trigger(); endif; echo '
'; echo '
'; /* title */ $zerif_testimonials_title = get_theme_mod('zerif_testimonials_title',__('Testimonials','responsiveboat')); if( !empty($zerif_testimonials_title) ): echo '

'.esc_attr( $zerif_testimonials_title ).'

'; endif; /* subtitle */ $zerif_testimonials_subtitle = get_theme_mod('zerif_testimonials_subtitle'); if( !empty($zerif_testimonials_subtitle) ): echo '
'.esc_attr( $zerif_testimonials_subtitle ).'
'; endif; echo '
'; echo '
'; echo '
'; echo ''; echo '
'; echo '
'; echo '
'; if( function_exists('zerif_bottom_testimonials_trigger') ): zerif_bottom_testimonials_trigger(); endif; echo '
'; endif; ?>