| Server IP : 121.121.20.254 / Your IP : 216.73.217.18 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/wst2024/wp-content/plugins/floating-button/admin/settings/ |
Upload File : |
<?php
/**
* Display
*
* @package Wow_Pluign
* @copyright Copyright (c) 2018, Dmytro Lobov
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
include_once( 'options/display.php' );
?>
<fieldset class="itembox">
<legend>
<?php esc_attr_e( 'Show on devices', 'floating-button' ); ?>
</legend>
<div class="columns is-multiline">
<div class="column is-6">
<label class="checkbox label checkLabel">
<?php self::option( $include_more_screen ); ?><?php esc_attr_e( "Don't show on screens more", 'floating-button' ); ?><?php self::tooltip( $show_screen_help ); ?>
</label>
<div class="field has-addons">
<?php self::option( $screen_more ); ?>
<div class="control">
<span class="addon">px</span>
</div>
</div>
</div>
<div class="column is-6">
<label class="checkbox label checkLabel">
<?php self::option( $include_mobile ); ?><?php esc_attr_e( "Don't show on screens less", 'floating-button' ); ?><?php self::tooltip( $include_mobile_help ); ?>
</label>
<div class="field has-addons">
<?php self::option( $screen ); ?>
<div class="control">
<span class="addon">px</span>
</div>
</div>
</div>
</div>
</fieldset>
<fieldset class="itembox">
<legend>
<?php esc_attr_e( 'Font Awesome 5 style', 'floating-button' ); ?>
</legend>
<div class="columns is-multiline">
<div class="column is-4">
<label class="checkbox label">
<?php self::option( $disable_fontawesome ); ?><?php esc_attr_e( "Disable", 'floating-button' ); ?><?php self::tooltip( $disable_fontawesome_help ); ?>
</label>
</div>
</div>
</fieldset>