Clever Fox - Version 3.5

Version Description

  • Conceptly Theme Text Domain Updated
Download this release

Release Info

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

Code changes from version 3.4 to 3.5

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 WordPress themes made by Nayra Themes. Main motive behind this plugin is to boost up functionality of Nayra themes and focus on a smooth user experience. Clever Fox contains all features which are required to create a complete website. Clever Fox comes with everything you could ever need to build an amazing website that is suitable for business, portfolio, food & restaurant, gym & fitness, spa salon, medical practitioner & hospitals, WooCommerce Websites. You can see below listed free themes.
6
- Version: 3.4
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 WordPress themes made by Nayra Themes. Main motive behind this plugin is to boost up functionality of Nayra themes and focus on a smooth user experience. Clever Fox contains all features which are required to create a complete website. Clever Fox comes with everything you could ever need to build an amazing website that is suitable for business, portfolio, food & restaurant, gym & fitness, spa salon, medical practitioner & hospitals, WooCommerce Websites. You can see below listed free themes.
6
+ Version: 3.5
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/conceptly/features/conceptly-call-to-action.php CHANGED
@@ -7,7 +7,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
7
  =========================================*/
8
  $wp_customize->add_section(
9
  'call_action_setting', array(
10
- 'title' => esc_html__( 'Call to Action Section', 'conceptly-pro' ),
11
  'panel' => 'conceptly_frontpage_sections',
12
  'priority' => apply_filters( 'conceptly_section_priority',65, 'conceptly_call' ),
13
  )
@@ -50,7 +50,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
50
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
51
  'hide_show_cta',
52
  array(
53
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
54
  'section' => 'call_action_setting',
55
  'settings' => 'hide_show_cta',
56
  'type' => 'ios', // light, ios, flat
@@ -82,7 +82,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
82
  $wp_customize->add_setting(
83
  'call_to_action_title',
84
  array(
85
- 'default' => __('Become a Part of Community !','conceptly-pro'),
86
  'capability' => 'edit_theme_options',
87
  'sanitize_callback' => 'conceptly_sanitize_html',
88
  'transport' => $selective_refresh,
@@ -93,7 +93,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
93
  $wp_customize->add_control(
94
  'call_to_action_title',
95
  array(
96
- 'label' => __('Title','conceptly-pro'),
97
  'section' => 'call_action_setting',
98
  'settings' => 'call_to_action_title',
99
  'type' => 'text',
@@ -104,7 +104,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
104
  $wp_customize->add_setting(
105
  'call_to_action_description',
106
  array(
107
- 'default' => __('Get in touch with us and send some basic info for a quick quote','conceptly-pro'),
108
  'capability' => 'edit_theme_options',
109
  'sanitize_callback' => 'conceptly_sanitize_text',
110
  'transport' => $selective_refresh,
@@ -115,7 +115,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
115
  $wp_customize->add_control(
116
  'call_to_action_description',
117
  array(
118
- 'label' => __('Description','conceptly-pro'),
119
  'section' => 'call_action_setting',
120
  'settings' => 'call_to_action_description',
121
  'type' => 'textarea',
@@ -129,7 +129,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
129
  $wp_customize->add_setting(
130
  'cta_icon',
131
  array(
132
- 'default' => __('fa-shopping-cart','conceptly-pro'),
133
  'sanitize_callback' => 'conceptly_sanitize_text',
134
  'capability' => 'edit_theme_options',
135
  'transport' => $selective_refresh,
@@ -140,7 +140,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
140
  $wp_customize->add_control(new Conceptly_Icon_Picker_Control($wp_customize,
141
  'cta_icon',
142
  array(
143
- 'label' => __('CTA Button Icon','conceptly-pro'),
144
  'section' => 'call_action_setting',
145
  'settings'=> 'cta_icon',
146
  'iconset' => 'fa',
@@ -150,7 +150,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
150
  $wp_customize->add_setting(
151
  'call_action_button_label',
152
  array(
153
- 'default' => __('Purchase Now','conceptly-pro'),
154
  'capability' => 'edit_theme_options',
155
  'sanitize_callback' => 'conceptly_sanitize_text',
156
  'transport' => $selective_refresh,
@@ -161,7 +161,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
161
  $wp_customize->add_control(
162
  'call_action_button_label',
163
  array(
164
- 'label' => __('Button Text','conceptly-pro'),
165
  'section' => 'call_action_setting',
166
  'settings' => 'call_action_button_label',
167
  'type' => 'text',
@@ -172,7 +172,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
172
  $wp_customize->add_setting(
173
  'call_action_button_link',
174
  array(
175
- 'default' => __('#','conceptly-pro'),
176
  'capability' => 'edit_theme_options',
177
  'sanitize_callback' => 'conceptly_sanitize_url',
178
  'priority' => 10,
@@ -182,7 +182,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
182
  $wp_customize->add_control(
183
  'call_action_button_link',
184
  array(
185
- 'label' => __('Button Link','conceptly-pro'),
186
  'section' => 'call_action_setting',
187
  'settings' => 'call_action_button_link',
188
  'type' => 'text',
@@ -203,7 +203,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
203
  'call_action_button_target',
204
  array(
205
  'type' => 'checkbox',
206
- 'label' => __('Open link in a new tab','conceptly-pro'),
207
  'section' => 'call_action_setting',
208
  'settings' => 'call_action_button_target',
209
  )
@@ -245,7 +245,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
245
 
246
  $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize , 'call_action_background_setting' ,
247
  array(
248
- 'label' => __( 'Background Image', 'conceptly-pro' ),
249
  'section' => 'call_action_setting',
250
  'settings' => 'call_action_background_setting',
251
  )
@@ -253,7 +253,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
253
  $wp_customize->add_setting(
254
  'cta_background_position' ,
255
  array(
256
- 'default' => __( 'scroll', 'conceptly-pro' ),
257
  'capability' => 'edit_theme_options',
258
  'sanitize_callback' => 'conceptly_sanitize_select',
259
  'priority' => 17,
@@ -263,14 +263,14 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
263
  $wp_customize->add_control(
264
  'cta_background_position' ,
265
  array(
266
- 'label' => __( 'Image Position', 'conceptly-pro' ),
267
  'section' => 'call_action_setting',
268
  'settings' => 'cta_background_position',
269
  'type' => 'radio',
270
  'choices' =>
271
  array(
272
- 'fixed'=> __( 'Fixed', 'conceptly-pro' ),
273
- 'scroll' => __( 'Scroll', 'conceptly-pro' )
274
  )
275
  )
276
  );
7
  =========================================*/
8
  $wp_customize->add_section(
9
  'call_action_setting', array(
10
+ 'title' => esc_html__( 'Call to Action Section', 'conceptly' ),
11
  'panel' => 'conceptly_frontpage_sections',
12
  'priority' => apply_filters( 'conceptly_section_priority',65, 'conceptly_call' ),
13
  )
50
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
51
  'hide_show_cta',
52
  array(
53
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
54
  'section' => 'call_action_setting',
55
  'settings' => 'hide_show_cta',
56
  'type' => 'ios', // light, ios, flat
82
  $wp_customize->add_setting(
83
  'call_to_action_title',
84
  array(
85
+ 'default' => __('Become a Part of Community !','conceptly'),
86
  'capability' => 'edit_theme_options',
87
  'sanitize_callback' => 'conceptly_sanitize_html',
88
  'transport' => $selective_refresh,
93
  $wp_customize->add_control(
94
  'call_to_action_title',
95
  array(
96
+ 'label' => __('Title','conceptly'),
97
  'section' => 'call_action_setting',
98
  'settings' => 'call_to_action_title',
99
  'type' => 'text',
104
  $wp_customize->add_setting(
105
  'call_to_action_description',
106
  array(
107
+ 'default' => __('Get in touch with us and send some basic info for a quick quote','conceptly'),
108
  'capability' => 'edit_theme_options',
109
  'sanitize_callback' => 'conceptly_sanitize_text',
110
  'transport' => $selective_refresh,
115
  $wp_customize->add_control(
116
  'call_to_action_description',
117
  array(
118
+ 'label' => __('Description','conceptly'),
119
  'section' => 'call_action_setting',
120
  'settings' => 'call_to_action_description',
121
  'type' => 'textarea',
129
  $wp_customize->add_setting(
130
  'cta_icon',
131
  array(
132
+ 'default' => __('fa-shopping-cart','conceptly'),
133
  'sanitize_callback' => 'conceptly_sanitize_text',
134
  'capability' => 'edit_theme_options',
135
  'transport' => $selective_refresh,
140
  $wp_customize->add_control(new Conceptly_Icon_Picker_Control($wp_customize,
141
  'cta_icon',
142
  array(
143
+ 'label' => __('CTA Button Icon','conceptly'),
144
  'section' => 'call_action_setting',
145
  'settings'=> 'cta_icon',
146
  'iconset' => 'fa',
150
  $wp_customize->add_setting(
151
  'call_action_button_label',
152
  array(
153
+ 'default' => __('Purchase Now','conceptly'),
154
  'capability' => 'edit_theme_options',
155
  'sanitize_callback' => 'conceptly_sanitize_text',
156
  'transport' => $selective_refresh,
161
  $wp_customize->add_control(
162
  'call_action_button_label',
163
  array(
164
+ 'label' => __('Button Text','conceptly'),
165
  'section' => 'call_action_setting',
166
  'settings' => 'call_action_button_label',
167
  'type' => 'text',
172
  $wp_customize->add_setting(
173
  'call_action_button_link',
174
  array(
175
+ 'default' => __('#','conceptly'),
176
  'capability' => 'edit_theme_options',
177
  'sanitize_callback' => 'conceptly_sanitize_url',
178
  'priority' => 10,
182
  $wp_customize->add_control(
183
  'call_action_button_link',
184
  array(
185
+ 'label' => __('Button Link','conceptly'),
186
  'section' => 'call_action_setting',
187
  'settings' => 'call_action_button_link',
188
  'type' => 'text',
203
  'call_action_button_target',
204
  array(
205
  'type' => 'checkbox',
206
+ 'label' => __('Open link in a new tab','conceptly'),
207
  'section' => 'call_action_setting',
208
  'settings' => 'call_action_button_target',
209
  )
245
 
246
  $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize , 'call_action_background_setting' ,
247
  array(
248
+ 'label' => __( 'Background Image', 'conceptly' ),
249
  'section' => 'call_action_setting',
250
  'settings' => 'call_action_background_setting',
251
  )
253
  $wp_customize->add_setting(
254
  'cta_background_position' ,
255
  array(
256
+ 'default' => __( 'scroll', 'conceptly' ),
257
  'capability' => 'edit_theme_options',
258
  'sanitize_callback' => 'conceptly_sanitize_select',
259
  'priority' => 17,
263
  $wp_customize->add_control(
264
  'cta_background_position' ,
265
  array(
266
+ 'label' => __( 'Image Position', 'conceptly' ),
267
  'section' => 'call_action_setting',
268
  'settings' => 'cta_background_position',
269
  'type' => 'radio',
270
  'choices' =>
271
  array(
272
+ 'fixed'=> __( 'Fixed', 'conceptly' ),
273
+ 'scroll' => __( 'Scroll', 'conceptly' )
274
  )
275
  )
276
  );
inc/conceptly/features/conceptly-features.php CHANGED
@@ -6,7 +6,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
6
  =========================================*/
7
  $wp_customize->add_section(
8
  'features_setting', array(
9
- 'title' => esc_html__( 'Feature Section', 'conceptly-pro' ),
10
  'panel' => 'conceptly_frontpage_sections',
11
  'priority' => apply_filters( 'conceptly_section_priority',30 , 'conceptly_feature' ),
12
  )
@@ -35,7 +35,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
35
  $wp_customize->add_setting(
36
  'hide_show_feature' ,
37
  array(
38
- 'default' => esc_html__( '1', 'conceptly-pro' ),
39
  'capability' => 'edit_theme_options',
40
  'sanitize_callback' => 'sanitize_text_field',
41
  'transport' => $selective_refresh,
@@ -46,7 +46,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
46
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
47
  'hide_show_feature',
48
  array(
49
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
50
  'section' => 'features_setting',
51
  'settings' => 'hide_show_feature',
52
  'type' => 'ios', // light, ios, flat
@@ -78,7 +78,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
78
  $wp_customize->add_setting(
79
  'features_title',
80
  array(
81
- 'default' => __('Our Features','conceptly-pro'),
82
  'capability' => 'edit_theme_options',
83
  'sanitize_callback' => 'conceptly_sanitize_html',
84
  'transport' => $selective_refresh,
@@ -89,7 +89,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
89
  $wp_customize->add_control(
90
  'features_title',
91
  array(
92
- 'label' => __('Title','conceptly-pro'),
93
  'section' => 'features_setting',
94
  'settings' => 'features_title',
95
  'type' => 'text',
@@ -100,7 +100,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
100
  $wp_customize->add_setting(
101
  'features_description',
102
  array(
103
- 'default' => __('There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in some form by injected humour.','conceptly-pro'),
104
  'capability' => 'edit_theme_options',
105
  'sanitize_callback' => 'conceptly_sanitize_text',
106
  'transport' => $selective_refresh,
@@ -111,7 +111,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
111
  $wp_customize->add_control(
112
  'features_description',
113
  array(
114
- 'label' => __('Description','conceptly-pro'),
115
  'section' => 'features_setting',
116
  'settings' => 'features_description',
117
  'type' => 'textarea',
@@ -154,10 +154,10 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
154
  new Conceptly_Repeater( $wp_customize,
155
  'feature_content',
156
  array(
157
- 'label' => esc_html__('Feature','conceptly-pro'),
158
  'section' => 'features_setting',
159
- 'add_field_label' => esc_html__( 'Add New Feature', 'conceptly-pro' ),
160
- 'item_name' => esc_html__( 'Feature', 'conceptly-pro' ),
161
  'customizer_repeater_title_control' => true,
162
  'customizer_repeater_text_control' => true,
163
  'customizer_repeater_icon_control' => true,
6
  =========================================*/
7
  $wp_customize->add_section(
8
  'features_setting', array(
9
+ 'title' => esc_html__( 'Feature Section', 'conceptly' ),
10
  'panel' => 'conceptly_frontpage_sections',
11
  'priority' => apply_filters( 'conceptly_section_priority',30 , 'conceptly_feature' ),
12
  )
35
  $wp_customize->add_setting(
36
  'hide_show_feature' ,
37
  array(
38
+ 'default' => esc_html__( '1', 'conceptly' ),
39
  'capability' => 'edit_theme_options',
40
  'sanitize_callback' => 'sanitize_text_field',
41
  'transport' => $selective_refresh,
46
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
47
  'hide_show_feature',
48
  array(
49
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
50
  'section' => 'features_setting',
51
  'settings' => 'hide_show_feature',
52
  'type' => 'ios', // light, ios, flat
78
  $wp_customize->add_setting(
79
  'features_title',
80
  array(
81
+ 'default' => __('Our Features','conceptly'),
82
  'capability' => 'edit_theme_options',
83
  'sanitize_callback' => 'conceptly_sanitize_html',
84
  'transport' => $selective_refresh,
89
  $wp_customize->add_control(
90
  'features_title',
91
  array(
92
+ 'label' => __('Title','conceptly'),
93
  'section' => 'features_setting',
94
  'settings' => 'features_title',
95
  'type' => 'text',
100
  $wp_customize->add_setting(
101
  'features_description',
102
  array(
103
+ 'default' => __('There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in some form by injected humour.','conceptly'),
104
  'capability' => 'edit_theme_options',
105
  'sanitize_callback' => 'conceptly_sanitize_text',
106
  'transport' => $selective_refresh,
111
  $wp_customize->add_control(
112
  'features_description',
113
  array(
114
+ 'label' => __('Description','conceptly'),
115
  'section' => 'features_setting',
116
  'settings' => 'features_description',
117
  'type' => 'textarea',
154
  new Conceptly_Repeater( $wp_customize,
155
  'feature_content',
156
  array(
157
+ 'label' => esc_html__('Feature','conceptly'),
158
  'section' => 'features_setting',
159
+ 'add_field_label' => esc_html__( 'Add New Feature', 'conceptly' ),
160
+ 'item_name' => esc_html__( 'Feature', 'conceptly' ),
161
  'customizer_repeater_title_control' => true,
162
  'customizer_repeater_text_control' => true,
163
  'customizer_repeater_icon_control' => true,
inc/conceptly/features/conceptly-header.php CHANGED
@@ -9,7 +9,7 @@ function conceptly_lite_header_setting( $wp_customize ){
9
  'header_contact',
10
  array(
11
  'priority' => 1,
12
- 'title' => __('Top Left Header','conceptly-pro'),
13
  'panel' => 'header_section',
14
  )
15
  );
@@ -48,7 +48,7 @@ function conceptly_lite_header_setting( $wp_customize ){
48
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
49
  'hide_show_contact_infot',
50
  array(
51
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
52
  'section' => 'header_contact',
53
  'settings' => 'hide_show_contact_infot',
54
  'type' => 'ios', // light, ios, flat
@@ -61,7 +61,7 @@ function conceptly_lite_header_setting( $wp_customize ){
61
  $wp_customize->add_setting(
62
  'header_phone_icon',
63
  array(
64
- 'default' => __('fa-phone','conceptly-pro'),
65
  'sanitize_callback' => 'conceptly_sanitize_text',
66
  'capability' => 'edit_theme_options',
67
  'priority' => 3,
@@ -71,7 +71,7 @@ function conceptly_lite_header_setting( $wp_customize ){
71
  $wp_customize->add_control( new Conceptly_Icon_Picker_Control($wp_customize,
72
  'header_phone_icon',
73
  array(
74
- 'label' => __('Phone Icon','conceptly-pro'),
75
  'section' => 'header_contact',
76
  'settings'=> 'header_phone_icon',
77
  'iconset' => 'fa',
@@ -81,7 +81,7 @@ function conceptly_lite_header_setting( $wp_customize ){
81
  $wp_customize->add_setting(
82
  'header_phone_number',
83
  array(
84
- 'default' => __('+1 514-286-4242','conceptly-pro'),
85
  'sanitize_callback' => 'conceptly_sanitize_text',
86
  'capability' => 'edit_theme_options',
87
  'priority' => 4,
@@ -91,7 +91,7 @@ function conceptly_lite_header_setting( $wp_customize ){
91
  $wp_customize->add_control(
92
  'header_phone_number',
93
  array(
94
- 'label' => __('Phone Number','conceptly-pro'),
95
  'section' => 'header_contact',
96
  'settings'=> 'header_phone_number',
97
  'type' => 'text',
@@ -133,7 +133,7 @@ function conceptly_lite_header_setting( $wp_customize ){
133
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
134
  'hide_show_email_infot',
135
  array(
136
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
137
  'section' => 'header_contact',
138
  'settings' => 'hide_show_email_infot',
139
  'type' => 'ios', // light, ios, flat
@@ -144,7 +144,7 @@ function conceptly_lite_header_setting( $wp_customize ){
144
  $wp_customize->add_setting(
145
  'header_email_icon',
146
  array(
147
- 'default' => __('fa-envelope','conceptly-pro'),
148
  'sanitize_callback' => 'conceptly_sanitize_text',
149
  'capability' => 'edit_theme_options',
150
  'priority' => 9,
@@ -154,7 +154,7 @@ function conceptly_lite_header_setting( $wp_customize ){
154
  $wp_customize->add_control(new Conceptly_Icon_Picker_Control($wp_customize,
155
  'header_email_icon',
156
  array(
157
- 'label' => __('Email Icon','conceptly-pro'),
158
  'section' => 'header_contact',
159
  'settings'=> 'header_email_icon',
160
  'iconset' => 'fa',
@@ -165,7 +165,7 @@ function conceptly_lite_header_setting( $wp_customize ){
165
  $wp_customize->add_setting(
166
  'header_email',
167
  array(
168
- 'default' => __('example@example.com','conceptly-pro'),
169
  'sanitize_callback' => 'conceptly_sanitize_text',
170
  'capability' => 'edit_theme_options',
171
  'priority' => 10,
@@ -175,7 +175,7 @@ function conceptly_lite_header_setting( $wp_customize ){
175
  $wp_customize->add_control(
176
  'header_email',
177
  array(
178
- 'label' => __('Email','conceptly-pro'),
179
  'section' => 'header_contact',
180
  'settings'=> 'header_email',
181
  'type' => 'text',
@@ -217,7 +217,7 @@ function conceptly_lite_header_setting( $wp_customize ){
217
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
218
  'hide_show_faq',
219
  array(
220
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
221
  'section' => 'header_contact',
222
  'settings' => 'hide_show_faq',
223
  'type' => 'ios', // light, ios, flat
@@ -228,7 +228,7 @@ function conceptly_lite_header_setting( $wp_customize ){
228
  $wp_customize->add_setting(
229
  'header_faq_icon',
230
  array(
231
- 'default' => __('fa-user','conceptly-pro'),
232
  'sanitize_callback' => 'conceptly_sanitize_text',
233
  'capability' => 'edit_theme_options',
234
  'priority' => 15,
@@ -238,7 +238,7 @@ function conceptly_lite_header_setting( $wp_customize ){
238
  $wp_customize->add_control(new Conceptly_Icon_Picker_Control($wp_customize,
239
  'header_faq_icon',
240
  array(
241
- 'label' => __('FAQ Icon','conceptly-pro'),
242
  'section' => 'header_contact',
243
  'settings'=> 'header_faq_icon',
244
  'iconset' => 'fa',
@@ -248,7 +248,7 @@ function conceptly_lite_header_setting( $wp_customize ){
248
  $wp_customize->add_setting(
249
  'header_faq',
250
  array(
251
- 'default' => __('Ask Your Question','conceptly-pro'),
252
  'sanitize_callback' => 'conceptly_sanitize_text',
253
  'capability' => 'edit_theme_options',
254
  'priority' => 16,
@@ -258,10 +258,10 @@ function conceptly_lite_header_setting( $wp_customize ){
258
  $wp_customize->add_control(
259
  'header_faq',
260
  array(
261
- 'label' => __('Ask Your Question','conceptly-pro'),
262
  'section' => 'header_contact',
263
  'settings' => 'header_faq',
264
- 'description' => __( '', 'conceptly-pro' ),
265
  'type' => 'textarea'
266
  )
267
  );
@@ -275,7 +275,7 @@ function conceptly_lite_header_setting( $wp_customize ){
275
  'header_setting',
276
  array(
277
  'priority' => 1,
278
- 'title' => __('Top Right Header','conceptly-pro'),
279
  'panel' => 'header_section',
280
  )
281
  );
@@ -314,7 +314,7 @@ function conceptly_lite_header_setting( $wp_customize ){
314
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
315
  'hide_show_social_icon',
316
  array(
317
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
318
  'section' => 'header_setting',
319
  'settings' => 'hide_show_social_icon',
320
  'type' => 'ios', // light, ios, flat
@@ -355,7 +355,7 @@ function conceptly_lite_header_setting( $wp_customize ){
355
  new Conceptly_Repeater( $wp_customize,
356
  'social_icons',
357
  array(
358
- 'label' => esc_html__('Social Icons','conceptly-pro'),
359
  'section' => 'header_setting',
360
  'customizer_repeater_icon_control' => true,
361
  'customizer_repeater_link_control' => true,
9
  'header_contact',
10
  array(
11
  'priority' => 1,
12
+ 'title' => __('Top Left Header','conceptly'),
13
  'panel' => 'header_section',
14
  )
15
  );
48
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
49
  'hide_show_contact_infot',
50
  array(
51
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
52
  'section' => 'header_contact',
53
  'settings' => 'hide_show_contact_infot',
54
  'type' => 'ios', // light, ios, flat
61
  $wp_customize->add_setting(
62
  'header_phone_icon',
63
  array(
64
+ 'default' => __('fa-phone','conceptly'),
65
  'sanitize_callback' => 'conceptly_sanitize_text',
66
  'capability' => 'edit_theme_options',
67
  'priority' => 3,
71
  $wp_customize->add_control( new Conceptly_Icon_Picker_Control($wp_customize,
72
  'header_phone_icon',
73
  array(
74
+ 'label' => __('Phone Icon','conceptly'),
75
  'section' => 'header_contact',
76
  'settings'=> 'header_phone_icon',
77
  'iconset' => 'fa',
81
  $wp_customize->add_setting(
82
  'header_phone_number',
83
  array(
84
+ 'default' => __('+1 514-286-4242','conceptly'),
85
  'sanitize_callback' => 'conceptly_sanitize_text',
86
  'capability' => 'edit_theme_options',
87
  'priority' => 4,
91
  $wp_customize->add_control(
92
  'header_phone_number',
93
  array(
94
+ 'label' => __('Phone Number','conceptly'),
95
  'section' => 'header_contact',
96
  'settings'=> 'header_phone_number',
97
  'type' => 'text',
133
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
134
  'hide_show_email_infot',
135
  array(
136
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
137
  'section' => 'header_contact',
138
  'settings' => 'hide_show_email_infot',
139
  'type' => 'ios', // light, ios, flat
144
  $wp_customize->add_setting(
145
  'header_email_icon',
146
  array(
147
+ 'default' => __('fa-envelope','conceptly'),
148
  'sanitize_callback' => 'conceptly_sanitize_text',
149
  'capability' => 'edit_theme_options',
150
  'priority' => 9,
154
  $wp_customize->add_control(new Conceptly_Icon_Picker_Control($wp_customize,
155
  'header_email_icon',
156
  array(
157
+ 'label' => __('Email Icon','conceptly'),
158
  'section' => 'header_contact',
159
  'settings'=> 'header_email_icon',
160
  'iconset' => 'fa',
165
  $wp_customize->add_setting(
166
  'header_email',
167
  array(
168
+ 'default' => __('example@example.com','conceptly'),
169
  'sanitize_callback' => 'conceptly_sanitize_text',
170
  'capability' => 'edit_theme_options',
171
  'priority' => 10,
175
  $wp_customize->add_control(
176
  'header_email',
177
  array(
178
+ 'label' => __('Email','conceptly'),
179
  'section' => 'header_contact',
180
  'settings'=> 'header_email',
181
  'type' => 'text',
217
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
218
  'hide_show_faq',
219
  array(
220
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
221
  'section' => 'header_contact',
222
  'settings' => 'hide_show_faq',
223
  'type' => 'ios', // light, ios, flat
228
  $wp_customize->add_setting(
229
  'header_faq_icon',
230
  array(
231
+ 'default' => __('fa-user','conceptly'),
232
  'sanitize_callback' => 'conceptly_sanitize_text',
233
  'capability' => 'edit_theme_options',
234
  'priority' => 15,
238
  $wp_customize->add_control(new Conceptly_Icon_Picker_Control($wp_customize,
239
  'header_faq_icon',
240
  array(
241
+ 'label' => __('FAQ Icon','conceptly'),
242
  'section' => 'header_contact',
243
  'settings'=> 'header_faq_icon',
244
  'iconset' => 'fa',
248
  $wp_customize->add_setting(
249
  'header_faq',
250
  array(
251
+ 'default' => __('Ask Your Question','conceptly'),
252
  'sanitize_callback' => 'conceptly_sanitize_text',
253
  'capability' => 'edit_theme_options',
254
  'priority' => 16,
258
  $wp_customize->add_control(
259
  'header_faq',
260
  array(
261
+ 'label' => __('Ask Your Question','conceptly'),
262
  'section' => 'header_contact',
263
  'settings' => 'header_faq',
264
+ 'description' => __( '', 'conceptly' ),
265
  'type' => 'textarea'
266
  )
267
  );
275
  'header_setting',
276
  array(
277
  'priority' => 1,
278
+ 'title' => __('Top Right Header','conceptly'),
279
  'panel' => 'header_section',
280
  )
281
  );
314
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
315
  'hide_show_social_icon',
316
  array(
317
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
318
  'section' => 'header_setting',
319
  'settings' => 'hide_show_social_icon',
320
  'type' => 'ios', // light, ios, flat
355
  new Conceptly_Repeater( $wp_customize,
356
  'social_icons',
357
  array(
358
+ 'label' => esc_html__('Social Icons','conceptly'),
359
  'section' => 'header_setting',
360
  'customizer_repeater_icon_control' => true,
361
  'customizer_repeater_link_control' => true,
inc/conceptly/features/conceptly-service.php CHANGED
@@ -6,7 +6,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
6
  =========================================*/
7
  $wp_customize->add_section(
8
  'service_setting', array(
9
- 'title' => esc_html__( 'Service Section', 'conceptly-pro' ),
10
  'priority' => apply_filters( 'conceptly_section_priority', 20, 'conceptly_service' ),
11
  'panel' => 'conceptly_frontpage_sections',
12
  )
@@ -35,7 +35,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
35
  $wp_customize->add_setting(
36
  'hide_show_service' ,
37
  array(
38
- 'default' => esc_html__( '1', 'conceptly-pro' ),
39
  'sanitize_callback' => 'sanitize_text_field',
40
  'capability' => 'edit_theme_options',
41
  'transport' => $selective_refresh,
@@ -46,7 +46,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
46
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
47
  'hide_show_service',
48
  array(
49
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
50
  'section' => 'service_setting',
51
  'settings' => 'hide_show_service',
52
  'type' => 'ios', // light, ios, flat
@@ -78,7 +78,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
78
  $wp_customize->add_setting(
79
  'service_title',
80
  array(
81
- 'default' => __('Our Services','conceptly-pro'),
82
  'capability' => 'edit_theme_options',
83
  'sanitize_callback' => 'conceptly_sanitize_html',
84
  'transport' => $selective_refresh,
@@ -89,7 +89,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
89
  $wp_customize->add_control(
90
  'service_title',
91
  array(
92
- 'label' => __('Title','conceptly-pro'),
93
  'section' => 'service_setting',
94
  'settings' => 'service_title',
95
  'type' => 'text',
@@ -101,7 +101,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
101
  $wp_customize->add_setting(
102
  'service_description',
103
  array(
104
- 'default' => __('These are the services we provide, these makes us stand apart.','conceptly-pro'),
105
  'capability' => 'edit_theme_options',
106
  'sanitize_callback' => 'conceptly_sanitize_text',
107
  'transport' => $selective_refresh,
@@ -112,7 +112,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
112
  $wp_customize->add_control(
113
  'service_description',
114
  array(
115
- 'label' => __('Description','conceptly-pro'),
116
  'section' => 'service_setting',
117
  'settings' => 'service_description',
118
  'type' => 'textarea',
@@ -157,10 +157,10 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
157
  new Conceptly_Repeater( $wp_customize,
158
  'service_contents',
159
  array(
160
- 'label' => esc_html__('Service','conceptly-pro'),
161
  'section' => 'service_setting',
162
- 'add_field_label' => esc_html__( 'Add New Service', 'conceptly-pro' ),
163
- 'item_name' => esc_html__( 'Service', 'conceptly-pro' ),
164
  'customizer_repeater_icon_control' => true,
165
  'customizer_repeater_title_control' => true,
166
  'customizer_repeater_subtitle_control' => true,
6
  =========================================*/
7
  $wp_customize->add_section(
8
  'service_setting', array(
9
+ 'title' => esc_html__( 'Service Section', 'conceptly' ),
10
  'priority' => apply_filters( 'conceptly_section_priority', 20, 'conceptly_service' ),
11
  'panel' => 'conceptly_frontpage_sections',
12
  )
35
  $wp_customize->add_setting(
36
  'hide_show_service' ,
37
  array(
38
+ 'default' => esc_html__( '1', 'conceptly' ),
39
  'sanitize_callback' => 'sanitize_text_field',
40
  'capability' => 'edit_theme_options',
41
  'transport' => $selective_refresh,
46
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
47
  'hide_show_service',
48
  array(
49
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
50
  'section' => 'service_setting',
51
  'settings' => 'hide_show_service',
52
  'type' => 'ios', // light, ios, flat
78
  $wp_customize->add_setting(
79
  'service_title',
80
  array(
81
+ 'default' => __('Our Services','conceptly'),
82
  'capability' => 'edit_theme_options',
83
  'sanitize_callback' => 'conceptly_sanitize_html',
84
  'transport' => $selective_refresh,
89
  $wp_customize->add_control(
90
  'service_title',
91
  array(
92
+ 'label' => __('Title','conceptly'),
93
  'section' => 'service_setting',
94
  'settings' => 'service_title',
95
  'type' => 'text',
101
  $wp_customize->add_setting(
102
  'service_description',
103
  array(
104
+ 'default' => __('These are the services we provide, these makes us stand apart.','conceptly'),
105
  'capability' => 'edit_theme_options',
106
  'sanitize_callback' => 'conceptly_sanitize_text',
107
  'transport' => $selective_refresh,
112
  $wp_customize->add_control(
113
  'service_description',
114
  array(
115
+ 'label' => __('Description','conceptly'),
116
  'section' => 'service_setting',
117
  'settings' => 'service_description',
118
  'type' => 'textarea',
157
  new Conceptly_Repeater( $wp_customize,
158
  'service_contents',
159
  array(
160
+ 'label' => esc_html__('Service','conceptly'),
161
  'section' => 'service_setting',
162
+ 'add_field_label' => esc_html__( 'Add New Service', 'conceptly' ),
163
+ 'item_name' => esc_html__( 'Service', 'conceptly' ),
164
  'customizer_repeater_icon_control' => true,
165
  'customizer_repeater_title_control' => true,
166
  'customizer_repeater_subtitle_control' => true,
inc/conceptly/features/conceptly-slider.php CHANGED
@@ -6,7 +6,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
6
  =========================================*/
7
  $wp_customize->add_section(
8
  'slider_setting', array(
9
- 'title' => esc_html__( 'Slider Section', 'conceptly-pro' ),
10
  'panel' => 'conceptly_frontpage_sections',
11
  'priority' => apply_filters( 'conceptly_section_priority', 1, 'slider_setting' ),
12
  )
@@ -35,7 +35,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
35
  $wp_customize->add_setting(
36
  'hide_show_slider' ,
37
  array(
38
- 'default' => esc_html__( '1', 'conceptly-pro' ),
39
  'capability' => 'edit_theme_options',
40
  'sanitize_callback' => 'sanitize_text_field',
41
  'transport' => $selective_refresh,
@@ -46,7 +46,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
46
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
47
  'hide_show_slider',
48
  array(
49
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
50
  'section' => 'slider_setting',
51
  'settings' => 'hide_show_slider',
52
  'type' => 'ios', // light, ios, flat
@@ -89,10 +89,10 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
89
  new Conceptly_Repeater( $wp_customize,
90
  'slider',
91
  array(
92
- 'label' => esc_html__('Slide','conceptly-pro'),
93
  'section' => 'slider_setting',
94
- 'add_field_label' => esc_html__( 'Add New Slider', 'conceptly-pro' ),
95
- 'item_name' => esc_html__( 'Slider', 'conceptly-pro' ),
96
 
97
  'customizer_repeater_icon_control' => false,
98
  'customizer_repeater_title_control' => true,
@@ -161,7 +161,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
161
  array(
162
  'section' => 'slider_setting',
163
  'settings' => 'slider_opacity',
164
- 'label' => __( 'Background Opacity','conceptly-pro' ),
165
  'input_attrs' => array(
166
  'min' => 0,
167
  'max' => 0.9,
6
  =========================================*/
7
  $wp_customize->add_section(
8
  'slider_setting', array(
9
+ 'title' => esc_html__( 'Slider Section', 'conceptly' ),
10
  'panel' => 'conceptly_frontpage_sections',
11
  'priority' => apply_filters( 'conceptly_section_priority', 1, 'slider_setting' ),
12
  )
35
  $wp_customize->add_setting(
36
  'hide_show_slider' ,
37
  array(
38
+ 'default' => esc_html__( '1', 'conceptly' ),
39
  'capability' => 'edit_theme_options',
40
  'sanitize_callback' => 'sanitize_text_field',
41
  'transport' => $selective_refresh,
46
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
47
  'hide_show_slider',
48
  array(
49
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
50
  'section' => 'slider_setting',
51
  'settings' => 'hide_show_slider',
52
  'type' => 'ios', // light, ios, flat
89
  new Conceptly_Repeater( $wp_customize,
90
  'slider',
91
  array(
92
+ 'label' => esc_html__('Slide','conceptly'),
93
  'section' => 'slider_setting',
94
+ 'add_field_label' => esc_html__( 'Add New Slider', 'conceptly' ),
95
+ 'item_name' => esc_html__( 'Slider', 'conceptly' ),
96
 
97
  'customizer_repeater_icon_control' => false,
98
  'customizer_repeater_title_control' => true,
161
  array(
162
  'section' => 'slider_setting',
163
  'settings' => 'slider_opacity',
164
+ 'label' => __( 'Background Opacity','conceptly' ),
165
  'input_attrs' => array(
166
  'min' => 0,
167
  'max' => 0.9,
inc/conceptly/features/conceptly-sponsers.php CHANGED
@@ -7,7 +7,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
7
  =========================================*/
8
  $wp_customize->add_section(
9
  'sponsers_setting', array(
10
- 'title' => esc_html__( 'Sponsor Section', 'conceptly-pro' ),
11
  'panel' => 'conceptly_frontpage_sections',
12
  'priority' => apply_filters( 'conceptly_section_priority', 120, 'conceptly_Sponsers' ),
13
  )
@@ -38,7 +38,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
38
  $wp_customize->add_setting(
39
  'hide_show_sponser' ,
40
  array(
41
- 'default' => esc_html__( '1', 'conceptly-pro' ),
42
  'capability' => 'edit_theme_options',
43
  'sanitize_callback' => 'sanitize_text_field',
44
  'transport' => $selective_refresh,
@@ -49,7 +49,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
49
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
50
  'hide_show_sponser',
51
  array(
52
- 'label' => esc_html__( 'Hide / Show Section', 'conceptly-pro' ),
53
  'section' => 'sponsers_setting',
54
  'settings' => 'hide_show_sponser',
55
  'type' => 'ios', // light, ios, flat
@@ -93,10 +93,10 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
93
  new Conceptly_Repeater( $wp_customize,
94
  'sponser_contents',
95
  array(
96
- 'label' => esc_html__('Sponsor','conceptly-pro'),
97
  'section' => 'sponsers_setting',
98
- 'add_field_label' => esc_html__( 'Add New Sponsor', 'conceptly-pro' ),
99
- 'item_name' => esc_html__( 'Sponsor', 'conceptly-pro' ),
100
  'customizer_repeater_image_control' => true,
101
  'customizer_repeater_link_control' => true,
102
  )
@@ -171,7 +171,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
171
 
172
  $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize , 'sponsers_background_setting' ,
173
  array(
174
- 'label' => __( 'Background Image', 'conceptly-pro' ),
175
  'section' => 'sponsers_setting',
176
  'settings' => 'sponsers_background_setting',
177
  )
@@ -182,7 +182,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
182
  $wp_customize->add_setting(
183
  'sponsers_background_position' ,
184
  array(
185
- 'default' => __( 'scroll', 'conceptly-pro' ),
186
  'capability' => 'edit_theme_options',
187
  'sanitize_callback' => 'conceptly_sanitize_select',
188
  'priority' => 9,
@@ -192,14 +192,14 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
192
  $wp_customize->add_control(
193
  'sponsers_background_position' ,
194
  array(
195
- 'label' => __( 'Image Position', 'conceptly-pro' ),
196
  'section' => 'sponsers_setting',
197
  'settings' => 'sponsers_background_position',
198
  'type' => 'radio',
199
  'choices' =>
200
  array(
201
- 'fixed'=> __( 'Fixed', 'conceptly-pro' ),
202
- 'scroll' => __( 'Scroll', 'conceptly-pro' )
203
  )
204
  )
205
  );
7
  =========================================*/
8
  $wp_customize->add_section(
9
  'sponsers_setting', array(
10
+ 'title' => esc_html__( 'Sponsor Section', 'conceptly' ),
11
  'panel' => 'conceptly_frontpage_sections',
12
  'priority' => apply_filters( 'conceptly_section_priority', 120, 'conceptly_Sponsers' ),
13
  )
38
  $wp_customize->add_setting(
39
  'hide_show_sponser' ,
40
  array(
41
+ 'default' => esc_html__( '1', 'conceptly' ),
42
  'capability' => 'edit_theme_options',
43
  'sanitize_callback' => 'sanitize_text_field',
44
  'transport' => $selective_refresh,
49
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
50
  'hide_show_sponser',
51
  array(
52
+ 'label' => esc_html__( 'Hide / Show Section', 'conceptly' ),
53
  'section' => 'sponsers_setting',
54
  'settings' => 'hide_show_sponser',
55
  'type' => 'ios', // light, ios, flat
93
  new Conceptly_Repeater( $wp_customize,
94
  'sponser_contents',
95
  array(
96
+ 'label' => esc_html__('Sponsor','conceptly'),
97
  'section' => 'sponsers_setting',
98
+ 'add_field_label' => esc_html__( 'Add New Sponsor', 'conceptly' ),
99
+ 'item_name' => esc_html__( 'Sponsor', 'conceptly' ),
100
  'customizer_repeater_image_control' => true,
101
  'customizer_repeater_link_control' => true,
102
  )
171
 
172
  $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize , 'sponsers_background_setting' ,
173
  array(
174
+ 'label' => __( 'Background Image', 'conceptly' ),
175
  'section' => 'sponsers_setting',
176
  'settings' => 'sponsers_background_setting',
177
  )
182
  $wp_customize->add_setting(
183
  'sponsers_background_position' ,
184
  array(
185
+ 'default' => __( 'scroll', 'conceptly' ),
186
  'capability' => 'edit_theme_options',
187
  'sanitize_callback' => 'conceptly_sanitize_select',
188
  'priority' => 9,
192
  $wp_customize->add_control(
193
  'sponsers_background_position' ,
194
  array(
195
+ 'label' => __( 'Image Position', 'conceptly' ),
196
  'section' => 'sponsers_setting',
197
  'settings' => 'sponsers_background_position',
198
  'type' => 'radio',
199
  'choices' =>
200
  array(
201
+ 'fixed'=> __( 'Fixed', 'conceptly' ),
202
+ 'scroll' => __( 'Scroll', 'conceptly' )
203
  )
204
  )
205
  );
inc/conceptly/features/conceptly-typography.php CHANGED
@@ -3,7 +3,7 @@
3
  $wp_customize->add_panel( 'conceptly_typography_setting', array(
4
  'priority' => 38,
5
  'capability' => 'edit_theme_options',
6
- 'title' => __('Typography','conceptly-pro'),
7
  ) );
8
 
9
  // Typography Hide/ Show Setting //
@@ -11,7 +11,7 @@ $wp_customize->add_panel( 'conceptly_typography_setting', array(
11
  $wp_customize->add_section(
12
  'typography_setting' ,
13
  array(
14
- 'title' => __('Settings','conceptly-pro'),
15
  'panel' => 'conceptly_typography_setting',
16
  'priority' => 1,
17
  ) );
@@ -27,7 +27,7 @@ $wp_customize->add_section(
27
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
28
  'hide_show_typography',
29
  array(
30
- 'label' => esc_html__( 'Enable Typography', 'conceptly-pro' ),
31
  'section' => 'typography_setting',
32
  'settings' => 'hide_show_typography',
33
  'type' => 'ios', // light, ios, flat
@@ -46,7 +46,7 @@ $font_weight = array('normal'=>'normal', 'italic'=>'Italic','oblique'=>'oblique'
46
  $wp_customize->add_section(
47
  'Body_typography' ,
48
  array(
49
- 'title' => __('Body','conceptly-pro'),
50
  'panel' => 'conceptly_typography_setting',
51
  'priority' => 2,
52
  ) );
@@ -56,14 +56,14 @@ $wp_customize->add_section(
56
  $wp_customize->add_setting(
57
  'body_typography_font_weight',
58
  array(
59
- 'default' => __('normal','conceptly-pro'),
60
  'capability' => 'edit_theme_options',
61
  'sanitize_callback' => 'sanitize_text_field',
62
  )
63
  );
64
  $wp_customize->add_control(
65
  'body_typography_font_weight', array(
66
- 'label' => __('Font Style','conceptly-pro'),
67
  'section' => 'Body_typography',
68
  'setting' => 'body_typography_font_weight',
69
  'choices'=>$font_weight,
@@ -74,7 +74,7 @@ $wp_customize->add_section(
74
  $wp_customize->add_setting(
75
  'body_font_size' ,
76
  array(
77
- 'default' => __( '14','conceptly-pro' ),
78
  'capability' => 'edit_theme_options',
79
  'sanitize_callback' => 'sanitize_text_field',
80
 
@@ -86,7 +86,7 @@ $wp_customize->add_section(
86
  array(
87
  'section' => 'Body_typography',
88
  'settings' => 'body_font_size',
89
- 'label' => __( 'Font Size','conceptly-pro' ),
90
  'input_attrs' => array(
91
  'min' => 10,
92
  'max' => 40,
@@ -110,7 +110,7 @@ $wp_customize->add_section(
110
  array(
111
  'section' => 'Body_typography',
112
  'settings' => 'body_line_height',
113
- 'label' => __( 'Line Height','conceptly-pro' ),
114
  'input_attrs' => array(
115
  'min' => 0,
116
  'max' => 3,
@@ -127,7 +127,7 @@ $wp_customize->add_section(
127
  $wp_customize->add_section(
128
  'H' . $i . '_typography' ,
129
  array(
130
- 'title' => __('H' . $i .'','conceptly-pro'),
131
  'panel' => 'conceptly_typography_setting',
132
  'priority' => 3,
133
  )
@@ -145,7 +145,7 @@ $wp_customize->add_section(
145
  );
146
  $wp_customize->add_control(
147
  'h' . $i . '_font_weight', array(
148
- 'label' => __('Font Style','conceptly-pro'),
149
  'section' => 'H' . $i . '_typography',
150
  'setting' => 'h' . $i . '_font_weight',
151
  'choices'=>$font_weight,
@@ -168,7 +168,7 @@ $wp_customize->add_section(
168
  array(
169
  'section' => 'H' . $i . '_typography',
170
  'settings' => 'h' . $i . '_font_size',
171
- 'label' => __( 'Font Size(px)','conceptly-pro' ),
172
  'input_attrs' => array(
173
  'min' => 1,
174
  'max' => 50,
@@ -193,7 +193,7 @@ $wp_customize->add_section(
193
  array(
194
  'section' => 'H' . $i . '_typography',
195
  'settings' => 'h' . $i . '_line_height',
196
- 'label' => __( 'Line Height','conceptly-pro' ),
197
  'input_attrs' => array(
198
  'min' => 0,
199
  'max' => 3,
@@ -216,7 +216,7 @@ $wp_customize->add_section(
216
  $wp_customize->add_control(
217
  'h' . $i . '_text_transform' ,
218
  array(
219
- 'label' => __( 'Text Transform', 'conceptly-pro' ),
220
  'section' => 'H' . $i . '_typography',
221
  'settings' => 'h' . $i . '_text_transform',
222
  'choices' => $font_transform,
@@ -230,7 +230,7 @@ $wp_customize->add_section(
230
  $wp_customize->add_section(
231
  'menu_typography' ,
232
  array(
233
- 'title' => __('Menus','conceptly-pro'),
234
  'panel' => 'conceptly_typography_setting',
235
  'priority' => 2,
236
  ) );
@@ -249,7 +249,7 @@ $wp_customize->add_section(
249
  $wp_customize->add_control(
250
  'menu_font_weight',
251
  array(
252
- 'label' => __('Font Style','conceptly-pro'),
253
  'section' => 'menu_typography',
254
  'setting' => 'menu_font_weight',
255
  'choices'=>$font_weight,
@@ -272,7 +272,7 @@ $wp_customize->add_section(
272
  array(
273
  'section' => 'menu_typography',
274
  'settings' => 'menu_font_size',
275
- 'label' => __( 'Font Size(px)','conceptly-pro' ),
276
  'input_attrs' => array(
277
  'min' => 1,
278
  'max' => 20,
@@ -297,7 +297,7 @@ $wp_customize->add_section(
297
  array(
298
  'section' => 'menu_typography',
299
  'settings' => 'menu_line_height',
300
- 'label' => __( 'Line Height','conceptly-pro' ),
301
  'input_attrs' => array(
302
  'min' => 0,
303
  'max' => 3,
@@ -320,7 +320,7 @@ $wp_customize->add_section(
320
  $wp_customize->add_control(
321
  'menu_text_transform' ,
322
  array(
323
- 'label' => __( 'Text Transform', 'conceptly-pro' ),
324
  'section' => 'menu_typography',
325
  'settings' => 'menu_text_transform',
326
  'choices' => $font_transform,
@@ -332,7 +332,7 @@ $wp_customize->add_section(
332
  $wp_customize->add_section(
333
  'section_typography' ,
334
  array(
335
- 'title' => __('Sections','conceptly-pro'),
336
  'panel' => 'conceptly_typography_setting',
337
  'priority' => 2,
338
  ) );
@@ -349,7 +349,7 @@ $wp_customize->add_section(
349
  $wp_customize->add_control(
350
  'section_tit_font_weight',
351
  array(
352
- 'label' => __(' Title Font Style','conceptly-pro'),
353
  'section' => 'section_typography',
354
  'setting' => 'section_tit_font_weight',
355
  'choices'=>$font_weight,
@@ -372,7 +372,7 @@ $wp_customize->add_section(
372
  array(
373
  'section' => 'section_typography',
374
  'settings' => 'section_tit_font_size',
375
- 'label' => __( 'Title Font Size(px)','conceptly-pro' ),
376
  'input_attrs' => array(
377
  'min' => 1,
378
  'max' => 100,
@@ -397,7 +397,7 @@ $wp_customize->add_section(
397
  array(
398
  'section' => 'section_typography',
399
  'settings' => 'section_ttl_line_height',
400
- 'label' => __( 'Title Line Height','conceptly-pro' ),
401
  'input_attrs' => array(
402
  'min' => 0,
403
  'max' => 3,
@@ -420,7 +420,7 @@ $wp_customize->add_section(
420
  $wp_customize->add_control(
421
  'sec_ttl_text_transform' ,
422
  array(
423
- 'label' => __( 'Text Transform', 'conceptly-pro' ),
424
  'section' => 'section_typography',
425
  'settings' => 'sec_ttl_text_transform',
426
  'choices' => $font_transform,
@@ -440,7 +440,7 @@ $wp_customize->add_section(
440
  $wp_customize->add_control(
441
  'section_des_font_weight',
442
  array(
443
- 'label' => __('Description Font Style','conceptly-pro'),
444
  'section' => 'section_typography',
445
  'setting' => 'section_des_font_weight',
446
  'choices'=>$font_weight,
@@ -463,7 +463,7 @@ $wp_customize->add_section(
463
  array(
464
  'section' => 'section_typography',
465
  'settings' => 'section_desc_font_size',
466
- 'label' => __( 'Description Font Size(px)','conceptly-pro' ),
467
  'input_attrs' => array(
468
  'min' => 1,
469
  'max' => 50,
@@ -488,7 +488,7 @@ $wp_customize->add_section(
488
  array(
489
  'section' => 'section_typography',
490
  'settings' => 'section_desc_line_height',
491
- 'label' => __( 'Description Line Height','conceptly-pro' ),
492
  'input_attrs' => array(
493
  'min' => 0,
494
  'max' => 3,
@@ -511,7 +511,7 @@ $wp_customize->add_section(
511
  $wp_customize->add_control(
512
  'sec_desc_text_transform' ,
513
  array(
514
- 'label' => __( 'Text Transform', 'conceptly-pro' ),
515
  'section' => 'section_typography',
516
  'settings' => 'sec_desc_text_transform',
517
  'choices' => $font_transform,
3
  $wp_customize->add_panel( 'conceptly_typography_setting', array(
4
  'priority' => 38,
5
  'capability' => 'edit_theme_options',
6
+ 'title' => __('Typography','conceptly'),
7
  ) );
8
 
9
  // Typography Hide/ Show Setting //
11
  $wp_customize->add_section(
12
  'typography_setting' ,
13
  array(
14
+ 'title' => __('Settings','conceptly'),
15
  'panel' => 'conceptly_typography_setting',
16
  'priority' => 1,
17
  ) );
27
  $wp_customize->add_control( new Conceptly_Customizer_Toggle_Control( $wp_customize,
28
  'hide_show_typography',
29
  array(
30
+ 'label' => esc_html__( 'Enable Typography', 'conceptly' ),
31
  'section' => 'typography_setting',
32
  'settings' => 'hide_show_typography',
33
  'type' => 'ios', // light, ios, flat
46
  $wp_customize->add_section(
47
  'Body_typography' ,
48
  array(
49
+ 'title' => __('Body','conceptly'),
50
  'panel' => 'conceptly_typography_setting',
51
  'priority' => 2,
52
  ) );
56
  $wp_customize->add_setting(
57
  'body_typography_font_weight',
58
  array(
59
+ 'default' => __('normal','conceptly'),
60
  'capability' => 'edit_theme_options',
61
  'sanitize_callback' => 'sanitize_text_field',
62
  )
63
  );
64
  $wp_customize->add_control(
65
  'body_typography_font_weight', array(
66
+ 'label' => __('Font Style','conceptly'),
67
  'section' => 'Body_typography',
68
  'setting' => 'body_typography_font_weight',
69
  'choices'=>$font_weight,
74
  $wp_customize->add_setting(
75
  'body_font_size' ,
76
  array(
77
+ 'default' => __( '14','conceptly' ),
78
  'capability' => 'edit_theme_options',
79
  'sanitize_callback' => 'sanitize_text_field',
80
 
86
  array(
87
  'section' => 'Body_typography',
88
  'settings' => 'body_font_size',
89
+ 'label' => __( 'Font Size','conceptly' ),
90
  'input_attrs' => array(
91
  'min' => 10,
92
  'max' => 40,
110
  array(
111
  'section' => 'Body_typography',
112
  'settings' => 'body_line_height',
113
+ 'label' => __( 'Line Height','conceptly' ),
114
  'input_attrs' => array(
115
  'min' => 0,
116
  'max' => 3,
127
  $wp_customize->add_section(
128
  'H' . $i . '_typography' ,
129
  array(
130
+ 'title' => __('H' . $i .'','conceptly'),
131
  'panel' => 'conceptly_typography_setting',
132
  'priority' => 3,
133
  )
145
  );
146
  $wp_customize->add_control(
147
  'h' . $i . '_font_weight', array(
148
+ 'label' => __('Font Style','conceptly'),
149
  'section' => 'H' . $i . '_typography',
150
  'setting' => 'h' . $i . '_font_weight',
151
  'choices'=>$font_weight,
168
  array(
169
  'section' => 'H' . $i . '_typography',
170
  'settings' => 'h' . $i . '_font_size',
171
+ 'label' => __( 'Font Size(px)','conceptly' ),
172
  'input_attrs' => array(
173
  'min' => 1,
174
  'max' => 50,
193
  array(
194
  'section' => 'H' . $i . '_typography',
195
  'settings' => 'h' . $i . '_line_height',
196
+ 'label' => __( 'Line Height','conceptly' ),
197
  'input_attrs' => array(
198
  'min' => 0,
199
  'max' => 3,
216
  $wp_customize->add_control(
217
  'h' . $i . '_text_transform' ,
218
  array(
219
+ 'label' => __( 'Text Transform', 'conceptly' ),
220
  'section' => 'H' . $i . '_typography',
221
  'settings' => 'h' . $i . '_text_transform',
222
  'choices' => $font_transform,
230
  $wp_customize->add_section(
231
  'menu_typography' ,
232
  array(
233
+ 'title' => __('Menus','conceptly'),
234
  'panel' => 'conceptly_typography_setting',
235
  'priority' => 2,
236
  ) );
249
  $wp_customize->add_control(
250
  'menu_font_weight',
251
  array(
252
+ 'label' => __('Font Style','conceptly'),
253
  'section' => 'menu_typography',
254
  'setting' => 'menu_font_weight',
255
  'choices'=>$font_weight,
272
  array(
273
  'section' => 'menu_typography',
274
  'settings' => 'menu_font_size',
275
+ 'label' => __( 'Font Size(px)','conceptly' ),
276
  'input_attrs' => array(
277
  'min' => 1,
278
  'max' => 20,
297
  array(
298
  'section' => 'menu_typography',
299
  'settings' => 'menu_line_height',
300
+ 'label' => __( 'Line Height','conceptly' ),
301
  'input_attrs' => array(
302
  'min' => 0,
303
  'max' => 3,
320
  $wp_customize->add_control(
321
  'menu_text_transform' ,
322
  array(
323
+ 'label' => __( 'Text Transform', 'conceptly' ),
324
  'section' => 'menu_typography',
325
  'settings' => 'menu_text_transform',
326
  'choices' => $font_transform,
332
  $wp_customize->add_section(
333
  'section_typography' ,
334
  array(
335
+ 'title' => __('Sections','conceptly'),
336
  'panel' => 'conceptly_typography_setting',
337
  'priority' => 2,
338
  ) );
349
  $wp_customize->add_control(
350
  'section_tit_font_weight',
351
  array(
352
+ 'label' => __(' Title Font Style','conceptly'),
353
  'section' => 'section_typography',
354
  'setting' => 'section_tit_font_weight',
355
  'choices'=>$font_weight,
372
  array(
373
  'section' => 'section_typography',
374
  'settings' => 'section_tit_font_size',
375
+ 'label' => __( 'Title Font Size(px)','conceptly' ),
376
  'input_attrs' => array(
377
  'min' => 1,
378
  'max' => 100,
397
  array(
398
  'section' => 'section_typography',
399
  'settings' => 'section_ttl_line_height',
400
+ 'label' => __( 'Title Line Height','conceptly' ),
401
  'input_attrs' => array(
402
  'min' => 0,
403
  'max' => 3,
420
  $wp_customize->add_control(
421
  'sec_ttl_text_transform' ,
422
  array(
423
+ 'label' => __( 'Text Transform', 'conceptly' ),
424
  'section' => 'section_typography',
425
  'settings' => 'sec_ttl_text_transform',
426
  'choices' => $font_transform,
440
  $wp_customize->add_control(
441
  'section_des_font_weight',
442
  array(
443
+ 'label' => __('Description Font Style','conceptly'),
444
  'section' => 'section_typography',
445
  'setting' => 'section_des_font_weight',
446
  'choices'=>$font_weight,
463
  array(
464
  'section' => 'section_typography',
465
  'settings' => 'section_desc_font_size',
466
+ 'label' => __( 'Description Font Size(px)','conceptly' ),
467
  'input_attrs' => array(
468
  'min' => 1,
469
  'max' => 50,
488
  array(
489
  'section' => 'section_typography',
490
  'settings' => 'section_desc_line_height',
491
+ 'label' => __( 'Description Line Height','conceptly' ),
492
  'input_attrs' => array(
493
  'min' => 0,
494
  'max' => 3,
511
  $wp_customize->add_control(
512
  'sec_desc_text_transform' ,
513
  array(
514
+ 'label' => __( 'Text Transform', 'conceptly' ),
515
  'section' => 'section_typography',
516
  'settings' => 'sec_desc_text_transform',
517
  'choices' => $font_transform,
readme.txt CHANGED
@@ -84,6 +84,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
84
 
85
  == Changelog ==
86
 
 
 
 
87
  = 3.4 =
88
  * Avril Theme Service Section Functionality Improved
89
 
84
 
85
  == Changelog ==
86
 
87
+ = 3.5 =
88
+ * Conceptly Theme Text Domain Updated
89
+
90
  = 3.4 =
91
  * Avril Theme Service Section Functionality Improved
92