%2$s', esc_url( admin_url( 'customize.php?autofocus[control]=zerif_bottomribbon_text' ) ), __( 'BottomButton Ribbon','zerif-lite' ) ) ) ); $zerif_bottomribbon_buttonlabel = get_theme_mod( 'zerif_bottomribbon_buttonlabel', __( 'Get in touch','zerif-lite' ) ); $zerif_bottomribbon_buttonlink = get_theme_mod( 'zerif_bottomribbon_buttonlink', esc_url( admin_url( 'customize.php?autofocus[control]=zerif_bottomribbon_buttonlink' ) ) ); } if( !empty($zerif_bottomribbon_text) ): echo '
'; echo '
'; echo '

'; echo wp_kses_post( $zerif_bottomribbon_text ); echo '

'; if( !empty($zerif_bottomribbon_buttonlabel) && !empty($zerif_bottomribbon_buttonlink) ): echo '
'; echo ''.wp_kses_post( $zerif_bottomribbon_buttonlabel ).''; echo '
'; elseif ( is_customize_preview() ): echo '
'; echo ''; echo '
'; endif; echo '
'; echo '
'; elseif ( is_customize_preview() ): echo '
'; echo '
'; /* text */ echo '

'; $zerif_bottomribbon_buttonlabel = get_theme_mod('zerif_bottomribbon_buttonlabel'); $zerif_bottomribbon_buttonlink = get_theme_mod('zerif_bottomribbon_buttonlink'); if( !empty($zerif_bottomribbon_buttonlabel) && !empty($zerif_bottomribbon_buttonlink) ): echo '
'; echo ''.wp_kses_post($zerif_bottomribbon_buttonlabel).''; echo '
'; elseif ( is_customize_preview() ): echo '
'; echo ''; echo '
'; endif; echo '
'; echo '
'; endif; ?>