Changeset 3330306
- Timestamp:
- 07/18/2025 03:02:40 PM (9 months ago)
- Location:
- uniqselprotb/trunk
- Files:
-
- 3 edited
-
includes/views/uniqselprotb-form-style.php (modified) (6 diffs)
-
readme.txt (modified) (2 diffs)
-
uniqselprotb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uniqselprotb/trunk/includes/views/uniqselprotb-form-style.php
r3329159 r3330306 5 5 * @since 1.0.0 6 6 * @since 1.1.0 Updated layout and added new style customization options. 7 * @since 1.2.0 Added support for decimal values for font size and padding. 7 8 * 8 9 * @package Unique_Selling_Propositions_Top_Banner … … 75 76 <td><label for="<?php echo esc_attr( 'uniqselprotb_font_size' ); ?>">Font Size</label></td> 76 77 <td> 77 <input type="number" id="uniqselprotb_font_size" step=" 1" class="unique-selling-propositions-top-banner-font-size-field" name="uniqselprotb_style[font_size]" value="<?php echo esc_attr( $font_size ); ?>" data-default-color="<?php echo esc_attr( $font_size ); ?>" />78 <input type="number" id="uniqselprotb_font_size" step="0.1" class="unique-selling-propositions-top-banner-font-size-field" name="uniqselprotb_style[font_size]" value="<?php echo esc_attr( $font_size ); ?>" data-default-color="<?php echo esc_attr( $font_size ); ?>" /> 78 79 <select name="uniqselprotb_style[font_size_unit]" class="unique-selling-propositions-top-banner-select-font-size-unit"> 79 80 <option value="px" <?php selected($font_size_unit, 'px'); ?>>px</option> … … 116 117 <td><label for="<?php echo esc_attr( 'uniqselprotb_padding_bottom' ); ?>">Padding Bottom</label></td> 117 118 <td> 118 <input type="number" id="uniqselprotb_padding_bottom" step=" 1" class="unique-selling-propositions-top-banner-padding-bottom-field" name="uniqselprotb_style[padding_bottom]" value="<?php echo esc_attr( $padding_bottom ); ?>" data-default-color="<?php echo esc_attr( $padding_bottom ); ?>" />119 <input type="number" id="uniqselprotb_padding_bottom" step="0.1" class="unique-selling-propositions-top-banner-padding-bottom-field" name="uniqselprotb_style[padding_bottom]" value="<?php echo esc_attr( $padding_bottom ); ?>" data-default-color="<?php echo esc_attr( $padding_bottom ); ?>" /> 119 120 <select name="uniqselprotb_style[padding_bottom_unit]" class="unique-selling-propositions-top-banner-select-padding-bottom-unit"> 120 121 <option value="px" <?php selected($padding_bottom_unit, 'px'); ?>>px</option> … … 128 129 <td><label for="<?php echo esc_attr( 'uniqselprotb_padding_top' ); ?>">Padding Top</label></td> 129 130 <td> 130 <input type="number" id="uniqselprotb_padding_top" step=" 1" class="unique-selling-propositions-top-banner-padding-top-field" name="uniqselprotb_style[padding_top]" value="<?php echo esc_attr( $padding_top ); ?>" data-default-color="<?php echo esc_attr( $padding_top ); ?>" />131 <input type="number" id="uniqselprotb_padding_top" step="0.1" class="unique-selling-propositions-top-banner-padding-top-field" name="uniqselprotb_style[padding_top]" value="<?php echo esc_attr( $padding_top ); ?>" data-default-color="<?php echo esc_attr( $padding_top ); ?>" /> 131 132 <select name="uniqselprotb_style[padding_top_unit]" class="unique-selling-propositions-top-banner-select-padding-top-unit"> 132 133 <option value="px" <?php selected($padding_top_unit, 'px'); ?>>px</option> … … 140 141 <td><label for="<?php echo esc_attr( 'uniqselprotb_padding_left' ); ?>">Padding Left</label></td> 141 142 <td> 142 <input type="number" id="uniqselprotb_padding_left" step=" 1" class="unique-selling-propositions-top-banner-padding-left-field" name="uniqselprotb_style[padding_left]" value="<?php echo esc_attr( $padding_left ); ?>" data-default-color="<?php echo esc_attr( $padding_left ); ?>" />143 <input type="number" id="uniqselprotb_padding_left" step="0.1" class="unique-selling-propositions-top-banner-padding-left-field" name="uniqselprotb_style[padding_left]" value="<?php echo esc_attr( $padding_left ); ?>" data-default-color="<?php echo esc_attr( $padding_left ); ?>" /> 143 144 <select name="uniqselprotb_style[padding_left_unit]" class="unique-selling-propositions-top-banner-select-padding-left-unit"> 144 145 <option value="px" <?php selected($padding_left_unit, 'px'); ?>>px</option> … … 153 154 <td><label for="<?php echo esc_attr( 'uniqselprotb_padding_right' ); ?>">Padding Right</label></td> 154 155 <td> 155 <input type="number" id="uniqselprotb_padding_right" step=" 1" class="unique-selling-propositions-top-banner-padding-right-field" name="uniqselprotb_style[padding_right]" value="<?php echo esc_attr( $padding_right ); ?>" data-default-color="<?php echo esc_attr( $padding_right ); ?>" />156 <input type="number" id="uniqselprotb_padding_right" step="0.1" class="unique-selling-propositions-top-banner-padding-right-field" name="uniqselprotb_style[padding_right]" value="<?php echo esc_attr( $padding_right ); ?>" data-default-color="<?php echo esc_attr( $padding_right ); ?>" /> 156 157 <select name="uniqselprotb_style[padding_right_unit]" class="unique-selling-propositions-top-banner-select-padding-right-unit"> 157 158 <option value="px" <?php selected($padding_right_unit, 'px'); ?>>px</option> -
uniqselprotb/trunk/readme.txt
r3329159 r3330306 6 6 Tested up to: 6.8 7 7 Requires PHP: 8.0 8 Stable tag: 1. 1.08 Stable tag: 1.2.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Showcase 3 rotating USPs in a stylish top banner — fully responsive with mobile carousel andcustomizable colors and text.12 Display up to 3 rotating unique selling points in a stylish top banner — fully responsive, mobile-friendly carousel with customizable colors and text. 13 13 14 14 == Description == 15 15 16 Unique Selling Propositions Top Banner is a lightweight and user-friendly plugin that lets WordPress admins showcase three key selling propositions at the very top of their website. Perfect for quickly communicating benefits like free shipping, secure checkout, or fast delivery.16 Unique Selling Propositions Top Banner is a lightweight and user-friendly plugin that lets WordPress admins showcase up to three key selling propositions at the very top of their website. Perfect for quickly communicating benefits like free shipping, secure checkout, or fast delivery. 17 17 18 18 ### Features … … 93 93 == Changelog == 94 94 95 = 1.2.0 = 96 * Added support for decimal values for font size and padding. 97 95 98 = 1.1.0 = 96 99 * Add: More options for Style Customize (font-size, font-weight, font-style, padding) -
uniqselprotb/trunk/uniqselprotb.php
r3329159 r3330306 20 20 * Description: Unique Selling Propositions Top Banner for WordPress 21 21 * with configurable USPs and icons. 22 * Version: 1. 1.022 * Version: 1.2.0 23 23 * Requires at least: 6.0 24 24 * Requires PHP: 8.0
Note: See TracChangeset
for help on using the changeset viewer.