| Current Path : /home/ereika83/www/wp-content/plugins/hustle/views/admin/sshare/display-options/ |
| Current File : /home/ereika83/www/wp-content/plugins/hustle/views/admin/sshare/display-options/tpl--widget.php |
<?php /** * Widget display type section. * * @package Hustle * @since 4.0.0 */ ?> <div class="sui-box-settings-row"> <div class="sui-box-settings-col-1"> <span class="sui-settings-label"><?php esc_html_e( 'Widget', 'hustle' ); ?></span> <span class="sui-description"><?php esc_html_e( 'Add a social bar to the sidebars of your website.', 'hustle' ); ?></span> </div> <div class="sui-box-settings-col-2"> <div class="sui-form-field"> <label for="hustle-settings--widget-enable" class="sui-toggle hustle-toggle-with-container" data-toggle-on="widget-enabled"> <input type="checkbox" name="widget_enabled" data-attribute="widget_enabled" id="hustle-settings--widget-enable" aria-labelledby="hustle-settings--widget-enable-label" <?php checked( $is_widget_enabled, '1' ); ?> /> <span class="sui-toggle-slider" aria-hidden="true"></span> <span id="hustle-settings--widget-enable-label" class="sui-toggle-label"><?php esc_html_e( 'Enable widget module', 'hustle' ); ?></span> </label> <div class="sui-toggle-content" data-toggle-content="widget-enabled"> <?php /* translators: 1. opening 'strong' tags, 2. opening 'a' tag to the widgets page, 3. closing 'a' and 'strong' tags, 4. Plugin name */ ?> <span class="sui-description"><?php printf( esc_html__( 'Enabling this will add this module to widget named "%4$s" under the Available Widgets list as a possible option. You can go to %1$sAppearance > %2$sWidgets%3$s and configure this widget to show your social bar in the sidebars.', 'hustle' ), '<strong>', '<a href="' . esc_url( admin_url( 'widgets.php' ) ) . '">', '</a></strong>', esc_html( Opt_In_Utils::get_plugin_name() ) ); ?></span> </div> </div> </div> </div>