Changeset 3323052
- Timestamp:
- 07/06/2025 03:29:19 PM (5 months ago)
- Location:
- image-select-field-for-elementor-forms/trunk
- Files:
-
- 4 edited
-
assets/css/isfef-style.css (modified) (4 diffs)
-
image-select-field-for-elementor-forms.php (modified) (1 diff)
-
includes/class-isfeforms-widgets-control.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-select-field-for-elementor-forms/trunk/assets/css/isfef-style.css
r3322961 r3323052 30 30 cursor: pointer; 31 31 transition: all 0.3s ease; 32 font-weight: 500;33 32 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 34 font-size: 15px;35 33 } 36 34 … … 86 84 height: auto; 87 85 display: block; 88 border-radius: 4px;89 86 transition: .3s all ease; 87 border-radius: 6px; 90 88 } 91 89 … … 104 102 105 103 .isfef-image-select label img { 106 padding: 25px;104 padding: 15px; 107 105 } 108 106 … … 136 134 width: 16px; 137 135 height: 16px; 138 top: 25%;136 top: 16%; 139 137 } -
image-select-field-for-elementor-forms/trunk/image-select-field-for-elementor-forms.php
r3322961 r3323052 4 4 * Plugin name: Image Select Field for Elementor Forms 5 5 * Description: Image Select Field for Elementor Forms is a powerful addon that extends the native Elementor Form widget by adding a custom image selection field. Let your users select options visually through images—perfect for forms that require choices like product styles, services, packages, or preferences. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: WP Noman 8 8 * License: GPLv2 or later -
image-select-field-for-elementor-forms/trunk/includes/class-isfeforms-widgets-control.php
r3322961 r3323052 138 138 ], 139 139 'selectors' => [ 140 '{{WRAPPER}} .elementor-field-type-radio:not(.isfef-image-select) input[type="radio"]:checked+label:before, {{WRAPPER}} .elementor-field-type-checkbox:not(.isfef-image-select) input[type="checkbox"]:checked+label' => 'top: {{SIZE}}{{UNIT}};', 141 ], 142 ] 143 ); 140 '{{WRAPPER}}.isfef-modernize-radio-checkbox .elementor-field-type-checkbox:not(.isfef-image-select) input[type="checkbox"]:checked+label:before, {{WRAPPER}}.isfef-modernize-radio-checkbox .elementor-field-type-radio:not(.isfef-image-select) input[type="radio"]:checked+label:before' => 'top: {{SIZE}}%;', 141 ], 142 ] 143 ); 144 144 145 $element->add_control( 145 146 'isfeforms_rc_icon_size', … … 155 156 ], 156 157 'selectors' => [ 157 '{{WRAPPER}} .elementor-field-type-radio:not(.isfef-image-select) input[type="radio"]:checked+label:before, {{WRAPPER}} .elementor-field-type-checkbox:not(.isfef-image-select) input[type="checkbox"]:checked+label' => 'width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};',158 '{{WRAPPER}}.isfef-modernize-radio-checkbox .elementor-field-type-checkbox:not(.isfef-image-select) input[type="checkbox"]:checked+label:before, {{WRAPPER}}.isfef-modernize-radio-checkbox .elementor-field-type-radio:not(.isfef-image-select) input[type="radio"]:checked+label:before' => 'width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};', 158 159 ], 159 160 ] … … 168 169 'selectors' => [ 169 170 '{{WRAPPER}}' => '--isfef_theme_color: {{VALUE}};', 171 ], 172 ] 173 ); 174 175 // add padding 176 $element->add_control( 177 'isfeforms_img_padding', 178 [ 179 'label' => __('Image Padding', 'image-select-field-for-elementor-forms'), 180 'type' => \Elementor\Controls_Manager::SLIDER, 181 'size_units' => ['px'], 182 'range' => [ 183 'px' => [ 184 'min' => 0, 185 'max' => 100, 186 ], 187 ], 188 'selectors' => [ 189 '{{WRAPPER}} .isfef-image-select label img' => 'padding: {{SIZE}}{{UNIT}};', 170 190 ], 171 191 ] -
image-select-field-for-elementor-forms/trunk/readme.txt
r3322963 r3323052 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 == Changelog == 26 26 27 = 1.0. 0=27 = 1.0.1 = 28 28 * Initial release 29 29 … … 34 34 - Add New controls 35 35 - Fix minor issues 36 37 = 1.0.3 = 38 - Fix bug 36 39 37 40 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.