Premium Addons for Elementor - Version 2.6.8

Version Description

  • Tweak: Added Dynamic Images option for all widgets.
  • Fixed: Premium Maps issue.
  • Fixed: Responsive issues in Premium Modal widget.
Download this release

Release Info

Developer leap13
Plugin Icon 128x128 Premium Addons for Elementor
Version 2.6.8
Comparing to
See all releases

Code changes from version 2.6.7 to 2.6.8

assets/css/premium-addons.css CHANGED
@@ -821,7 +821,9 @@
821
  /**************** Premium Carousel **************/
822
  /************************************************/
823
  .premium-carousel-wrapper a.carousel-arrow,
824
- .premium-carousel-wrapper a.ver-carousel-arrow {
 
 
825
  display: flex;
826
  align-items: center;
827
  justify-content: center;
@@ -845,7 +847,8 @@
845
  .premium-carousel-wrapper a.slick-arrow:hover {
846
  box-shadow: none !important;
847
  }
848
- .premium-carousel-wrapper a.carousel-arrow {
 
849
  top: 50%;
850
  }
851
  .premium-carousel-wrapper a.ver-carousel-arrow {
@@ -1231,7 +1234,9 @@ button.premium-modal-box-modal-close {
1231
  }
1232
  @media (min-width:768px) {
1233
  .premium-modal-box-modal-dialog {
1234
- width: 600px;
 
 
1235
  }
1236
  .premium-modal-box-modal-content {
1237
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
821
  /**************** Premium Carousel **************/
822
  /************************************************/
823
  .premium-carousel-wrapper a.carousel-arrow,
824
+ .premium-carousel-wrapper a.ver-carousel-arrow,
825
+ .premium-fb-rev-container a.carousel-arrow,
826
+ .premium-fb-rev-container a.ver-carousel-arrow {
827
  display: flex;
828
  align-items: center;
829
  justify-content: center;
847
  .premium-carousel-wrapper a.slick-arrow:hover {
848
  box-shadow: none !important;
849
  }
850
+ .premium-carousel-wrapper a.carousel-arrow,
851
+ .premium-fb-rev-container a.carousel-arrow {
852
  top: 50%;
853
  }
854
  .premium-carousel-wrapper a.ver-carousel-arrow {
1234
  }
1235
  @media (min-width:768px) {
1236
  .premium-modal-box-modal-dialog {
1237
+ width: 700px;
1238
+ max-height: 600px;
1239
+ overflow: scroll;
1240
  }
1241
  .premium-modal-box-modal-content {
1242
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
assets/js/premium-addons.js CHANGED
@@ -255,7 +255,6 @@
255
  var PremiumCarouselHandler = function ($scope,$){
256
  var carouselElement = $scope.find('.premium-carousel-wrapper').each(function(){
257
  var carouselSettings = $(this).data('settings');
258
- console.log(carouselSettings['responsive']);
259
  function slideToShow( slick ) {
260
  slidesToShow = slick.options.slidesToShow;
261
 
255
  var PremiumCarouselHandler = function ($scope,$){
256
  var carouselElement = $scope.find('.premium-carousel-wrapper').each(function(){
257
  var carouselSettings = $(this).data('settings');
 
258
  function slideToShow( slick ) {
259
  slidesToShow = slick.options.slidesToShow;
260
 
includes/class-addons-integration.php CHANGED
@@ -131,6 +131,10 @@ class Premium_Addons_Integration {
131
  if ( $check_component_active['premium-modalbox'] ) {
132
  wp_register_script('modal-js', PREMIUM_ADDONS_URL . 'assets/js/lib/modal.js', array('jquery'), PREMIUM_ADDONS_VERSION, true);
133
  }
 
 
 
 
134
  }
135
 
136
  /*
@@ -145,7 +149,7 @@ class Premium_Addons_Integration {
145
  $premium_maps_enabled = PA_admin_settings::get_enabled_keys()['premium-maps'];
146
 
147
  if( $premium_maps_disable_api ) {
148
-
149
  wp_enqueue_script('premium-maps-api-js', 'https://maps.googleapis.com/maps/api/js?key=' . $premium_maps_api, array(), PREMIUM_ADDONS_VERSION, false);
150
 
151
  }
131
  if ( $check_component_active['premium-modalbox'] ) {
132
  wp_register_script('modal-js', PREMIUM_ADDONS_URL . 'assets/js/lib/modal.js', array('jquery'), PREMIUM_ADDONS_VERSION, true);
133
  }
134
+
135
+ if ( $check_component_active['premium-maps'] ) {
136
+ wp_register_script('premium-maps-js', PREMIUM_ADDONS_URL . 'assets/js/premium-maps.js', array('jquery'), PREMIUM_ADDONS_VERSION, true);
137
+ }
138
  }
139
 
140
  /*
149
  $premium_maps_enabled = PA_admin_settings::get_enabled_keys()['premium-maps'];
150
 
151
  if( $premium_maps_disable_api ) {
152
+
153
  wp_enqueue_script('premium-maps-api-js', 'https://maps.googleapis.com/maps/api/js?key=' . $premium_maps_api, array(), PREMIUM_ADDONS_VERSION, false);
154
 
155
  }
languages/premium-addons-for-elementor.pot CHANGED
@@ -1,7 +1,8 @@
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Premium Addons for Elementor\n"
4
- "POT-Creation-Date: 2018-02-15 10:41+0200\n"
5
  "PO-Revision-Date: 2018-02-15 10:41+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Leap13\n"
@@ -18,1105 +19,1457 @@ msgstr ""
18
  "X-Poedit-SearchPathExcluded-0: assets/js\n"
19
  "X-Poedit-SearchPathExcluded-1: admin/assets/js\n"
20
 
21
- #: admin/settings-page.php:60
22
- msgid "Premium Addons for Elementor"
 
 
 
 
 
 
23
  msgstr ""
24
 
25
- #: admin/settings-page.php:61
26
  msgid ""
27
- "Thank you for using Premium Addons for Elementor. This plugin has been "
28
- "developed by Leap13 and we hope you enjoy using it."
29
  msgstr ""
30
 
31
- #: admin/settings-page.php:134 widgets/premium-banner.php:19
32
- #: widgets/premium-banner.php:37 widgets/premium-banner.php:215
33
- msgid "Premium Banner"
 
 
 
 
 
 
 
 
 
 
34
  msgstr ""
35
 
36
- #: admin/settings-page.php:141 widgets/premium-blog.php:19
37
- msgid "Premium Blog"
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  msgstr ""
39
 
40
- #: admin/settings-page.php:152 widgets/premium-carousel.php:18
41
- msgid "Premium Carousel"
 
 
 
 
 
 
 
 
 
42
  msgstr ""
43
 
44
- #: admin/settings-page.php:159 widgets/premium-countdown.php:13
45
- msgid "Premium Countdown"
46
  msgstr ""
47
 
48
- #: admin/settings-page.php:169 widgets/premium-counter.php:13
49
- msgid "Premium Counter"
50
  msgstr ""
51
 
52
- #: admin/settings-page.php:176 widgets/premium-dual-header.php:19
53
- msgid "Premium Dual Header"
54
  msgstr ""
55
 
56
- #: admin/settings-page.php:187 widgets/premium-fancytext.php:19
57
- msgid "Premium Fancy Text"
58
  msgstr ""
59
 
60
- #: admin/settings-page.php:194 widgets/premium-imageseparator.php:19
61
  msgid "Premium Image Separator"
62
  msgstr ""
63
 
64
- #: admin/settings-page.php:206 widgets/premium-maps.php:24
65
- msgid "Premium Maps"
66
  msgstr ""
67
 
68
- #: admin/settings-page.php:213 widgets/premium-modalbox.php:19
69
- #: widgets/premium-modalbox.php:118
70
- msgid "Premium Modal Box"
71
  msgstr ""
72
 
73
- #: admin/settings-page.php:223 widgets/premium-person.php:19
74
- msgid "Premium Person"
75
  msgstr ""
76
 
77
- #: admin/settings-page.php:230 widgets/premium-progressbar.php:19
78
- msgid "Premium Progress Bar"
79
  msgstr ""
80
 
81
- #: admin/settings-page.php:241
82
- msgid "Premium Testimonials"
83
  msgstr ""
84
 
85
- #: admin/settings-page.php:248 widgets/premium-title.php:19
86
- #: widgets/premium-title.php:46
87
- msgid "Premium Title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  msgstr ""
89
 
90
- #: admin/settings-page.php:258 widgets/premium-videobox.php:19
91
- msgid "Premium Video Box"
92
  msgstr ""
93
 
94
- #: admin/settings-page.php:265 widgets/premium-pricing-table.php:19
95
- msgid "Premium Pricing Table"
96
  msgstr ""
97
 
98
- #: admin/settings-page.php:275 widgets/premium-button.php:19
99
- msgid "Premium Button"
100
  msgstr ""
101
 
102
- #: admin/settings-page.php:282 widgets/premium-contactform.php:13
103
- msgid "Premium Contact Form7"
104
  msgstr ""
105
 
106
- #: admin/settings-page.php:292 widgets/premium-image-button.php:19
107
- msgid "Premium Image Button"
108
  msgstr ""
109
 
110
- #: admin/settings-page.php:322
 
 
 
 
111
  msgid "System setup information useful for debugging purposes."
112
  msgstr ""
113
 
114
- #: premium-addons-for-elementor.php:232
115
- msgid "Premium Addons"
116
  msgstr ""
117
 
118
- #: premium-addons-for-elementor.php:239
119
- msgid "Visit Plugin Site"
120
  msgstr ""
121
 
122
- #: widgets/premium-banner.php:44
123
- msgid "Premium Banner Image"
124
  msgstr ""
125
 
126
- #: widgets/premium-banner.php:45
127
- msgid "Select an image for the Banner"
128
  msgstr ""
129
 
130
- #: widgets/premium-banner.php:57 widgets/premium-blog.php:449
131
- #: widgets/premium-blog.php:569 widgets/premium-blog.php:632
132
- #: widgets/premium-blog.php:666 widgets/premium-button.php:446
133
- #: widgets/premium-button.php:594 widgets/premium-button.php:611
134
- #: widgets/premium-carousel.php:211 widgets/premium-contactform.php:338
135
- #: widgets/premium-contactform.php:394 widgets/premium-countdown.php:334
136
- #: widgets/premium-counter.php:152 widgets/premium-modalbox.php:330
137
- #: widgets/premium-modalbox.php:436 widgets/premium-modalbox.php:681
138
- #: widgets/premium-modalbox.php:733 widgets/premium-modalbox.php:854
139
- #: widgets/premium-modalbox.php:914 widgets/premium-title.php:291
140
- #: widgets/premium-title.php:313 widgets/premium-videobox.php:462
141
- msgid "Background Color"
142
  msgstr ""
143
 
144
- #: widgets/premium-banner.php:71
145
- msgid "Banner Link/URL"
 
146
  msgstr ""
147
 
148
- #: widgets/premium-banner.php:79
149
- msgid "Banner custom link"
150
  msgstr ""
151
 
152
- #: widgets/premium-banner.php:82
153
- msgid "Add a custom link to the banner"
 
 
 
 
 
 
154
  msgstr ""
155
 
156
- #: widgets/premium-banner.php:92
157
- msgid "Set Existing Page Link"
158
  msgstr ""
159
 
160
- #: widgets/premium-banner.php:94
161
- msgid "Link the banner with an existing page"
162
  msgstr ""
163
 
164
- #: widgets/premium-banner.php:106
165
  msgid "Set custom Link"
166
  msgstr ""
167
 
168
- #: widgets/premium-banner.php:108
169
  msgid "What custom link you want to set to banner?"
170
  msgstr ""
171
 
172
- #: widgets/premium-banner.php:120
173
- msgid "Open in New Tab"
 
 
 
 
 
 
 
 
 
 
 
174
  msgstr ""
175
 
176
- #: widgets/premium-banner.php:123
 
 
 
 
177
  msgid "Choose if you want the link be opened in a new tab or not"
178
  msgstr ""
179
 
180
- #: widgets/premium-banner.php:133
181
- msgid "Add Nofollow Option to Link"
182
  msgstr ""
183
 
184
- #: widgets/premium-banner.php:136
185
- msgid "if you chose yes, the link will not be counted in search engines"
186
  msgstr ""
187
 
188
- #: widgets/premium-banner.php:146
189
- msgid "Banner Effects"
190
  msgstr ""
191
 
192
- #: widgets/premium-banner.php:149
193
  msgid "Choose a hover effect for the banner"
194
  msgstr ""
195
 
196
- #: widgets/premium-banner.php:164
197
- msgid "Banner Height"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  msgstr ""
199
 
200
- #: widgets/premium-banner.php:167
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  msgid ""
202
  "Choose if you want to set a custom height for the banner or keep it as it is"
203
  msgstr ""
204
 
205
- #: widgets/premium-banner.php:178
206
  msgid "Min Height"
207
  msgstr ""
208
 
209
- #: widgets/premium-banner.php:180
210
  msgid "Set a minimum height value in pixels"
211
  msgstr ""
212
 
213
- #: widgets/premium-banner.php:193 widgets/premium-carousel.php:164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  msgid "Extra Class"
215
  msgstr ""
216
 
217
- #: widgets/premium-banner.php:204
218
- msgid "Banner Content"
 
 
 
 
 
 
 
 
 
 
219
  msgstr ""
220
 
221
- #: widgets/premium-banner.php:211 widgets/premium-banner.php:381
222
- #: widgets/premium-blog.php:319 widgets/premium-counter.php:346
223
- #: widgets/premium-pricing-table.php:51 widgets/premium-pricing-table.php:121
224
- #: widgets/premium-pricing-table.php:131 widgets/premium-pricing-table.php:758
225
- #: widgets/premium-title.php:243
 
 
 
 
226
  msgid "Title"
227
  msgstr ""
228
 
229
- #: widgets/premium-banner.php:212 widgets/premium-banner.php:213
230
  msgid "Give a title to this banner"
231
  msgstr ""
232
 
233
- #: widgets/premium-banner.php:223 widgets/premium-pricing-table.php:141
234
- #: widgets/premium-title.php:93
235
- msgid "Title HTML Tag"
236
  msgstr ""
237
 
238
- #: widgets/premium-banner.php:224
 
 
 
 
 
 
 
239
  msgid ""
240
  "Select a heading tag for the title. Headings are defined with H1 to H6 tags"
241
  msgstr ""
242
 
243
- #: widgets/premium-banner.php:242
244
- msgid "Title Background"
 
 
 
 
 
 
245
  msgstr ""
246
 
247
- #: widgets/premium-banner.php:245
248
- msgid "Choose a background color for the title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  msgstr ""
250
 
251
- #: widgets/premium-banner.php:258
 
 
 
 
 
 
252
  msgid "Alignment"
253
  msgstr ""
254
 
255
- #: widgets/premium-banner.php:262 widgets/premium-banner.php:305
256
- #: widgets/premium-blog.php:235 widgets/premium-button.php:134
257
- #: widgets/premium-button.php:349 widgets/premium-counter.php:257
258
- #: widgets/premium-dual-header.php:122 widgets/premium-fancytext.php:265
259
- #: widgets/premium-image-button.php:297 widgets/premium-imageseparator.php:97
260
- #: widgets/premium-maps.php:372 widgets/premium-maps.php:454
261
- #: widgets/premium-modalbox.php:147 widgets/premium-person.php:193
262
- #: widgets/premium-pricing-table.php:262 widgets/premium-pricing-table.php:403
263
- #: widgets/premium-title.php:114 widgets/premium-title.php:215
 
264
  msgid "Left"
265
  msgstr ""
266
 
267
- #: widgets/premium-banner.php:266 widgets/premium-banner.php:309
268
- #: widgets/premium-blog.php:239 widgets/premium-button.php:353
269
- #: widgets/premium-dual-header.php:126 widgets/premium-fancytext.php:269
270
- #: widgets/premium-image-button.php:301 widgets/premium-imageseparator.php:101
271
- #: widgets/premium-maps.php:376 widgets/premium-maps.php:458
272
- #: widgets/premium-modalbox.php:151 widgets/premium-person.php:197
273
- #: widgets/premium-pricing-table.php:266 widgets/premium-title.php:118
274
- #: widgets/premium-title.php:219
 
275
  msgid "Center"
276
  msgstr ""
277
 
278
- #: widgets/premium-banner.php:270 widgets/premium-banner.php:313
279
- #: widgets/premium-blog.php:243 widgets/premium-button.php:135
280
- #: widgets/premium-button.php:357 widgets/premium-counter.php:256
281
- #: widgets/premium-dual-header.php:130 widgets/premium-fancytext.php:273
282
- #: widgets/premium-image-button.php:305 widgets/premium-imageseparator.php:105
283
- #: widgets/premium-maps.php:380 widgets/premium-maps.php:462
284
- #: widgets/premium-modalbox.php:155 widgets/premium-person.php:201
285
- #: widgets/premium-pricing-table.php:270 widgets/premium-pricing-table.php:402
286
- #: widgets/premium-title.php:122 widgets/premium-title.php:223
 
287
  msgid "Right"
288
  msgstr ""
289
 
290
- #: widgets/premium-banner.php:283 widgets/premium-banner.php:291
291
- #: widgets/premium-banner.php:415 widgets/premium-person.php:218
292
- #: widgets/premium-person.php:425 widgets/premium-pricing-table.php:75
293
- #: widgets/premium-pricing-table.php:286 widgets/premium-pricing-table.php:297
294
- #: widgets/premium-pricing-table.php:1233
295
- msgid "Description"
296
  msgstr ""
297
 
298
- #: widgets/premium-banner.php:292
299
- msgid "Give the description to this banner"
300
  msgstr ""
301
 
302
- #: widgets/premium-banner.php:294
303
  msgid ""
304
- "Premium Banner gives you a wide range of styles and options that you will "
305
- "definitely fall in love with"
306
  msgstr ""
307
 
308
- #: widgets/premium-banner.php:301
309
- msgid "Description Alignment"
310
  msgstr ""
311
 
312
- #: widgets/premium-banner.php:328 widgets/premium-blog.php:261
313
- #: widgets/premium-imageseparator.php:44 widgets/premium-modalbox.php:100
314
- #: widgets/premium-person.php:44 widgets/premium-testimonials.php:191
315
- #: widgets/premium-videobox.php:44
316
- msgid "Image"
317
  msgstr ""
318
 
319
- #: widgets/premium-banner.php:336
320
- msgid "Opacity"
321
  msgstr ""
322
 
323
- #: widgets/premium-banner.php:358
324
- msgid "Hover Opacity"
325
  msgstr ""
326
 
327
- #: widgets/premium-banner.php:389 widgets/premium-banner.php:423
328
- #: widgets/premium-blog.php:327 widgets/premium-blog.php:375
329
- #: widgets/premium-blog.php:470 widgets/premium-blog.php:520
330
- #: widgets/premium-blog.php:619 widgets/premium-blog.php:653
331
- #: widgets/premium-modalbox.php:670 widgets/premium-modalbox.php:722
332
- #: widgets/premium-modalbox.php:839 widgets/premium-modalbox.php:899
333
- #: widgets/premium-progressbar.php:212 widgets/premium-progressbar.php:257
334
- msgid "Color"
 
 
 
 
 
 
 
 
 
335
  msgstr ""
336
 
337
- #: widgets/premium-blog.php:41
338
- msgid "Thumbnail Settings"
339
  msgstr ""
340
 
341
- #: widgets/premium-blog.php:48 widgets/premium-person.php:106
342
- msgid "Image Hover Effect"
343
  msgstr ""
344
 
345
- #: widgets/premium-blog.php:50
346
- msgid "Choose a hover effect for the image"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  msgstr ""
348
 
349
- #: widgets/premium-blog.php:52 widgets/premium-person.php:109
350
- msgid "Zoom In"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  msgstr ""
352
 
353
- #: widgets/premium-blog.php:53 widgets/premium-person.php:110
354
- msgid "Zoom Out"
355
  msgstr ""
356
 
357
- #: widgets/premium-blog.php:54 widgets/premium-person.php:111
358
- msgid "Scale"
359
  msgstr ""
360
 
361
- #: widgets/premium-blog.php:55 widgets/premium-person.php:112
362
- msgid "Grayscale"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
363
  msgstr ""
364
 
365
- #: widgets/premium-blog.php:56 widgets/premium-person.php:113
366
- msgid "Blur"
367
  msgstr ""
368
 
369
- #: widgets/premium-blog.php:66
370
- msgid "Color Hover Effect"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
371
  msgstr ""
372
 
373
- #: widgets/premium-blog.php:68
374
- msgid "Choose an overlay color effect"
375
  msgstr ""
376
 
377
- #: widgets/premium-blog.php:70 widgets/premium-button.php:73
378
- #: widgets/premium-image-button.php:73
379
- msgid "None"
 
 
 
 
380
  msgstr ""
381
 
382
- #: widgets/premium-blog.php:71
 
 
 
 
383
  msgid "Framed"
384
  msgstr ""
385
 
386
- #: widgets/premium-blog.php:72
387
  msgid "Diagonal"
388
  msgstr ""
389
 
390
- #: widgets/premium-blog.php:73
391
  msgid "Bordered"
392
  msgstr ""
393
 
394
- #: widgets/premium-blog.php:74
395
  msgid "Squares"
396
  msgstr ""
397
 
398
- #: widgets/premium-blog.php:87 widgets/premium-dual-header.php:37
399
- msgid "Content Settings"
 
400
  msgstr ""
401
 
402
- #: widgets/premium-blog.php:95 widgets/premium-blog.php:512
403
- msgid "Post Format Icon"
404
  msgstr ""
405
 
406
- #: widgets/premium-blog.php:104
407
- msgid "Categories"
408
  msgstr ""
409
 
410
- #: widgets/premium-blog.php:106
411
- msgid "Select the categories you want to show"
 
 
 
 
 
 
 
 
 
 
 
 
412
  msgstr ""
413
 
414
- #: widgets/premium-blog.php:116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
415
  msgid "Excerpt"
416
  msgstr ""
417
 
418
- #: widgets/premium-blog.php:118
419
  msgid ""
420
  "Excerpt is used for article summary with a link to the whole entry. The "
421
  "default except length is 55"
422
  msgstr ""
423
 
424
- #: widgets/premium-blog.php:127
425
  msgid "Excerpt Length"
426
  msgstr ""
427
 
428
- #: widgets/premium-blog.php:140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
  msgid "Author Meta"
430
  msgstr ""
431
 
432
- #: widgets/premium-blog.php:150
433
  msgid "Date Meta"
434
  msgstr ""
435
 
436
- #: widgets/premium-blog.php:159
437
  msgid "Categories Meta"
438
  msgstr ""
439
 
440
- #: widgets/premium-blog.php:161
441
  msgid "Display or hide categories mata"
442
  msgstr ""
443
 
444
- #: widgets/premium-blog.php:169
445
  msgid "Comments Meta"
446
  msgstr ""
447
 
448
- #: widgets/premium-blog.php:170
449
  msgid "Display or hide comments mata"
450
  msgstr ""
451
 
452
- #: widgets/premium-blog.php:179
453
  msgid "Tags Meta"
454
  msgstr ""
455
 
456
- #: widgets/premium-blog.php:181
457
  msgid "Display or hide post tags"
458
  msgstr ""
459
 
460
- #: widgets/premium-blog.php:189
461
- msgid "Edit Post"
462
  msgstr ""
463
 
464
- #: widgets/premium-blog.php:191
 
 
 
 
465
  msgid "Display or hide edit post option"
466
  msgstr ""
467
 
468
- #: widgets/premium-blog.php:199
469
  msgid "Pagination"
470
  msgstr ""
471
 
472
- #: widgets/premium-blog.php:201
473
  msgid "Pagination is the process of dividing the posts into discrete pages"
474
  msgstr ""
475
 
476
- #: widgets/premium-blog.php:209
 
 
 
 
 
 
 
 
477
  msgid "Posts Per Page"
478
  msgstr ""
479
 
480
- #: widgets/premium-blog.php:210
481
  msgid "Choose how many posts do you want to be displayed per page"
482
  msgstr ""
483
 
484
- #: widgets/premium-blog.php:220
485
  msgid "Offset Count"
486
  msgstr ""
487
 
488
- #: widgets/premium-blog.php:221
489
  msgid "The index of post to start with"
490
  msgstr ""
491
 
492
- #: widgets/premium-blog.php:231 widgets/premium-dual-header.php:118
493
- #: widgets/premium-fancytext.php:261 widgets/premium-maps.php:368
494
- #: widgets/premium-maps.php:450 widgets/premium-person.php:189
495
- msgid "Text Align"
496
- msgstr ""
497
-
498
- #: widgets/premium-blog.php:269
499
- msgid "Plus Icon Color"
500
  msgstr ""
501
 
502
- #: widgets/premium-blog.php:284 widgets/premium-image-button.php:539
503
- #: widgets/premium-image-button.php:556 widgets/premium-image-button.php:582
 
504
  msgid "Overlay Color"
505
  msgstr ""
506
 
507
- #: widgets/premium-blog.php:299 widgets/premium-carousel.php:230
508
- #: widgets/premium-contactform.php:405
509
  msgid "Border Color"
510
  msgstr ""
511
 
512
- #: widgets/premium-blog.php:342 widgets/premium-blog.php:390
513
- #: widgets/premium-blog.php:485 widgets/premium-blog.php:535
514
- msgid "Hover Color"
515
- msgstr ""
516
-
517
- #: widgets/premium-blog.php:367
518
  msgid "Meta"
519
  msgstr ""
520
 
521
- #: widgets/premium-blog.php:415 widgets/premium-person.php:225
522
- #: widgets/premium-person.php:308
523
- msgid "Content"
524
- msgstr ""
525
-
526
- #: widgets/premium-blog.php:423
527
- msgid "Post Content Color"
528
- msgstr ""
529
-
530
- #: widgets/premium-blog.php:462
531
  msgid "Tags"
532
  msgstr ""
533
 
534
- #: widgets/premium-blog.php:549 widgets/premium-modalbox.php:647
535
- #: widgets/premium-modalbox.php:807 widgets/premium-pricing-table.php:671
 
 
 
 
 
 
536
  msgid "Size"
537
  msgstr ""
538
 
539
- #: widgets/premium-blog.php:551
540
  msgid "Choose icon size in (PX, EM)"
541
  msgstr ""
542
 
543
- #: widgets/premium-blog.php:584
544
- msgid "Hover Background Color"
545
- msgstr ""
546
-
547
- #: widgets/premium-blog.php:602
548
  msgid "Pagination Style"
549
  msgstr ""
550
 
551
- #: widgets/premium-blog.php:613 widgets/premium-button.php:410
552
- #: widgets/premium-contactform.php:320 widgets/premium-image-button.php:358
553
- #: widgets/premium-modalbox.php:320 widgets/premium-modalbox.php:663
554
- #: widgets/premium-modalbox.php:832 widgets/premium-pricing-table.php:471
555
- #: widgets/premium-pricing-table.php:1351
 
556
  msgid "Normal"
557
  msgstr ""
558
 
559
- #: widgets/premium-blog.php:647 widgets/premium-button.php:539
560
- #: widgets/premium-contactform.php:378 widgets/premium-image-button.php:484
561
- #: widgets/premium-modalbox.php:426 widgets/premium-modalbox.php:715
562
- #: widgets/premium-modalbox.php:892 widgets/premium-pricing-table.php:548
563
- #: widgets/premium-pricing-table.php:1428
 
564
  msgid "Hover"
565
  msgstr ""
566
 
567
- #: widgets/premium-blog.php:798
568
  msgid "‹ Previous"
569
  msgstr ""
570
 
571
- #: widgets/premium-blog.php:799
572
  msgid "Next ›"
573
  msgstr ""
574
 
575
- #: widgets/premium-button.php:37 widgets/premium-image-button.php:37
576
- msgid "Button Settings"
577
- msgstr ""
578
-
579
- #: widgets/premium-button.php:44 widgets/premium-image-button.php:44
580
- #: widgets/premium-modalbox.php:68
581
- msgid "Button Text"
582
- msgstr ""
583
-
584
- #: widgets/premium-button.php:46 widgets/premium-image-button.php:46
585
  msgid "Click Me"
586
  msgstr ""
587
 
588
- #: widgets/premium-button.php:53 widgets/premium-countdown.php:123
589
- #: widgets/premium-image-button.php:53 widgets/premium-imageseparator.php:131
590
- #: widgets/premium-imageseparator.php:158 widgets/premium-pricing-table.php:332
591
- #: widgets/premium-pricing-table.php:344
592
- msgid "URL"
593
- msgstr ""
594
-
595
- #: widgets/premium-button.php:69 widgets/premium-image-button.php:69
596
- msgid "Button Hover Effect"
597
- msgstr ""
598
-
599
- #: widgets/premium-button.php:74
600
  msgid "Slide"
601
  msgstr ""
602
 
603
- #: widgets/premium-button.php:75
604
  msgid "Shutter"
605
  msgstr ""
606
 
607
- #: widgets/premium-button.php:76
608
  msgid "Icon Fade"
609
  msgstr ""
610
 
611
- #: widgets/premium-button.php:77 widgets/premium-image-button.php:76
612
  msgid "Icon Slide"
613
  msgstr ""
614
 
615
- #: widgets/premium-button.php:78
616
  msgid "In & Out"
617
  msgstr ""
618
 
619
- #: widgets/premium-button.php:86 widgets/premium-button.php:128
620
- #: widgets/premium-image-button.php:85 widgets/premium-image-button.php:103
621
- #: widgets/premium-image-button.php:121
622
  msgid "Slide Direction"
623
  msgstr ""
624
 
625
- #: widgets/premium-button.php:90 widgets/premium-image-button.php:89
626
- #: widgets/premium-image-button.php:126
627
  msgid "Top to Bottom"
628
  msgstr ""
629
 
630
- #: widgets/premium-button.php:91 widgets/premium-image-button.php:90
631
- #: widgets/premium-image-button.php:125
632
  msgid "Bottom to Top"
633
  msgstr ""
634
 
635
- #: widgets/premium-button.php:92 widgets/premium-image-button.php:91
636
- #: widgets/premium-image-button.php:128
637
  msgid "Right to Left"
638
  msgstr ""
639
 
640
- #: widgets/premium-button.php:93 widgets/premium-image-button.php:92
641
- #: widgets/premium-image-button.php:127
642
  msgid "Left to Right"
643
  msgstr ""
644
 
645
- #: widgets/premium-button.php:104
646
  msgid "Shutter Direction"
647
  msgstr ""
648
 
649
- #: widgets/premium-button.php:108
650
  msgid "Shutter in Horizontal"
651
  msgstr ""
652
 
653
- #: widgets/premium-button.php:109
654
  msgid "Shutter in Vertical"
655
  msgstr ""
656
 
657
- #: widgets/premium-button.php:110
658
  msgid "Shutter out Horizontal"
659
  msgstr ""
660
 
661
- #: widgets/premium-button.php:111
662
  msgid "Shutter out Vertical"
663
  msgstr ""
664
 
665
- #: widgets/premium-button.php:112
666
  msgid "Scaled Shutter Vertical"
667
  msgstr ""
668
 
669
- #: widgets/premium-button.php:113
670
  msgid "Scaled Shutter Horizontal"
671
  msgstr ""
672
 
673
- #: widgets/premium-button.php:114
674
  msgid "Tilted Left"
675
  msgstr ""
676
 
677
- #: widgets/premium-button.php:115
678
  msgid "Tilted Right"
679
  msgstr ""
680
 
681
- #: widgets/premium-button.php:132 widgets/premium-counter.php:255
682
- #: widgets/premium-pricing-table.php:886 widgets/premium-testimonials.php:158
683
- msgid "Top"
684
- msgstr ""
685
-
686
- #: widgets/premium-button.php:133 widgets/premium-pricing-table.php:894
687
- msgid "Bottom"
688
- msgstr ""
689
-
690
- #: widgets/premium-button.php:146
691
  msgid "Style"
692
  msgstr ""
693
 
694
- #: widgets/premium-button.php:150
695
  msgid "Radial In"
696
  msgstr ""
697
 
698
- #: widgets/premium-button.php:151
699
  msgid "Radial Out"
700
  msgstr ""
701
 
702
- #: widgets/premium-button.php:152
703
  msgid "Rectangle In"
704
  msgstr ""
705
 
706
- #: widgets/premium-button.php:153
707
  msgid "Rectangle Out"
708
  msgstr ""
709
 
710
- #: widgets/premium-button.php:165 widgets/premium-image-button.php:156
711
- msgid "Button Icon"
 
 
 
 
 
 
 
 
712
  msgstr ""
713
 
714
- #: widgets/premium-button.php:170 widgets/premium-image-button.php:161
 
715
  msgid "Enable or disable button icon"
716
  msgstr ""
717
 
718
- #: widgets/premium-button.php:177 widgets/premium-button.php:191
719
- #: widgets/premium-image-button.php:168 widgets/premium-image-button.php:181
720
- #: widgets/premium-pricing-table.php:44 widgets/premium-pricing-table.php:101
721
- #: widgets/premium-pricing-table.php:632 widgets/premium-title.php:73
722
- msgid "Icon"
723
- msgstr ""
724
-
725
- #: widgets/premium-button.php:203 widgets/premium-counter.php:250
726
- #: widgets/premium-image-button.php:193
727
  msgid "Icon Position"
728
  msgstr ""
729
 
730
- #: widgets/premium-button.php:207 widgets/premium-image-button.php:197
 
731
  msgid "Before"
732
  msgstr ""
733
 
734
- #: widgets/premium-button.php:208 widgets/premium-image-button.php:198
 
735
  msgid "After"
736
  msgstr ""
737
 
738
- #: widgets/premium-button.php:220 widgets/premium-button.php:234
739
- #: widgets/premium-counter.php:76 widgets/premium-image-button.php:210
740
- #: widgets/premium-image-button.php:224 widgets/premium-pricing-table.php:1137
741
- #: widgets/premium-title.php:470 widgets/premium-videobox.php:321
742
  msgid "Icon Size"
743
  msgstr ""
744
 
745
- #: widgets/premium-button.php:247 widgets/premium-button.php:266
746
- #: widgets/premium-button.php:285 widgets/premium-button.php:306
747
- #: widgets/premium-image-button.php:237 widgets/premium-image-button.php:256
748
- #: widgets/premium-pricing-table.php:1147
 
 
749
  msgid "Icon Spacing"
750
  msgstr ""
751
 
752
- #: widgets/premium-button.php:328 widgets/premium-image-button.php:276
753
- #: widgets/premium-modalbox.php:81
754
- msgid "Button Size"
755
- msgstr ""
756
-
757
- #: widgets/premium-button.php:332 widgets/premium-image-button.php:280
758
  msgid "Small"
759
  msgstr ""
760
 
761
- #: widgets/premium-button.php:333 widgets/premium-image-button.php:281
762
  msgid "Medium"
763
  msgstr ""
764
 
765
- #: widgets/premium-button.php:334 widgets/premium-image-button.php:282
766
  msgid "Large"
767
  msgstr ""
768
 
769
- #: widgets/premium-button.php:335 widgets/premium-image-button.php:283
 
770
  msgid "Block"
771
  msgstr ""
772
 
773
- #: widgets/premium-button.php:345 widgets/premium-image-button.php:293
774
- msgid "Button Alignment"
775
  msgstr ""
776
 
777
- #: widgets/premium-button.php:370
778
- msgid "Button onclick Event"
779
- msgstr ""
780
-
781
- #: widgets/premium-button.php:378 widgets/premium-image-button.php:326
782
  msgid "Example: myFunction();"
783
  msgstr ""
784
 
785
- #: widgets/premium-button.php:392 widgets/premium-contactform.php:290
786
- #: widgets/premium-image-button.php:340 widgets/premium-pricing-table.php:82
787
- #: widgets/premium-pricing-table.php:308 widgets/premium-pricing-table.php:1314
788
- msgid "Button"
789
- msgstr ""
790
-
791
- #: widgets/premium-button.php:416 widgets/premium-button.php:545
792
- #: widgets/premium-contactform.php:325 widgets/premium-contactform.php:383
793
- #: widgets/premium-dual-header.php:180 widgets/premium-dual-header.php:314
794
- #: widgets/premium-image-button.php:364 widgets/premium-image-button.php:490
795
- #: widgets/premium-modalbox.php:286 widgets/premium-modalbox.php:610
796
- #: widgets/premium-pricing-table.php:769 widgets/premium-pricing-table.php:1114
797
- #: widgets/premium-pricing-table.php:1244
798
- #: widgets/premium-pricing-table.php:1325
799
- #: widgets/premium-pricing-table.php:1556 widgets/premium-videobox.php:432
800
  msgid "Text Color"
801
  msgstr ""
802
 
803
- #: widgets/premium-button.php:429 widgets/premium-button.php:561
804
- #: widgets/premium-button.php:578 widgets/premium-counter.php:120
805
- #: widgets/premium-image-button.php:377 widgets/premium-image-button.php:506
806
- #: widgets/premium-image-button.php:523 widgets/premium-pricing-table.php:643
807
- #: widgets/premium-pricing-table.php:1100 widgets/premium-title.php:455
808
- #: widgets/premium-videobox.php:291
809
- msgid "Icon Color"
810
- msgstr ""
811
-
812
- #: widgets/premium-button.php:470 widgets/premium-button.php:639
813
- #: widgets/premium-contactform.php:136 widgets/premium-contactform.php:361
814
- #: widgets/premium-countdown.php:375 widgets/premium-counter.php:225
815
- #: widgets/premium-dual-header.php:233 widgets/premium-dual-header.php:367
816
- #: widgets/premium-image-button.php:414 widgets/premium-image-button.php:609
817
- #: widgets/premium-maps.php:266 widgets/premium-modalbox.php:360
818
- #: widgets/premium-modalbox.php:463 widgets/premium-modalbox.php:532
819
- #: widgets/premium-modalbox.php:701 widgets/premium-modalbox.php:753
820
- #: widgets/premium-modalbox.php:878 widgets/premium-modalbox.php:938
821
- #: widgets/premium-pricing-table.php:497 widgets/premium-pricing-table.php:574
822
- #: widgets/premium-pricing-table.php:704 widgets/premium-pricing-table.php:1189
823
- #: widgets/premium-pricing-table.php:1377
824
- #: widgets/premium-pricing-table.php:1454 widgets/premium-progressbar.php:135
825
- #: widgets/premium-title.php:501 widgets/premium-videobox.php:256
826
- #: widgets/premium-videobox.php:356
827
- msgid "Border Radius"
828
- msgstr ""
829
-
830
- #: widgets/premium-button.php:482 widgets/premium-button.php:651
831
- #: widgets/premium-dual-header.php:245 widgets/premium-dual-header.php:379
832
- #: widgets/premium-image-button.php:426 widgets/premium-image-button.php:621
833
- #: widgets/premium-maps.php:278 widgets/premium-maps.php:356
834
- #: widgets/premium-maps.php:438 widgets/premium-modalbox.php:588
835
- #: widgets/premium-pricing-table.php:518 widgets/premium-pricing-table.php:595
836
- #: widgets/premium-pricing-table.php:716 widgets/premium-pricing-table.php:804
837
- #: widgets/premium-pricing-table.php:1054
838
- #: widgets/premium-pricing-table.php:1201
839
- #: widgets/premium-pricing-table.php:1279
840
- #: widgets/premium-pricing-table.php:1398
841
- #: widgets/premium-pricing-table.php:1475 widgets/premium-progressbar.php:237
842
- #: widgets/premium-progressbar.php:282 widgets/premium-title.php:420
843
- #: widgets/premium-title.php:513
844
- msgid "Margin"
845
- msgstr ""
846
-
847
- #: widgets/premium-button.php:493 widgets/premium-button.php:662
848
- #: widgets/premium-contactform.php:116 widgets/premium-contactform.php:307
849
- #: widgets/premium-dual-header.php:257 widgets/premium-dual-header.php:391
850
- #: widgets/premium-image-button.php:437 widgets/premium-image-button.php:632
851
- #: widgets/premium-maps.php:290 widgets/premium-maps.php:345
852
- #: widgets/premium-maps.php:427 widgets/premium-modalbox.php:379
853
- #: widgets/premium-modalbox.php:770 widgets/premium-modalbox.php:955
854
- #: widgets/premium-pricing-table.php:529 widgets/premium-pricing-table.php:606
855
- #: widgets/premium-pricing-table.php:735 widgets/premium-pricing-table.php:823
856
- #: widgets/premium-pricing-table.php:1074
857
- #: widgets/premium-pricing-table.php:1219
858
- #: widgets/premium-pricing-table.php:1299
859
- #: widgets/premium-pricing-table.php:1409
860
- #: widgets/premium-pricing-table.php:1486 widgets/premium-title.php:525
861
- #: widgets/premium-videobox.php:372 widgets/premium-videobox.php:486
862
- msgid "Padding"
863
- msgstr ""
864
-
865
- #: widgets/premium-button.php:505 widgets/premium-button.php:674
866
- #: widgets/premium-button.php:687 widgets/premium-image-button.php:449
867
- #: widgets/premium-image-button.php:644 widgets/premium-image-button.php:657
868
- #: widgets/premium-title.php:538
869
  msgid "Icon Shadow"
870
  msgstr ""
871
 
872
- #: widgets/premium-button.php:519 widgets/premium-button.php:700
873
- #: widgets/premium-image-button.php:464 widgets/premium-image-button.php:670
874
  msgid "Text Shadow"
875
  msgstr ""
876
 
877
- #: widgets/premium-button.php:529 widgets/premium-button.php:714
878
- #: widgets/premium-image-button.php:474 widgets/premium-image-button.php:683
879
  msgid "Button Shadow"
880
  msgstr ""
881
 
882
- #: widgets/premium-carousel.php:40
883
- msgid "Carousel Settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
884
  msgstr ""
885
 
886
- #: widgets/premium-carousel.php:47
887
- msgid "Slider Content"
888
  msgstr ""
889
 
890
- #: widgets/premium-carousel.php:48
891
  msgid ""
892
  "Slider content is a template which you can choose from Elementor library. "
893
  "Each template will be a slider content"
894
  msgstr ""
895
 
896
- #: widgets/premium-carousel.php:59
897
- msgid "Slider Type"
898
  msgstr ""
899
 
900
- #: widgets/premium-carousel.php:60
901
  msgid "Set a navigation type"
902
  msgstr ""
903
 
904
- #: widgets/premium-carousel.php:64 widgets/premium-image-button.php:143
905
  msgid "Horizontal"
906
  msgstr ""
907
 
908
- #: widgets/premium-carousel.php:65 widgets/premium-image-button.php:144
909
  msgid "Vertical"
910
  msgstr ""
911
 
912
- #: widgets/premium-carousel.php:73
913
- msgid "Slides to Scroll"
914
  msgstr ""
915
 
916
- #: widgets/premium-carousel.php:77
917
  msgid "All visible"
918
  msgstr ""
919
 
920
- #: widgets/premium-carousel.php:78
921
  msgid "One at a time"
922
  msgstr ""
923
 
924
- #: widgets/premium-carousel.php:86
925
- msgid "Slides on Desktop"
926
  msgstr ""
927
 
928
- #: widgets/premium-carousel.php:95
929
- msgid "Slides on Tabs"
930
  msgstr ""
931
 
932
- #: widgets/premium-carousel.php:104
933
- msgid "Slides on Mobile"
934
  msgstr ""
935
 
936
- #: widgets/premium-carousel.php:113
 
 
 
 
937
  msgid "Infinite Loop"
938
  msgstr ""
939
 
940
- #: widgets/premium-carousel.php:115
941
  msgid "Restart the slider automatically as it passes the last slide"
942
  msgstr ""
943
 
944
- #: widgets/premium-carousel.php:123
945
  msgid "Transition Speed"
946
  msgstr ""
947
 
948
- #: widgets/premium-carousel.php:124
949
  msgid ""
950
  "Set a navigation speed value. The value will be counted in milliseconds (ms)"
951
  msgstr ""
952
 
953
- #: widgets/premium-carousel.php:133
954
- msgid "AutoPlay Slides‏"
955
  msgstr ""
956
 
957
- #: widgets/premium-carousel.php:134
958
  msgid "Slide will start automatically"
959
  msgstr ""
960
 
961
- #: widgets/premium-carousel.php:143
962
- msgid "AutoPlay Speed"
963
  msgstr ""
964
 
965
- #: widgets/premium-carousel.php:144
966
  msgid ""
967
- "AutoPlay Speed means at which time the next slide should come. Set a value "
968
  "in milliseconds (ms)"
969
  msgstr ""
970
 
971
- #: widgets/premium-carousel.php:156 widgets/premium-counter.php:243
972
  msgid "Animations"
973
  msgstr ""
974
 
975
- #: widgets/premium-carousel.php:174
976
- msgid "Navigation"
977
- msgstr ""
978
-
979
- #: widgets/premium-carousel.php:182
980
- msgid "Navigation Arrows"
981
  msgstr ""
982
 
983
- #: widgets/premium-carousel.php:183
984
- msgid "Enable or disable navigation arrows"
985
  msgstr ""
986
 
987
- #: widgets/premium-carousel.php:192
988
- msgid "Arrow Style"
989
  msgstr ""
990
 
991
- #: widgets/premium-carousel.php:196
992
- msgid "Default"
993
  msgstr ""
994
 
995
- #: widgets/premium-carousel.php:197 widgets/premium-counter.php:142
996
- msgid "Circle Background"
997
  msgstr ""
998
 
999
- #: widgets/premium-carousel.php:198 widgets/premium-counter.php:143
1000
- msgid "Square Background"
1001
  msgstr ""
1002
 
1003
- #: widgets/premium-carousel.php:199
1004
- msgid "Circle border"
1005
  msgstr ""
1006
 
1007
- #: widgets/premium-carousel.php:200
1008
- msgid "Square border"
1009
  msgstr ""
1010
 
1011
- #: widgets/premium-carousel.php:249
1012
- msgid "Border Size"
1013
  msgstr ""
1014
 
1015
- #: widgets/premium-carousel.php:273
1016
- msgid "Arrow Color"
1017
  msgstr ""
1018
 
1019
- #: widgets/premium-carousel.php:291
1020
- msgid "Arrow Size"
1021
  msgstr ""
1022
 
1023
- #: widgets/premium-carousel.php:314
1024
- msgid "Select Icon for 'Next Arrow'"
1025
  msgstr ""
1026
 
1027
- #: widgets/premium-carousel.php:345
1028
- msgid "Select Icon for 'Bottom Arrow'"
1029
  msgstr ""
1030
 
1031
- #: widgets/premium-carousel.php:375
1032
- msgid "Select Icon for 'Prev Arrow'"
1033
  msgstr ""
1034
 
1035
- #: widgets/premium-carousel.php:406
1036
- msgid "Select Icon for 'Up Arrow'"
1037
  msgstr ""
1038
 
1039
- #: widgets/premium-carousel.php:436
1040
- msgid "Navigation Dots"
1041
  msgstr ""
1042
 
1043
- #: widgets/premium-carousel.php:437
1044
- msgid "Enable or disable navigation dots"
1045
  msgstr ""
1046
 
1047
- #: widgets/premium-carousel.php:446
1048
- msgid "Navigation Dots Color"
1049
  msgstr ""
1050
 
1051
- #: widgets/premium-carousel.php:464
1052
- msgid "Dot Active Color"
1053
  msgstr ""
1054
 
1055
- #: widgets/premium-carousel.php:482
1056
- msgid "Navigation Dots Icon"
1057
  msgstr ""
1058
 
1059
- #: widgets/premium-carousel.php:513
1060
- msgid "Advanced Settings"
1061
  msgstr ""
1062
 
1063
- #: widgets/premium-carousel.php:521
1064
  msgid "Draggable Effect"
1065
  msgstr ""
1066
 
1067
- #: widgets/premium-carousel.php:522
1068
  msgid "Allow the slides to be dragged by mouse click"
1069
  msgstr ""
1070
 
1071
- #: widgets/premium-carousel.php:531
1072
  msgid "Touch Move"
1073
  msgstr ""
1074
 
1075
- #: widgets/premium-carousel.php:532
1076
  msgid "Enable slide moving with touch"
1077
  msgstr ""
1078
 
1079
- #: widgets/premium-carousel.php:541
1080
  msgid "RTL Mode"
1081
  msgstr ""
1082
 
1083
- #: widgets/premium-carousel.php:542
1084
  msgid "Turn on RTL mode if your language starts from right to left"
1085
  msgstr ""
1086
 
1087
- #: widgets/premium-carousel.php:554
1088
  msgid "Adaptive Height"
1089
  msgstr ""
1090
 
1091
- #: widgets/premium-carousel.php:555
1092
  msgid ""
1093
  "Adaptive height setting gives each slide a fixed height to avoid huge white "
1094
  "space gaps"
1095
  msgstr ""
1096
 
1097
- #: widgets/premium-carousel.php:564 widgets/premium-fancytext.php:249
1098
  msgid "Pause on Hover"
1099
  msgstr ""
1100
 
1101
- #: widgets/premium-carousel.php:565
1102
  msgid "Pause the slider when mouse hover"
1103
  msgstr ""
1104
 
1105
- #: widgets/premium-carousel.php:574
1106
  msgid "Center Mode"
1107
  msgstr ""
1108
 
1109
- #: widgets/premium-carousel.php:575
1110
  msgid ""
1111
  "Center mode enables a centered view with partial next/previous slides. "
1112
  "Animations and all visible scroll type doesn't work with this mode"
1113
  msgstr ""
1114
 
1115
- #: widgets/premium-carousel.php:584
1116
- msgid "Space Between Two Items"
1117
  msgstr ""
1118
 
1119
- #: widgets/premium-carousel.php:585
1120
  msgid "Set a spacing value in pixels (px)"
1121
  msgstr ""
1122
 
@@ -1128,703 +1481,770 @@ msgstr ""
1128
  msgid "Select Your Contact Form"
1129
  msgstr ""
1130
 
1131
- #: widgets/premium-contactform.php:52
1132
- msgid "Form"
1133
  msgstr ""
1134
 
1135
- #: widgets/premium-contactform.php:59
1136
- msgid "Input Field Background"
 
 
1137
  msgstr ""
1138
 
1139
- #: widgets/premium-contactform.php:71
1140
- msgid "Input Field Width"
1141
  msgstr ""
1142
 
1143
- #: widgets/premium-contactform.php:94
1144
- msgid "Text-box Width"
1145
  msgstr ""
1146
 
1147
- #: widgets/premium-contactform.php:149
 
 
 
 
 
 
 
 
1148
  msgid "Focus Border Color"
1149
  msgstr ""
1150
 
1151
- #: widgets/premium-contactform.php:160
1152
  msgid "Focus Border Animation"
1153
  msgstr ""
1154
 
1155
- #: widgets/premium-contactform.php:173
1156
  msgid "Focus Line Color"
1157
  msgstr ""
1158
 
1159
- #: widgets/premium-contactform.php:199 widgets/premium-progressbar.php:197
1160
  msgid "Labels"
1161
  msgstr ""
1162
 
1163
- #: widgets/premium-contactform.php:209
1164
  msgid "Default Typography"
1165
  msgstr ""
1166
 
1167
- #: widgets/premium-contactform.php:216
1168
  msgid "Default Font Color"
1169
  msgstr ""
1170
 
1171
- #: widgets/premium-contactform.php:241
1172
  msgid "Input Typography"
1173
  msgstr ""
1174
 
1175
- #: widgets/premium-contactform.php:249
1176
  msgid "Input Text Color"
1177
  msgstr ""
1178
 
1179
- #: widgets/premium-contactform.php:274
1180
  msgid "Placeholder Color"
1181
  msgstr ""
1182
 
1183
- #: widgets/premium-countdown.php:34
1184
- msgid "Countdown Settings"
1185
- msgstr ""
1186
-
1187
- #: widgets/premium-countdown.php:41
1188
- msgid "Countdown Style"
1189
  msgstr ""
1190
 
1191
- #: widgets/premium-countdown.php:44
1192
- msgid "Digit and Unit Side by Side"
1193
  msgstr ""
1194
 
1195
- #: widgets/premium-countdown.php:45
1196
- msgid "Digit and Unit Up and Down"
1197
  msgstr ""
1198
 
1199
- #: widgets/premium-countdown.php:54
1200
- msgid "Target Date and Time"
1201
- msgstr ""
1202
-
1203
- #: widgets/premium-countdown.php:60
1204
  msgid ""
1205
  "Date format is (yyyy/mm/dd). Time format is (hh:mm:ss). Example: 2020-01-01 "
1206
  "09:30."
1207
  msgstr ""
1208
 
1209
- #: widgets/premium-countdown.php:67
1210
- msgid "Countdown Timer Depends On"
1211
  msgstr ""
1212
 
1213
- #: widgets/premium-countdown.php:70
1214
  msgid "WordPress Default"
1215
  msgstr ""
1216
 
1217
- #: widgets/premium-countdown.php:71
1218
  msgid "User Local Time"
1219
  msgstr ""
1220
 
1221
- #: widgets/premium-countdown.php:74
1222
  msgid "This will set the current time of the option that you will choose."
1223
  msgstr ""
1224
 
1225
- #: widgets/premium-countdown.php:81
1226
- msgid "Select Time Units"
1227
  msgstr ""
1228
 
1229
- #: widgets/premium-countdown.php:83
1230
  msgid "Select the time units that you want to display in countdown timer."
1231
  msgstr ""
1232
 
1233
- #: widgets/premium-countdown.php:85
1234
  msgid "Years"
1235
  msgstr ""
1236
 
1237
- #: widgets/premium-countdown.php:86
1238
  msgid "Month"
1239
  msgstr ""
1240
 
1241
- #: widgets/premium-countdown.php:87
1242
  msgid "Week"
1243
  msgstr ""
1244
 
1245
- #: widgets/premium-countdown.php:88
1246
  msgid "Day"
1247
  msgstr ""
1248
 
1249
- #: widgets/premium-countdown.php:89
1250
  msgid "Hours"
1251
  msgstr ""
1252
 
1253
- #: widgets/premium-countdown.php:90
1254
  msgid "Minutes"
1255
  msgstr ""
1256
 
1257
- #: widgets/premium-countdown.php:91
1258
  msgid "Second"
1259
  msgstr ""
1260
 
1261
- #: widgets/premium-countdown.php:110
1262
- msgid "Expire Settings"
1263
  msgstr ""
1264
 
1265
- #: widgets/premium-countdown.php:117
1266
- msgid "Expire Text or Redirection Link"
1267
  msgstr ""
1268
 
1269
- #: widgets/premium-countdown.php:120
1270
  msgid "Choose whether if you want to set a message or a redirect link"
1271
  msgstr ""
1272
 
1273
- #: widgets/premium-countdown.php:122 widgets/premium-fancytext.php:90
1274
- #: widgets/premium-modalbox.php:115 widgets/premium-pricing-table.php:319
1275
- #: widgets/premium-videobox.php:128
1276
- msgid "Text"
 
 
1277
  msgstr ""
1278
 
1279
- #: widgets/premium-countdown.php:132
1280
  msgid "On expiry Text"
1281
  msgstr ""
1282
 
1283
- #: widgets/premium-countdown.php:134
1284
  msgid "Countdown is finished!"
1285
  msgstr ""
1286
 
1287
- #: widgets/premium-countdown.php:144
1288
  msgid "Redirect To"
1289
  msgstr ""
1290
 
1291
- #: widgets/premium-countdown.php:158
1292
  msgid "Strings Translation"
1293
  msgstr ""
1294
 
1295
- #: widgets/premium-countdown.php:165
1296
  msgid "Day (Singular)"
1297
  msgstr ""
1298
 
1299
- #: widgets/premium-countdown.php:174
1300
  msgid "Day (Plural)"
1301
  msgstr ""
1302
 
1303
- #: widgets/premium-countdown.php:183
1304
  msgid "Week (Singular)"
1305
  msgstr ""
1306
 
1307
- #: widgets/premium-countdown.php:192
1308
  msgid "Weeks (Plural)"
1309
  msgstr ""
1310
 
1311
- #: widgets/premium-countdown.php:202
1312
  msgid "Month (Singular)"
1313
  msgstr ""
1314
 
1315
- #: widgets/premium-countdown.php:212
1316
  msgid "Months (Plural)"
1317
  msgstr ""
1318
 
1319
- #: widgets/premium-countdown.php:222
1320
  msgid "Year (Singular)"
1321
  msgstr ""
1322
 
1323
- #: widgets/premium-countdown.php:232
1324
  msgid "Years (Plural)"
1325
  msgstr ""
1326
 
1327
- #: widgets/premium-countdown.php:242
1328
  msgid "Hour (Singular)"
1329
  msgstr ""
1330
 
1331
- #: widgets/premium-countdown.php:252
1332
  msgid "Hours (Plural)"
1333
  msgstr ""
1334
 
1335
- #: widgets/premium-countdown.php:262
1336
  msgid "Minute (Singular)"
1337
  msgstr ""
1338
 
1339
- #: widgets/premium-countdown.php:271
1340
  msgid "Minutes (Plural)"
1341
  msgstr ""
1342
 
1343
- #: widgets/premium-countdown.php:280
1344
  msgid "Second (Singular)"
1345
  msgstr ""
1346
 
1347
- #: widgets/premium-countdown.php:289
1348
  msgid "Seconds (Plural)"
1349
  msgstr ""
1350
 
1351
- #: widgets/premium-countdown.php:300
1352
  msgid "Digits"
1353
  msgstr ""
1354
 
1355
- #: widgets/premium-countdown.php:308
1356
- msgid "Digits Color"
1357
  msgstr ""
1358
 
1359
- #: widgets/premium-countdown.php:349
1360
- msgid "Background Size"
1361
  msgstr ""
1362
 
1363
- #: widgets/premium-countdown.php:388
1364
- msgid "Unit"
1365
  msgstr ""
1366
 
1367
- #: widgets/premium-countdown.php:396
1368
- msgid "Units Color"
1369
  msgstr ""
1370
 
1371
- #: widgets/premium-countdown.php:421
1372
- msgid "Separator Width"
1373
  msgstr ""
1374
 
1375
- #: widgets/premium-counter.php:33 widgets/premium-pricing-table.php:38
1376
- msgid "Display Options"
 
1377
  msgstr ""
1378
 
1379
- #: widgets/premium-counter.php:39
1380
- msgid "Icon Type"
1381
  msgstr ""
1382
 
1383
- #: widgets/premium-counter.php:41
1384
- msgid "Use a font awesome icon or upload a custom image"
1385
  msgstr ""
1386
 
1387
- #: widgets/premium-counter.php:43 widgets/premium-modalbox.php:197
1388
- #: widgets/premium-title.php:81
1389
- msgid "Font Awesome Icon"
1390
  msgstr ""
1391
 
1392
- #: widgets/premium-counter.php:44 widgets/premium-modalbox.php:209
1393
- msgid "Custom Image Icon"
1394
  msgstr ""
1395
 
1396
- #: widgets/premium-counter.php:52 widgets/premium-pricing-table.php:110
1397
- msgid "Select an Icon"
 
 
1398
  msgstr ""
1399
 
1400
- #: widgets/premium-counter.php:63
1401
- msgid "Upload Image"
1402
  msgstr ""
1403
 
1404
- #: widgets/premium-counter.php:98 widgets/premium-imageseparator.php:57
1405
- #: widgets/premium-testimonials.php:199
1406
- msgid "Image Size"
1407
  msgstr ""
1408
 
1409
- #: widgets/premium-counter.php:137 widgets/premium-title.php:444
1410
- msgid "Icon Style"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1411
  msgstr ""
1412
 
1413
- #: widgets/premium-counter.php:139
1414
  msgid ""
1415
  "We are giving you three quick preset if you are in a hurry. Otherwise, "
1416
  "create your own with various options"
1417
  msgstr ""
1418
 
1419
- #: widgets/premium-counter.php:141
1420
  msgid "Simple"
1421
  msgstr ""
1422
 
1423
- #: widgets/premium-counter.php:144
1424
  msgid "Design Your Own"
1425
  msgstr ""
1426
 
1427
- #: widgets/premium-counter.php:169
1428
  msgid "Background size"
1429
  msgstr ""
1430
 
1431
- #: widgets/premium-counter.php:191
1432
- msgid "Icon vertical Align"
1433
  msgstr ""
1434
 
1435
- #: widgets/premium-counter.php:252
1436
- msgid "Choose a position for your icon"
1437
  msgstr ""
1438
 
1439
- #: widgets/premium-counter.php:270
1440
- msgid "Counter Settings"
1441
  msgstr ""
1442
 
1443
- #: widgets/premium-counter.php:276
1444
- msgid "Counter Title"
1445
  msgstr ""
1446
 
1447
- #: widgets/premium-counter.php:278
1448
- msgid "Enter title for stats counter block"
1449
  msgstr ""
1450
 
1451
- #: widgets/premium-counter.php:284
1452
- msgid "Counter Value"
1453
  msgstr ""
1454
 
1455
- #: widgets/premium-counter.php:286
1456
- msgid "Enter Counter Value"
1457
  msgstr ""
1458
 
1459
- #: widgets/premium-counter.php:293
1460
- msgid "Thousands Separator"
1461
  msgstr ""
1462
 
1463
- #: widgets/premium-counter.php:295
1464
- msgid "Separate coverts 125000 into 125,000"
1465
  msgstr ""
1466
 
1467
- #: widgets/premium-counter.php:302
1468
- msgid "Replace Decimal Point"
1469
  msgstr ""
1470
 
1471
- #: widgets/premium-counter.php:304
 
 
 
 
 
 
 
 
 
 
 
 
1472
  msgid ""
1473
- "Set a decimal number (Eg - 12.76). The decimal point will be replaced with "
1474
- "the value that you will enter above"
1475
  msgstr ""
1476
 
1477
- #: widgets/premium-counter.php:311
1478
- msgid "Digits After Decimal Point"
1479
  msgstr ""
1480
 
1481
- #: widgets/premium-counter.php:319
1482
- msgid "Counter Value Prefix"
1483
  msgstr ""
1484
 
1485
- #: widgets/premium-counter.php:321
1486
- msgid "Enter prefix for counter value"
 
1487
  msgstr ""
1488
 
1489
- #: widgets/premium-counter.php:327
1490
- msgid "Counter Value suffix"
1491
  msgstr ""
1492
 
1493
- #: widgets/premium-counter.php:329
1494
- msgid "Enter suffix for counter value"
1495
  msgstr ""
1496
 
1497
- #: widgets/premium-counter.php:335
1498
- msgid "Counter Rolling Time"
1499
  msgstr ""
1500
 
1501
- #: widgets/premium-counter.php:337
1502
- msgid "How long should it take to complete the digit?"
1503
  msgstr ""
1504
 
1505
- #: widgets/premium-counter.php:353 widgets/premium-title.php:251
1506
- msgid "Title Color"
1507
  msgstr ""
1508
 
1509
- #: widgets/premium-counter.php:379
1510
- msgid "Value"
1511
  msgstr ""
1512
 
1513
- #: widgets/premium-counter.php:386
1514
- msgid "Value Color"
1515
  msgstr ""
1516
 
1517
- #: widgets/premium-counter.php:412
1518
- msgid "Suffix & Prefix"
1519
  msgstr ""
1520
 
1521
- #: widgets/premium-counter.php:419
1522
- msgid "Suffix Color"
 
 
 
 
 
 
 
 
1523
  msgstr ""
1524
 
1525
- #: widgets/premium-counter.php:444
1526
- msgid "Prefix Color"
1527
  msgstr ""
1528
 
1529
- #: widgets/premium-dual-header.php:44
1530
- msgid "Headers Position"
1531
  msgstr ""
1532
 
1533
- #: widgets/premium-dual-header.php:47
1534
- msgid "Next to Each Other"
1535
  msgstr ""
1536
 
1537
- #: widgets/premium-dual-header.php:48
1538
- msgid "Below Each Other"
1539
  msgstr ""
1540
 
1541
- #: widgets/premium-dual-header.php:61 widgets/premium-dual-header.php:147
1542
- msgid "First Header"
1543
  msgstr ""
1544
 
1545
- #: widgets/premium-dual-header.php:63
1546
- msgid "Premium"
 
 
1547
  msgstr ""
1548
 
1549
- #: widgets/premium-dual-header.php:71
1550
- msgid "First Header Tag"
1551
  msgstr ""
1552
 
1553
- #: widgets/premium-dual-header.php:90 widgets/premium-dual-header.php:281
1554
- msgid "Second Header"
 
 
1555
  msgstr ""
1556
 
1557
- #: widgets/premium-dual-header.php:92
1558
- msgid "Addons"
1559
  msgstr ""
1560
 
1561
- #: widgets/premium-dual-header.php:100
1562
- msgid "Second Header Tag"
1563
  msgstr ""
1564
 
1565
- #: widgets/premium-dual-header.php:165 widgets/premium-dual-header.php:299
1566
- msgid "Background Style"
1567
  msgstr ""
1568
 
1569
- #: widgets/premium-dual-header.php:168 widgets/premium-dual-header.php:302
1570
- msgid ""
1571
- "Choose ‘Background’ style to put a background behind the text. Choose "
1572
- "‘Clipped’ style so the background will be clipped on the text."
1573
  msgstr ""
1574
 
1575
- #: widgets/premium-dual-header.php:170 widgets/premium-dual-header.php:304
1576
- msgid "Background"
1577
  msgstr ""
1578
 
1579
- #: widgets/premium-dual-header.php:171 widgets/premium-dual-header.php:305
1580
- msgid "Clipped"
1581
  msgstr ""
1582
 
1583
- #: widgets/premium-fancytext.php:42
1584
- msgid "Text Settings"
 
1585
  msgstr ""
1586
 
1587
- #: widgets/premium-fancytext.php:49
1588
- msgid "Prefix Text"
1589
  msgstr ""
1590
 
1591
- #: widgets/premium-fancytext.php:51
1592
- msgid "This is"
1593
  msgstr ""
1594
 
1595
- #: widgets/premium-fancytext.php:52
1596
- msgid "Text before Fancy text"
1597
  msgstr ""
1598
 
1599
- #: widgets/premium-fancytext.php:60
1600
- msgid "Fancy Text Strings"
1601
  msgstr ""
1602
 
1603
- #: widgets/premium-fancytext.php:64
1604
- msgid "Designer"
1605
  msgstr ""
1606
 
1607
- #: widgets/premium-fancytext.php:67
1608
- msgid "Developer"
1609
  msgstr ""
1610
 
1611
- #: widgets/premium-fancytext.php:70
1612
- msgid "Awesome"
1613
  msgstr ""
1614
 
1615
- #: widgets/premium-fancytext.php:76
1616
- msgid "Fancy String"
1617
  msgstr ""
1618
 
1619
- #: widgets/premium-fancytext.php:88
1620
- msgid "Suffix Text"
1621
  msgstr ""
1622
 
1623
- #: widgets/premium-fancytext.php:91
1624
- msgid "Text after Fancy text"
1625
  msgstr ""
1626
 
1627
- #: widgets/premium-fancytext.php:99
1628
- msgid "Effect"
1629
  msgstr ""
1630
 
1631
- #: widgets/premium-fancytext.php:101
1632
- msgid "Choose an Effect"
1633
  msgstr ""
1634
 
1635
- #: widgets/premium-fancytext.php:103
1636
- msgid "Type Writer"
1637
  msgstr ""
1638
 
1639
- #: widgets/premium-fancytext.php:104
1640
- msgid "Slide Up"
 
 
1641
  msgstr ""
1642
 
1643
- #: widgets/premium-fancytext.php:114
1644
- msgid "Type Speed (Milliseconds)"
1645
  msgstr ""
1646
 
1647
- #: widgets/premium-fancytext.php:117
1648
- msgid "Speed at which line progresses / Speed of typing effect."
1649
  msgstr ""
1650
 
1651
- #: widgets/premium-fancytext.php:128
1652
- msgid "Back Speed (Milliseconds)"
1653
  msgstr ""
1654
 
1655
- #: widgets/premium-fancytext.php:131
1656
- msgid "Speed of delete / backspace effect."
1657
  msgstr ""
1658
 
1659
- #: widgets/premium-fancytext.php:142
1660
- msgid "Start Delay (Milliseconds)"
1661
  msgstr ""
1662
 
1663
- #: widgets/premium-fancytext.php:145
1664
- msgid "Example - If set to 5000, the first string will appear after 5 seconds."
1665
  msgstr ""
1666
 
1667
- #: widgets/premium-fancytext.php:156
1668
- msgid "Back Delay (Milliseconds)"
1669
  msgstr ""
1670
 
1671
- #: widgets/premium-fancytext.php:159
1672
- msgid ""
1673
- "Example - If set to 5000, the string will remain visible for 5 seconds "
1674
- "before backspace effect."
1675
  msgstr ""
1676
 
1677
- #: widgets/premium-fancytext.php:170
1678
- msgid "Loop"
1679
  msgstr ""
1680
 
1681
- #: widgets/premium-fancytext.php:182
1682
- msgid "Show Cursor"
1683
  msgstr ""
1684
 
1685
- #: widgets/premium-fancytext.php:194
1686
- msgid "Cursor Text"
1687
  msgstr ""
1688
 
1689
- #: widgets/premium-fancytext.php:207
1690
- msgid "Animation Speed (Milliseconds)"
1691
  msgstr ""
1692
 
1693
- #: widgets/premium-fancytext.php:210
1694
- msgid "Duration of Slide Up animation"
1695
  msgstr ""
1696
 
1697
- #: widgets/premium-fancytext.php:221
1698
- msgid "Pause Time (Milliseconds)"
1699
  msgstr ""
1700
 
1701
- #: widgets/premium-fancytext.php:224
1702
- msgid "How long the string should stay visible?"
1703
  msgstr ""
1704
 
1705
- #: widgets/premium-fancytext.php:235
1706
- msgid "Show Items (Milliseconds)"
1707
  msgstr ""
1708
 
1709
- #: widgets/premium-fancytext.php:238
1710
- msgid "How many items should be visible at a time?"
1711
  msgstr ""
1712
 
1713
- #: widgets/premium-fancytext.php:289
1714
- msgid "Fancy Text"
 
 
1715
  msgstr ""
1716
 
1717
- #: widgets/premium-fancytext.php:297
1718
- msgid "Fancy Text Color"
1719
  msgstr ""
1720
 
1721
- #: widgets/premium-fancytext.php:312
1722
- msgid "Fancy Text Background"
1723
  msgstr ""
1724
 
1725
- #: widgets/premium-fancytext.php:338
1726
- msgid "Prefix & Suffix Text"
1727
  msgstr ""
1728
 
1729
- #: widgets/premium-fancytext.php:346
1730
- msgid "Prefix & Suffix Color"
1731
  msgstr ""
1732
 
1733
- #: widgets/premium-fancytext.php:361
1734
- msgid "Prefix & Suffix Background"
1735
  msgstr ""
1736
 
1737
- #: widgets/premium-image-button.php:74
1738
  msgid "Background Slide"
1739
  msgstr ""
1740
 
1741
- #: widgets/premium-image-button.php:75
1742
  msgid "Diagonal Slide"
1743
  msgstr ""
1744
 
1745
- #: widgets/premium-image-button.php:77
1746
  msgid "Overlap"
1747
  msgstr ""
1748
 
1749
- #: widgets/premium-image-button.php:107
1750
  msgid "Bottom Left to Top Right"
1751
  msgstr ""
1752
 
1753
- #: widgets/premium-image-button.php:108
1754
  msgid "Top Right to Bottom Left"
1755
  msgstr ""
1756
 
1757
- #: widgets/premium-image-button.php:109
1758
  msgid "Top Left to Bottom Right"
1759
  msgstr ""
1760
 
1761
- #: widgets/premium-image-button.php:110
1762
  msgid "Bottom Right to Top Left"
1763
  msgstr ""
1764
 
1765
- #: widgets/premium-image-button.php:139
1766
  msgid "Overlap Direction"
1767
  msgstr ""
1768
 
1769
- #: widgets/premium-image-button.php:318
1770
- msgid "Image onclick Event"
1771
- msgstr ""
1772
-
1773
- #: widgets/premium-imageseparator.php:37
1774
  msgid "Image Settings"
1775
  msgstr ""
1776
 
1777
- #: widgets/premium-imageseparator.php:49
1778
  msgid "Choose the separator image"
1779
  msgstr ""
1780
 
1781
- #: widgets/premium-imageseparator.php:79
 
 
 
 
1782
  msgid "Image Gutter (%)"
1783
  msgstr ""
1784
 
1785
- #: widgets/premium-imageseparator.php:82
1786
  msgid ""
1787
  "-50% is default. Increase to push the image outside or decrease to pull the "
1788
  "image inside."
1789
  msgstr ""
1790
 
1791
- #: widgets/premium-imageseparator.php:93
1792
  msgid "Image Alignment"
1793
  msgstr ""
1794
 
1795
- #: widgets/premium-imageseparator.php:120
1796
- msgid "Link"
1797
- msgstr ""
1798
-
1799
- #: widgets/premium-imageseparator.php:122
1800
  msgid "Add a custom link or select an existing page link"
1801
  msgstr ""
1802
 
1803
- #: widgets/premium-imageseparator.php:128 widgets/premium-pricing-table.php:329
1804
  msgid "Link/URL"
1805
  msgstr ""
1806
 
1807
- #: widgets/premium-imageseparator.php:132
1808
- #: widgets/premium-imageseparator.php:144 widgets/premium-pricing-table.php:333
1809
- #: widgets/premium-pricing-table.php:356
1810
- msgid "Link to Existing Content"
1811
- msgstr ""
1812
-
1813
- #: widgets/premium-imageseparator.php:172
1814
  msgid "Image Hovering Title"
1815
  msgstr ""
1816
 
1817
- #: widgets/premium-imageseparator.php:184 widgets/premium-pricing-table.php:370
1818
- #: widgets/premium-testimonials.php:151
1819
  msgid "Link Target"
1820
  msgstr ""
1821
 
1822
- #: widgets/premium-imageseparator.php:186 widgets/premium-pricing-table.php:372
 
1823
  msgid " Where would you like the link be opened?"
1824
  msgstr ""
1825
 
1826
- #: widgets/premium-imageseparator.php:193 widgets/premium-pricing-table.php:379
1827
- #: widgets/premium-testimonials.php:160
1828
  msgid "blank"
1829
  msgstr ""
1830
 
@@ -1832,263 +2252,248 @@ msgstr ""
1832
  msgid "Center Location"
1833
  msgstr ""
1834
 
1835
- #: widgets/premium-maps.php:55
1836
- msgid "Center Latitude"
1837
- msgstr ""
1838
-
1839
- #: widgets/premium-maps.php:57 widgets/premium-maps.php:67
1840
- msgid "Center latitude and longitude are required to identify your location"
1841
  msgstr ""
1842
 
1843
- #: widgets/premium-maps.php:65
1844
- msgid "Center Longitude"
1845
- msgstr ""
1846
-
1847
- #: widgets/premium-maps.php:77
1848
- msgid "Map Markers"
1849
  msgstr ""
1850
 
1851
- #: widgets/premium-maps.php:83
1852
- msgid "Map Pins"
1853
  msgstr ""
1854
 
1855
- #: widgets/premium-maps.php:88
1856
- msgid "Premium Google Maps"
1857
  msgstr ""
1858
 
1859
  #: widgets/premium-maps.php:89
1860
- msgid "Add an optional description to your map pin"
1861
- msgstr ""
1862
-
1863
- #: widgets/premium-maps.php:94
1864
- msgid "Latitude"
1865
  msgstr ""
1866
 
1867
  #: widgets/premium-maps.php:101
1868
- msgid "Longitude"
1869
- msgstr ""
1870
-
1871
- #: widgets/premium-maps.php:108 widgets/premium-maps.php:313
1872
- msgid "Pin Title"
1873
- msgstr ""
1874
-
1875
- #: widgets/premium-maps.php:114
1876
- msgid "Pin Description"
1877
  msgstr ""
1878
 
1879
- #: widgets/premium-maps.php:120
1880
- msgid "Pin Icon"
1881
  msgstr ""
1882
 
1883
- #: widgets/premium-maps.php:131
1884
- msgid "Map Controls"
1885
  msgstr ""
1886
 
1887
- #: widgets/premium-maps.php:137
1888
- msgid "Map Height"
1889
  msgstr ""
1890
 
1891
- #: widgets/premium-maps.php:156
1892
- msgid "Map Zoom"
1893
  msgstr ""
1894
 
1895
- #: widgets/premium-maps.php:172
1896
- msgid "Enable Map Type Controls"
1897
  msgstr ""
1898
 
1899
- #: widgets/premium-maps.php:179
1900
- msgid "Enable Zoom Controls"
1901
  msgstr ""
1902
 
1903
  #: widgets/premium-maps.php:186
1904
- msgid "Enable Street View Control"
1905
- msgstr ""
1906
-
1907
- #: widgets/premium-maps.php:193
1908
- msgid "Enable Fullscreen Control"
1909
  msgstr ""
1910
 
1911
- #: widgets/premium-maps.php:200
1912
- msgid "Enable Scroll Wheel Zoom"
1913
  msgstr ""
1914
 
1915
- #: widgets/premium-maps.php:207
1916
- msgid "Enable Marker Automatic Open"
1917
  msgstr ""
1918
 
1919
- #: widgets/premium-maps.php:214
1920
  msgid "Map Type"
1921
  msgstr ""
1922
 
1923
- #: widgets/premium-maps.php:217
1924
  msgid "Road Map"
1925
  msgstr ""
1926
 
1927
- #: widgets/premium-maps.php:218
1928
  msgid "Satellite"
1929
  msgstr ""
1930
 
1931
- #: widgets/premium-maps.php:219
1932
  msgid "Terrain"
1933
  msgstr ""
1934
 
1935
- #: widgets/premium-maps.php:220
1936
  msgid "Hybrid"
1937
  msgstr ""
1938
 
1939
- #: widgets/premium-maps.php:230
1940
- msgid "Map Custom Styling"
1941
  msgstr ""
1942
 
1943
- #: widgets/premium-maps.php:236
1944
- msgid "JSON Code"
1945
  msgstr ""
1946
 
1947
- #: widgets/premium-maps.php:249
1948
- msgid "Map"
1949
  msgstr ""
1950
 
1951
- #: widgets/premium-maps.php:321
1952
- msgid "Pin Title Color"
1953
  msgstr ""
1954
 
1955
- #: widgets/premium-maps.php:397
1956
- msgid "Pin Content"
1957
  msgstr ""
1958
 
1959
- #: widgets/premium-maps.php:404
1960
- msgid "Pin Description Color"
1961
  msgstr ""
1962
 
1963
- #: widgets/premium-modalbox.php:44
1964
- msgid "Modal Box Settings"
1965
  msgstr ""
1966
 
1967
- #: widgets/premium-modalbox.php:51
1968
- msgid "Display Modal Box On"
1969
  msgstr ""
1970
 
1971
- #: widgets/premium-modalbox.php:53
1972
- msgid "Choose where would you like the modal box appear on"
1973
  msgstr ""
1974
 
1975
- #: widgets/premium-modalbox.php:128
1976
- msgid "Delay in Popup Display (Sec)"
1977
  msgstr ""
1978
 
1979
- #: widgets/premium-modalbox.php:130
1980
- msgid ""
1981
- "When should the popup appear during page load? The value are counted in "
1982
- "seconds"
 
 
1983
  msgstr ""
1984
 
1985
- #: widgets/premium-modalbox.php:143
1986
- msgid "Selector Alignment"
1987
  msgstr ""
1988
 
1989
- #: widgets/premium-modalbox.php:174 widgets/premium-modalbox.php:235
1990
- #: widgets/premium-modalbox.php:243
1991
- msgid "Modal Box Content"
1992
  msgstr ""
1993
 
1994
- #: widgets/premium-modalbox.php:181
1995
- msgid "Icon to Display"
1996
  msgstr ""
1997
 
1998
- #: widgets/premium-modalbox.php:183
1999
  msgid "Use font awesome icon or upload a custom image"
2000
  msgstr ""
2001
 
2002
- #: widgets/premium-modalbox.php:224
2003
- msgid "Modal Box Title"
 
 
 
 
2004
  msgstr ""
2005
 
2006
- #: widgets/premium-modalbox.php:226
2007
- msgid "Provide the modal box with a title"
2008
  msgstr ""
2009
 
2010
- #: widgets/premium-modalbox.php:254 widgets/premium-modalbox.php:636
2011
  msgid "Upper Close Button"
2012
  msgstr ""
2013
 
2014
- #: widgets/premium-modalbox.php:263 widgets/premium-modalbox.php:785
2015
  msgid "Lower Close Button"
2016
  msgstr ""
2017
 
2018
- #: widgets/premium-modalbox.php:275
2019
- msgid "Selector"
2020
  msgstr ""
2021
 
2022
- #: widgets/premium-modalbox.php:306 widgets/premium-modalbox.php:623
2023
- #: widgets/premium-modalbox.php:798
2024
- msgid "Typography"
2025
  msgstr ""
2026
 
2027
- #: widgets/premium-modalbox.php:495
2028
- msgid "Modal Box"
2029
  msgstr ""
2030
 
2031
- #: widgets/premium-modalbox.php:504
2032
- msgid "Modal Width"
2033
  msgstr ""
2034
 
2035
- #: widgets/premium-modalbox.php:544
2036
- msgid "Modal Box Background Color"
2037
  msgstr ""
2038
 
2039
- #: widgets/premium-modalbox.php:555
2040
- msgid "Header Background Color"
2041
  msgstr ""
2042
 
2043
- #: widgets/premium-modalbox.php:566 widgets/premium-person.php:316
2044
- msgid "Content Background Color"
 
 
2045
  msgstr ""
2046
 
2047
- #: widgets/premium-modalbox.php:577
2048
- msgid "Footer Background Color"
2049
  msgstr ""
2050
 
2051
- #: widgets/premium-modalbox.php:602
2052
- msgid "Heading"
 
 
 
2053
  msgstr ""
2054
 
2055
- #: widgets/premium-person.php:37 widgets/premium-testimonials.php:43
2056
- msgid "Person Image"
2057
  msgstr ""
2058
 
2059
- #: widgets/premium-person.php:55
2060
- msgid "Image Width"
2061
  msgstr ""
2062
 
2063
- #: widgets/premium-person.php:57
2064
- msgid "Enter image width in (PX, EM, %), default is 100%"
2065
  msgstr ""
2066
 
2067
- #: widgets/premium-person.php:82
2068
- msgid "Image Height"
2069
  msgstr ""
2070
 
2071
- #: widgets/premium-person.php:84
2072
- msgid "Choose image height in (PX, EM)"
2073
  msgstr ""
2074
 
2075
- #: widgets/premium-person.php:126 widgets/premium-testimonials.php:36
2076
- msgid "Person Details"
2077
  msgstr ""
2078
 
2079
- #: widgets/premium-person.php:133 widgets/premium-person.php:352
2080
- msgid "Name"
2081
  msgstr ""
2082
 
2083
- #: widgets/premium-person.php:135
2084
- msgid "John Frank"
2085
  msgstr ""
2086
 
2087
- #: widgets/premium-person.php:143 widgets/premium-testimonials.php:82
2088
- msgid "Name Tag"
2089
  msgstr ""
2090
 
2091
- #: widgets/premium-person.php:161 widgets/premium-person.php:389
2092
  msgid "Job Title"
2093
  msgstr ""
2094
 
@@ -2096,10 +2501,6 @@ msgstr ""
2096
  msgid "Senior Developer"
2097
  msgstr ""
2098
 
2099
- #: widgets/premium-person.php:171
2100
- msgid "Job Title Tag"
2101
- msgstr ""
2102
-
2103
  #: widgets/premium-person.php:175
2104
  msgid "H1"
2105
  msgstr ""
@@ -2124,380 +2525,338 @@ msgstr ""
2124
  msgid "H6"
2125
  msgstr ""
2126
 
2127
- #: widgets/premium-person.php:227
2128
  msgid ""
2129
  "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ullamcorper "
2130
  "nulla non metus auctor fringilla"
2131
  msgstr ""
2132
 
2133
- #: widgets/premium-person.php:238
2134
- msgid "Social Links"
2135
  msgstr ""
2136
 
2137
- #: widgets/premium-person.php:245
2138
  msgid "Facebook"
2139
  msgstr ""
2140
 
2141
- #: widgets/premium-person.php:255
2142
  msgid "Twitter"
2143
  msgstr ""
2144
 
2145
- #: widgets/premium-person.php:265
2146
  msgid "LinkedIn"
2147
  msgstr ""
2148
 
2149
- #: widgets/premium-person.php:275
2150
- msgid "Dribbble"
2151
- msgstr ""
2152
-
2153
- #: widgets/premium-person.php:285
2154
  msgid "Google+"
2155
  msgstr ""
2156
 
2157
- #: widgets/premium-person.php:295
2158
- msgid "Email Address"
2159
- msgstr ""
2160
-
2161
- #: widgets/premium-person.php:328
2162
- msgid "Border Bottom Width (PX)"
2163
  msgstr ""
2164
 
2165
- #: widgets/premium-person.php:361
2166
- msgid "Name Color"
2167
- msgstr ""
2168
-
2169
- #: widgets/premium-person.php:397
2170
- msgid "Job Title Color"
2171
  msgstr ""
2172
 
2173
- #: widgets/premium-person.php:433
2174
- msgid "Description Text Color"
2175
  msgstr ""
2176
 
2177
- #: widgets/premium-person.php:461
2178
- msgid "Social Icons"
2179
  msgstr ""
2180
 
2181
- #: widgets/premium-person.php:469
2182
- msgid "Social Icons Color"
2183
  msgstr ""
2184
 
2185
- #: widgets/premium-person.php:484
2186
- msgid "Social Hover Color"
2187
  msgstr ""
2188
 
2189
- #: widgets/premium-pricing-table.php:59 widgets/premium-pricing-table.php:163
2190
- #: widgets/premium-pricing-table.php:183 widgets/premium-pricing-table.php:846
 
2191
  msgid "Price"
2192
  msgstr ""
2193
 
2194
- #: widgets/premium-pricing-table.php:67 widgets/premium-pricing-table.php:215
2195
- msgid "Icon List"
2196
- msgstr ""
2197
-
2198
- #: widgets/premium-pricing-table.php:90 widgets/premium-pricing-table.php:390
2199
- #: widgets/premium-pricing-table.php:1511
2200
- msgid "Badge"
2201
- msgstr ""
2202
-
2203
- #: widgets/premium-pricing-table.php:142
2204
- msgid "Select HTML tag for the title"
2205
  msgstr ""
2206
 
2207
- #: widgets/premium-pricing-table.php:173
2208
  msgid "Currency"
2209
  msgstr ""
2210
 
2211
- #: widgets/premium-pricing-table.php:193
2212
  msgid "Divider"
2213
  msgstr ""
2214
 
2215
- #: widgets/premium-pricing-table.php:203
2216
  msgid "Duration"
2217
  msgstr ""
2218
 
2219
- #: widgets/premium-pricing-table.php:224
2220
- msgid "Icon List Items"
 
 
 
 
 
2221
  msgstr ""
2222
 
2223
- #: widgets/premium-pricing-table.php:229
2224
  msgid "List Item #1"
2225
  msgstr ""
2226
 
2227
- #: widgets/premium-pricing-table.php:233
2228
  msgid "List Item #2"
2229
  msgstr ""
2230
 
2231
- #: widgets/premium-pricing-table.php:237
2232
  msgid "List Item #3"
2233
  msgstr ""
2234
 
2235
- #: widgets/premium-pricing-table.php:243
2236
- msgid "Item Icon"
2237
- msgstr ""
2238
-
2239
- #: widgets/premium-pricing-table.php:248
2240
- msgid "Item Text"
2241
- msgstr ""
2242
-
2243
- #: widgets/premium-pricing-table.php:258
2244
- msgid "List Alignment"
2245
- msgstr ""
2246
-
2247
- #: widgets/premium-pricing-table.php:299
2248
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
2249
  msgstr ""
2250
 
2251
- #: widgets/premium-pricing-table.php:320
2252
  msgid "Get Started"
2253
  msgstr ""
2254
 
2255
- #: widgets/premium-pricing-table.php:399
2256
- msgid "Badge Position"
2257
- msgstr ""
2258
-
2259
- #: widgets/premium-pricing-table.php:411
2260
- msgid "Badge Text"
2261
  msgstr ""
2262
 
2263
- #: widgets/premium-pricing-table.php:412
2264
  msgid "Popular"
2265
  msgstr ""
2266
 
2267
- #: widgets/premium-pricing-table.php:420 widgets/premium-pricing-table.php:439
2268
- msgid "Badge Size"
2269
- msgstr ""
2270
-
2271
- #: widgets/premium-pricing-table.php:462
2272
- msgid "Box"
2273
  msgstr ""
2274
 
2275
- #: widgets/premium-pricing-table.php:657
2276
- msgid "Icon Background Color"
2277
  msgstr ""
2278
 
2279
- #: widgets/premium-pricing-table.php:857
2280
- msgid "Currency Color"
2281
  msgstr ""
2282
 
2283
- #: widgets/premium-pricing-table.php:873
2284
- msgid "Currency Typography"
2285
  msgstr ""
2286
 
2287
- #: widgets/premium-pricing-table.php:882
2288
- msgid "Vertical Align"
2289
  msgstr ""
2290
 
2291
- #: widgets/premium-pricing-table.php:890
2292
- msgid "Unset"
 
2293
  msgstr ""
2294
 
2295
- #: widgets/premium-pricing-table.php:908
2296
- msgid "Currency Margin"
2297
  msgstr ""
2298
 
2299
- #: widgets/premium-pricing-table.php:921
2300
- msgid "Price Color"
2301
  msgstr ""
2302
 
2303
- #: widgets/premium-pricing-table.php:938
2304
- msgid "Price Typography"
2305
  msgstr ""
2306
 
2307
- #: widgets/premium-pricing-table.php:947
2308
- msgid "Price Margin"
2309
  msgstr ""
2310
 
2311
- #: widgets/premium-pricing-table.php:959
2312
- msgid "Divider Color"
2313
  msgstr ""
2314
 
2315
- #: widgets/premium-pricing-table.php:976
2316
- msgid "Divider Typography"
2317
  msgstr ""
2318
 
2319
- #: widgets/premium-pricing-table.php:985
2320
- msgid "Divider Margin"
 
2321
  msgstr ""
2322
 
2323
- #: widgets/premium-pricing-table.php:1004
2324
- msgid "Duration Color"
2325
  msgstr ""
2326
 
2327
- #: widgets/premium-pricing-table.php:1021
2328
- msgid "Duration Typography"
 
2329
  msgstr ""
2330
 
2331
- #: widgets/premium-pricing-table.php:1030
2332
- msgid "Duration Margin"
2333
  msgstr ""
2334
 
2335
- #: widgets/premium-pricing-table.php:1089
2336
- msgid "List"
2337
  msgstr ""
2338
 
2339
- #: widgets/premium-pricing-table.php:1160
2340
- msgid "Space Between"
2341
  msgstr ""
2342
 
2343
- #: widgets/premium-pricing-table.php:1522
2344
- #: widgets/premium-pricing-table.php:1539
2345
- msgid "Badge Color"
2346
  msgstr ""
2347
 
2348
- #: widgets/premium-pricing-table.php:1580
2349
- msgid "Vertical Position"
2350
  msgstr ""
2351
 
2352
- #: widgets/premium-pricing-table.php:1596
2353
- #: widgets/premium-pricing-table.php:1615
2354
- msgid "Horizontal Position"
2355
  msgstr ""
2356
 
2357
- #: widgets/premium-progressbar.php:42
2358
- msgid "Progress Bar Settings"
2359
  msgstr ""
2360
 
2361
- #: widgets/premium-progressbar.php:49 widgets/premium-progressbar.php:204
2362
- msgid "Left Label"
2363
  msgstr ""
2364
 
2365
- #: widgets/premium-progressbar.php:51
2366
- msgid "My Skill"
2367
  msgstr ""
2368
 
2369
- #: widgets/premium-progressbar.php:59 widgets/premium-progressbar.php:248
2370
- msgid "Right Label"
2371
  msgstr ""
2372
 
2373
- #: widgets/premium-progressbar.php:61
2374
- msgid "50%"
2375
  msgstr ""
2376
 
2377
- #: widgets/premium-progressbar.php:69
2378
- msgid "Percentage (%)"
2379
  msgstr ""
2380
 
2381
- #: widgets/premium-progressbar.php:84 widgets/premium-progressbar.php:112
2382
- msgid "Progress Bar"
2383
  msgstr ""
2384
 
2385
- #: widgets/premium-progressbar.php:88
2386
- msgid "Solid"
2387
  msgstr ""
2388
 
2389
- #: widgets/premium-progressbar.php:89
2390
- msgid "Stripped"
2391
  msgstr ""
2392
 
2393
- #: widgets/premium-progressbar.php:97
2394
- msgid "Progress Bar Animation"
2395
  msgstr ""
2396
 
2397
- #: widgets/premium-progressbar.php:120
2398
- msgid "Height (Pixels)"
2399
  msgstr ""
2400
 
2401
- #: widgets/premium-progressbar.php:156
2402
- msgid "Indicator Background"
2403
  msgstr ""
2404
 
2405
- #: widgets/premium-progressbar.php:176
2406
- msgid "Main Background"
2407
  msgstr ""
2408
 
2409
- #: widgets/premium-testimonials.php:19
2410
- msgid "Premium Testimonial"
2411
  msgstr ""
2412
 
2413
- #: widgets/premium-testimonials.php:48
2414
  msgid "Choose an image for the author"
2415
  msgstr ""
2416
 
2417
- #: widgets/premium-testimonials.php:56
2418
  msgid "Image Style"
2419
  msgstr ""
2420
 
2421
- #: widgets/premium-testimonials.php:58
2422
  msgid "Choose image style"
2423
  msgstr ""
2424
 
2425
- #: widgets/premium-testimonials.php:60
2426
  msgid "Square"
2427
  msgstr ""
2428
 
2429
- #: widgets/premium-testimonials.php:61
2430
  msgid "Circle"
2431
  msgstr ""
2432
 
2433
- #: widgets/premium-testimonials.php:62
2434
  msgid "Rounded"
2435
  msgstr ""
2436
 
2437
- #: widgets/premium-testimonials.php:71 widgets/premium-testimonials.php:73
2438
- #: widgets/premium-testimonials.php:259
2439
  msgid "Person Name"
2440
  msgstr ""
2441
 
2442
- #: widgets/premium-testimonials.php:74
2443
  msgid "Enter author name"
2444
  msgstr ""
2445
 
2446
- #: widgets/premium-testimonials.php:84
2447
  msgid "Select a heading tag for author name"
2448
  msgstr ""
2449
 
2450
- #: widgets/premium-testimonials.php:104
2451
- msgid "Company Details"
2452
  msgstr ""
2453
 
2454
- #: widgets/premium-testimonials.php:111 widgets/premium-testimonials.php:113
2455
- #: widgets/premium-testimonials.php:309
2456
  msgid "Company Name"
2457
  msgstr ""
2458
 
2459
- #: widgets/premium-testimonials.php:114
2460
  msgid "Enter company name"
2461
  msgstr ""
2462
 
2463
- #: widgets/premium-testimonials.php:122
2464
- msgid "Company Name Tag"
2465
- msgstr ""
2466
-
2467
- #: widgets/premium-testimonials.php:124
2468
  msgid "Select a heading tag for company name"
2469
  msgstr ""
2470
 
2471
- #: widgets/premium-testimonials.php:141
2472
- msgid "Company Link"
2473
- msgstr ""
2474
-
2475
- #: widgets/premium-testimonials.php:143
2476
  msgid "Add company URL"
2477
  msgstr ""
2478
 
2479
- #: widgets/premium-testimonials.php:153
2480
  msgid "Select link target"
2481
  msgstr ""
2482
 
2483
- #: widgets/premium-testimonials.php:155
2484
  msgid "Blank"
2485
  msgstr ""
2486
 
2487
- #: widgets/premium-testimonials.php:156
2488
  msgid "Parent"
2489
  msgstr ""
2490
 
2491
- #: widgets/premium-testimonials.php:157
2492
  msgid "Self"
2493
  msgstr ""
2494
 
2495
- #: widgets/premium-testimonials.php:170 widgets/premium-testimonials.php:177
2496
- #: widgets/premium-testimonials.php:345
2497
  msgid "Testimonial Content"
2498
  msgstr ""
2499
 
2500
- #: widgets/premium-testimonials.php:179
2501
  msgid ""
2502
  "Donec id elit non mi porta gravida at eget metus. Vivamus sagittis lacus vel "
2503
  "augue laoreet rutrum faucibus dolor auctor. Cras mattis consectetur purus "
@@ -2505,232 +2864,190 @@ msgid ""
2505
  "Donec id elit non mi porta gravida at eget metus."
2506
  msgstr ""
2507
 
2508
- #: widgets/premium-testimonials.php:221
2509
- msgid "Image Border Width (PX)"
2510
- msgstr ""
2511
-
2512
- #: widgets/premium-testimonials.php:242
2513
- msgid "Image Border Color"
2514
- msgstr ""
2515
-
2516
- #: widgets/premium-testimonials.php:267
2517
- msgid "Person Name Color"
2518
- msgstr ""
2519
-
2520
- #: widgets/premium-testimonials.php:282
2521
- msgid "Separator Color"
2522
- msgstr ""
2523
-
2524
- #: widgets/premium-testimonials.php:317
2525
- msgid "Company Name Color"
2526
- msgstr ""
2527
-
2528
- #: widgets/premium-testimonials.php:353
2529
- msgid "Testimonial Text Color"
2530
- msgstr ""
2531
-
2532
- #: widgets/premium-testimonials.php:379
2533
- msgid "Testimonial Text Margin"
2534
- msgstr ""
2535
-
2536
- #: widgets/premium-testimonials.php:401
2537
- msgid "Quotation Mark"
2538
- msgstr ""
2539
-
2540
- #: widgets/premium-testimonials.php:409
2541
- msgid "Quotes Color"
2542
- msgstr ""
2543
-
2544
- #: widgets/premium-testimonials.php:421
2545
- msgid "Quotes Size"
2546
  msgstr ""
2547
 
2548
- #: widgets/premium-testimonials.php:443
2549
- msgid "Upper Quote Position"
2550
  msgstr ""
2551
 
2552
- #: widgets/premium-testimonials.php:460
2553
- msgid "Lower Quote Position"
2554
  msgstr ""
2555
 
2556
- #: widgets/premium-title.php:37
2557
- msgid "Title Settings"
2558
  msgstr ""
2559
 
2560
- #: widgets/premium-title.php:44
2561
- msgid "Title Content"
2562
  msgstr ""
2563
 
2564
- #: widgets/premium-title.php:54
2565
- msgid "Title Style"
2566
  msgstr ""
2567
 
2568
- #: widgets/premium-title.php:58
2569
  msgid "Style1"
2570
  msgstr ""
2571
 
2572
- #: widgets/premium-title.php:59
2573
  msgid "Style2"
2574
  msgstr ""
2575
 
2576
- #: widgets/premium-title.php:60
2577
  msgid "Style3"
2578
  msgstr ""
2579
 
2580
- #: widgets/premium-title.php:61
2581
  msgid "Style4"
2582
  msgstr ""
2583
 
2584
- #: widgets/premium-title.php:62
2585
  msgid "Style5"
2586
  msgstr ""
2587
 
2588
- #: widgets/premium-title.php:63
2589
  msgid "Style6"
2590
  msgstr ""
2591
 
2592
- #: widgets/premium-title.php:64
2593
  msgid "Style7"
2594
  msgstr ""
2595
 
2596
- #: widgets/premium-title.php:95
2597
- msgid "h2"
2598
  msgstr ""
2599
 
2600
- #: widgets/premium-title.php:110 widgets/premium-title.php:211
2601
- msgid "Align"
2602
  msgstr ""
2603
 
2604
- #: widgets/premium-title.php:139
2605
  msgid "Strip Width (PX)"
2606
  msgstr ""
2607
 
2608
- #: widgets/premium-title.php:159
2609
  msgid "Strip Height (PX)"
2610
  msgstr ""
2611
 
2612
- #: widgets/premium-title.php:179
2613
  msgid "Strip Top Spacing (PX)"
2614
  msgstr ""
2615
 
2616
- #: widgets/premium-title.php:195
2617
  msgid "Strip Bottom Spacing (PX)"
2618
  msgstr ""
2619
 
2620
- #: widgets/premium-title.php:333 widgets/premium-title.php:364
2621
- msgid "Header Line Color"
2622
- msgstr ""
2623
-
2624
- #: widgets/premium-title.php:382
2625
- msgid "Triangle Color"
2626
- msgstr ""
2627
-
2628
- #: widgets/premium-title.php:402
2629
- msgid "Strip Color"
2630
  msgstr ""
2631
 
2632
- #: widgets/premium-videobox.php:37
2633
- msgid "Video Box Content"
2634
  msgstr ""
2635
 
2636
- #: widgets/premium-videobox.php:45
2637
- msgid "Choose an image for the video box"
2638
  msgstr ""
2639
 
2640
- #: widgets/premium-videobox.php:60 widgets/premium-videobox.php:68
2641
- msgid "Play Icon"
2642
  msgstr ""
2643
 
2644
- #: widgets/premium-videobox.php:76 widgets/premium-videobox.php:140
2645
- msgid "Vertical Position (%)"
2646
  msgstr ""
2647
 
2648
- #: widgets/premium-videobox.php:93 widgets/premium-videobox.php:157
2649
- msgid "Horizontal Position (%)"
2650
  msgstr ""
2651
 
2652
- #: widgets/premium-videobox.php:114 widgets/premium-videobox.php:120
2653
- #: widgets/premium-videobox.php:421
2654
- msgid "Video Text"
2655
  msgstr ""
2656
 
2657
- #: widgets/premium-videobox.php:179 widgets/premium-videobox.php:186
2658
  msgid "Video Type"
2659
  msgstr ""
2660
 
2661
- #: widgets/premium-videobox.php:190
2662
  msgid "Youtube"
2663
  msgstr ""
2664
 
2665
- #: widgets/premium-videobox.php:191
2666
  msgid "Vimeo"
2667
  msgstr ""
2668
 
2669
- #: widgets/premium-videobox.php:199
2670
- msgid "ID/URL"
2671
- msgstr ""
2672
-
2673
- #: widgets/premium-videobox.php:203
2674
  msgid "ID"
2675
  msgstr ""
2676
 
2677
- #: widgets/premium-videobox.php:204 widgets/premium-videobox.php:224
2678
  msgid "Embed URL"
2679
  msgstr ""
2680
 
2681
- #: widgets/premium-videobox.php:212
2682
  msgid "Video ID"
2683
  msgstr ""
2684
 
2685
- #: widgets/premium-videobox.php:213
2686
  msgid ""
2687
  "Enter the numbers and letters after the equal sign which located in your "
2688
  "YouTube video link or after the slash sign in your Vimeo video link. For "
2689
  "example, z1hQgVpfTKU"
2690
  msgstr ""
2691
 
2692
- #: widgets/premium-videobox.php:225
2693
  msgid ""
2694
  "Enter your YouTube/Vimeo video link. For example, https://www.youtube.com/"
2695
  "embed/z1hQgVpfTKU."
2696
  msgstr ""
2697
 
2698
- #: widgets/premium-videobox.php:239
2699
- msgid "Video Box"
2700
  msgstr ""
2701
 
2702
- #: widgets/premium-videobox.php:280
2703
- msgid "Play Icon Style"
2704
  msgstr ""
2705
 
2706
- #: widgets/premium-videobox.php:306
2707
- msgid "Icon Hover Color"
2708
  msgstr ""
2709
 
2710
- #: widgets/premium-videobox.php:391
2711
- msgid "Hover Animation"
2712
  msgstr ""
2713
 
2714
- #: widgets/premium-videobox.php:393
2715
- msgid ""
2716
- "Hover animation works only when you set a background color or image for play "
2717
- "icon"
2718
  msgstr ""
2719
 
2720
- #: widgets/premium-videobox.php:401
2721
- msgid "Hover Padding"
 
 
 
 
 
 
 
 
 
2722
  msgstr ""
2723
 
2724
- #: widgets/premium-videobox.php:447
2725
- msgid "Text Hover Color"
2726
  msgstr ""
2727
 
2728
- #: wp-updates-plugin.php:87
2729
  msgid ""
2730
- "An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
2731
- "\" onclick=\"document.location.reload(); return false;\">Try again</a>"
2732
  msgstr ""
2733
 
2734
- #: wp-updates-plugin.php:91
2735
- msgid "An unknown error occurred"
2736
  msgstr ""
1
+ #, fuzzy
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Premium Addons for Elementor\n"
5
+ "POT-Creation-Date: 2018-09-26 16:54+0200\n"
6
  "PO-Revision-Date: 2018-02-15 10:41+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Leap13\n"
19
  "X-Poedit-SearchPathExcluded-0: assets/js\n"
20
  "X-Poedit-SearchPathExcluded-1: admin/assets/js\n"
21
 
22
+ #: admin/includes/notices.php:99
23
+ msgid ""
24
+ "<p>Premium Addons for Elementor is not working because you need to Install "
25
+ "Elementor plugin.</p>"
26
+ msgstr ""
27
+
28
+ #: admin/includes/notices.php:101
29
+ msgid "Install Now"
30
  msgstr ""
31
 
32
+ #: admin/includes/notices.php:109
33
  msgid ""
34
+ "Premium Addons for Elementor is not working because you need to activate "
35
+ "Elementor plugin."
36
  msgstr ""
37
 
38
+ #: admin/includes/notices.php:111
39
+ msgid "Activate Now"
40
+ msgstr ""
41
+
42
+ #: admin/includes/notices.php:135
43
+ #, php-format
44
+ msgid ""
45
+ "<p style=\"display: flex; align-items: center; padding:10px 10px 10px 0;"
46
+ "\"><img src=\"%s\" style=\"margin-right: 0.8em; width: 40px;\">Did you "
47
+ "like<strong>&nbspPremium Addons for Elementor&nbsp</strong>Plugin?"
48
+ "<span>&nbspplease help us by leaving a five star review on WordPress.org."
49
+ "&nbsp</span><a href=\"%s\" target=\"_blank\" style=\"flex-grow: 2;\">Leave a "
50
+ "Review.</a>"
51
  msgstr ""
52
 
53
+ #: admin/includes/notices.php:139 admin/includes/notices.php:171
54
+ #, php-format
55
+ msgid ""
56
+ "<a href=\"%s\" style=\"text-decoration: none; margin-left: 1em; float:right; "
57
+ "\"><span class=\"dashicons dashicons-dismiss\"></span></a></p>"
58
+ msgstr ""
59
+
60
+ #: admin/includes/notices.php:167
61
+ #, php-format
62
+ msgid ""
63
+ "<p style=\"display: flex; align-items: center; padding:10px 10px 10px 0;"
64
+ "\"><img src=\"%s\" style=\"margin-right: 0.8em; width: 40px;"
65
+ "\"><strong>Premium Addons PRO&nbsp</strong><span> is now available!&nbsp</"
66
+ "span><a href=\"%s\" target=\"_blank\" style=\"flex-grow: 2;\"> Check it out "
67
+ "now.</a>"
68
  msgstr ""
69
 
70
+ #: admin/settings/about.php:13
71
+ msgid "About"
72
+ msgstr ""
73
+
74
+ #: admin/settings/about.php:35 admin/settings/elements.php:111
75
+ #: admin/settings/gomaps.php:61 admin/settings/sys-info.php:31
76
+ #: admin/settings/version-control.php:61
77
+ #, php-format
78
+ msgid ""
79
+ "Thank you for using %s. This plugin has been developed by %s and we hope you "
80
+ "enjoy using it."
81
  msgstr ""
82
 
83
+ #: admin/settings/elements.php:33
84
+ msgid "Are you sure you want to reinstall version "
85
  msgstr ""
86
 
87
+ #: admin/settings/elements.php:34 includes/maintenance.php:24
88
+ msgid "Rollback to Previous Version"
89
  msgstr ""
90
 
91
+ #: admin/settings/elements.php:35
92
+ msgid "Yes"
93
  msgstr ""
94
 
95
+ #: admin/settings/elements.php:36
96
+ msgid "Cancel"
97
  msgstr ""
98
 
99
+ #: admin/settings/elements.php:188
100
  msgid "Premium Image Separator"
101
  msgstr ""
102
 
103
+ #: admin/settings/elements.php:307
104
+ msgid "Premium Alert Box"
105
  msgstr ""
106
 
107
+ #: admin/settings/elements.php:315
108
+ msgid "Premium Icon Box"
 
109
  msgstr ""
110
 
111
+ #: admin/settings/elements.php:328
112
+ msgid "Premium Twitter Feed"
113
  msgstr ""
114
 
115
+ #: admin/settings/elements.php:336
116
+ msgid "Premium Instagram Feed"
117
  msgstr ""
118
 
119
+ #: admin/settings/elements.php:347
120
+ msgid "Premium Flip Box"
121
  msgstr ""
122
 
123
+ #: admin/settings/elements.php:355
124
+ msgid "Premium Unfold"
125
+ msgstr ""
126
+
127
+ #: admin/settings/elements.php:366
128
+ msgid "Premium Messenger Chat"
129
+ msgstr ""
130
+
131
+ #: admin/settings/elements.php:374
132
+ msgid "Premium Tabs"
133
+ msgstr ""
134
+
135
+ #: admin/settings/elements.php:384
136
+ msgid "Premium Chart"
137
+ msgstr ""
138
+
139
+ #: admin/settings/elements.php:392
140
+ msgid "Premium Preview Window"
141
+ msgstr ""
142
+
143
+ #: admin/settings/elements.php:402
144
+ msgid "Premium Image Hotspots"
145
+ msgstr ""
146
+
147
+ #: admin/settings/elements.php:410
148
+ msgid "Premium Facebook Reviews"
149
+ msgstr ""
150
+
151
+ #: admin/settings/elements.php:420
152
+ msgid "Premium Image Comparison"
153
+ msgstr ""
154
+
155
+ #: admin/settings/elements.php:428
156
+ msgid "Premium Divider"
157
+ msgstr ""
158
+
159
+ #: admin/settings/elements.php:439
160
+ msgid "Premium Magic Section"
161
+ msgstr ""
162
+
163
+ #: admin/settings/elements.php:447
164
+ msgid "Premium Google Reviews"
165
+ msgstr ""
166
+
167
+ #: admin/settings/elements.php:457
168
+ msgid "Premium Behance Feed"
169
+ msgstr ""
170
+
171
+ #: admin/settings/elements.php:465
172
+ msgid "Premium Tables"
173
+ msgstr ""
174
+
175
+ #: admin/settings/elements.php:476
176
+ msgid "Premium Image Layers"
177
+ msgstr ""
178
+
179
+ #: admin/settings/elements.php:484
180
+ msgid "Premium iHover"
181
+ msgstr ""
182
+
183
+ #: admin/settings/elements.php:495
184
+ msgid "Premium Content Switcher"
185
+ msgstr ""
186
+
187
+ #: admin/settings/elements.php:503
188
+ msgid "Premium Facebook Feed"
189
+ msgstr ""
190
+
191
+ #: admin/settings/elements.php:514
192
+ msgid "Premium Whatsapp Chat"
193
+ msgstr ""
194
+
195
+ #: admin/settings/elements.php:525
196
+ msgid "Premium Section Parallax"
197
+ msgstr ""
198
+
199
+ #: admin/settings/elements.php:532
200
+ msgid "Premium Section Particles"
201
  msgstr ""
202
 
203
+ #: admin/settings/elements.php:542
204
+ msgid "Premium Section Animated Gradient"
205
  msgstr ""
206
 
207
+ #: admin/settings/elements.php:549
208
+ msgid "Premium Section Ken Burns"
209
  msgstr ""
210
 
211
+ #: admin/settings/gomaps.php:85
212
+ msgid "Enable Maps API JS File:"
213
  msgstr ""
214
 
215
+ #: admin/settings/gopro.php:13
216
+ msgid "Get PRO Widgets & Addons"
217
  msgstr ""
218
 
219
+ #: admin/settings/gopro.php:44
220
+ msgid "Widgets Settings"
221
  msgstr ""
222
 
223
+ #: admin/settings/sys-info.php:17
224
+ msgid "System Info"
225
+ msgstr ""
226
+
227
+ #: admin/settings/sys-info.php:42
228
  msgid "System setup information useful for debugging purposes."
229
  msgstr ""
230
 
231
+ #: admin/settings/version-control.php:28
232
+ msgid "Version Control"
233
  msgstr ""
234
 
235
+ #: admin/settings/version-control.php:93
236
+ msgid "Beta Tester"
237
  msgstr ""
238
 
239
+ #: admin/settings/version-control.php:95
240
+ msgid "Check this box to get updates for beta versions"
241
  msgstr ""
242
 
243
+ #: includes/rollback.php:67
244
+ msgid "Rolling Back to Version "
245
  msgstr ""
246
 
247
+ #: widgets/premium-banner.php:42 widgets/premium-banner.php:451
248
+ #: widgets/premium-blog.php:43 widgets/premium-blog.php:378
249
+ #: widgets/premium-grid.php:502 widgets/premium-image-separator.php:43
250
+ #: widgets/premium-modalbox.php:393 widgets/premium-person.php:30
251
+ #: widgets/premium-person.php:37 widgets/premium-testimonials.php:36
252
+ #: widgets/premium-testimonials.php:202 widgets/premium-videobox.php:41
253
+ msgid "Image"
 
 
 
 
 
254
  msgstr ""
255
 
256
+ #: widgets/premium-banner.php:49 widgets/premium-counter.php:142
257
+ #: widgets/premium-grid.php:131
258
+ msgid "Upload Image"
259
  msgstr ""
260
 
261
+ #: widgets/premium-banner.php:50
262
+ msgid "Select an image for the Banner"
263
  msgstr ""
264
 
265
+ #: widgets/premium-banner.php:62 widgets/premium-banner.php:352
266
+ #: widgets/premium-blog.php:218 widgets/premium-button.php:68
267
+ #: widgets/premium-dual-header.php:116 widgets/premium-dual-header.php:140
268
+ #: widgets/premium-grid.php:184 widgets/premium-image-button.php:64
269
+ #: widgets/premium-image-separator.php:120
270
+ #: widgets/premium-pricing-table.php:296 widgets/premium-testimonials.php:136
271
+ #: widgets/premium-testimonials.php:145 widgets/premium-videobox.php:68
272
+ msgid "Link"
273
  msgstr ""
274
 
275
+ #: widgets/premium-banner.php:70
276
+ msgid "Custom Link"
277
  msgstr ""
278
 
279
+ #: widgets/premium-banner.php:73
280
+ msgid "Add a custom link to the banner"
281
  msgstr ""
282
 
283
+ #: widgets/premium-banner.php:83
284
  msgid "Set custom Link"
285
  msgstr ""
286
 
287
+ #: widgets/premium-banner.php:85
288
  msgid "What custom link you want to set to banner?"
289
  msgstr ""
290
 
291
+ #: widgets/premium-banner.php:97 widgets/premium-banner.php:338
292
+ #: widgets/premium-banner.php:370 widgets/premium-button.php:59
293
+ #: widgets/premium-button.php:84 widgets/premium-dual-header.php:128
294
+ #: widgets/premium-dual-header.php:157 widgets/premium-grid.php:176
295
+ #: widgets/premium-grid.php:195 widgets/premium-image-button.php:55
296
+ #: widgets/premium-image-button.php:80 widgets/premium-image-separator.php:132
297
+ #: widgets/premium-image-separator.php:144
298
+ #: widgets/premium-pricing-table.php:285 widgets/premium-pricing-table.php:308
299
+ msgid "Existing Page"
300
+ msgstr ""
301
+
302
+ #: widgets/premium-banner.php:99
303
+ msgid "Link the banner with an existing page"
304
  msgstr ""
305
 
306
+ #: widgets/premium-banner.php:112
307
+ msgid "New Tab"
308
+ msgstr ""
309
+
310
+ #: widgets/premium-banner.php:115
311
  msgid "Choose if you want the link be opened in a new tab or not"
312
  msgstr ""
313
 
314
+ #: widgets/premium-banner.php:125
315
+ msgid "Nofollow Option"
316
  msgstr ""
317
 
318
+ #: widgets/premium-banner.php:128
319
+ msgid "if you choose yes, the link will not be counted in search engines"
320
  msgstr ""
321
 
322
+ #: widgets/premium-banner.php:138 widgets/premium-fancytext.php:132
323
+ msgid "Effect"
324
  msgstr ""
325
 
326
+ #: widgets/premium-banner.php:141
327
  msgid "Choose a hover effect for the banner"
328
  msgstr ""
329
 
330
+ #: widgets/premium-banner.php:156
331
+ msgid "Always Hovered"
332
+ msgstr ""
333
+
334
+ #: widgets/premium-banner.php:158
335
+ msgid "Choose if you want the effect to be always triggered"
336
+ msgstr ""
337
+
338
+ #: widgets/premium-banner.php:166 widgets/premium-blog.php:50
339
+ #: widgets/premium-button.php:99 widgets/premium-grid.php:335
340
+ #: widgets/premium-image-button.php:95 widgets/premium-person.php:100
341
+ msgid "Hover Effect"
342
+ msgstr ""
343
+
344
+ #: widgets/premium-banner.php:169 widgets/premium-blog.php:54
345
+ #: widgets/premium-blog.php:76 widgets/premium-button.php:103
346
+ #: widgets/premium-grid.php:339 widgets/premium-image-button.php:99
347
+ #: widgets/premium-person.php:103 widgets/premium-progressbar.php:134
348
+ msgid "None"
349
+ msgstr ""
350
+
351
+ #: widgets/premium-banner.php:170 widgets/premium-blog.php:55
352
+ #: widgets/premium-grid.php:340 widgets/premium-person.php:104
353
+ msgid "Zoom In"
354
+ msgstr ""
355
+
356
+ #: widgets/premium-banner.php:171 widgets/premium-blog.php:56
357
+ #: widgets/premium-grid.php:341 widgets/premium-person.php:105
358
+ msgid "Zoom Out"
359
+ msgstr ""
360
+
361
+ #: widgets/premium-banner.php:172 widgets/premium-blog.php:57
362
+ #: widgets/premium-grid.php:342 widgets/premium-person.php:106
363
+ msgid "Scale"
364
+ msgstr ""
365
+
366
+ #: widgets/premium-banner.php:173 widgets/premium-blog.php:58
367
+ #: widgets/premium-grid.php:343 widgets/premium-person.php:107
368
+ msgid "Grayscale"
369
+ msgstr ""
370
+
371
+ #: widgets/premium-banner.php:174 widgets/premium-blog.php:59
372
+ #: widgets/premium-grid.php:344 widgets/premium-person.php:108
373
+ msgid "Blur"
374
+ msgstr ""
375
+
376
+ #: widgets/premium-banner.php:175 widgets/premium-blog.php:60
377
+ #: widgets/premium-grid.php:345 widgets/premium-person.php:109
378
+ msgid "Bright"
379
  msgstr ""
380
 
381
+ #: widgets/premium-banner.php:176 widgets/premium-blog.php:61
382
+ #: widgets/premium-grid.php:346 widgets/premium-person.php:110
383
+ msgid "Sepia"
384
+ msgstr ""
385
+
386
+ #: widgets/premium-banner.php:185 widgets/premium-contactform.php:114
387
+ #: widgets/premium-contactform.php:196 widgets/premium-grid.php:315
388
+ #: widgets/premium-maps.php:217 widgets/premium-person.php:76
389
+ #: widgets/premium-person.php:495 widgets/premium-progressbar.php:221
390
+ #: widgets/premium-progressbar.php:556
391
+ msgid "Height"
392
+ msgstr ""
393
+
394
+ #: widgets/premium-banner.php:192
395
  msgid ""
396
  "Choose if you want to set a custom height for the banner or keep it as it is"
397
  msgstr ""
398
 
399
+ #: widgets/premium-banner.php:200
400
  msgid "Min Height"
401
  msgstr ""
402
 
403
+ #: widgets/premium-banner.php:202
404
  msgid "Set a minimum height value in pixels"
405
  msgstr ""
406
 
407
+ #: widgets/premium-banner.php:215 widgets/premium-pricing-table.php:824
408
+ msgid "Vertical Align"
409
+ msgstr ""
410
+
411
+ #: widgets/premium-banner.php:221 widgets/premium-button.php:162
412
+ #: widgets/premium-counter.php:160 widgets/premium-pricing-table.php:828
413
+ #: widgets/premium-testimonials.php:165
414
+ msgid "Top"
415
+ msgstr ""
416
+
417
+ #: widgets/premium-banner.php:222
418
+ msgid "Middle"
419
+ msgstr ""
420
+
421
+ #: widgets/premium-banner.php:223 widgets/premium-button.php:163
422
+ #: widgets/premium-pricing-table.php:836
423
+ msgid "Bottom"
424
+ msgstr ""
425
+
426
+ #: widgets/premium-banner.php:224
427
+ msgid "Full"
428
+ msgstr ""
429
+
430
+ #: widgets/premium-banner.php:236 widgets/premium-carousel.php:178
431
  msgid "Extra Class"
432
  msgstr ""
433
 
434
+ #: widgets/premium-banner.php:238
435
+ msgid ""
436
+ "Add extra class name that will be applied to the banner, and you can use "
437
+ "this class for your customizations."
438
+ msgstr ""
439
+
440
+ #: widgets/premium-banner.php:248 widgets/premium-blog.php:93
441
+ #: widgets/premium-blog.php:533 widgets/premium-carousel.php:52
442
+ #: widgets/premium-grid.php:566 widgets/premium-modalbox.php:44
443
+ #: widgets/premium-modalbox.php:126 widgets/premium-modalbox.php:148
444
+ #: widgets/premium-testimonials.php:180 widgets/premium-testimonials.php:356
445
+ msgid "Content"
446
  msgstr ""
447
 
448
+ #: widgets/premium-banner.php:255 widgets/premium-banner.php:535
449
+ #: widgets/premium-blog.php:436 widgets/premium-counter.php:39
450
+ #: widgets/premium-counter.php:359 widgets/premium-grid.php:572
451
+ #: widgets/premium-maps.php:155 widgets/premium-maps.php:339
452
+ #: widgets/premium-modalbox.php:111 widgets/premium-pricing-table.php:56
453
+ #: widgets/premium-pricing-table.php:428 widgets/premium-pricing-table.php:650
454
+ #: widgets/premium-progressbar.php:53 widgets/premium-progressbar.php:317
455
+ #: widgets/premium-title.php:30 widgets/premium-title.php:37
456
+ #: widgets/premium-title.php:237
457
  msgid "Title"
458
  msgstr ""
459
 
460
+ #: widgets/premium-banner.php:256 widgets/premium-banner.php:257
461
  msgid "Give a title to this banner"
462
  msgstr ""
463
 
464
+ #: widgets/premium-banner.php:260
465
+ msgid "Premium Banner"
 
466
  msgstr ""
467
 
468
+ #: widgets/premium-banner.php:268 widgets/premium-dual-header.php:80
469
+ #: widgets/premium-person.php:142 widgets/premium-person.php:171
470
+ #: widgets/premium-pricing-table.php:77 widgets/premium-testimonials.php:77
471
+ #: widgets/premium-testimonials.php:118 widgets/premium-title.php:87
472
+ msgid "HTML Tag"
473
+ msgstr ""
474
+
475
+ #: widgets/premium-banner.php:269
476
  msgid ""
477
  "Select a heading tag for the title. Headings are defined with H1 to H6 tags"
478
  msgstr ""
479
 
480
+ #: widgets/premium-banner.php:288 widgets/premium-banner.php:296
481
+ #: widgets/premium-banner.php:594 widgets/premium-grid.php:157
482
+ #: widgets/premium-grid.php:603 widgets/premium-maps.php:164
483
+ #: widgets/premium-maps.php:423 widgets/premium-person.php:188
484
+ #: widgets/premium-person.php:398 widgets/premium-pricing-table.php:237
485
+ #: widgets/premium-pricing-table.php:248 widgets/premium-pricing-table.php:452
486
+ #: widgets/premium-pricing-table.php:1222
487
+ msgid "Description"
488
  msgstr ""
489
 
490
+ #: widgets/premium-banner.php:297
491
+ msgid "Give the description to this banner"
492
+ msgstr ""
493
+
494
+ #: widgets/premium-banner.php:300
495
+ msgid ""
496
+ "Premium Banner gives you a wide range of styles and options that you will "
497
+ "definitely fall in love with"
498
+ msgstr ""
499
+
500
+ #: widgets/premium-banner.php:308 widgets/premium-banner.php:637
501
+ #: widgets/premium-button.php:38 widgets/premium-button.php:468
502
+ #: widgets/premium-contactform.php:166 widgets/premium-contactform.php:418
503
+ #: widgets/premium-image-button.php:34 widgets/premium-image-button.php:366
504
+ #: widgets/premium-pricing-table.php:259 widgets/premium-pricing-table.php:459
505
+ #: widgets/premium-pricing-table.php:1316
506
+ msgid "Button"
507
+ msgstr ""
508
+
509
+ #: widgets/premium-banner.php:320 widgets/premium-button.php:45
510
+ #: widgets/premium-fancytext.php:89 widgets/premium-image-button.php:41
511
+ #: widgets/premium-modalbox.php:409 widgets/premium-pricing-table.php:66
512
+ #: widgets/premium-pricing-table.php:171 widgets/premium-pricing-table.php:270
513
+ #: widgets/premium-pricing-table.php:352 widgets/premium-pricing-table.php:1068
514
+ #: widgets/premium-pricing-table.php:1232 widgets/premium-videobox.php:189
515
+ msgid "Text"
516
+ msgstr ""
517
+
518
+ #: widgets/premium-banner.php:334 widgets/premium-button.php:55
519
+ #: widgets/premium-dual-header.php:124 widgets/premium-grid.php:172
520
+ #: widgets/premium-image-button.php:51 widgets/premium-pricing-table.php:281
521
+ msgid "Link Type"
522
+ msgstr ""
523
+
524
+ #: widgets/premium-banner.php:337 widgets/premium-button.php:58
525
+ #: widgets/premium-dual-header.php:127 widgets/premium-grid.php:175
526
+ #: widgets/premium-image-button.php:54 widgets/premium-image-separator.php:131
527
+ #: widgets/premium-image-separator.php:159
528
+ #: widgets/premium-pricing-table.php:284
529
+ msgid "URL"
530
  msgstr ""
531
 
532
+ #: widgets/premium-banner.php:386 widgets/premium-blog.php:348
533
+ #: widgets/premium-button.php:421 widgets/premium-countdown.php:110
534
+ #: widgets/premium-dual-header.php:173 widgets/premium-fancytext.php:98
535
+ #: widgets/premium-image-button.php:319 widgets/premium-maps.php:394
536
+ #: widgets/premium-maps.php:476 widgets/premium-modalbox.php:438
537
+ #: widgets/premium-person.php:198 widgets/premium-pricing-table.php:209
538
+ #: widgets/premium-title.php:104
539
  msgid "Alignment"
540
  msgstr ""
541
 
542
+ #: widgets/premium-banner.php:390 widgets/premium-blog.php:352
543
+ #: widgets/premium-button.php:164 widgets/premium-button.php:425
544
+ #: widgets/premium-countdown.php:114 widgets/premium-counter.php:162
545
+ #: widgets/premium-dual-header.php:177 widgets/premium-fancytext.php:102
546
+ #: widgets/premium-grid.php:376 widgets/premium-image-button.php:323
547
+ #: widgets/premium-image-separator.php:97 widgets/premium-maps.php:398
548
+ #: widgets/premium-maps.php:480 widgets/premium-modalbox.php:442
549
+ #: widgets/premium-person.php:202 widgets/premium-pricing-table.php:213
550
+ #: widgets/premium-pricing-table.php:404 widgets/premium-progressbar.php:150
551
+ #: widgets/premium-title.php:108 widgets/premium-title.php:209
552
  msgid "Left"
553
  msgstr ""
554
 
555
+ #: widgets/premium-banner.php:394 widgets/premium-blog.php:356
556
+ #: widgets/premium-button.php:429 widgets/premium-countdown.php:118
557
+ #: widgets/premium-dual-header.php:181 widgets/premium-fancytext.php:106
558
+ #: widgets/premium-grid.php:380 widgets/premium-image-button.php:327
559
+ #: widgets/premium-image-separator.php:101 widgets/premium-maps.php:402
560
+ #: widgets/premium-maps.php:484 widgets/premium-modalbox.php:446
561
+ #: widgets/premium-person.php:206 widgets/premium-pricing-table.php:217
562
+ #: widgets/premium-progressbar.php:154 widgets/premium-title.php:112
563
+ #: widgets/premium-title.php:213
564
  msgid "Center"
565
  msgstr ""
566
 
567
+ #: widgets/premium-banner.php:398 widgets/premium-blog.php:360
568
+ #: widgets/premium-button.php:165 widgets/premium-button.php:433
569
+ #: widgets/premium-countdown.php:122 widgets/premium-counter.php:161
570
+ #: widgets/premium-dual-header.php:185 widgets/premium-fancytext.php:110
571
+ #: widgets/premium-grid.php:384 widgets/premium-image-button.php:331
572
+ #: widgets/premium-image-separator.php:105 widgets/premium-maps.php:406
573
+ #: widgets/premium-maps.php:488 widgets/premium-modalbox.php:450
574
+ #: widgets/premium-person.php:210 widgets/premium-pricing-table.php:221
575
+ #: widgets/premium-pricing-table.php:403 widgets/premium-progressbar.php:158
576
+ #: widgets/premium-title.php:116 widgets/premium-title.php:217
577
  msgid "Right"
578
  msgstr ""
579
 
580
+ #: widgets/premium-banner.php:414 widgets/premium-grid.php:399
581
+ msgid "Responsive"
 
 
 
 
582
  msgstr ""
583
 
584
+ #: widgets/premium-banner.php:419 widgets/premium-grid.php:404
585
+ msgid "Responsive Controls"
586
  msgstr ""
587
 
588
+ #: widgets/premium-banner.php:421
589
  msgid ""
590
+ "If the description text is not suiting well on specific screen sizes, you "
591
+ "may enable this option which will hide the description text."
592
  msgstr ""
593
 
594
+ #: widgets/premium-banner.php:426 widgets/premium-grid.php:411
595
+ msgid "Minimum Size"
596
  msgstr ""
597
 
598
+ #: widgets/premium-banner.php:428 widgets/premium-grid.php:413
599
+ msgid "Note: minimum size for extra small screens is 1px."
 
 
 
600
  msgstr ""
601
 
602
+ #: widgets/premium-banner.php:437 widgets/premium-grid.php:422
603
+ msgid "Maximum Size"
604
  msgstr ""
605
 
606
+ #: widgets/premium-banner.php:439 widgets/premium-grid.php:424
607
+ msgid "Note: maximum size for extra small screens is 767px."
608
  msgstr ""
609
 
610
+ #: widgets/premium-banner.php:459 widgets/premium-banner.php:688
611
+ #: widgets/premium-blog.php:567 widgets/premium-blog.php:690
612
+ #: widgets/premium-blog.php:753 widgets/premium-blog.php:787
613
+ #: widgets/premium-button.php:522 widgets/premium-button.php:670
614
+ #: widgets/premium-carousel.php:395 widgets/premium-contactform.php:466
615
+ #: widgets/premium-contactform.php:522 widgets/premium-countdown.php:363
616
+ #: widgets/premium-counter.php:265 widgets/premium-fancytext.php:329
617
+ #: widgets/premium-fancytext.php:379 widgets/premium-fancytext.php:426
618
+ #: widgets/premium-grid.php:757 widgets/premium-grid.php:856
619
+ #: widgets/premium-grid.php:979 widgets/premium-modalbox.php:542
620
+ #: widgets/premium-modalbox.php:649 widgets/premium-modalbox.php:743
621
+ #: widgets/premium-modalbox.php:804 widgets/premium-modalbox.php:856
622
+ #: widgets/premium-modalbox.php:977 widgets/premium-modalbox.php:1037
623
+ #: widgets/premium-pricing-table.php:517 widgets/premium-pricing-table.php:1612
624
+ #: widgets/premium-pricing-table.php:1629 widgets/premium-title.php:285
625
+ #: widgets/premium-title.php:307 widgets/premium-videobox.php:475
626
+ msgid "Background Color"
627
  msgstr ""
628
 
629
+ #: widgets/premium-banner.php:470
630
+ msgid "Image Opacity"
631
  msgstr ""
632
 
633
+ #: widgets/premium-banner.php:492
634
+ msgid "Hover Opacity"
635
  msgstr ""
636
 
637
+ #: widgets/premium-banner.php:521 widgets/premium-banner.php:717
638
+ #: widgets/premium-button.php:546 widgets/premium-button.php:695
639
+ #: widgets/premium-carousel.php:586 widgets/premium-contactform.php:264
640
+ #: widgets/premium-contactform.php:489 widgets/premium-countdown.php:404
641
+ #: widgets/premium-counter.php:338 widgets/premium-dual-header.php:295
642
+ #: widgets/premium-dual-header.php:437 widgets/premium-grid.php:459
643
+ #: widgets/premium-grid.php:517 widgets/premium-grid.php:653
644
+ #: widgets/premium-grid.php:781 widgets/premium-grid.php:880
645
+ #: widgets/premium-grid.php:1016 widgets/premium-image-button.php:440
646
+ #: widgets/premium-image-button.php:635 widgets/premium-maps.php:522
647
+ #: widgets/premium-modalbox.php:572 widgets/premium-modalbox.php:676
648
+ #: widgets/premium-modalbox.php:824 widgets/premium-modalbox.php:876
649
+ #: widgets/premium-modalbox.php:1001 widgets/premium-modalbox.php:1061
650
+ #: widgets/premium-modalbox.php:1158 widgets/premium-pricing-table.php:554
651
+ #: widgets/premium-pricing-table.php:597 widgets/premium-pricing-table.php:1179
652
+ #: widgets/premium-pricing-table.php:1393
653
+ #: widgets/premium-pricing-table.php:1471
654
+ #: widgets/premium-pricing-table.php:1684
655
+ #: widgets/premium-pricing-table.php:1762 widgets/premium-progressbar.php:236
656
+ #: widgets/premium-title.php:496 widgets/premium-videobox.php:258
657
+ #: widgets/premium-videobox.php:359
658
+ msgid "Border Radius"
659
  msgstr ""
660
 
661
+ #: widgets/premium-banner.php:543 widgets/premium-banner.php:602
662
+ #: widgets/premium-banner.php:649 widgets/premium-blog.php:444
663
+ #: widgets/premium-blog.php:492 widgets/premium-blog.php:541
664
+ #: widgets/premium-blog.php:588 widgets/premium-blog.php:660
665
+ #: widgets/premium-blog.php:740 widgets/premium-blog.php:774
666
+ #: widgets/premium-carousel.php:354 widgets/premium-carousel.php:519
667
+ #: widgets/premium-countdown.php:337 widgets/premium-countdown.php:425
668
+ #: widgets/premium-counter.php:189 widgets/premium-counter.php:366
669
+ #: widgets/premium-counter.php:399 widgets/premium-fancytext.php:304
670
+ #: widgets/premium-fancytext.php:354 widgets/premium-fancytext.php:401
671
+ #: widgets/premium-grid.php:579 widgets/premium-grid.php:611
672
+ #: widgets/premium-grid.php:743 widgets/premium-grid.php:842
673
+ #: widgets/premium-grid.php:934 widgets/premium-maps.php:347
674
+ #: widgets/premium-maps.php:430 widgets/premium-modalbox.php:481
675
+ #: widgets/premium-modalbox.php:721 widgets/premium-modalbox.php:793
676
+ #: widgets/premium-modalbox.php:845 widgets/premium-modalbox.php:962
677
+ #: widgets/premium-modalbox.php:1022 widgets/premium-person.php:334
678
+ #: widgets/premium-person.php:370 widgets/premium-person.php:406
679
+ #: widgets/premium-person.php:442 widgets/premium-person.php:483
680
+ #: widgets/premium-pricing-table.php:490 widgets/premium-pricing-table.php:661
681
+ #: widgets/premium-pricing-table.php:755 widgets/premium-pricing-table.php:799
682
+ #: widgets/premium-pricing-table.php:871 widgets/premium-pricing-table.php:916
683
+ #: widgets/premium-pricing-table.php:968 widgets/premium-pricing-table.php:1075
684
+ #: widgets/premium-pricing-table.php:1106
685
+ #: widgets/premium-pricing-table.php:1240
686
+ #: widgets/premium-pricing-table.php:1327 widgets/premium-progressbar.php:325
687
+ #: widgets/premium-progressbar.php:371 widgets/premium-progressbar.php:484
688
+ #: widgets/premium-progressbar.php:527 widgets/premium-testimonials.php:253
689
+ #: widgets/premium-testimonials.php:278 widgets/premium-testimonials.php:328
690
+ #: widgets/premium-testimonials.php:364 widgets/premium-testimonials.php:420
691
+ #: widgets/premium-title.php:245 widgets/premium-videobox.php:294
692
+ msgid "Color"
693
  msgstr ""
694
 
695
+ #: widgets/premium-banner.php:558
696
+ msgid "Title Background"
697
  msgstr ""
698
 
699
+ #: widgets/premium-banner.php:561
700
+ msgid "Choose a background color for the title"
701
  msgstr ""
702
 
703
+ #: widgets/premium-banner.php:583 widgets/premium-banner.php:626
704
+ #: widgets/premium-banner.php:729 widgets/premium-dual-header.php:308
705
+ #: widgets/premium-dual-header.php:450 widgets/premium-grid.php:529
706
+ #: widgets/premium-grid.php:666 widgets/premium-grid.php:794
707
+ #: widgets/premium-grid.php:893 widgets/premium-maps.php:535
708
+ #: widgets/premium-modalbox.php:614 widgets/premium-modalbox.php:692
709
+ #: widgets/premium-pricing-table.php:1406
710
+ #: widgets/premium-pricing-table.php:1484
711
+ #: widgets/premium-pricing-table.php:1697
712
+ #: widgets/premium-pricing-table.php:1775 widgets/premium-title.php:427
713
+ #: widgets/premium-videobox.php:271 widgets/premium-videobox.php:501
714
+ msgid "Shadow"
715
+ msgstr ""
716
+
717
+ #: widgets/premium-banner.php:664 widgets/premium-blog.php:468
718
+ #: widgets/premium-blog.php:517 widgets/premium-blog.php:613
719
+ #: widgets/premium-blog.php:675 widgets/premium-person.php:457
720
+ #: widgets/premium-videobox.php:309 widgets/premium-videobox.php:450
721
+ msgid "Hover Color"
722
  msgstr ""
723
 
724
+ #: widgets/premium-banner.php:699 widgets/premium-blog.php:705
725
+ msgid "Hover Background Color"
726
  msgstr ""
727
 
728
+ #: widgets/premium-banner.php:737 widgets/premium-button.php:603
729
+ #: widgets/premium-button.php:767 widgets/premium-contactform.php:244
730
+ #: widgets/premium-contactform.php:435 widgets/premium-dual-header.php:329
731
+ #: widgets/premium-dual-header.php:471 widgets/premium-grid.php:489
732
+ #: widgets/premium-grid.php:553 widgets/premium-grid.php:695
733
+ #: widgets/premium-grid.php:814 widgets/premium-grid.php:913
734
+ #: widgets/premium-grid.php:1047 widgets/premium-image-button.php:498
735
+ #: widgets/premium-image-button.php:708 widgets/premium-maps.php:382
736
+ #: widgets/premium-maps.php:464 widgets/premium-maps.php:556
737
+ #: widgets/premium-modalbox.php:591 widgets/premium-modalbox.php:893
738
+ #: widgets/premium-modalbox.php:1078 widgets/premium-pricing-table.php:531
739
+ #: widgets/premium-pricing-table.php:628 widgets/premium-pricing-table.php:715
740
+ #: widgets/premium-pricing-table.php:1043
741
+ #: widgets/premium-pricing-table.php:1209
742
+ #: widgets/premium-pricing-table.php:1301
743
+ #: widgets/premium-pricing-table.php:1426
744
+ #: widgets/premium-pricing-table.php:1504
745
+ #: widgets/premium-pricing-table.php:1717
746
+ #: widgets/premium-pricing-table.php:1795 widgets/premium-title.php:520
747
+ #: widgets/premium-videobox.php:375 widgets/premium-videobox.php:489
748
+ msgid "Padding"
749
  msgstr ""
750
 
751
+ #: widgets/premium-blog.php:52 widgets/premium-grid.php:337
752
+ msgid "Choose a hover effect for the image"
753
  msgstr ""
754
 
755
+ #: widgets/premium-blog.php:62 widgets/premium-grid.php:347
756
+ #: widgets/premium-person.php:111
757
+ msgid "Translate"
758
+ msgstr ""
759
+
760
+ #: widgets/premium-blog.php:72
761
+ msgid "Color Effect"
762
  msgstr ""
763
 
764
+ #: widgets/premium-blog.php:74
765
+ msgid "Choose an overlay color effect"
766
+ msgstr ""
767
+
768
+ #: widgets/premium-blog.php:77
769
  msgid "Framed"
770
  msgstr ""
771
 
772
+ #: widgets/premium-blog.php:78
773
  msgid "Diagonal"
774
  msgstr ""
775
 
776
+ #: widgets/premium-blog.php:79
777
  msgid "Bordered"
778
  msgstr ""
779
 
780
+ #: widgets/premium-blog.php:80
781
  msgid "Squares"
782
  msgstr ""
783
 
784
+ #: widgets/premium-blog.php:100 widgets/premium-grid.php:45
785
+ #: widgets/premium-grid.php:93
786
+ msgid "Categories"
787
  msgstr ""
788
 
789
+ #: widgets/premium-blog.php:102
790
+ msgid "Select the categories you want to show"
791
  msgstr ""
792
 
793
+ #: widgets/premium-blog.php:111
794
+ msgid "Title HTML Tag"
795
  msgstr ""
796
 
797
+ #: widgets/premium-blog.php:112
798
+ msgid "Select a heading tag for the post title."
799
+ msgstr ""
800
+
801
+ #: widgets/premium-blog.php:130
802
+ msgid "Grid"
803
+ msgstr ""
804
+
805
+ #: widgets/premium-blog.php:138 widgets/premium-grid.php:264
806
+ msgid "Masonry"
807
+ msgstr ""
808
+
809
+ #: widgets/premium-blog.php:150
810
+ msgid "Number of Columns"
811
  msgstr ""
812
 
813
+ #: widgets/premium-blog.php:153 widgets/premium-grid.php:245
814
+ msgid "2 Columns"
815
+ msgstr ""
816
+
817
+ #: widgets/premium-blog.php:154 widgets/premium-grid.php:246
818
+ msgid "3 Columns"
819
+ msgstr ""
820
+
821
+ #: widgets/premium-blog.php:155 widgets/premium-grid.php:247
822
+ msgid "4 Columns"
823
+ msgstr ""
824
+
825
+ #: widgets/premium-blog.php:170 widgets/premium-pricing-table.php:1130
826
+ msgid "Spacing"
827
+ msgstr ""
828
+
829
+ #: widgets/premium-blog.php:191
830
  msgid "Excerpt"
831
  msgstr ""
832
 
833
+ #: widgets/premium-blog.php:193
834
  msgid ""
835
  "Excerpt is used for article summary with a link to the whole entry. The "
836
  "default except length is 55"
837
  msgstr ""
838
 
839
+ #: widgets/premium-blog.php:201
840
  msgid "Excerpt Length"
841
  msgstr ""
842
 
843
+ #: widgets/premium-blog.php:214
844
+ msgid "Excerpt Type"
845
+ msgstr ""
846
+
847
+ #: widgets/premium-blog.php:217 widgets/premium-carousel.php:473
848
+ #: widgets/premium-carousel.php:480
849
+ msgid "Dots"
850
+ msgstr ""
851
+
852
+ #: widgets/premium-blog.php:228
853
+ msgid "Link Text"
854
+ msgstr ""
855
+
856
+ #: widgets/premium-blog.php:230
857
+ msgid "continue reading"
858
+ msgstr ""
859
+
860
+ #: widgets/premium-blog.php:241
861
  msgid "Author Meta"
862
  msgstr ""
863
 
864
+ #: widgets/premium-blog.php:250
865
  msgid "Date Meta"
866
  msgstr ""
867
 
868
+ #: widgets/premium-blog.php:259
869
  msgid "Categories Meta"
870
  msgstr ""
871
 
872
+ #: widgets/premium-blog.php:261
873
  msgid "Display or hide categories mata"
874
  msgstr ""
875
 
876
+ #: widgets/premium-blog.php:269
877
  msgid "Comments Meta"
878
  msgstr ""
879
 
880
+ #: widgets/premium-blog.php:270
881
  msgid "Display or hide comments mata"
882
  msgstr ""
883
 
884
+ #: widgets/premium-blog.php:279
885
  msgid "Tags Meta"
886
  msgstr ""
887
 
888
+ #: widgets/premium-blog.php:281
889
  msgid "Display or hide post tags"
890
  msgstr ""
891
 
892
+ #: widgets/premium-blog.php:289 widgets/premium-blog.php:630
893
+ msgid "Post Format Icon"
894
  msgstr ""
895
 
896
+ #: widgets/premium-blog.php:298
897
+ msgid "Edit Post Icon"
898
+ msgstr ""
899
+
900
+ #: widgets/premium-blog.php:300
901
  msgid "Display or hide edit post option"
902
  msgstr ""
903
 
904
+ #: widgets/premium-blog.php:308
905
  msgid "Pagination"
906
  msgstr ""
907
 
908
+ #: widgets/premium-blog.php:310
909
  msgid "Pagination is the process of dividing the posts into discrete pages"
910
  msgstr ""
911
 
912
+ #: widgets/premium-blog.php:316
913
+ msgid "Links in New Tab"
914
+ msgstr ""
915
+
916
+ #: widgets/premium-blog.php:318
917
+ msgid "Enable links to be opened in a new tab"
918
+ msgstr ""
919
+
920
+ #: widgets/premium-blog.php:326
921
  msgid "Posts Per Page"
922
  msgstr ""
923
 
924
+ #: widgets/premium-blog.php:327
925
  msgid "Choose how many posts do you want to be displayed per page"
926
  msgstr ""
927
 
928
+ #: widgets/premium-blog.php:337
929
  msgid "Offset Count"
930
  msgstr ""
931
 
932
+ #: widgets/premium-blog.php:338
933
  msgid "The index of post to start with"
934
  msgstr ""
935
 
936
+ #: widgets/premium-blog.php:386 widgets/premium-button.php:505
937
+ #: widgets/premium-button.php:637 widgets/premium-button.php:654
938
+ #: widgets/premium-image-button.php:403 widgets/premium-image-button.php:532
939
+ #: widgets/premium-image-button.php:549 widgets/premium-modalbox.php:498
940
+ #: widgets/premium-title.php:450
941
+ msgid "Icon Color"
 
 
942
  msgstr ""
943
 
944
+ #: widgets/premium-blog.php:401 widgets/premium-grid.php:832
945
+ #: widgets/premium-image-button.php:565 widgets/premium-image-button.php:582
946
+ #: widgets/premium-image-button.php:608 widgets/premium-modalbox.php:1116
947
  msgid "Overlay Color"
948
  msgstr ""
949
 
950
+ #: widgets/premium-blog.php:416 widgets/premium-carousel.php:414
951
+ #: widgets/premium-contactform.php:533
952
  msgid "Border Color"
953
  msgstr ""
954
 
955
+ #: widgets/premium-blog.php:484
 
 
 
 
 
956
  msgid "Meta"
957
  msgstr ""
958
 
959
+ #: widgets/premium-blog.php:580
 
 
 
 
 
 
 
 
 
960
  msgid "Tags"
961
  msgstr ""
962
 
963
+ #: widgets/premium-blog.php:640 widgets/premium-button.php:404
964
+ #: widgets/premium-carousel.php:372 widgets/premium-counter.php:206
965
+ #: widgets/premium-counter.php:228 widgets/premium-image-button.php:302
966
+ #: widgets/premium-modalbox.php:770 widgets/premium-pricing-table.php:362
967
+ #: widgets/premium-pricing-table.php:381 widgets/premium-pricing-table.php:504
968
+ #: widgets/premium-pricing-table.php:1120 widgets/premium-progressbar.php:502
969
+ #: widgets/premium-progressbar.php:543 widgets/premium-testimonials.php:210
970
+ #: widgets/premium-testimonials.php:432 widgets/premium-videobox.php:324
971
  msgid "Size"
972
  msgstr ""
973
 
974
+ #: widgets/premium-blog.php:642
975
  msgid "Choose icon size in (PX, EM)"
976
  msgstr ""
977
 
978
+ #: widgets/premium-blog.php:723
 
 
 
 
979
  msgid "Pagination Style"
980
  msgstr ""
981
 
982
+ #: widgets/premium-blog.php:734 widgets/premium-button.php:486
983
+ #: widgets/premium-contactform.php:448 widgets/premium-grid.php:737
984
+ #: widgets/premium-image-button.php:384 widgets/premium-modalbox.php:532
985
+ #: widgets/premium-modalbox.php:786 widgets/premium-modalbox.php:955
986
+ #: widgets/premium-pricing-table.php:1367
987
+ #: widgets/premium-pricing-table.php:1658
988
  msgid "Normal"
989
  msgstr ""
990
 
991
+ #: widgets/premium-blog.php:768 widgets/premium-button.php:615
992
+ #: widgets/premium-contactform.php:506 widgets/premium-grid.php:826
993
+ #: widgets/premium-image-button.php:510 widgets/premium-modalbox.php:639
994
+ #: widgets/premium-modalbox.php:838 widgets/premium-modalbox.php:1015
995
+ #: widgets/premium-pricing-table.php:1445
996
+ #: widgets/premium-pricing-table.php:1736
997
  msgid "Hover"
998
  msgstr ""
999
 
1000
+ #: widgets/premium-blog.php:975
1001
  msgid "&lsaquo; Previous"
1002
  msgstr ""
1003
 
1004
+ #: widgets/premium-blog.php:976
1005
  msgid "Next &rsaquo;"
1006
  msgstr ""
1007
 
1008
+ #: widgets/premium-button.php:48 widgets/premium-image-button.php:44
 
 
 
 
 
 
 
 
 
1009
  msgid "Click Me"
1010
  msgstr ""
1011
 
1012
+ #: widgets/premium-button.php:104
 
 
 
 
 
 
 
 
 
 
 
1013
  msgid "Slide"
1014
  msgstr ""
1015
 
1016
+ #: widgets/premium-button.php:105
1017
  msgid "Shutter"
1018
  msgstr ""
1019
 
1020
+ #: widgets/premium-button.php:106
1021
  msgid "Icon Fade"
1022
  msgstr ""
1023
 
1024
+ #: widgets/premium-button.php:107 widgets/premium-image-button.php:102
1025
  msgid "Icon Slide"
1026
  msgstr ""
1027
 
1028
+ #: widgets/premium-button.php:108
1029
  msgid "In & Out"
1030
  msgstr ""
1031
 
1032
+ #: widgets/premium-button.php:116 widgets/premium-button.php:158
1033
+ #: widgets/premium-image-button.php:111 widgets/premium-image-button.php:129
1034
+ #: widgets/premium-image-button.php:147
1035
  msgid "Slide Direction"
1036
  msgstr ""
1037
 
1038
+ #: widgets/premium-button.php:120 widgets/premium-image-button.php:115
1039
+ #: widgets/premium-image-button.php:152
1040
  msgid "Top to Bottom"
1041
  msgstr ""
1042
 
1043
+ #: widgets/premium-button.php:121 widgets/premium-image-button.php:116
1044
+ #: widgets/premium-image-button.php:151
1045
  msgid "Bottom to Top"
1046
  msgstr ""
1047
 
1048
+ #: widgets/premium-button.php:122 widgets/premium-image-button.php:117
1049
+ #: widgets/premium-image-button.php:154
1050
  msgid "Right to Left"
1051
  msgstr ""
1052
 
1053
+ #: widgets/premium-button.php:123 widgets/premium-image-button.php:118
1054
+ #: widgets/premium-image-button.php:153
1055
  msgid "Left to Right"
1056
  msgstr ""
1057
 
1058
+ #: widgets/premium-button.php:134
1059
  msgid "Shutter Direction"
1060
  msgstr ""
1061
 
1062
+ #: widgets/premium-button.php:138
1063
  msgid "Shutter in Horizontal"
1064
  msgstr ""
1065
 
1066
+ #: widgets/premium-button.php:139
1067
  msgid "Shutter in Vertical"
1068
  msgstr ""
1069
 
1070
+ #: widgets/premium-button.php:140
1071
  msgid "Shutter out Horizontal"
1072
  msgstr ""
1073
 
1074
+ #: widgets/premium-button.php:141
1075
  msgid "Shutter out Vertical"
1076
  msgstr ""
1077
 
1078
+ #: widgets/premium-button.php:142
1079
  msgid "Scaled Shutter Vertical"
1080
  msgstr ""
1081
 
1082
+ #: widgets/premium-button.php:143
1083
  msgid "Scaled Shutter Horizontal"
1084
  msgstr ""
1085
 
1086
+ #: widgets/premium-button.php:144
1087
  msgid "Tilted Left"
1088
  msgstr ""
1089
 
1090
+ #: widgets/premium-button.php:145
1091
  msgid "Tilted Right"
1092
  msgstr ""
1093
 
1094
+ #: widgets/premium-button.php:176 widgets/premium-carousel.php:335
1095
+ #: widgets/premium-countdown.php:43 widgets/premium-counter.php:250
1096
+ #: widgets/premium-title.php:48
 
 
 
 
 
 
 
1097
  msgid "Style"
1098
  msgstr ""
1099
 
1100
+ #: widgets/premium-button.php:180
1101
  msgid "Radial In"
1102
  msgstr ""
1103
 
1104
+ #: widgets/premium-button.php:181
1105
  msgid "Radial Out"
1106
  msgstr ""
1107
 
1108
+ #: widgets/premium-button.php:182
1109
  msgid "Rectangle In"
1110
  msgstr ""
1111
 
1112
+ #: widgets/premium-button.php:183
1113
  msgid "Rectangle Out"
1114
  msgstr ""
1115
 
1116
+ #: widgets/premium-button.php:195 widgets/premium-button.php:207
1117
+ #: widgets/premium-button.php:221 widgets/premium-carousel.php:490
1118
+ #: widgets/premium-counter.php:182 widgets/premium-image-button.php:182
1119
+ #: widgets/premium-image-button.php:194 widgets/premium-image-button.php:207
1120
+ #: widgets/premium-modalbox.php:62 widgets/premium-modalbox.php:234
1121
+ #: widgets/premium-modalbox.php:245 widgets/premium-pricing-table.php:36
1122
+ #: widgets/premium-pricing-table.php:180 widgets/premium-pricing-table.php:421
1123
+ #: widgets/premium-pricing-table.php:479 widgets/premium-pricing-table.php:1098
1124
+ #: widgets/premium-title.php:67
1125
+ msgid "Icon"
1126
  msgstr ""
1127
 
1128
+ #: widgets/premium-button.php:200 widgets/premium-image-button.php:187
1129
+ #: widgets/premium-modalbox.php:239
1130
  msgid "Enable or disable button icon"
1131
  msgstr ""
1132
 
1133
+ #: widgets/premium-button.php:233 widgets/premium-counter.php:155
1134
+ #: widgets/premium-image-button.php:219 widgets/premium-modalbox.php:258
 
 
 
 
 
 
 
1135
  msgid "Icon Position"
1136
  msgstr ""
1137
 
1138
+ #: widgets/premium-button.php:237 widgets/premium-image-button.php:223
1139
+ #: widgets/premium-modalbox.php:262
1140
  msgid "Before"
1141
  msgstr ""
1142
 
1143
+ #: widgets/premium-button.php:238 widgets/premium-image-button.php:224
1144
+ #: widgets/premium-modalbox.php:263
1145
  msgid "After"
1146
  msgstr ""
1147
 
1148
+ #: widgets/premium-button.php:250 widgets/premium-button.php:264
1149
+ #: widgets/premium-image-button.php:236 widgets/premium-image-button.php:250
1150
+ #: widgets/premium-modalbox.php:275 widgets/premium-title.php:465
 
1151
  msgid "Icon Size"
1152
  msgstr ""
1153
 
1154
+ #: widgets/premium-button.php:278 widgets/premium-button.php:299
1155
+ #: widgets/premium-button.php:320 widgets/premium-button.php:341
1156
+ #: widgets/premium-button.php:361 widgets/premium-button.php:382
1157
+ #: widgets/premium-image-button.php:263 widgets/premium-image-button.php:282
1158
+ #: widgets/premium-modalbox.php:290 widgets/premium-modalbox.php:311
1159
+ #: widgets/premium-modalbox.php:332 widgets/premium-modalbox.php:353
1160
  msgid "Icon Spacing"
1161
  msgstr ""
1162
 
1163
+ #: widgets/premium-button.php:408 widgets/premium-image-button.php:306
 
 
 
 
 
1164
  msgid "Small"
1165
  msgstr ""
1166
 
1167
+ #: widgets/premium-button.php:409 widgets/premium-image-button.php:307
1168
  msgid "Medium"
1169
  msgstr ""
1170
 
1171
+ #: widgets/premium-button.php:410 widgets/premium-image-button.php:308
1172
  msgid "Large"
1173
  msgstr ""
1174
 
1175
+ #: widgets/premium-button.php:411 widgets/premium-countdown.php:47
1176
+ #: widgets/premium-dual-header.php:104 widgets/premium-image-button.php:309
1177
  msgid "Block"
1178
  msgstr ""
1179
 
1180
+ #: widgets/premium-button.php:446 widgets/premium-image-button.php:344
1181
+ msgid "onclick Event"
1182
  msgstr ""
1183
 
1184
+ #: widgets/premium-button.php:454 widgets/premium-image-button.php:352
 
 
 
 
1185
  msgid "Example: myFunction();"
1186
  msgstr ""
1187
 
1188
+ #: widgets/premium-button.php:492 widgets/premium-button.php:621
1189
+ #: widgets/premium-contactform.php:453 widgets/premium-contactform.php:511
1190
+ #: widgets/premium-dual-header.php:242 widgets/premium-dual-header.php:384
1191
+ #: widgets/premium-image-button.php:390 widgets/premium-image-button.php:516
1192
+ #: widgets/premium-pricing-table.php:1539 widgets/premium-videobox.php:435
 
 
 
 
 
 
 
 
 
 
1193
  msgid "Text Color"
1194
  msgstr ""
1195
 
1196
+ #: widgets/premium-button.php:559 widgets/premium-button.php:708
1197
+ #: widgets/premium-button.php:721 widgets/premium-image-button.php:453
1198
+ #: widgets/premium-image-button.php:648 widgets/premium-image-button.php:661
1199
+ #: widgets/premium-title.php:533
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1200
  msgid "Icon Shadow"
1201
  msgstr ""
1202
 
1203
+ #: widgets/premium-button.php:573 widgets/premium-button.php:734
1204
+ #: widgets/premium-image-button.php:468 widgets/premium-image-button.php:674
1205
  msgid "Text Shadow"
1206
  msgstr ""
1207
 
1208
+ #: widgets/premium-button.php:583 widgets/premium-button.php:747
1209
+ #: widgets/premium-image-button.php:478 widgets/premium-image-button.php:687
1210
  msgid "Button Shadow"
1211
  msgstr ""
1212
 
1213
+ #: widgets/premium-button.php:592 widgets/premium-button.php:756
1214
+ #: widgets/premium-dual-header.php:317 widgets/premium-dual-header.php:459
1215
+ #: widgets/premium-grid.php:478 widgets/premium-grid.php:541
1216
+ #: widgets/premium-grid.php:683 widgets/premium-grid.php:803
1217
+ #: widgets/premium-grid.php:902 widgets/premium-grid.php:1035
1218
+ #: widgets/premium-image-button.php:487 widgets/premium-image-button.php:697
1219
+ #: widgets/premium-maps.php:370 widgets/premium-maps.php:453
1220
+ #: widgets/premium-maps.php:544 widgets/premium-modalbox.php:1170
1221
+ #: widgets/premium-pricing-table.php:609 widgets/premium-pricing-table.php:696
1222
+ #: widgets/premium-pricing-table.php:780 widgets/premium-pricing-table.php:850
1223
+ #: widgets/premium-pricing-table.php:897 widgets/premium-pricing-table.php:942
1224
+ #: widgets/premium-pricing-table.php:994 widgets/premium-pricing-table.php:1024
1225
+ #: widgets/premium-pricing-table.php:1191
1226
+ #: widgets/premium-pricing-table.php:1282
1227
+ #: widgets/premium-pricing-table.php:1415
1228
+ #: widgets/premium-pricing-table.php:1493
1229
+ #: widgets/premium-pricing-table.php:1706
1230
+ #: widgets/premium-pricing-table.php:1784 widgets/premium-progressbar.php:293
1231
+ #: widgets/premium-progressbar.php:351 widgets/premium-progressbar.php:396
1232
+ #: widgets/premium-testimonials.php:390 widgets/premium-title.php:414
1233
+ #: widgets/premium-title.php:508
1234
+ msgid "Margin"
1235
  msgstr ""
1236
 
1237
+ #: widgets/premium-carousel.php:45
1238
+ msgid "Carousel"
1239
  msgstr ""
1240
 
1241
+ #: widgets/premium-carousel.php:53
1242
  msgid ""
1243
  "Slider content is a template which you can choose from Elementor library. "
1244
  "Each template will be a slider content"
1245
  msgstr ""
1246
 
1247
+ #: widgets/premium-carousel.php:64 widgets/premium-progressbar.php:185
1248
+ msgid "Type"
1249
  msgstr ""
1250
 
1251
+ #: widgets/premium-carousel.php:65
1252
  msgid "Set a navigation type"
1253
  msgstr ""
1254
 
1255
+ #: widgets/premium-carousel.php:69 widgets/premium-image-button.php:169
1256
  msgid "Horizontal"
1257
  msgstr ""
1258
 
1259
+ #: widgets/premium-carousel.php:70 widgets/premium-image-button.php:170
1260
  msgid "Vertical"
1261
  msgstr ""
1262
 
1263
+ #: widgets/premium-carousel.php:78
1264
+ msgid "Appearance"
1265
  msgstr ""
1266
 
1267
+ #: widgets/premium-carousel.php:82
1268
  msgid "All visible"
1269
  msgstr ""
1270
 
1271
+ #: widgets/premium-carousel.php:83
1272
  msgid "One at a time"
1273
  msgstr ""
1274
 
1275
+ #: widgets/premium-carousel.php:91
1276
+ msgid "Desktop Slides"
1277
  msgstr ""
1278
 
1279
+ #: widgets/premium-carousel.php:100
1280
+ msgid "Tabs Slides"
1281
  msgstr ""
1282
 
1283
+ #: widgets/premium-carousel.php:109
1284
+ msgid "Mobile Slides"
1285
  msgstr ""
1286
 
1287
+ #: widgets/premium-carousel.php:120
1288
+ msgid "Slides' Settings"
1289
+ msgstr ""
1290
+
1291
+ #: widgets/premium-carousel.php:127
1292
  msgid "Infinite Loop"
1293
  msgstr ""
1294
 
1295
+ #: widgets/premium-carousel.php:129
1296
  msgid "Restart the slider automatically as it passes the last slide"
1297
  msgstr ""
1298
 
1299
+ #: widgets/premium-carousel.php:137
1300
  msgid "Transition Speed"
1301
  msgstr ""
1302
 
1303
+ #: widgets/premium-carousel.php:138
1304
  msgid ""
1305
  "Set a navigation speed value. The value will be counted in milliseconds (ms)"
1306
  msgstr ""
1307
 
1308
+ #: widgets/premium-carousel.php:147
1309
+ msgid "Autoplay Slides‏"
1310
  msgstr ""
1311
 
1312
+ #: widgets/premium-carousel.php:148
1313
  msgid "Slide will start automatically"
1314
  msgstr ""
1315
 
1316
+ #: widgets/premium-carousel.php:157
1317
+ msgid "Autoplay Speed"
1318
  msgstr ""
1319
 
1320
+ #: widgets/premium-carousel.php:158
1321
  msgid ""
1322
+ "Autoplay Speed means at which time the next slide should come. Set a value "
1323
  "in milliseconds (ms)"
1324
  msgstr ""
1325
 
1326
+ #: widgets/premium-carousel.php:170 widgets/premium-counter.php:172
1327
  msgid "Animations"
1328
  msgstr ""
1329
 
1330
+ #: widgets/premium-carousel.php:180
1331
+ msgid ""
1332
+ "Add extra class name that will be applied to the carousel, and you can use "
1333
+ "this class for your customizations."
 
 
1334
  msgstr ""
1335
 
1336
+ #: widgets/premium-carousel.php:189
1337
+ msgid "Navigation"
1338
  msgstr ""
1339
 
1340
+ #: widgets/premium-carousel.php:196 widgets/premium-carousel.php:203
1341
+ msgid "Arrows"
1342
  msgstr ""
1343
 
1344
+ #: widgets/premium-carousel.php:204
1345
+ msgid "Enable or disable navigation arrows"
1346
  msgstr ""
1347
 
1348
+ #: widgets/premium-carousel.php:213
1349
+ msgid "Right Icon"
1350
  msgstr ""
1351
 
1352
+ #: widgets/premium-carousel.php:244
1353
+ msgid "Bottom Icon"
1354
  msgstr ""
1355
 
1356
+ #: widgets/premium-carousel.php:275
1357
+ msgid "Top Icon"
1358
  msgstr ""
1359
 
1360
+ #: widgets/premium-carousel.php:305
1361
+ msgid "Left Icon"
1362
  msgstr ""
1363
 
1364
+ #: widgets/premium-carousel.php:339
1365
+ msgid "Default"
1366
  msgstr ""
1367
 
1368
+ #: widgets/premium-carousel.php:340 widgets/premium-counter.php:255
1369
+ msgid "Circle Background"
1370
  msgstr ""
1371
 
1372
+ #: widgets/premium-carousel.php:341 widgets/premium-counter.php:256
1373
+ msgid "Square Background"
1374
  msgstr ""
1375
 
1376
+ #: widgets/premium-carousel.php:342
1377
+ msgid "Circle border"
1378
  msgstr ""
1379
 
1380
+ #: widgets/premium-carousel.php:343
1381
+ msgid "Square border"
1382
  msgstr ""
1383
 
1384
+ #: widgets/premium-carousel.php:433
1385
+ msgid "Border Size"
1386
  msgstr ""
1387
 
1388
+ #: widgets/premium-carousel.php:456
1389
+ msgid "Position (PX)"
1390
  msgstr ""
1391
 
1392
+ #: widgets/premium-carousel.php:481
1393
+ msgid "Enable or disable navigation dots"
1394
  msgstr ""
1395
 
1396
+ #: widgets/premium-carousel.php:537 widgets/premium-grid.php:948
1397
+ msgid "Active Color"
1398
  msgstr ""
1399
 
1400
+ #: widgets/premium-carousel.php:555
1401
+ msgid "Ripple Effect"
1402
  msgstr ""
1403
 
1404
+ #: widgets/premium-carousel.php:556
1405
+ msgid "Enable a ripple effect when the active dot is hovered/clicked"
1406
  msgstr ""
1407
 
1408
+ #: widgets/premium-carousel.php:567
1409
+ msgid "Ripple Color"
1410
  msgstr ""
1411
 
1412
+ #: widgets/premium-carousel.php:604 widgets/premium-fancytext.php:125
1413
+ msgid "Additional Settings"
1414
  msgstr ""
1415
 
1416
+ #: widgets/premium-carousel.php:612
1417
  msgid "Draggable Effect"
1418
  msgstr ""
1419
 
1420
+ #: widgets/premium-carousel.php:613
1421
  msgid "Allow the slides to be dragged by mouse click"
1422
  msgstr ""
1423
 
1424
+ #: widgets/premium-carousel.php:622
1425
  msgid "Touch Move"
1426
  msgstr ""
1427
 
1428
+ #: widgets/premium-carousel.php:623
1429
  msgid "Enable slide moving with touch"
1430
  msgstr ""
1431
 
1432
+ #: widgets/premium-carousel.php:632
1433
  msgid "RTL Mode"
1434
  msgstr ""
1435
 
1436
+ #: widgets/premium-carousel.php:633
1437
  msgid "Turn on RTL mode if your language starts from right to left"
1438
  msgstr ""
1439
 
1440
+ #: widgets/premium-carousel.php:644
1441
  msgid "Adaptive Height"
1442
  msgstr ""
1443
 
1444
+ #: widgets/premium-carousel.php:645
1445
  msgid ""
1446
  "Adaptive height setting gives each slide a fixed height to avoid huge white "
1447
  "space gaps"
1448
  msgstr ""
1449
 
1450
+ #: widgets/premium-carousel.php:653 widgets/premium-fancytext.php:281
1451
  msgid "Pause on Hover"
1452
  msgstr ""
1453
 
1454
+ #: widgets/premium-carousel.php:654
1455
  msgid "Pause the slider when mouse hover"
1456
  msgstr ""
1457
 
1458
+ #: widgets/premium-carousel.php:662
1459
  msgid "Center Mode"
1460
  msgstr ""
1461
 
1462
+ #: widgets/premium-carousel.php:663
1463
  msgid ""
1464
  "Center mode enables a centered view with partial next/previous slides. "
1465
  "Animations and all visible scroll type doesn't work with this mode"
1466
  msgstr ""
1467
 
1468
+ #: widgets/premium-carousel.php:671
1469
+ msgid "Slides' Spacing"
1470
  msgstr ""
1471
 
1472
+ #: widgets/premium-carousel.php:672
1473
  msgid "Set a spacing value in pixels (px)"
1474
  msgstr ""
1475
 
1481
  msgid "Select Your Contact Form"
1482
  msgstr ""
1483
 
1484
+ #: widgets/premium-contactform.php:51
1485
+ msgid "Fields"
1486
  msgstr ""
1487
 
1488
+ #: widgets/premium-contactform.php:56 widgets/premium-contactform.php:173
1489
+ #: widgets/premium-modalbox.php:930 widgets/premium-modalbox.php:1100
1490
+ #: widgets/premium-person.php:49
1491
+ msgid "Width"
1492
  msgstr ""
1493
 
1494
+ #: widgets/premium-contactform.php:63 widgets/premium-contactform.php:121
1495
+ msgid "Input Field"
1496
  msgstr ""
1497
 
1498
+ #: widgets/premium-contactform.php:89 widgets/premium-contactform.php:143
1499
+ msgid "Text Area"
1500
  msgstr ""
1501
 
1502
+ #: widgets/premium-contactform.php:220
1503
+ msgid "Form"
1504
+ msgstr ""
1505
+
1506
+ #: widgets/premium-contactform.php:227
1507
+ msgid "Input Field Background"
1508
+ msgstr ""
1509
+
1510
+ #: widgets/premium-contactform.php:277
1511
  msgid "Focus Border Color"
1512
  msgstr ""
1513
 
1514
+ #: widgets/premium-contactform.php:288
1515
  msgid "Focus Border Animation"
1516
  msgstr ""
1517
 
1518
+ #: widgets/premium-contactform.php:301
1519
  msgid "Focus Line Color"
1520
  msgstr ""
1521
 
1522
+ #: widgets/premium-contactform.php:327 widgets/premium-progressbar.php:307
1523
  msgid "Labels"
1524
  msgstr ""
1525
 
1526
+ #: widgets/premium-contactform.php:337
1527
  msgid "Default Typography"
1528
  msgstr ""
1529
 
1530
+ #: widgets/premium-contactform.php:344
1531
  msgid "Default Font Color"
1532
  msgstr ""
1533
 
1534
+ #: widgets/premium-contactform.php:369
1535
  msgid "Input Typography"
1536
  msgstr ""
1537
 
1538
+ #: widgets/premium-contactform.php:377
1539
  msgid "Input Text Color"
1540
  msgstr ""
1541
 
1542
+ #: widgets/premium-contactform.php:402
1543
  msgid "Placeholder Color"
1544
  msgstr ""
1545
 
1546
+ #: widgets/premium-countdown.php:36
1547
+ msgid "Countdown"
 
 
 
 
1548
  msgstr ""
1549
 
1550
+ #: widgets/premium-countdown.php:46 widgets/premium-dual-header.php:103
1551
+ msgid "Inline"
1552
  msgstr ""
1553
 
1554
+ #: widgets/premium-countdown.php:56
1555
+ msgid "Due Date"
1556
  msgstr ""
1557
 
1558
+ #: widgets/premium-countdown.php:62
 
 
 
 
1559
  msgid ""
1560
  "Date format is (yyyy/mm/dd). Time format is (hh:mm:ss). Example: 2020-01-01 "
1561
  "09:30."
1562
  msgstr ""
1563
 
1564
+ #: widgets/premium-countdown.php:69
1565
+ msgid "Time Zone"
1566
  msgstr ""
1567
 
1568
+ #: widgets/premium-countdown.php:72
1569
  msgid "WordPress Default"
1570
  msgstr ""
1571
 
1572
+ #: widgets/premium-countdown.php:73
1573
  msgid "User Local Time"
1574
  msgstr ""
1575
 
1576
+ #: widgets/premium-countdown.php:76
1577
  msgid "This will set the current time of the option that you will choose."
1578
  msgstr ""
1579
 
1580
+ #: widgets/premium-countdown.php:83
1581
+ msgid "Time Units"
1582
  msgstr ""
1583
 
1584
+ #: widgets/premium-countdown.php:85
1585
  msgid "Select the time units that you want to display in countdown timer."
1586
  msgstr ""
1587
 
1588
+ #: widgets/premium-countdown.php:87
1589
  msgid "Years"
1590
  msgstr ""
1591
 
1592
+ #: widgets/premium-countdown.php:88
1593
  msgid "Month"
1594
  msgstr ""
1595
 
1596
+ #: widgets/premium-countdown.php:89
1597
  msgid "Week"
1598
  msgstr ""
1599
 
1600
+ #: widgets/premium-countdown.php:90
1601
  msgid "Day"
1602
  msgstr ""
1603
 
1604
+ #: widgets/premium-countdown.php:91
1605
  msgid "Hours"
1606
  msgstr ""
1607
 
1608
+ #: widgets/premium-countdown.php:92
1609
  msgid "Minutes"
1610
  msgstr ""
1611
 
1612
+ #: widgets/premium-countdown.php:93
1613
  msgid "Second"
1614
  msgstr ""
1615
 
1616
+ #: widgets/premium-countdown.php:139
1617
+ msgid "Expire"
1618
  msgstr ""
1619
 
1620
+ #: widgets/premium-countdown.php:146
1621
+ msgid "Expire Type"
1622
  msgstr ""
1623
 
1624
+ #: widgets/premium-countdown.php:149
1625
  msgid "Choose whether if you want to set a message or a redirect link"
1626
  msgstr ""
1627
 
1628
+ #: widgets/premium-countdown.php:151
1629
+ msgid "Message"
1630
+ msgstr ""
1631
+
1632
+ #: widgets/premium-countdown.php:152
1633
+ msgid "Redirection Link"
1634
  msgstr ""
1635
 
1636
+ #: widgets/premium-countdown.php:161
1637
  msgid "On expiry Text"
1638
  msgstr ""
1639
 
1640
+ #: widgets/premium-countdown.php:163
1641
  msgid "Countdown is finished!"
1642
  msgstr ""
1643
 
1644
+ #: widgets/premium-countdown.php:173
1645
  msgid "Redirect To"
1646
  msgstr ""
1647
 
1648
+ #: widgets/premium-countdown.php:187
1649
  msgid "Strings Translation"
1650
  msgstr ""
1651
 
1652
+ #: widgets/premium-countdown.php:194
1653
  msgid "Day (Singular)"
1654
  msgstr ""
1655
 
1656
+ #: widgets/premium-countdown.php:203
1657
  msgid "Day (Plural)"
1658
  msgstr ""
1659
 
1660
+ #: widgets/premium-countdown.php:212
1661
  msgid "Week (Singular)"
1662
  msgstr ""
1663
 
1664
+ #: widgets/premium-countdown.php:221
1665
  msgid "Weeks (Plural)"
1666
  msgstr ""
1667
 
1668
+ #: widgets/premium-countdown.php:231
1669
  msgid "Month (Singular)"
1670
  msgstr ""
1671
 
1672
+ #: widgets/premium-countdown.php:241
1673
  msgid "Months (Plural)"
1674
  msgstr ""
1675
 
1676
+ #: widgets/premium-countdown.php:251
1677
  msgid "Year (Singular)"
1678
  msgstr ""
1679
 
1680
+ #: widgets/premium-countdown.php:261
1681
  msgid "Years (Plural)"
1682
  msgstr ""
1683
 
1684
+ #: widgets/premium-countdown.php:271
1685
  msgid "Hour (Singular)"
1686
  msgstr ""
1687
 
1688
+ #: widgets/premium-countdown.php:281
1689
  msgid "Hours (Plural)"
1690
  msgstr ""
1691
 
1692
+ #: widgets/premium-countdown.php:291
1693
  msgid "Minute (Singular)"
1694
  msgstr ""
1695
 
1696
+ #: widgets/premium-countdown.php:300
1697
  msgid "Minutes (Plural)"
1698
  msgstr ""
1699
 
1700
+ #: widgets/premium-countdown.php:309
1701
  msgid "Second (Singular)"
1702
  msgstr ""
1703
 
1704
+ #: widgets/premium-countdown.php:318
1705
  msgid "Seconds (Plural)"
1706
  msgstr ""
1707
 
1708
+ #: widgets/premium-countdown.php:329
1709
  msgid "Digits"
1710
  msgstr ""
1711
 
1712
+ #: widgets/premium-countdown.php:378
1713
+ msgid "Background Size"
1714
  msgstr ""
1715
 
1716
+ #: widgets/premium-countdown.php:417
1717
+ msgid "Units"
1718
  msgstr ""
1719
 
1720
+ #: widgets/premium-countdown.php:450
1721
+ msgid "Spacing in Between"
1722
  msgstr ""
1723
 
1724
+ #: widgets/premium-counter.php:33
1725
+ msgid "Counter"
1726
  msgstr ""
1727
 
1728
+ #: widgets/premium-counter.php:42
1729
+ msgid "Enter title for stats counter block"
1730
  msgstr ""
1731
 
1732
+ #: widgets/premium-counter.php:48 widgets/premium-counter.php:392
1733
+ #: widgets/premium-progressbar.php:173
1734
+ msgid "Value"
1735
  msgstr ""
1736
 
1737
+ #: widgets/premium-counter.php:50
1738
+ msgid "Enter Counter Value"
1739
  msgstr ""
1740
 
1741
+ #: widgets/premium-counter.php:57
1742
+ msgid "Thousands Separator"
1743
  msgstr ""
1744
 
1745
+ #: widgets/premium-counter.php:59
1746
+ msgid "Separate coverts 125000 into 125,000"
 
1747
  msgstr ""
1748
 
1749
+ #: widgets/premium-counter.php:66
1750
+ msgid "Decimal Point"
1751
  msgstr ""
1752
 
1753
+ #: widgets/premium-counter.php:68
1754
+ msgid ""
1755
+ "Set a decimal number (Eg - 12.76). The decimal point will be replaced with "
1756
+ "the value that you will enter above"
1757
  msgstr ""
1758
 
1759
+ #: widgets/premium-counter.php:75
1760
+ msgid "Digits After Decimal Point"
1761
  msgstr ""
1762
 
1763
+ #: widgets/premium-counter.php:83
1764
+ msgid "Value Prefix"
 
1765
  msgstr ""
1766
 
1767
+ #: widgets/premium-counter.php:86
1768
+ msgid "Enter prefix for counter value"
1769
+ msgstr ""
1770
+
1771
+ #: widgets/premium-counter.php:92
1772
+ msgid "Value suffix"
1773
+ msgstr ""
1774
+
1775
+ #: widgets/premium-counter.php:95
1776
+ msgid "Enter suffix for counter value"
1777
+ msgstr ""
1778
+
1779
+ #: widgets/premium-counter.php:101
1780
+ msgid "Rolling Time"
1781
+ msgstr ""
1782
+
1783
+ #: widgets/premium-counter.php:103
1784
+ msgid "How long should it take to complete the digit?"
1785
+ msgstr ""
1786
+
1787
+ #: widgets/premium-counter.php:112 widgets/premium-modalbox.php:197
1788
+ #: widgets/premium-pricing-table.php:415
1789
+ msgid "Display Options"
1790
+ msgstr ""
1791
+
1792
+ #: widgets/premium-counter.php:118
1793
+ msgid "Icon Type"
1794
+ msgstr ""
1795
+
1796
+ #: widgets/premium-counter.php:120
1797
+ msgid "Use a font awesome icon or upload a custom image"
1798
+ msgstr ""
1799
+
1800
+ #: widgets/premium-counter.php:122 widgets/premium-modalbox.php:81
1801
+ msgid "Font Awesome"
1802
+ msgstr ""
1803
+
1804
+ #: widgets/premium-counter.php:123 widgets/premium-modalbox.php:94
1805
+ msgid "Custom Image"
1806
+ msgstr ""
1807
+
1808
+ #: widgets/premium-counter.php:131 widgets/premium-pricing-table.php:45
1809
+ msgid "Select an Icon"
1810
+ msgstr ""
1811
+
1812
+ #: widgets/premium-counter.php:157
1813
+ msgid "Choose a position for your icon"
1814
  msgstr ""
1815
 
1816
+ #: widgets/premium-counter.php:252
1817
  msgid ""
1818
  "We are giving you three quick preset if you are in a hurry. Otherwise, "
1819
  "create your own with various options"
1820
  msgstr ""
1821
 
1822
+ #: widgets/premium-counter.php:254
1823
  msgid "Simple"
1824
  msgstr ""
1825
 
1826
+ #: widgets/premium-counter.php:257
1827
  msgid "Design Your Own"
1828
  msgstr ""
1829
 
1830
+ #: widgets/premium-counter.php:282
1831
  msgid "Background size"
1832
  msgstr ""
1833
 
1834
+ #: widgets/premium-counter.php:304
1835
+ msgid "Vertical Alignment"
1836
  msgstr ""
1837
 
1838
+ #: widgets/premium-counter.php:425 widgets/premium-fancytext.php:393
1839
+ msgid "Prefix & Suffix"
1840
  msgstr ""
1841
 
1842
+ #: widgets/premium-counter.php:432
1843
+ msgid "Prefix Color"
1844
  msgstr ""
1845
 
1846
+ #: widgets/premium-counter.php:456
1847
+ msgid "Suffix Color"
1848
  msgstr ""
1849
 
1850
+ #: widgets/premium-dual-header.php:37
1851
+ msgid "Dual Heading"
1852
  msgstr ""
1853
 
1854
+ #: widgets/premium-dual-header.php:44 widgets/premium-dual-header.php:202
1855
+ msgid "First Heading"
1856
  msgstr ""
1857
 
1858
+ #: widgets/premium-dual-header.php:47
1859
+ msgid "Premium"
1860
  msgstr ""
1861
 
1862
+ #: widgets/premium-dual-header.php:69 widgets/premium-dual-header.php:344
1863
+ msgid "Second Heading"
1864
  msgstr ""
1865
 
1866
+ #: widgets/premium-dual-header.php:72
1867
+ msgid "Addons"
1868
  msgstr ""
1869
 
1870
+ #: widgets/premium-dual-header.php:100
1871
+ msgid "Display"
1872
  msgstr ""
1873
 
1874
+ #: widgets/premium-dual-header.php:118
1875
+ msgid "Enable or disable link"
1876
+ msgstr ""
1877
+
1878
+ #: widgets/premium-dual-header.php:219 widgets/premium-dual-header.php:361
1879
+ msgid "Animated Background"
1880
+ msgstr ""
1881
+
1882
+ #: widgets/premium-dual-header.php:227 widgets/premium-dual-header.php:369
1883
+ msgid "Background Style"
1884
+ msgstr ""
1885
+
1886
+ #: widgets/premium-dual-header.php:230 widgets/premium-dual-header.php:372
1887
  msgid ""
1888
+ "Choose ‘Normal’ style to put a background behind the text. Choose ‘Clipped’ "
1889
+ "style so the background will be clipped on the text."
1890
  msgstr ""
1891
 
1892
+ #: widgets/premium-dual-header.php:232 widgets/premium-dual-header.php:374
1893
+ msgid "Normal Background"
1894
  msgstr ""
1895
 
1896
+ #: widgets/premium-dual-header.php:233 widgets/premium-dual-header.php:375
1897
+ msgid "Clipped Background"
1898
  msgstr ""
1899
 
1900
+ #: widgets/premium-fancytext.php:35 widgets/premium-fancytext.php:65
1901
+ #: widgets/premium-fancytext.php:296
1902
+ msgid "Fancy Text"
1903
  msgstr ""
1904
 
1905
+ #: widgets/premium-fancytext.php:42
1906
+ msgid "Prefix"
1907
  msgstr ""
1908
 
1909
+ #: widgets/premium-fancytext.php:45
1910
+ msgid "This is"
1911
  msgstr ""
1912
 
1913
+ #: widgets/premium-fancytext.php:46
1914
+ msgid "Text before Fancy text"
1915
  msgstr ""
1916
 
1917
+ #: widgets/premium-fancytext.php:55
1918
+ msgid "Fancy String"
1919
  msgstr ""
1920
 
1921
+ #: widgets/premium-fancytext.php:69
1922
+ msgid "Designer"
1923
  msgstr ""
1924
 
1925
+ #: widgets/premium-fancytext.php:72
1926
+ msgid "Developer"
1927
  msgstr ""
1928
 
1929
+ #: widgets/premium-fancytext.php:75
1930
+ msgid "Awesome"
1931
  msgstr ""
1932
 
1933
+ #: widgets/premium-fancytext.php:86
1934
+ msgid "Suffix"
1935
  msgstr ""
1936
 
1937
+ #: widgets/premium-fancytext.php:90
1938
+ msgid "Text after Fancy text"
1939
+ msgstr ""
1940
+
1941
+ #: widgets/premium-fancytext.php:135
1942
+ msgid "Typing"
1943
+ msgstr ""
1944
+
1945
+ #: widgets/premium-fancytext.php:136
1946
+ msgid "Slide Up"
1947
  msgstr ""
1948
 
1949
+ #: widgets/premium-fancytext.php:146
1950
+ msgid "Type Speed"
1951
  msgstr ""
1952
 
1953
+ #: widgets/premium-fancytext.php:149
1954
+ msgid "Set typing effect speed in milliseconds."
1955
  msgstr ""
1956
 
1957
+ #: widgets/premium-fancytext.php:160
1958
+ msgid "Back Speed"
1959
  msgstr ""
1960
 
1961
+ #: widgets/premium-fancytext.php:163
1962
+ msgid "Set a speed for backspace effect in milliseconds."
1963
  msgstr ""
1964
 
1965
+ #: widgets/premium-fancytext.php:174
1966
+ msgid "Start Delay"
1967
  msgstr ""
1968
 
1969
+ #: widgets/premium-fancytext.php:177
1970
+ msgid ""
1971
+ "If you set it on 5000 milliseconds, the first word/string will appear after "
1972
+ "5 seconds."
1973
  msgstr ""
1974
 
1975
+ #: widgets/premium-fancytext.php:188
1976
+ msgid "Back Delay"
1977
  msgstr ""
1978
 
1979
+ #: widgets/premium-fancytext.php:191
1980
+ msgid ""
1981
+ "If you set it on 5000 milliseconds, the word/string will remain visible for "
1982
+ "5 seconds before backspace effect."
1983
  msgstr ""
1984
 
1985
+ #: widgets/premium-fancytext.php:202
1986
+ msgid "Loop"
1987
  msgstr ""
1988
 
1989
+ #: widgets/premium-fancytext.php:214
1990
+ msgid "Show Cursor"
1991
  msgstr ""
1992
 
1993
+ #: widgets/premium-fancytext.php:226
1994
+ msgid "Cursor Mark"
1995
  msgstr ""
1996
 
1997
+ #: widgets/premium-fancytext.php:239
1998
+ msgid "Animation Speed"
 
 
1999
  msgstr ""
2000
 
2001
+ #: widgets/premium-fancytext.php:242
2002
+ msgid "Set a duration value in milliseconds for slide up effect."
2003
  msgstr ""
2004
 
2005
+ #: widgets/premium-fancytext.php:253
2006
+ msgid "Pause Time (Milliseconds)"
2007
  msgstr ""
2008
 
2009
+ #: widgets/premium-fancytext.php:256
2010
+ msgid ""
2011
+ "How long should the word/string stay visible? Set a value in milliseconds."
2012
  msgstr ""
2013
 
2014
+ #: widgets/premium-fancytext.php:267
2015
+ msgid "Show Items"
2016
  msgstr ""
2017
 
2018
+ #: widgets/premium-fancytext.php:270
2019
+ msgid "How many items should be visible at a time?"
2020
  msgstr ""
2021
 
2022
+ #: widgets/premium-fancytext.php:283
2023
+ msgid "If you enabled this option, the slide will be paused when mouseover."
2024
  msgstr ""
2025
 
2026
+ #: widgets/premium-fancytext.php:343
2027
+ msgid "Cursor Text"
2028
  msgstr ""
2029
 
2030
+ #: widgets/premium-grid.php:50
2031
+ msgid "First Category"
2032
  msgstr ""
2033
 
2034
+ #: widgets/premium-grid.php:58
2035
+ msgid "First Category Label"
2036
  msgstr ""
2037
 
2038
+ #: widgets/premium-grid.php:60
2039
+ msgid "All"
2040
  msgstr ""
2041
 
2042
+ #: widgets/premium-grid.php:72 widgets/premium-grid.php:165
2043
+ msgid "Category"
2044
  msgstr ""
2045
 
2046
+ #: widgets/premium-grid.php:80
2047
+ msgid "Rotation Degrees"
2048
  msgstr ""
2049
 
2050
+ #: widgets/premium-grid.php:82
2051
+ msgid "Set rotation value in degress"
2052
  msgstr ""
2053
 
2054
+ #: widgets/premium-grid.php:110
2055
+ msgid "Active Category Index"
2056
  msgstr ""
2057
 
2058
+ #: widgets/premium-grid.php:112
2059
+ msgid "Put the index of the default active category, default is 1"
2060
  msgstr ""
2061
 
2062
+ #: widgets/premium-grid.php:124 widgets/premium-grid.php:208
2063
+ msgid "Images"
2064
  msgstr ""
2065
 
2066
+ #: widgets/premium-grid.php:141 widgets/premium-person.php:131
2067
+ #: widgets/premium-person.php:325 widgets/premium-testimonials.php:65
2068
+ #: widgets/premium-testimonials.php:106
2069
+ msgid "Name"
2070
  msgstr ""
2071
 
2072
+ #: widgets/premium-grid.php:149
2073
+ msgid "Alt"
2074
  msgstr ""
2075
 
2076
+ #: widgets/premium-grid.php:231
2077
+ msgid "Grid Settings"
2078
  msgstr ""
2079
 
2080
+ #: widgets/premium-grid.php:237
2081
+ msgid "Columns"
2082
  msgstr ""
2083
 
2084
+ #: widgets/premium-grid.php:244
2085
+ msgid "1 Column"
2086
  msgstr ""
2087
 
2088
+ #: widgets/premium-grid.php:248
2089
+ msgid "5 Columns"
2090
  msgstr ""
2091
 
2092
+ #: widgets/premium-grid.php:249
2093
+ msgid "6 Columns"
2094
  msgstr ""
2095
 
2096
+ #: widgets/premium-grid.php:260
2097
+ msgid "Grid Layout"
2098
  msgstr ""
2099
 
2100
+ #: widgets/premium-grid.php:263
2101
+ msgid "Even"
 
 
2102
  msgstr ""
2103
 
2104
+ #: widgets/premium-grid.php:283
2105
+ msgid "Image Gap"
2106
  msgstr ""
2107
 
2108
+ #: widgets/premium-grid.php:300
2109
+ msgid "Skin"
2110
  msgstr ""
2111
 
2112
+ #: widgets/premium-grid.php:302
2113
+ msgid "Choose a layout style for the gallery"
2114
  msgstr ""
2115
 
2116
+ #: widgets/premium-grid.php:304
2117
+ msgid "Style 1"
2118
  msgstr ""
2119
 
2120
+ #: widgets/premium-grid.php:305
2121
+ msgid "Style 2"
2122
  msgstr ""
2123
 
2124
+ #: widgets/premium-grid.php:306
2125
+ msgid "Style 3"
2126
  msgstr ""
2127
 
2128
+ #: widgets/premium-grid.php:356 widgets/premium-grid.php:925
2129
+ msgid "Filter"
2130
  msgstr ""
2131
 
2132
+ #: widgets/premium-grid.php:364
2133
+ msgid "Lightbox"
2134
  msgstr ""
2135
 
2136
+ #: widgets/premium-grid.php:372
2137
+ msgid "Content Alignment"
2138
  msgstr ""
2139
 
2140
+ #: widgets/premium-grid.php:406
2141
+ msgid ""
2142
+ "If the content text is not suiting well on specific screen sizes, you may "
2143
+ "enable this option which will hide the description text."
2144
  msgstr ""
2145
 
2146
+ #: widgets/premium-grid.php:435
2147
+ msgid "General"
2148
  msgstr ""
2149
 
2150
+ #: widgets/premium-grid.php:708
2151
+ msgid "Icons"
2152
  msgstr ""
2153
 
2154
+ #: widgets/premium-grid.php:714 widgets/premium-pricing-table.php:400
2155
+ msgid "Position"
2156
  msgstr ""
2157
 
2158
+ #: widgets/premium-grid.php:971
2159
+ msgid "Background"
2160
  msgstr ""
2161
 
2162
+ #: widgets/premium-grid.php:993
2163
+ msgid "Background Active Color"
2164
  msgstr ""
2165
 
2166
+ #: widgets/premium-image-button.php:100
2167
  msgid "Background Slide"
2168
  msgstr ""
2169
 
2170
+ #: widgets/premium-image-button.php:101
2171
  msgid "Diagonal Slide"
2172
  msgstr ""
2173
 
2174
+ #: widgets/premium-image-button.php:103
2175
  msgid "Overlap"
2176
  msgstr ""
2177
 
2178
+ #: widgets/premium-image-button.php:133
2179
  msgid "Bottom Left to Top Right"
2180
  msgstr ""
2181
 
2182
+ #: widgets/premium-image-button.php:134
2183
  msgid "Top Right to Bottom Left"
2184
  msgstr ""
2185
 
2186
+ #: widgets/premium-image-button.php:135
2187
  msgid "Top Left to Bottom Right"
2188
  msgstr ""
2189
 
2190
+ #: widgets/premium-image-button.php:136
2191
  msgid "Bottom Right to Top Left"
2192
  msgstr ""
2193
 
2194
+ #: widgets/premium-image-button.php:165
2195
  msgid "Overlap Direction"
2196
  msgstr ""
2197
 
2198
+ #: widgets/premium-image-separator.php:36
 
 
 
 
2199
  msgid "Image Settings"
2200
  msgstr ""
2201
 
2202
+ #: widgets/premium-image-separator.php:49
2203
  msgid "Choose the separator image"
2204
  msgstr ""
2205
 
2206
+ #: widgets/premium-image-separator.php:57
2207
+ msgid "Image Size"
2208
+ msgstr ""
2209
+
2210
+ #: widgets/premium-image-separator.php:79
2211
  msgid "Image Gutter (%)"
2212
  msgstr ""
2213
 
2214
+ #: widgets/premium-image-separator.php:82
2215
  msgid ""
2216
  "-50% is default. Increase to push the image outside or decrease to pull the "
2217
  "image inside."
2218
  msgstr ""
2219
 
2220
+ #: widgets/premium-image-separator.php:93
2221
  msgid "Image Alignment"
2222
  msgstr ""
2223
 
2224
+ #: widgets/premium-image-separator.php:122
 
 
 
 
2225
  msgid "Add a custom link or select an existing page link"
2226
  msgstr ""
2227
 
2228
+ #: widgets/premium-image-separator.php:128
2229
  msgid "Link/URL"
2230
  msgstr ""
2231
 
2232
+ #: widgets/premium-image-separator.php:173
 
 
 
 
 
 
2233
  msgid "Image Hovering Title"
2234
  msgstr ""
2235
 
2236
+ #: widgets/premium-image-separator.php:185
2237
+ #: widgets/premium-pricing-table.php:323 widgets/premium-testimonials.php:158
2238
  msgid "Link Target"
2239
  msgstr ""
2240
 
2241
+ #: widgets/premium-image-separator.php:187
2242
+ #: widgets/premium-pricing-table.php:325
2243
  msgid " Where would you like the link be opened?"
2244
  msgstr ""
2245
 
2246
+ #: widgets/premium-image-separator.php:194
2247
+ #: widgets/premium-pricing-table.php:332 widgets/premium-testimonials.php:167
2248
  msgid "blank"
2249
  msgstr ""
2250
 
2252
  msgid "Center Location"
2253
  msgstr ""
2254
 
2255
+ #: widgets/premium-maps.php:59 widgets/premium-maps.php:117
2256
+ msgid "Latitude & Longitude Finder"
 
 
 
 
2257
  msgstr ""
2258
 
2259
+ #: widgets/premium-maps.php:66 widgets/premium-maps.php:124
2260
+ msgid "Find Latitude & Longitude"
 
 
 
 
2261
  msgstr ""
2262
 
2263
+ #: widgets/premium-maps.php:79
2264
+ msgid "Center Latitude"
2265
  msgstr ""
2266
 
2267
+ #: widgets/premium-maps.php:81 widgets/premium-maps.php:91
2268
+ msgid "Center latitude and longitude are required to identify your location"
2269
  msgstr ""
2270
 
2271
  #: widgets/premium-maps.php:89
2272
+ msgid "Center Longitude"
 
 
 
 
2273
  msgstr ""
2274
 
2275
  #: widgets/premium-maps.php:101
2276
+ msgid "Markers"
 
 
 
 
 
 
 
 
2277
  msgstr ""
2278
 
2279
+ #: widgets/premium-maps.php:107
2280
+ msgid "Max Width"
2281
  msgstr ""
2282
 
2283
+ #: widgets/premium-maps.php:109
2284
+ msgid "Set the Maximum width for markers description box"
2285
  msgstr ""
2286
 
2287
+ #: widgets/premium-maps.php:136
2288
+ msgid "Latitude"
2289
  msgstr ""
2290
 
2291
+ #: widgets/premium-maps.php:146
2292
+ msgid "Longitude"
2293
  msgstr ""
2294
 
2295
+ #: widgets/premium-maps.php:173
2296
+ msgid "Custom Icon"
2297
  msgstr ""
2298
 
2299
+ #: widgets/premium-maps.php:181
2300
+ msgid "Map Pins"
2301
  msgstr ""
2302
 
2303
  #: widgets/premium-maps.php:186
2304
+ msgid "Premium Google Maps"
 
 
 
 
2305
  msgstr ""
2306
 
2307
+ #: widgets/premium-maps.php:187
2308
+ msgid "Add an optional description to your map pin"
2309
  msgstr ""
2310
 
2311
+ #: widgets/premium-maps.php:197
2312
+ msgid "Controls"
2313
  msgstr ""
2314
 
2315
+ #: widgets/premium-maps.php:203
2316
  msgid "Map Type"
2317
  msgstr ""
2318
 
2319
+ #: widgets/premium-maps.php:206
2320
  msgid "Road Map"
2321
  msgstr ""
2322
 
2323
+ #: widgets/premium-maps.php:207
2324
  msgid "Satellite"
2325
  msgstr ""
2326
 
2327
+ #: widgets/premium-maps.php:208
2328
  msgid "Terrain"
2329
  msgstr ""
2330
 
2331
+ #: widgets/premium-maps.php:209
2332
  msgid "Hybrid"
2333
  msgstr ""
2334
 
2335
+ #: widgets/premium-maps.php:236
2336
+ msgid "Zoom"
2337
  msgstr ""
2338
 
2339
+ #: widgets/premium-maps.php:252
2340
+ msgid "Map Type Controls"
2341
  msgstr ""
2342
 
2343
+ #: widgets/premium-maps.php:259
2344
+ msgid "Zoom Controls"
2345
  msgstr ""
2346
 
2347
+ #: widgets/premium-maps.php:266
2348
+ msgid "Street View Control"
2349
  msgstr ""
2350
 
2351
+ #: widgets/premium-maps.php:273
2352
+ msgid "Fullscreen Control"
2353
  msgstr ""
2354
 
2355
+ #: widgets/premium-maps.php:280
2356
+ msgid "Scroll Wheel Zoom"
2357
  msgstr ""
2358
 
2359
+ #: widgets/premium-maps.php:287
2360
+ msgid "Info Container Always Opened"
2361
  msgstr ""
2362
 
2363
+ #: widgets/premium-maps.php:294
2364
+ msgid "Info Container Opened when Hovered"
2365
  msgstr ""
2366
 
2367
+ #: widgets/premium-maps.php:301
2368
+ msgid "Info Container Closed when Mouse Out"
2369
  msgstr ""
2370
 
2371
+ #: widgets/premium-maps.php:311
2372
+ msgid "Marker Clustering"
2373
  msgstr ""
2374
 
2375
+ #: widgets/premium-maps.php:320
2376
+ msgid "Map Style"
2377
+ msgstr ""
2378
+
2379
+ #: widgets/premium-maps.php:326
2380
+ msgid "JSON Code"
2381
  msgstr ""
2382
 
2383
+ #: widgets/premium-maps.php:505
2384
+ msgid "Map"
2385
  msgstr ""
2386
 
2387
+ #: widgets/premium-modalbox.php:50
2388
+ msgid "Header"
 
2389
  msgstr ""
2390
 
2391
+ #: widgets/premium-modalbox.php:55
2392
+ msgid "Enable or disable modal header"
2393
  msgstr ""
2394
 
2395
+ #: widgets/premium-modalbox.php:64
2396
  msgid "Use font awesome icon or upload a custom image"
2397
  msgstr ""
2398
 
2399
+ #: widgets/premium-modalbox.php:114
2400
+ msgid "Provide the modal box with a title"
2401
+ msgstr ""
2402
+
2403
+ #: widgets/premium-modalbox.php:134
2404
+ msgid "Content to Show"
2405
  msgstr ""
2406
 
2407
+ #: widgets/premium-modalbox.php:149
2408
+ msgid "Modal content is a template which you can choose from Elementor library"
2409
  msgstr ""
2410
 
2411
+ #: widgets/premium-modalbox.php:175 widgets/premium-modalbox.php:758
2412
  msgid "Upper Close Button"
2413
  msgstr ""
2414
 
2415
+ #: widgets/premium-modalbox.php:187 widgets/premium-modalbox.php:908
2416
  msgid "Lower Close Button"
2417
  msgstr ""
2418
 
2419
+ #: widgets/premium-modalbox.php:204
2420
+ msgid "Display Style"
2421
  msgstr ""
2422
 
2423
+ #: widgets/premium-modalbox.php:206
2424
+ msgid "Choose where would you like the modal box appear on"
 
2425
  msgstr ""
2426
 
2427
+ #: widgets/premium-modalbox.php:221
2428
+ msgid "Button Text"
2429
  msgstr ""
2430
 
2431
+ #: widgets/premium-modalbox.php:222 widgets/premium-modalbox.php:413
2432
+ msgid "Premium Modal Box"
2433
  msgstr ""
2434
 
2435
+ #: widgets/premium-modalbox.php:374
2436
+ msgid "Button Size"
2437
  msgstr ""
2438
 
2439
+ #: widgets/premium-modalbox.php:423
2440
+ msgid "Delay in Popup Display (Sec)"
2441
  msgstr ""
2442
 
2443
+ #: widgets/premium-modalbox.php:425
2444
+ msgid ""
2445
+ "When should the popup appear during page load? The value are counted in "
2446
+ "seconds"
2447
  msgstr ""
2448
 
2449
+ #: widgets/premium-modalbox.php:470
2450
+ msgid "Trigger"
2451
  msgstr ""
2452
 
2453
+ #: widgets/premium-modalbox.php:518 widgets/premium-modalbox.php:734
2454
+ #: widgets/premium-modalbox.php:920 widgets/premium-pricing-table.php:815
2455
+ #: widgets/premium-pricing-table.php:888 widgets/premium-pricing-table.php:933
2456
+ #: widgets/premium-pricing-table.php:985
2457
+ msgid "Typography"
2458
  msgstr ""
2459
 
2460
+ #: widgets/premium-modalbox.php:710
2461
+ msgid "Heading"
2462
  msgstr ""
2463
 
2464
+ #: widgets/premium-modalbox.php:1092
2465
+ msgid "Modal Box"
2466
  msgstr ""
2467
 
2468
+ #: widgets/premium-modalbox.php:1127
2469
+ msgid "Content Background Color"
2470
  msgstr ""
2471
 
2472
+ #: widgets/premium-modalbox.php:1138
2473
+ msgid "Footer Background Color"
2474
  msgstr ""
2475
 
2476
+ #: widgets/premium-modalbox.php:1243
2477
+ msgid "Close"
2478
  msgstr ""
2479
 
2480
+ #: widgets/premium-person.php:51
2481
+ msgid "Enter image width in (PX, EM, %), default is 100%"
2482
  msgstr ""
2483
 
2484
+ #: widgets/premium-person.php:78
2485
+ msgid "Choose image height in (PX, EM)"
2486
  msgstr ""
2487
 
2488
+ #: widgets/premium-person.php:124
2489
+ msgid "Person"
2490
  msgstr ""
2491
 
2492
+ #: widgets/premium-person.php:134
2493
+ msgid "John Frank"
2494
  msgstr ""
2495
 
2496
+ #: widgets/premium-person.php:160 widgets/premium-person.php:362
2497
  msgid "Job Title"
2498
  msgstr ""
2499
 
2501
  msgid "Senior Developer"
2502
  msgstr ""
2503
 
 
 
 
 
2504
  #: widgets/premium-person.php:175
2505
  msgid "H1"
2506
  msgstr ""
2525
  msgid "H6"
2526
  msgstr ""
2527
 
2528
+ #: widgets/premium-person.php:191
2529
  msgid ""
2530
  "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ullamcorper "
2531
  "nulla non metus auctor fringilla"
2532
  msgstr ""
2533
 
2534
+ #: widgets/premium-person.php:227 widgets/premium-person.php:434
2535
+ msgid "Social Icons"
2536
  msgstr ""
2537
 
2538
+ #: widgets/premium-person.php:234
2539
  msgid "Facebook"
2540
  msgstr ""
2541
 
2542
+ #: widgets/premium-person.php:245
2543
  msgid "Twitter"
2544
  msgstr ""
2545
 
2546
+ #: widgets/premium-person.php:256
2547
  msgid "LinkedIn"
2548
  msgstr ""
2549
 
2550
+ #: widgets/premium-person.php:267
 
 
 
 
2551
  msgid "Google+"
2552
  msgstr ""
2553
 
2554
+ #: widgets/premium-person.php:278
2555
+ msgid "Pinterest"
 
 
 
 
2556
  msgstr ""
2557
 
2558
+ #: widgets/premium-person.php:289
2559
+ msgid "Dribbble"
 
 
 
 
2560
  msgstr ""
2561
 
2562
+ #: widgets/premium-person.php:300
2563
+ msgid "Behance"
2564
  msgstr ""
2565
 
2566
+ #: widgets/premium-person.php:311
2567
+ msgid "Email Address"
2568
  msgstr ""
2569
 
2570
+ #: widgets/premium-person.php:475
2571
+ msgid "Content Background"
2572
  msgstr ""
2573
 
2574
+ #: widgets/premium-pricing-table.php:78
2575
+ msgid "Select HTML tag for the title"
2576
  msgstr ""
2577
 
2578
+ #: widgets/premium-pricing-table.php:99 widgets/premium-pricing-table.php:128
2579
+ #: widgets/premium-pricing-table.php:436 widgets/premium-pricing-table.php:737
2580
+ #: widgets/premium-pricing-table.php:863
2581
  msgid "Price"
2582
  msgstr ""
2583
 
2584
+ #: widgets/premium-pricing-table.php:109 widgets/premium-pricing-table.php:747
2585
+ msgid "Slashed Price"
 
 
 
 
 
 
 
 
 
2586
  msgstr ""
2587
 
2588
+ #: widgets/premium-pricing-table.php:118 widgets/premium-pricing-table.php:791
2589
  msgid "Currency"
2590
  msgstr ""
2591
 
2592
+ #: widgets/premium-pricing-table.php:138 widgets/premium-pricing-table.php:908
2593
  msgid "Divider"
2594
  msgstr ""
2595
 
2596
+ #: widgets/premium-pricing-table.php:148 widgets/premium-pricing-table.php:960
2597
  msgid "Duration"
2598
  msgstr ""
2599
 
2600
+ #: widgets/premium-pricing-table.php:160
2601
+ msgid "Icon List"
2602
+ msgstr ""
2603
+
2604
+ #: widgets/premium-pricing-table.php:187 widgets/premium-pricing-table.php:444
2605
+ #: widgets/premium-pricing-table.php:1058
2606
+ msgid "Features"
2607
  msgstr ""
2608
 
2609
+ #: widgets/premium-pricing-table.php:192
2610
  msgid "List Item #1"
2611
  msgstr ""
2612
 
2613
+ #: widgets/premium-pricing-table.php:196
2614
  msgid "List Item #2"
2615
  msgstr ""
2616
 
2617
+ #: widgets/premium-pricing-table.php:200
2618
  msgid "List Item #3"
2619
  msgstr ""
2620
 
2621
+ #: widgets/premium-pricing-table.php:250
 
 
 
 
 
 
 
 
 
 
 
 
2622
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
2623
  msgstr ""
2624
 
2625
+ #: widgets/premium-pricing-table.php:271
2626
  msgid "Get Started"
2627
  msgstr ""
2628
 
2629
+ #: widgets/premium-pricing-table.php:343 widgets/premium-pricing-table.php:467
2630
+ #: widgets/premium-pricing-table.php:1529
2631
+ msgid "Badge"
 
 
 
2632
  msgstr ""
2633
 
2634
+ #: widgets/premium-pricing-table.php:353
2635
  msgid "Popular"
2636
  msgstr ""
2637
 
2638
+ #: widgets/premium-pricing-table.php:570 widgets/premium-pricing-table.php:1006
2639
+ #: widgets/premium-pricing-table.php:1153
2640
+ #: widgets/premium-pricing-table.php:1264
2641
+ msgid "Container"
 
 
2642
  msgstr ""
2643
 
2644
+ #: widgets/premium-pricing-table.php:832
2645
+ msgid "Unset"
2646
  msgstr ""
2647
 
2648
+ #: widgets/premium-pricing-table.php:1143
2649
+ msgid "Vertical Spacing"
2650
  msgstr ""
2651
 
2652
+ #: widgets/premium-pricing-table.php:1341
2653
+ msgid "Hover Text Color"
2654
  msgstr ""
2655
 
2656
+ #: widgets/premium-pricing-table.php:1563
2657
+ msgid "Vertical Distance"
2658
  msgstr ""
2659
 
2660
+ #: widgets/premium-pricing-table.php:1579
2661
+ #: widgets/premium-pricing-table.php:1598
2662
+ msgid "Horizontal Distance"
2663
  msgstr ""
2664
 
2665
+ #: widgets/premium-pricing-table.php:1649
2666
+ msgid "Box Settings"
2667
  msgstr ""
2668
 
2669
+ #: widgets/premium-progressbar.php:35
2670
+ msgid "Progress Bar Settings"
2671
  msgstr ""
2672
 
2673
+ #: widgets/premium-progressbar.php:40
2674
+ msgid "Number of Labels"
2675
  msgstr ""
2676
 
2677
+ #: widgets/premium-progressbar.php:44
2678
+ msgid "Left & Right Labels"
2679
  msgstr ""
2680
 
2681
+ #: widgets/premium-progressbar.php:45 widgets/premium-progressbar.php:411
2682
+ msgid "Multiple Labels"
2683
  msgstr ""
2684
 
2685
+ #: widgets/premium-progressbar.php:56
2686
+ msgid "My Skill"
2687
  msgstr ""
2688
 
2689
+ #: widgets/premium-progressbar.php:67 widgets/premium-progressbar.php:92
2690
+ #: widgets/premium-progressbar.php:362
2691
+ msgid "Percentage"
2692
  msgstr ""
2693
 
2694
+ #: widgets/premium-progressbar.php:69
2695
+ msgid "50%"
2696
  msgstr ""
2697
 
2698
+ #: widgets/premium-progressbar.php:81 widgets/premium-progressbar.php:101
2699
+ #: widgets/premium-progressbar.php:105
2700
+ msgid "Label"
2701
  msgstr ""
2702
 
2703
+ #: widgets/premium-progressbar.php:85 widgets/premium-progressbar.php:86
2704
+ msgid "label"
2705
  msgstr ""
2706
 
2707
+ #: widgets/premium-progressbar.php:106
2708
+ msgid "50"
2709
  msgstr ""
2710
 
2711
+ #: widgets/premium-progressbar.php:118
2712
+ msgid "Enable Percentage"
2713
  msgstr ""
2714
 
2715
+ #: widgets/premium-progressbar.php:121
2716
+ msgid "Enable percentage for labels"
 
2717
  msgstr ""
2718
 
2719
+ #: widgets/premium-progressbar.php:130
2720
+ msgid "Labels Indicator"
2721
  msgstr ""
2722
 
2723
+ #: widgets/premium-progressbar.php:135
2724
+ msgid "Pin"
 
2725
  msgstr ""
2726
 
2727
+ #: widgets/premium-progressbar.php:136 widgets/premium-progressbar.php:472
2728
+ msgid "Arrow"
2729
  msgstr ""
2730
 
2731
+ #: widgets/premium-progressbar.php:146
2732
+ msgid "Labels Alignment"
2733
  msgstr ""
2734
 
2735
+ #: widgets/premium-progressbar.php:189
2736
+ msgid "Solid"
2737
  msgstr ""
2738
 
2739
+ #: widgets/premium-progressbar.php:190
2740
+ msgid "Stripped"
2741
  msgstr ""
2742
 
2743
+ #: widgets/premium-progressbar.php:198
2744
+ msgid "Animated"
2745
  msgstr ""
2746
 
2747
+ #: widgets/premium-progressbar.php:213
2748
+ msgid "Progress Bar"
2749
  msgstr ""
2750
 
2751
+ #: widgets/premium-progressbar.php:257
2752
+ msgid "Indicator Background"
2753
  msgstr ""
2754
 
2755
+ #: widgets/premium-progressbar.php:277
2756
+ msgid "Main Background"
2757
  msgstr ""
2758
 
2759
+ #: widgets/premium-progressbar.php:420
2760
+ msgid "Labels' Color"
2761
  msgstr ""
2762
 
2763
+ #: widgets/premium-progressbar.php:434
2764
+ msgid "Labels' Typography"
2765
  msgstr ""
2766
 
2767
+ #: widgets/premium-progressbar.php:443
2768
+ msgid "Percentage Color"
2769
  msgstr ""
2770
 
2771
+ #: widgets/premium-progressbar.php:460
2772
+ msgid "Percentage Typography"
2773
  msgstr ""
2774
 
2775
+ #: widgets/premium-progressbar.php:516
2776
+ msgid "Indicator"
2777
  msgstr ""
2778
 
2779
+ #: widgets/premium-testimonials.php:29 widgets/premium-testimonials.php:270
2780
+ msgid "Author"
2781
  msgstr ""
2782
 
2783
+ #: widgets/premium-testimonials.php:42
2784
  msgid "Choose an image for the author"
2785
  msgstr ""
2786
 
2787
+ #: widgets/premium-testimonials.php:50
2788
  msgid "Image Style"
2789
  msgstr ""
2790
 
2791
+ #: widgets/premium-testimonials.php:52
2792
  msgid "Choose image style"
2793
  msgstr ""
2794
 
2795
+ #: widgets/premium-testimonials.php:54
2796
  msgid "Square"
2797
  msgstr ""
2798
 
2799
+ #: widgets/premium-testimonials.php:55
2800
  msgid "Circle"
2801
  msgstr ""
2802
 
2803
+ #: widgets/premium-testimonials.php:56
2804
  msgid "Rounded"
2805
  msgstr ""
2806
 
2807
+ #: widgets/premium-testimonials.php:68
 
2808
  msgid "Person Name"
2809
  msgstr ""
2810
 
2811
+ #: widgets/premium-testimonials.php:69
2812
  msgid "Enter author name"
2813
  msgstr ""
2814
 
2815
+ #: widgets/premium-testimonials.php:79
2816
  msgid "Select a heading tag for author name"
2817
  msgstr ""
2818
 
2819
+ #: widgets/premium-testimonials.php:99 widgets/premium-testimonials.php:320
2820
+ msgid "Company"
2821
  msgstr ""
2822
 
2823
+ #: widgets/premium-testimonials.php:109
 
2824
  msgid "Company Name"
2825
  msgstr ""
2826
 
2827
+ #: widgets/premium-testimonials.php:110
2828
  msgid "Enter company name"
2829
  msgstr ""
2830
 
2831
+ #: widgets/premium-testimonials.php:120
 
 
 
 
2832
  msgid "Select a heading tag for company name"
2833
  msgstr ""
2834
 
2835
+ #: widgets/premium-testimonials.php:147
 
 
 
 
2836
  msgid "Add company URL"
2837
  msgstr ""
2838
 
2839
+ #: widgets/premium-testimonials.php:160
2840
  msgid "Select link target"
2841
  msgstr ""
2842
 
2843
+ #: widgets/premium-testimonials.php:162
2844
  msgid "Blank"
2845
  msgstr ""
2846
 
2847
+ #: widgets/premium-testimonials.php:163
2848
  msgid "Parent"
2849
  msgstr ""
2850
 
2851
+ #: widgets/premium-testimonials.php:164
2852
  msgid "Self"
2853
  msgstr ""
2854
 
2855
+ #: widgets/premium-testimonials.php:187
 
2856
  msgid "Testimonial Content"
2857
  msgstr ""
2858
 
2859
+ #: widgets/premium-testimonials.php:190
2860
  msgid ""
2861
  "Donec id elit non mi porta gravida at eget metus. Vivamus sagittis lacus vel "
2862
  "augue laoreet rutrum faucibus dolor auctor. Cras mattis consectetur purus "
2864
  "Donec id elit non mi porta gravida at eget metus."
2865
  msgstr ""
2866
 
2867
+ #: widgets/premium-testimonials.php:232
2868
+ msgid "Border Width (PX)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2869
  msgstr ""
2870
 
2871
+ #: widgets/premium-testimonials.php:303
2872
+ msgid "Divider Color"
2873
  msgstr ""
2874
 
2875
+ #: widgets/premium-testimonials.php:412
2876
+ msgid "Quotation Icon"
2877
  msgstr ""
2878
 
2879
+ #: widgets/premium-testimonials.php:454
2880
+ msgid "Top Icon Position"
2881
  msgstr ""
2882
 
2883
+ #: widgets/premium-testimonials.php:471
2884
+ msgid "Bottom Icon Position"
2885
  msgstr ""
2886
 
2887
+ #: widgets/premium-title.php:39
2888
+ msgid "Premium Title"
2889
  msgstr ""
2890
 
2891
+ #: widgets/premium-title.php:52
2892
  msgid "Style1"
2893
  msgstr ""
2894
 
2895
+ #: widgets/premium-title.php:53
2896
  msgid "Style2"
2897
  msgstr ""
2898
 
2899
+ #: widgets/premium-title.php:54
2900
  msgid "Style3"
2901
  msgstr ""
2902
 
2903
+ #: widgets/premium-title.php:55
2904
  msgid "Style4"
2905
  msgstr ""
2906
 
2907
+ #: widgets/premium-title.php:56
2908
  msgid "Style5"
2909
  msgstr ""
2910
 
2911
+ #: widgets/premium-title.php:57
2912
  msgid "Style6"
2913
  msgstr ""
2914
 
2915
+ #: widgets/premium-title.php:58
2916
  msgid "Style7"
2917
  msgstr ""
2918
 
2919
+ #: widgets/premium-title.php:75
2920
+ msgid "Font Awesome Icon"
2921
  msgstr ""
2922
 
2923
+ #: widgets/premium-title.php:89
2924
+ msgid "h2"
2925
  msgstr ""
2926
 
2927
+ #: widgets/premium-title.php:133
2928
  msgid "Strip Width (PX)"
2929
  msgstr ""
2930
 
2931
+ #: widgets/premium-title.php:153
2932
  msgid "Strip Height (PX)"
2933
  msgstr ""
2934
 
2935
+ #: widgets/premium-title.php:173
2936
  msgid "Strip Top Spacing (PX)"
2937
  msgstr ""
2938
 
2939
+ #: widgets/premium-title.php:189
2940
  msgid "Strip Bottom Spacing (PX)"
2941
  msgstr ""
2942
 
2943
+ #: widgets/premium-title.php:205
2944
+ msgid "Align"
 
 
 
 
 
 
 
 
2945
  msgstr ""
2946
 
2947
+ #: widgets/premium-title.php:327 widgets/premium-title.php:358
2948
+ msgid "Line Color"
2949
  msgstr ""
2950
 
2951
+ #: widgets/premium-title.php:376
2952
+ msgid "Triangle Color"
2953
  msgstr ""
2954
 
2955
+ #: widgets/premium-title.php:396
2956
+ msgid "Strip Color"
2957
  msgstr ""
2958
 
2959
+ #: widgets/premium-title.php:439
2960
+ msgid "Icon Style"
2961
  msgstr ""
2962
 
2963
+ #: widgets/premium-videobox.php:34 widgets/premium-videobox.php:241
2964
+ msgid "Video Box"
2965
  msgstr ""
2966
 
2967
+ #: widgets/premium-videobox.php:42
2968
+ msgid "Choose an image for the video box"
 
2969
  msgstr ""
2970
 
2971
+ #: widgets/premium-videobox.php:55
2972
  msgid "Video Type"
2973
  msgstr ""
2974
 
2975
+ #: widgets/premium-videobox.php:59
2976
  msgid "Youtube"
2977
  msgstr ""
2978
 
2979
+ #: widgets/premium-videobox.php:60
2980
  msgid "Vimeo"
2981
  msgstr ""
2982
 
2983
+ #: widgets/premium-videobox.php:72
 
 
 
 
2984
  msgid "ID"
2985
  msgstr ""
2986
 
2987
+ #: widgets/premium-videobox.php:73 widgets/premium-videobox.php:93
2988
  msgid "Embed URL"
2989
  msgstr ""
2990
 
2991
+ #: widgets/premium-videobox.php:81
2992
  msgid "Video ID"
2993
  msgstr ""
2994
 
2995
+ #: widgets/premium-videobox.php:82
2996
  msgid ""
2997
  "Enter the numbers and letters after the equal sign which located in your "
2998
  "YouTube video link or after the slash sign in your Vimeo video link. For "
2999
  "example, z1hQgVpfTKU"
3000
  msgstr ""
3001
 
3002
+ #: widgets/premium-videobox.php:94
3003
  msgid ""
3004
  "Enter your YouTube/Vimeo video link. For example, https://www.youtube.com/"
3005
  "embed/z1hQgVpfTKU."
3006
  msgstr ""
3007
 
3008
+ #: widgets/premium-videobox.php:105
3009
+ msgid "Show Related Videos"
3010
  msgstr ""
3011
 
3012
+ #: widgets/premium-videobox.php:107
3013
+ msgid "Enable/Disable related videos after the video"
3014
  msgstr ""
3015
 
3016
+ #: widgets/premium-videobox.php:121
3017
+ msgid "Additional Options"
3018
  msgstr ""
3019
 
3020
+ #: widgets/premium-videobox.php:129 widgets/premium-videobox.php:283
3021
+ msgid "Play Icon"
3022
  msgstr ""
3023
 
3024
+ #: widgets/premium-videobox.php:137 widgets/premium-videobox.php:203
3025
+ msgid "Vertical Position (%)"
 
 
3026
  msgstr ""
3027
 
3028
+ #: widgets/premium-videobox.php:154 widgets/premium-videobox.php:220
3029
+ msgid "Horizontal Position (%)"
3030
+ msgstr ""
3031
+
3032
+ #: widgets/premium-videobox.php:175 widgets/premium-videobox.php:181
3033
+ #: widgets/premium-videobox.php:424
3034
+ msgid "Video Text"
3035
+ msgstr ""
3036
+
3037
+ #: widgets/premium-videobox.php:191
3038
+ msgid "Play Video"
3039
  msgstr ""
3040
 
3041
+ #: widgets/premium-videobox.php:394
3042
+ msgid "Hover Animation"
3043
  msgstr ""
3044
 
3045
+ #: widgets/premium-videobox.php:396
3046
  msgid ""
3047
+ "Hover animation works only when you set a background color or image for play "
3048
+ "icon"
3049
  msgstr ""
3050
 
3051
+ #: widgets/premium-videobox.php:404
3052
+ msgid "Hover Padding"
3053
  msgstr ""
premium-addons-for-elementor.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Premium Addons for Elementor
4
  Description: Premium Addons Plugin Includes 20 premium widgets for Elementor Page Builder.
5
  Plugin URI: https://premiumaddons.com
6
- Version: 2.6.7
7
  Author: Leap13
8
  Author URI: http://leap13.com/
9
  Text Domain: premium-addons-for-elementor
@@ -22,7 +22,7 @@ if (! function_exists('add_action')) {
22
  if ( ! defined('ABSPATH') ) exit; // No access of directly access
23
 
24
 
25
- define('PREMIUM_ADDONS_VERSION', '2.6.7');
26
  define('PREMIUM_ADDONS_URL', plugins_url('/', __FILE__));
27
  define('PREMIUM_ADDONS_PATH', plugin_dir_path(__FILE__));
28
  define('PREMIUM_ADDONS_FILE', __FILE__);
3
  Plugin Name: Premium Addons for Elementor
4
  Description: Premium Addons Plugin Includes 20 premium widgets for Elementor Page Builder.
5
  Plugin URI: https://premiumaddons.com
6
+ Version: 2.6.8
7
  Author: Leap13
8
  Author URI: http://leap13.com/
9
  Text Domain: premium-addons-for-elementor
22
  if ( ! defined('ABSPATH') ) exit; // No access of directly access
23
 
24
 
25
+ define('PREMIUM_ADDONS_VERSION', '2.6.8');
26
  define('PREMIUM_ADDONS_URL', plugins_url('/', __FILE__));
27
  define('PREMIUM_ADDONS_PATH', plugin_dir_path(__FILE__));
28
  define('PREMIUM_ADDONS_FILE', __FILE__);
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://premiumaddons.com
5
  Requires at least: 4.5
6
  Tested up to: 4.9.8
7
  Requires PHP: 5.4
8
- Stable tag: 2.6.7
9
  License: GPL v3.0
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
@@ -53,7 +53,7 @@ Premium Addons for Elementor can be used only as a complement of Elementor page
53
  19. [Contact Form 7 Elementor Widget](https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/) Elementor contact form 7 add-on with 2 readymade styles.
54
  20. [Image Button Elementor Widget](https://premiumaddons.com/image-button-widget-for-elementor-page-builder/) A unique element that can be used for innovative call to action ideas.
55
 
56
- ### PRO addons & widgets [Check more](https://premiumaddons.com/pro/)
57
 
58
  1. [Premium Alert Box](https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/)
59
  2. [Premium Animated Section Gradient](https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/)
@@ -134,6 +134,12 @@ Premium Addons for Elementor is 100% Ads Free, Ads can only be detected from You
134
 
135
  == Changelog ==
136
 
 
 
 
 
 
 
137
  = 2.6.7 =
138
 
139
  - Tweak: Premium Testimonials widget performance enhanced.
5
  Requires at least: 4.5
6
  Tested up to: 4.9.8
7
  Requires PHP: 5.4
8
+ Stable tag: 2.6.8
9
  License: GPL v3.0
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
53
  19. [Contact Form 7 Elementor Widget](https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/) Elementor contact form 7 add-on with 2 readymade styles.
54
  20. [Image Button Elementor Widget](https://premiumaddons.com/image-button-widget-for-elementor-page-builder/) A unique element that can be used for innovative call to action ideas.
55
 
56
+ ### PRO addons & widgets [Click here](https://premiumaddons.com/pro/)
57
 
58
  1. [Premium Alert Box](https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/)
59
  2. [Premium Animated Section Gradient](https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/)
134
 
135
  == Changelog ==
136
 
137
+ = 2.6.8 =
138
+
139
+ - Tweak: Added Dynamic Images option for all widgets.
140
+ - Fixed: Premium Maps issue.
141
+ - Fixed: Responsive issues in Premium Modal widget.
142
+
143
  = 2.6.7 =
144
 
145
  - Tweak: Premium Testimonials widget performance enhanced.
widgets/premium-banner.php CHANGED
@@ -49,6 +49,7 @@ class Premium_Banner extends Widget_Base {
49
  'label' => esc_html__( 'Upload Image', 'premium-addons-for-elementor' ),
50
  'description' => esc_html__( 'Select an image for the Banner', 'premium-addons-for-elementor' ),
51
  'type' => Controls_Manager::MEDIA,
 
52
  'default' => [
53
  'url' => Utils::get_placeholder_image_src()
54
  ],
49
  'label' => esc_html__( 'Upload Image', 'premium-addons-for-elementor' ),
50
  'description' => esc_html__( 'Select an image for the Banner', 'premium-addons-for-elementor' ),
51
  'type' => Controls_Manager::MEDIA,
52
+ 'dynamic' => [ 'active' => true ],
53
  'default' => [
54
  'url' => Utils::get_placeholder_image_src()
55
  ],
widgets/premium-grid.php CHANGED
@@ -130,6 +130,7 @@ class Premium_Grid extends Widget_Base {
130
  [
131
  'label' => esc_html__( 'Upload Image', 'premium-addons-for-elementor' ),
132
  'type' => Controls_Manager::MEDIA,
 
133
  'default' => [
134
  'url' => Utils::get_placeholder_image_src(),
135
  ],
130
  [
131
  'label' => esc_html__( 'Upload Image', 'premium-addons-for-elementor' ),
132
  'type' => Controls_Manager::MEDIA,
133
+ 'dynamic' => [ 'active' => true ],
134
  'default' => [
135
  'url' => Utils::get_placeholder_image_src(),
136
  ],
widgets/premium-image-separator.php CHANGED
@@ -42,6 +42,7 @@ class Premium_Image_Separator extends Widget_Base {
42
  [
43
  'label' => esc_html__('Image', 'premium-addons-for-elementor'),
44
  'type' => Controls_Manager::MEDIA,
 
45
  'default' => [
46
  'url' => Utils::get_placeholder_image_src(),
47
  ],
@@ -203,9 +204,9 @@ class Premium_Image_Separator extends Widget_Base {
203
 
204
  }
205
 
206
- protected function render($instance = []) {
207
  // get our input from the widget settings.
208
- $settings = $this->get_settings();
209
 
210
  $link_type = $settings['premium_image_separator_link_type'];
211
 
42
  [
43
  'label' => esc_html__('Image', 'premium-addons-for-elementor'),
44
  'type' => Controls_Manager::MEDIA,
45
+ 'dynamic' => [ 'active' => true ],
46
  'default' => [
47
  'url' => Utils::get_placeholder_image_src(),
48
  ],
204
 
205
  }
206
 
207
+ protected function render() {
208
  // get our input from the widget settings.
209
+ $settings = $this->get_settings_for_display();
210
 
211
  $link_type = $settings['premium_image_separator_link_type'];
212
 
widgets/premium-maps.php CHANGED
@@ -172,6 +172,7 @@ class Premium_Maps extends Widget_Base {
172
  [
173
  'label' => esc_html__('Custom Icon', 'premium-addons-for-elementor'),
174
  'type' => Controls_Manager::MEDIA,
 
175
  ]
176
  );
177
 
@@ -566,8 +567,7 @@ class Premium_Maps extends Widget_Base {
566
 
567
  }
568
 
569
- protected function render($instance = [])
570
- {
571
  // get our input from the widget settings.
572
  $settings = $this->get_settings_for_display();
573
 
172
  [
173
  'label' => esc_html__('Custom Icon', 'premium-addons-for-elementor'),
174
  'type' => Controls_Manager::MEDIA,
175
+ 'dynamic' => [ 'active' => true ],
176
  ]
177
  );
178
 
567
 
568
  }
569
 
570
+ protected function render() {
 
571
  // get our input from the widget settings.
572
  $settings = $this->get_settings_for_display();
573
 
widgets/premium-modalbox.php CHANGED
@@ -93,6 +93,7 @@ class Premium_Modalbox extends Widget_Base {
93
  [
94
  'label' => esc_html__('Custom Image', 'premium-addons-for-elementor'),
95
  'type' => Controls_Manager::MEDIA,
 
96
  'default' => [
97
  'url' => Utils::get_placeholder_image_src(),
98
  ],
@@ -391,6 +392,7 @@ class Premium_Modalbox extends Widget_Base {
391
  [
392
  'label' => esc_html__('Image', 'premium-addons-for-elementor'),
393
  'type' => Controls_Manager::MEDIA,
 
394
  'default' => [
395
  'url' => Utils::get_placeholder_image_src(),
396
  ],
@@ -1178,8 +1180,7 @@ class Premium_Modalbox extends Widget_Base {
1178
 
1179
  }
1180
 
1181
- protected function render($instance = [])
1182
- {
1183
  // get our input from the widget settings.
1184
  $settings = $this->get_settings_for_display();
1185
  $this->add_inline_editing_attributes('premium_modal_box_selector_text');
@@ -1193,70 +1194,69 @@ class Premium_Modalbox extends Widget_Base {
1193
  'trigger' => $settings['premium_modal_box_display_on'],
1194
  'delay' => $settings['premium_modal_box_popup_delay'],
1195
  ];
1196
- ?>
1197
 
1198
 
1199
- <div class="container premium-modal-box-container" data-settings='<?php echo wp_json_encode($modal_settings); ?>'>
1200
- <!-- Trigger The Modal Box -->
1201
- <div class="premium-modal-box-selector-container">
1202
- <?php
1203
- if ( $settings['premium_modal_box_display_on'] === 'button' ) : ?>
1204
- <button type="button" class="premium-modal-box-button-selector btn btn-info <?php
1205
- if( $settings['premium_modal_box_button_size'] === 'sm' ) : echo "premium-btn-sm";
1206
- elseif( $settings['premium_modal_box_button_size'] === 'md' ) : echo "premium-btn-md";
1207
- elseif( $settings['premium_modal_box_button_size'] === 'lg' ) : echo "premium-btn-lg";
1208
- elseif( $settings['premium_modal_box_button_size'] === 'block' ) : echo "premium-btn-block"; endif; ?>" data-toggle="premium-modal" data-target="#premium-modal-<?php echo esc_attr( $this->get_id() ); ?>"><?php if($settings['premium_modal_box_icon_switcher'] && $settings['premium_modal_box_icon_position'] == 'before' && !empty($settings['premium_modal_box_button_icon_selection'])) : ?><i class="fa <?php echo esc_attr($button_icon); ?>"></i><?php endif; ?><span><?php echo $settings['premium_modal_box_button_text']; ?></span><?php if($settings['premium_modal_box_icon_switcher'] && $settings['premium_modal_box_icon_position'] == 'after' &&!empty($settings['premium_modal_box_button_icon_selection'])) : ?><i class="fa <?php echo esc_attr($button_icon); ?>"></i><?php endif; ?></button>
1209
- <?php elseif ( $settings['premium_modal_box_display_on'] === 'image' ) : ?>
1210
- <img class="premium-modal-box-img-selector" data-toggle="premium-modal" data-target="#premium-modal-<?php echo esc_attr( $this->get_id() ); ?>" src="<?php echo $settings['premium_modal_box_image_src']['url'];?>">
1211
- <?php elseif($settings['premium_modal_box_display_on'] === 'text') : ?>
1212
- <span class="premium-modal-box-text-selector" data-toggle="premium-modal" data-target="#premium-modal-<?php echo esc_attr( $this->get_id() ); ?>"><div <?php echo $this->get_render_attribute_string('premium_modal_box_selector_text'); ?>><?php echo $settings['premium_modal_box_selector_text'];?></div></span>
1213
- <?php endif; ?>
1214
- </div>
1215
-
1216
- <!-- Modal -->
1217
- <div id="premium-modal-<?php echo $this->get_id(); ?>" class="premium-modal-box-modal premium-modal-fade" role="dialog">
1218
- <div class="premium-modal-box-modal-dialog">
1219
-
1220
- <!-- Modal content-->
1221
- <div class="premium-modal-box-modal-content">
1222
- <?php if($settings['premium_modal_box_header_switcher'] == 'yes'): ?>
1223
- <div class="premium-modal-box-modal-header">
1224
- <?php if ( $settings['premium_modal_box_upper_close'] === 'yes' ) : ?>
1225
- <div class="premium-modal-box-close-button-container">
1226
- <button type="button" class="premium-modal-box-modal-close" data-dismiss="premium-modal">&times;</button>
 
 
 
 
 
 
 
 
1227
  </div>
1228
- <?php endif; ?>
1229
- <h3 class="premium-modal-box-modal-title">
1230
- <?php if($settings['premium_modal_box_icon_selection'] === 'fonticon') : ?>
1231
- <i class="fa <?php echo $settings['premium_modal_box_font_icon'];?>"></i>
1232
- <?php elseif( $settings['premium_modal_box_icon_selection'] === 'image' ) : ?>
1233
- <img src="<?php echo $settings['premium_modal_box_image_icon']['url'];?>">
1234
- <?php endif; ?><?php echo $settings['premium_modal_box_title'];?></h3>
1235
- </div>
1236
- <?php endif; ?>
1237
- <div class="premium-modal-box-modal-body">
1238
- <?php if($settings['premium_modal_box_content_type'] == 'editor') : echo $settings['premium_modal_box_content']; else: echo $premium_elements_frontend->get_builder_content($elementor_post_id, true); endif; ?>
1239
- </div>
1240
- <?php if ( $settings['premium_modal_box_lower_close'] === 'yes' ) : ?>
1241
- <div class="premium-modal-box-modal-footer">
1242
- <button type="button" class="btn premium-modal-box-modal-lower-close" data-dismiss="premium-modal">Close
1243
- </button>
1244
  </div>
1245
- <?php endif; ?>
1246
  </div>
1247
  </div>
1248
- </div>
1249
- </div>
1250
- <style>
1251
-
1252
- <?php if( !empty($settings['premium_modal_box_modal_size']['size'] ) ) :
1253
- echo '@media (min-width:992px) {'; ?>
1254
- #premium-modal-<?php echo $this->get_id(); ?> .premium-modal-box-modal-dialog {
1255
- width: <?php echo $settings['premium_modal_box_modal_size']['size'] . $settings['premium_modal_box_modal_size']['unit']; ?>
1256
- }
1257
- <?php echo '}'; endif; ?>
1258
-
1259
- </style>
1260
 
1261
  <?php
1262
  }
93
  [
94
  'label' => esc_html__('Custom Image', 'premium-addons-for-elementor'),
95
  'type' => Controls_Manager::MEDIA,
96
+ 'dynamic' => [ 'active' => true ],
97
  'default' => [
98
  'url' => Utils::get_placeholder_image_src(),
99
  ],
392
  [
393
  'label' => esc_html__('Image', 'premium-addons-for-elementor'),
394
  'type' => Controls_Manager::MEDIA,
395
+ 'dynamic' => [ 'active' => true ],
396
  'default' => [
397
  'url' => Utils::get_placeholder_image_src(),
398
  ],
1180
 
1181
  }
1182
 
1183
+ protected function render() {
 
1184
  // get our input from the widget settings.
1185
  $settings = $this->get_settings_for_display();
1186
  $this->add_inline_editing_attributes('premium_modal_box_selector_text');
1194
  'trigger' => $settings['premium_modal_box_display_on'],
1195
  'delay' => $settings['premium_modal_box_popup_delay'],
1196
  ];
1197
+ ?>
1198
 
1199
 
1200
+ <div class="container premium-modal-box-container" data-settings='<?php echo wp_json_encode($modal_settings); ?>'>
1201
+ <!-- Trigger The Modal Box -->
1202
+ <div class="premium-modal-box-selector-container">
1203
+ <?php
1204
+ if ( $settings['premium_modal_box_display_on'] === 'button' ) : ?>
1205
+ <button type="button" class="premium-modal-box-button-selector btn btn-info <?php
1206
+ if( $settings['premium_modal_box_button_size'] === 'sm' ) : echo "premium-btn-sm";
1207
+ elseif( $settings['premium_modal_box_button_size'] === 'md' ) : echo "premium-btn-md";
1208
+ elseif( $settings['premium_modal_box_button_size'] === 'lg' ) : echo "premium-btn-lg";
1209
+ elseif( $settings['premium_modal_box_button_size'] === 'block' ) : echo "premium-btn-block"; endif; ?>" data-toggle="premium-modal" data-target="#premium-modal-<?php echo esc_attr( $this->get_id() ); ?>"><?php if($settings['premium_modal_box_icon_switcher'] && $settings['premium_modal_box_icon_position'] == 'before' && !empty($settings['premium_modal_box_button_icon_selection'])) : ?><i class="fa <?php echo esc_attr($button_icon); ?>"></i><?php endif; ?><span><?php echo $settings['premium_modal_box_button_text']; ?></span><?php if($settings['premium_modal_box_icon_switcher'] && $settings['premium_modal_box_icon_position'] == 'after' &&!empty($settings['premium_modal_box_button_icon_selection'])) : ?><i class="fa <?php echo esc_attr($button_icon); ?>"></i><?php endif; ?></button>
1210
+ <?php elseif ( $settings['premium_modal_box_display_on'] === 'image' ) : ?>
1211
+ <img class="premium-modal-box-img-selector" data-toggle="premium-modal" data-target="#premium-modal-<?php echo esc_attr( $this->get_id() ); ?>" src="<?php echo $settings['premium_modal_box_image_src']['url'];?>">
1212
+ <?php elseif($settings['premium_modal_box_display_on'] === 'text') : ?>
1213
+ <span class="premium-modal-box-text-selector" data-toggle="premium-modal" data-target="#premium-modal-<?php echo esc_attr( $this->get_id() ); ?>"><div <?php echo $this->get_render_attribute_string('premium_modal_box_selector_text'); ?>><?php echo $settings['premium_modal_box_selector_text'];?></div></span>
1214
+ <?php endif; ?>
1215
+ </div>
1216
+
1217
+ <!-- Modal -->
1218
+ <div id="premium-modal-<?php echo $this->get_id(); ?>" class="premium-modal-box-modal premium-modal-fade" role="dialog">
1219
+ <div class="premium-modal-box-modal-dialog">
1220
+
1221
+ <!-- Modal content-->
1222
+ <div class="premium-modal-box-modal-content">
1223
+ <?php if($settings['premium_modal_box_header_switcher'] == 'yes'): ?>
1224
+ <div class="premium-modal-box-modal-header">
1225
+ <?php if ( $settings['premium_modal_box_upper_close'] === 'yes' ) : ?>
1226
+ <div class="premium-modal-box-close-button-container">
1227
+ <button type="button" class="premium-modal-box-modal-close" data-dismiss="premium-modal">&times;</button>
1228
+ </div>
1229
+ <?php endif; ?>
1230
+ <h3 class="premium-modal-box-modal-title">
1231
+ <?php if($settings['premium_modal_box_icon_selection'] === 'fonticon') : ?>
1232
+ <i class="fa <?php echo $settings['premium_modal_box_font_icon'];?>"></i>
1233
+ <?php elseif( $settings['premium_modal_box_icon_selection'] === 'image' ) : ?>
1234
+ <img src="<?php echo $settings['premium_modal_box_image_icon']['url'];?>">
1235
+ <?php endif; ?><?php echo $settings['premium_modal_box_title'];?></h3>
1236
  </div>
1237
+ <?php endif; ?>
1238
+ <div class="premium-modal-box-modal-body">
1239
+ <?php if($settings['premium_modal_box_content_type'] == 'editor') : echo $settings['premium_modal_box_content']; else: echo $premium_elements_frontend->get_builder_content($elementor_post_id, true); endif; ?>
1240
+ </div>
1241
+ <?php if ( $settings['premium_modal_box_lower_close'] === 'yes' ) : ?>
1242
+ <div class="premium-modal-box-modal-footer">
1243
+ <button type="button" class="btn premium-modal-box-modal-lower-close" data-dismiss="premium-modal"><?php echo __('Close','premium-addons-for-elementor'); ?></button>
1244
+ </div>
1245
+ <?php endif; ?>
 
 
 
 
 
 
 
1246
  </div>
1247
+ </div>
1248
  </div>
1249
  </div>
1250
+ <style>
1251
+
1252
+ <?php if( !empty($settings['premium_modal_box_modal_size']['size'] ) ) :
1253
+ echo '@media (min-width:992px) {'; ?>
1254
+ #premium-modal-<?php echo $this->get_id(); ?> .premium-modal-box-modal-dialog {
1255
+ width: <?php echo $settings['premium_modal_box_modal_size']['size'] . $settings['premium_modal_box_modal_size']['unit']; ?>
1256
+ }
1257
+ <?php echo '}'; endif; ?>
1258
+
1259
+ </style>
 
 
1260
 
1261
  <?php
1262
  }
widgets/premium-person.php CHANGED
@@ -36,6 +36,7 @@ class Premium_Person extends Widget_Base {
36
  [
37
  'label' => esc_html__('Image', 'premium-addons-for-elementor'),
38
  'type' => Controls_Manager::MEDIA,
 
39
  'default' => [
40
  'url' => Utils::get_placeholder_image_src()
41
  ],
36
  [
37
  'label' => esc_html__('Image', 'premium-addons-for-elementor'),
38
  'type' => Controls_Manager::MEDIA,
39
+ 'dynamic' => [ 'active' => true ],
40
  'default' => [
41
  'url' => Utils::get_placeholder_image_src()
42
  ],
widgets/premium-testimonials.php CHANGED
@@ -35,6 +35,7 @@ class Premium_Testimonials extends Widget_Base {
35
  [
36
  'label' => esc_html__('Image','premium-addons-for-elementor'),
37
  'type' => Controls_Manager::MEDIA,
 
38
  'default' => [
39
  'url' => Utils::get_placeholder_image_src()
40
  ],
35
  [
36
  'label' => esc_html__('Image','premium-addons-for-elementor'),
37
  'type' => Controls_Manager::MEDIA,
38
+ 'dynamic' => [ 'active' => true ],
39
  'default' => [
40
  'url' => Utils::get_placeholder_image_src()
41
  ],
widgets/premium-videobox.php CHANGED
@@ -41,6 +41,7 @@ class Premium_Videobox extends Widget_Base {
41
  'label' => esc_html__('Image', 'premium-addons-for-elementor'),
42
  'description' => esc_html__('Choose an image for the video box', 'premium-addons-for-elementor' ),
43
  'type' => Controls_Manager::MEDIA,
 
44
  'default' => [
45
  'url' => Utils::get_placeholder_image_src()
46
  ],
@@ -507,8 +508,7 @@ class Premium_Videobox extends Widget_Base {
507
  $this->end_controls_section();
508
  }
509
 
510
- protected function render($instance = [])
511
- {
512
  // get our input from the widget settings.
513
  $settings = $this->get_settings_for_display();
514
 
41
  'label' => esc_html__('Image', 'premium-addons-for-elementor'),
42
  'description' => esc_html__('Choose an image for the video box', 'premium-addons-for-elementor' ),
43
  'type' => Controls_Manager::MEDIA,
44
+ 'dynamic' => [ 'active' => true ],
45
  'default' => [
46
  'url' => Utils::get_placeholder_image_src()
47
  ],
508
  $this->end_controls_section();
509
  }
510
 
511
+ protected function render() {
 
512
  // get our input from the widget settings.
513
  $settings = $this->get_settings_for_display();
514