PluginProbe
Elementor Website Builder – more than just a page builder / 3.28.0-dev3
Elementor Website Builder – more than just a page builder v3.28.0-dev3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/managers/controls.php +4 -4 4.2.23.28.0-dev3 View file →
@@ -1269,9 +1269,9 @@
1269 1269 <span class="e-control-display-conditions-promotion__text">
1270 1270 <?php echo esc_html__( 'Display Conditions', 'elementor' ); ?>
1271 1271 </span>
1272 1272 <span class="e-control-display-conditions-promotion__lock-wrapper">
1273 - <i class="eicon-upgrade-crown-full e-control-display-conditions-promotion"></i>
1273 + <i class="eicon-lock e-control-display-conditions-promotion"></i>
1274 1274 </span>
1275 1275 </div>
1276 1276 <i class="eicon-flow e-control-display-conditions-promotion"></i>
1277 1277 </div>
@@ -1335,9 +1335,9 @@
1335 1335 <label>
1336 1336 ' . $title . '
1337 1337 </label>
1338 1338 <span class="e-control-motion-effects-promotion__lock-wrapper">
1339 - <i class="eicon-upgrade-crown-full"></i>
1339 + <i class="eicon-lock"></i>
1340 1340 </span>
1341 1341 <div class="elementor-control-input-wrapper">
1342 1342 <label class="elementor-switch elementor-control-unit-2 e-control-' . $id . '-promotion">
1343 1343 <input type="checkbox" class="elementor-switch-input" disabled>
@@ -1357,12 +1357,12 @@
1357 1357 <label for="sticky-motion-effect-pro">
1358 1358 ' . $title . '
1359 1359 </label>
1360 1360 <span class="e-control-motion-effects-promotion__lock-wrapper">
1361 - <i class="eicon-upgrade-crown-full"></i>
1361 + <i class="eicon-lock"></i>
1362 1362 </span>
1363 1363 <div class="elementor-control-input-wrapper elementor-control-unit-5 e-control-' . $id . '-promotion">
1364 - <div class="select-promotion elementor-control-unit-5">' . esc_html__( 'None', 'elementor' ) . '</div>
1364 + <div class="select-promotion elementor-control-unit-5">None</div>
1365 1365 </div>
1366 1366 </div>
1367 1367 </div>
1368 1368 </div>';