Clever Fox - Version 8.4

Version Description

  • Text Domain Updated in Metasoft Theme
Download this release

Release Info

Developer nayrathemes
Plugin Icon 128x128 Clever Fox
Version 8.4
Comparing to
See all releases

Code changes from version 8.3 to 8.4

Files changed (3) hide show
  1. clever-fox.php +1 -1
  2. inc/metasoft/extras.php +53 -53
  3. readme.txt +4 -1
clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
6
- Version: 8.3
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
6
+ Version: 8.4
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/metasoft/extras.php CHANGED
@@ -8,23 +8,23 @@ function metasoft_get_social_icon_default() {
8
  'metasoft_get_social_icon_default', json_encode(
9
  array(
10
  array(
11
- 'icon_value' => esc_html__( 'fa-facebook', 'metasoft-pro' ),
12
- 'link' => esc_html__( '#', 'metasoft-pro' ),
13
  'id' => 'customizer_repeater_header_social_001',
14
  ),
15
  array(
16
- 'icon_value' => esc_html__( 'fa-google-plus', 'metasoft-pro' ),
17
- 'link' => esc_html__( '#', 'metasoft-pro' ),
18
  'id' => 'customizer_repeater_header_social_002',
19
  ),
20
  array(
21
- 'icon_value' => esc_html__( 'fa-twitter', 'metasoft-pro' ),
22
- 'link' => esc_html__( '#', 'metasoft-pro' ),
23
  'id' => 'customizer_repeater_header_social_003',
24
  ),
25
  array(
26
- 'icon_value' => esc_html__( 'fa-linkedin', 'metasoft-pro' ),
27
- 'link' => esc_html__( '#', 'metasoft-pro' ),
28
  'id' => 'customizer_repeater_header_social_004',
29
  ),
30
  )
@@ -42,31 +42,31 @@ function metasoft_get_social_icon_default() {
42
  array(
43
  array(
44
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/metasoft/images/slider/slider01.jpg',
45
- 'title' => esc_html__( '25 Years', 'metasoft-pro' ),
46
- 'subtitle' => esc_html__( 'Experience in the Finance Industry', 'metasoft-pro' ),
47
- 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ase ger et fringilla orci. Maecenas convallis nisl et massa enie are', 'metasoft-pro' ),
48
- 'text2' => esc_html__( 'Get Started', 'metasoft-pro' ),
49
- 'link' => esc_html__( '#', 'metasoft-pro' ),
50
  "slide_align" => "left",
51
  'id' => 'customizer_repeater_slider_001',
52
  ),
53
  array(
54
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/metasoft/images/slider/slider02.jpg',
55
- 'title' => esc_html__( '25 Years', 'metasoft-pro' ),
56
- 'subtitle' => esc_html__( 'Experience in the Finance Industry', 'metasoft-pro' ),
57
- 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ase ger et fringilla orci. Maecenas convallis nisl et massa enie are', 'metasoft-pro' ),
58
- 'text2' => esc_html__( 'Get Started', 'metasoft-pro' ),
59
- 'link' => esc_html__( '#', 'metasoft-pro' ),
60
  "slide_align" => "center",
61
  'id' => 'customizer_repeater_slider_002',
62
  ),
63
  array(
64
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/metasoft/images/slider/slider03.jpg',
65
- 'title' => esc_html__( '25 Years', 'metasoft-pro' ),
66
- 'subtitle' => esc_html__( 'Experience in the Finance Industry', 'metasoft-pro' ),
67
- 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ase ger et fringilla orci. Maecenas convallis nisl et massa enie are', 'metasoft-pro' ),
68
- 'text2' => esc_html__( 'Get Started', 'metasoft-pro' ),
69
- 'link' => esc_html__( '#', 'metasoft-pro' ),
70
  "slide_align" => "right",
71
  'id' => 'customizer_repeater_slider_003',
72
 
@@ -85,31 +85,31 @@ function metasoft_get_social_icon_default() {
85
  'metasoft_get_info_default', json_encode(
86
  array(
87
  array(
88
- 'title' => esc_html__( 'Consulting', 'metasoft-pro' ),
89
- 'text' => esc_html__( 'Do eiusmod tempor incididunt ut labore et dolore magna', 'metasoft-pro' ),
90
- 'text2' => esc_html__( 'Read More', 'metasoft-pro' ),
91
  'icon_value' => 'fa-comments',
92
  'id' => 'customizer_repeater_info_001',
93
 
94
  ),
95
  array(
96
- 'title' => esc_html__( 'Architecture', 'metasoft-pro' ),
97
- 'text' => esc_html__( 'Do eiusmod tempor incididunt ut labore et dolore magna', 'metasoft-pro' ),
98
- 'text2' => esc_html__( 'Read More', 'metasoft-pro' ),
99
  'icon_value' => 'fa-comments',
100
  'id' => 'customizer_repeater_info_002',
101
  ),
102
  array(
103
- 'title' => esc_html__( 'Green buildings', 'metasoft-pro' ),
104
- 'text' => esc_html__( 'Do eiusmod tempor incididunt ut labore et dolore magna', 'metasoft-pro' ),
105
- 'text2' => esc_html__( 'Read More', 'metasoft-pro' ),
106
  'icon_value' => 'fa-comments',
107
  'id' => 'customizer_repeater_info_003',
108
  ),
109
  array(
110
- 'title' => esc_html__( 'Flat share', 'metasoft-pro' ),
111
- 'text' => esc_html__( 'Do eiusmod tempor incididunt ut labore et dolore magna', 'metasoft-pro' ),
112
- 'text2' => esc_html__( 'Read More', 'metasoft-pro' ),
113
  'icon_value' => 'fa-comments',
114
  'id' => 'customizer_repeater_info_004',
115
  ),
@@ -127,21 +127,21 @@ function metasoft_get_social_icon_default() {
127
  'metasoft_get_service_default', json_encode(
128
  array(
129
  array(
130
- 'title' => esc_html__( 'Professional Consulting', 'metasoft-pro' ),
131
- 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam quos aperiam ipsam modi dolor suscipit asperiores perspiciatis.', 'metasoft-pro' ),
132
  'icon_value' => 'fa-folder-open-o',
133
  'id' => 'customizer_repeater_service_001',
134
 
135
  ),
136
  array(
137
- 'title' => esc_html__( 'Valuable Ideas', 'metasoft-pro' ),
138
- 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam quos aperiam ipsam modi dolor suscipit asperiores perspiciatis.', 'metasoft-pro' ),
139
  'icon_value' => 'fa-columns',
140
  'id' => 'customizer_repeater_service_002',
141
  ),
142
  array(
143
- 'title' => esc_html__( 'Budget Friendly', 'metasoft-pro' ),
144
- 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam quos aperiam ipsam modi dolor suscipit asperiores perspiciatis.', 'metasoft-pro' ),
145
  'icon_value' => 'fa-graduation-cap ',
146
  'id' => 'customizer_repeater_service_003',
147
  ),
@@ -161,38 +161,38 @@ function metasoft_get_social_icon_default() {
161
  'metasoft_get_expertise_default', json_encode(
162
  array(
163
  array(
164
- 'title' => esc_html__( 'Strategy & Growth', 'metasoft-pro' ),
165
- 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'metasoft-pro' ),
166
  'icon_value' => 'fa-sun-o',
167
  'id' => 'customizer_repeater_expertise_001',
168
  ),
169
  array(
170
- 'title' => esc_html__( 'Global Expansion', 'metasoft-pro' ),
171
- 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'metasoft-pro' ),
172
  'icon_value' => 'fa-sun-o',
173
  'id' => 'customizer_repeater_expertise_002',
174
  ),
175
  array(
176
- 'title' => esc_html__( 'Customer Strategy', 'metasoft-pro' ),
177
- 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'metasoft-pro' ),
178
  'icon_value' => 'fa-sun-o',
179
  'id' => 'customizer_repeater_expertise_003',
180
  ),
181
  array(
182
- 'title' => esc_html__( 'Tax Consulting', 'metasoft-pro' ),
183
- 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'metasoft-pro' ),
184
  'icon_value' => 'fa-sun-o',
185
  'id' => 'customizer_repeater_expertise_004',
186
  ),
187
  array(
188
- 'title' => esc_html__( 'Currencies', 'metasoft-pro' ),
189
- 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'metasoft-pro' ),
190
  'icon_value' => 'fa-sun-o',
191
  'id' => 'customizer_repeater_expertise_005',
192
  ),
193
  array(
194
- 'title' => esc_html__( 'Commodities', 'metasoft-pro' ),
195
- 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'metasoft-pro' ),
196
  'icon_value' => 'fa-sun-o',
197
  'id' => 'customizer_repeater_expertise_006',
198
  ),
8
  'metasoft_get_social_icon_default', json_encode(
9
  array(
10
  array(
11
+ 'icon_value' => esc_html__( 'fa-facebook', 'clever-fox' ),
12
+ 'link' => esc_html__( '#', 'clever-fox' ),
13
  'id' => 'customizer_repeater_header_social_001',
14
  ),
15
  array(
16
+ 'icon_value' => esc_html__( 'fa-google-plus', 'clever-fox' ),
17
+ 'link' => esc_html__( '#', 'clever-fox' ),
18
  'id' => 'customizer_repeater_header_social_002',
19
  ),
20
  array(
21
+ 'icon_value' => esc_html__( 'fa-twitter', 'clever-fox' ),
22
+ 'link' => esc_html__( '#', 'clever-fox' ),
23
  'id' => 'customizer_repeater_header_social_003',
24
  ),
25
  array(
26
+ 'icon_value' => esc_html__( 'fa-linkedin', 'clever-fox' ),
27
+ 'link' => esc_html__( '#', 'clever-fox' ),
28
  'id' => 'customizer_repeater_header_social_004',
29
  ),
30
  )
42
  array(
43
  array(
44
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/metasoft/images/slider/slider01.jpg',
45
+ 'title' => esc_html__( '25 Years', 'clever-fox' ),
46
+ 'subtitle' => esc_html__( 'Experience in the Finance Industry', 'clever-fox' ),
47
+ 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ase ger et fringilla orci. Maecenas convallis nisl et massa enie are', 'clever-fox' ),
48
+ 'text2' => esc_html__( 'Get Started', 'clever-fox' ),
49
+ 'link' => esc_html__( '#', 'clever-fox' ),
50
  "slide_align" => "left",
51
  'id' => 'customizer_repeater_slider_001',
52
  ),
53
  array(
54
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/metasoft/images/slider/slider02.jpg',
55
+ 'title' => esc_html__( '25 Years', 'clever-fox' ),
56
+ 'subtitle' => esc_html__( 'Experience in the Finance Industry', 'clever-fox' ),
57
+ 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ase ger et fringilla orci. Maecenas convallis nisl et massa enie are', 'clever-fox' ),
58
+ 'text2' => esc_html__( 'Get Started', 'clever-fox' ),
59
+ 'link' => esc_html__( '#', 'clever-fox' ),
60
  "slide_align" => "center",
61
  'id' => 'customizer_repeater_slider_002',
62
  ),
63
  array(
64
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/metasoft/images/slider/slider03.jpg',
65
+ 'title' => esc_html__( '25 Years', 'clever-fox' ),
66
+ 'subtitle' => esc_html__( 'Experience in the Finance Industry', 'clever-fox' ),
67
+ 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ase ger et fringilla orci. Maecenas convallis nisl et massa enie are', 'clever-fox' ),
68
+ 'text2' => esc_html__( 'Get Started', 'clever-fox' ),
69
+ 'link' => esc_html__( '#', 'clever-fox' ),
70
  "slide_align" => "right",
71
  'id' => 'customizer_repeater_slider_003',
72
 
85
  'metasoft_get_info_default', json_encode(
86
  array(
87
  array(
88
+ 'title' => esc_html__( 'Consulting', 'clever-fox' ),
89
+ 'text' => esc_html__( 'Do eiusmod tempor incididunt ut labore et dolore magna', 'clever-fox' ),
90
+ 'text2' => esc_html__( 'Read More', 'clever-fox' ),
91
  'icon_value' => 'fa-comments',
92
  'id' => 'customizer_repeater_info_001',
93
 
94
  ),
95
  array(
96
+ 'title' => esc_html__( 'Architecture', 'clever-fox' ),
97
+ 'text' => esc_html__( 'Do eiusmod tempor incididunt ut labore et dolore magna', 'clever-fox' ),
98
+ 'text2' => esc_html__( 'Read More', 'clever-fox' ),
99
  'icon_value' => 'fa-comments',
100
  'id' => 'customizer_repeater_info_002',
101
  ),
102
  array(
103
+ 'title' => esc_html__( 'Green buildings', 'clever-fox' ),
104
+ 'text' => esc_html__( 'Do eiusmod tempor incididunt ut labore et dolore magna', 'clever-fox' ),
105
+ 'text2' => esc_html__( 'Read More', 'clever-fox' ),
106
  'icon_value' => 'fa-comments',
107
  'id' => 'customizer_repeater_info_003',
108
  ),
109
  array(
110
+ 'title' => esc_html__( 'Flat share', 'clever-fox' ),
111
+ 'text' => esc_html__( 'Do eiusmod tempor incididunt ut labore et dolore magna', 'clever-fox' ),
112
+ 'text2' => esc_html__( 'Read More', 'clever-fox' ),
113
  'icon_value' => 'fa-comments',
114
  'id' => 'customizer_repeater_info_004',
115
  ),
127
  'metasoft_get_service_default', json_encode(
128
  array(
129
  array(
130
+ 'title' => esc_html__( 'Professional Consulting', 'clever-fox' ),
131
+ 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam quos aperiam ipsam modi dolor suscipit asperiores perspiciatis.', 'clever-fox' ),
132
  'icon_value' => 'fa-folder-open-o',
133
  'id' => 'customizer_repeater_service_001',
134
 
135
  ),
136
  array(
137
+ 'title' => esc_html__( 'Valuable Ideas', 'clever-fox' ),
138
+ 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam quos aperiam ipsam modi dolor suscipit asperiores perspiciatis.', 'clever-fox' ),
139
  'icon_value' => 'fa-columns',
140
  'id' => 'customizer_repeater_service_002',
141
  ),
142
  array(
143
+ 'title' => esc_html__( 'Budget Friendly', 'clever-fox' ),
144
+ 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam quos aperiam ipsam modi dolor suscipit asperiores perspiciatis.', 'clever-fox' ),
145
  'icon_value' => 'fa-graduation-cap ',
146
  'id' => 'customizer_repeater_service_003',
147
  ),
161
  'metasoft_get_expertise_default', json_encode(
162
  array(
163
  array(
164
+ 'title' => esc_html__( 'Strategy & Growth', 'clever-fox' ),
165
+ 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'clever-fox' ),
166
  'icon_value' => 'fa-sun-o',
167
  'id' => 'customizer_repeater_expertise_001',
168
  ),
169
  array(
170
+ 'title' => esc_html__( 'Global Expansion', 'clever-fox' ),
171
+ 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'clever-fox' ),
172
  'icon_value' => 'fa-sun-o',
173
  'id' => 'customizer_repeater_expertise_002',
174
  ),
175
  array(
176
+ 'title' => esc_html__( 'Customer Strategy', 'clever-fox' ),
177
+ 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'clever-fox' ),
178
  'icon_value' => 'fa-sun-o',
179
  'id' => 'customizer_repeater_expertise_003',
180
  ),
181
  array(
182
+ 'title' => esc_html__( 'Tax Consulting', 'clever-fox' ),
183
+ 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'clever-fox' ),
184
  'icon_value' => 'fa-sun-o',
185
  'id' => 'customizer_repeater_expertise_004',
186
  ),
187
  array(
188
+ 'title' => esc_html__( 'Currencies', 'clever-fox' ),
189
+ 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'clever-fox' ),
190
  'icon_value' => 'fa-sun-o',
191
  'id' => 'customizer_repeater_expertise_005',
192
  ),
193
  array(
194
+ 'title' => esc_html__( 'Commodities', 'clever-fox' ),
195
+ 'text' => esc_html__( 'Defining your business goal and steps to achieve them.', 'clever-fox' ),
196
  'icon_value' => 'fa-sun-o',
197
  'id' => 'customizer_repeater_expertise_006',
198
  ),
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: homepage, companion, demo, sections, customizer, widget, settings
4
  Requires at least: 4.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: 8.3
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -110,6 +110,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
110
 
111
  == Changelog ==
112
 
 
 
 
113
  = 8.3 =
114
  * Fiona Blog Theme Slider Images Compressed
115
 
4
  Requires at least: 4.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 8.4
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
110
 
111
  == Changelog ==
112
 
113
+ = 8.4 =
114
+ * Text Domain Updated in Metasoft Theme
115
+
116
  = 8.3 =
117
  * Fiona Blog Theme Slider Images Compressed
118