You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: analogwp-templates.php
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,22 @@
10
10
* Plugin Name: Style Kits for Elementor
11
11
* Plugin URI: https://analogwp.com/
12
12
* Description: Style Kits extends the Elementor theme styles editor with more global styling options. Boost your design workflow in Elementor with intuitive global controls and theme style presets.
'description' => __( 'The latest Style Kits version works best with flexbox containers. We will enable the Containers experiment in Elementor.', 'ang' ),
107
-
'label_success' => __( 'Container experiment is now active', 'ang' ),
Copy file name to clipboardexpand all lines: inc/settings/class-settings-experiments.php
+2-3
Original file line number
Diff line number
Diff line change
@@ -45,21 +45,20 @@ public function get_settings() {
45
45
'title' => __( 'Style Kits Experiments', 'ang' ),
46
46
'desc' => sprintf(
47
47
/* translators: %s: Style Kits Experiments Documentation link */
48
-
__( 'Below you can activate experimental features for Style Kits and Style Kits Pro. We suggest that you don’t use these features on a production site. %s about how this works.', 'ang' ),
48
+
__( 'Below you can activate experimental features for Style Kits and Style Kits Pro. We suggest you to turn on backups while using these experiments. %s about how this works.', 'ang' ),
'desc' => __( 'Get early access to the upcoming container-based library of Patterns. You need to have the Containers experiment activated in Elementor, to test the new library.', 'ang' ),
56
+
'desc' => __( 'Get access to the container-based library of Patterns. You need to have the Containers Feature activated in Elementor, to test the new library.', 'ang' ),
0 commit comments