Ivory Search – WordPress Search Plugin - Version 4.6.2

Version Description

  • Fixed - Undefined tab index noticein admin area.
Download this release

Release Info

Developer vinod dalvi
Plugin Icon 128x128 Ivory Search – WordPress Search Plugin
Version 4.6.2
Comparing to
See all releases

Code changes from version 4.6.1 to 4.6.2

add-search-to-menu.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Ivory Search
4
  * Plugin URI: https://ivorysearch.com
5
  * Description: The WordPress Search plugin that includes Search Form Customizer, WooCommerce Search, Image Search, Search Shortcode, AJAX Search & Live Search support!
6
- * Version: 4.6.1
7
  * Author: Ivory Search
8
  * Author URI: https://ivorysearch.com/
9
  * License: GPL2+
@@ -108,7 +108,7 @@ final class Ivory_Search {
108
  private function define_constants() {
109
 
110
  if ( ! defined( 'IS_VERSION' ) ) {
111
- define( 'IS_VERSION', '4.6.1' );
112
  }
113
  if ( ! defined( 'IS_PLUGIN_FILE' ) ) {
114
  define( 'IS_PLUGIN_FILE', __FILE__ );
3
  * Plugin Name: Ivory Search
4
  * Plugin URI: https://ivorysearch.com
5
  * Description: The WordPress Search plugin that includes Search Form Customizer, WooCommerce Search, Image Search, Search Shortcode, AJAX Search & Live Search support!
6
+ * Version: 4.6.2
7
  * Author: Ivory Search
8
  * Author URI: https://ivorysearch.com/
9
  * License: GPL2+
108
  private function define_constants() {
109
 
110
  if ( ! defined( 'IS_VERSION' ) ) {
111
+ define( 'IS_VERSION', '4.6.2' );
112
  }
113
  if ( ! defined( 'IS_PLUGIN_FILE' ) ) {
114
  define( 'IS_PLUGIN_FILE', __FILE__ );
admin/class-is-editor.php CHANGED
@@ -42,19 +42,21 @@ class IS_Search_Editor
42
  $url = esc_url( menu_page_url( 'ivory-search', false ) ) . '&post=' . $_GET['post'] . '&action=edit';
43
  }
44
  $tab = 'includes';
45
- switch ( $_GET['tab'] ) {
46
- case 'excludes':
47
- $tab = 'excludes';
48
- break;
49
- case 'customize':
50
- $tab = 'customize';
51
- break;
52
- case 'ajax':
53
- $tab = 'ajax';
54
- break;
55
- case 'options':
56
- $tab = 'options';
57
- break;
 
 
58
  }
59
  foreach ( $this->panels as $id => $panel ) {
60
  $class = ( $tab == $id ? 'active' : '' );
42
  $url = esc_url( menu_page_url( 'ivory-search', false ) ) . '&post=' . $_GET['post'] . '&action=edit';
43
  }
44
  $tab = 'includes';
45
+ if ( isset( $_GET['tab'] ) ) {
46
+ switch ( $_GET['tab'] ) {
47
+ case 'excludes':
48
+ $tab = 'excludes';
49
+ break;
50
+ case 'customize':
51
+ $tab = 'customize';
52
+ break;
53
+ case 'ajax':
54
+ $tab = 'ajax';
55
+ break;
56
+ case 'options':
57
+ $tab = 'options';
58
+ break;
59
+ }
60
  }
61
  foreach ( $this->panels as $id => $panel ) {
62
  $class = ( $tab == $id ? 'active' : '' );
admin/class-is-settings-fields.php CHANGED
@@ -154,13 +154,15 @@ class IS_Settings_Fields
154
  }
155
 
156
  $tab = 'settings';
157
- switch ( $_GET['tab'] ) {
158
- case 'menu-search':
159
- $tab = 'menu-search';
160
- break;
161
- case 'analytics':
162
- $tab = 'analytics';
163
- break;
 
 
164
  }
165
 
166
  if ( 'settings' === $tab ) {
154
  }
155
 
156
  $tab = 'settings';
157
+ if ( isset( $_GET['tab'] ) ) {
158
+ switch ( $_GET['tab'] ) {
159
+ case 'menu-search':
160
+ $tab = 'menu-search';
161
+ break;
162
+ case 'analytics':
163
+ $tab = 'analytics';
164
+ break;
165
+ }
166
  }
167
 
168
  if ( 'settings' === $tab ) {
languages/add-search-to-menu.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Ivory Search\n"
5
- "POT-Creation-Date: 2021-03-30 12:11+0530\n"
6
  "PO-Revision-Date: 2020-03-17 21:05+0530\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ivory Search <admin@ivorysearch.com>\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  msgid "The changes you made will be lost if you navigate away from this page."
22
  msgstr ""
23
 
24
- #: ../admin/class-is-admin.php:138 ../admin/class-is-settings-fields.php:372
25
  #: ../admin/partials/search-form.php:23
26
  msgid "Edit Search Form"
27
  msgstr ""
@@ -196,11 +196,11 @@ msgstr ""
196
  msgid "Upgrade to Pro Plus to Access"
197
  msgstr ""
198
 
199
- #: ../admin/class-is-editor.php:75
200
  msgid "The requested section does not exist."
201
  msgstr ""
202
 
203
- #: ../admin/class-is-editor.php:111 ../admin/partials/search-form.php:128
204
  #: ../includes/class-is-admin-public.php:186
205
  #: ../includes/class-is-search-form.php:469
206
  #: ../includes/class-is-search-form.php:538 ../public/class-is-public.php:207
@@ -208,756 +208,756 @@ msgstr ""
208
  msgid "Search"
209
  msgstr ""
210
 
211
- #: ../admin/class-is-editor.php:113 ../admin/partials/search-form.php:133
212
  msgid "Exclude"
213
  msgstr ""
214
 
215
- #: ../admin/class-is-editor.php:132 ../admin/partials/search-form.php:130
216
  msgid "Configure Searchable Content"
217
  msgstr ""
218
 
219
- #: ../admin/class-is-editor.php:140
220
  msgid "Post Types"
221
  msgstr ""
222
 
223
- #: ../admin/class-is-editor.php:141 ../admin/class-is-editor.php:424
224
- #: ../admin/class-is-editor.php:784 ../admin/class-is-editor.php:1151
225
- #: ../admin/class-is-editor.php:1374 ../admin/class-is-editor.php:1469
226
- #: ../admin/class-is-editor.php:1585 ../admin/class-is-settings-fields.php:106
227
  msgid "Expand All"
228
  msgstr ""
229
 
230
- #: ../admin/class-is-editor.php:141 ../admin/class-is-editor.php:424
231
- #: ../admin/class-is-editor.php:785 ../admin/class-is-editor.php:1151
232
- #: ../admin/class-is-editor.php:1374 ../admin/class-is-editor.php:1469
233
- #: ../admin/class-is-editor.php:1585 ../admin/class-is-settings-fields.php:106
234
  msgid "Collapse All"
235
  msgstr ""
236
 
237
- #: ../admin/class-is-editor.php:145
238
  msgid "Search selected post types."
239
  msgstr ""
240
 
241
- #: ../admin/class-is-editor.php:160 ../admin/class-is-editor.php:162
242
  msgid "Select Post Types"
243
  msgstr ""
244
 
245
- #: ../admin/class-is-editor.php:181
246
  msgid "No post types registered on the site."
247
  msgstr ""
248
 
249
- #: ../admin/class-is-editor.php:187
250
  msgid "Do not display post_type in the search URL"
251
  msgstr ""
252
 
253
- #: ../admin/class-is-editor.php:199 ../admin/class-is-editor.php:1143
254
  msgid "( WooCommerce )"
255
  msgstr ""
256
 
257
- #: ../admin/class-is-editor.php:201 ../admin/class-is-editor.php:1145
258
  msgid "( Images, Videos, Audios, Docs, PDFs, Files & Attachments )"
259
  msgstr ""
260
 
261
- #: ../admin/class-is-editor.php:243 ../admin/class-is-editor.php:293
262
- #: ../admin/class-is-editor.php:318 ../admin/class-is-editor.php:369
263
- #: ../admin/class-is-editor.php:1194 ../admin/class-is-editor.php:1249
264
- #: ../admin/class-is-editor.php:1273 ../admin/class-is-editor.php:1320
265
  msgid "Search.."
266
  msgstr ""
267
 
268
- #: ../admin/class-is-editor.php:247 ../admin/class-is-editor.php:1198
269
  msgid "Load All"
270
  msgstr ""
271
 
272
- #: ../admin/class-is-editor.php:252 ../admin/class-is-editor.php:1204
273
  #, php-format
274
  msgid "No %s created."
275
  msgstr ""
276
 
277
- #: ../admin/class-is-editor.php:254 ../admin/class-is-editor.php:303
278
- #: ../admin/class-is-editor.php:328 ../admin/class-is-editor.php:377
279
- #: ../admin/class-is-editor.php:1206 ../admin/class-is-editor.php:1258
280
- #: ../admin/class-is-editor.php:1284 ../admin/class-is-editor.php:1328
281
  msgid ""
282
  "Hold down the control (ctrl) or command button to select multiple options."
283
  msgstr ""
284
 
285
- #: ../admin/class-is-editor.php:262
286
  #, php-format
287
  msgid ""
288
  "The %s are not searchable as the search form is configured to only search "
289
  "specific posts of another post type."
290
  msgstr ""
291
 
292
- #: ../admin/class-is-editor.php:266
293
  #, php-format
294
  msgid "Search all %s"
295
  msgstr ""
296
 
297
- #: ../admin/class-is-editor.php:268
298
  #, php-format
299
  msgid "Search only selected %s"
300
  msgstr ""
301
 
302
- #: ../admin/class-is-editor.php:307
303
  #, php-format
304
  msgid "Search %s of all taxonomies (%s categories, tags & terms %s)"
305
  msgstr ""
306
 
307
- #: ../admin/class-is-editor.php:309
308
  #, php-format
309
  msgid "Search %s of only selected taxonomies (%s categories, tags & terms %s)"
310
  msgstr ""
311
 
312
- #: ../admin/class-is-editor.php:332
313
  #, php-format
314
  msgid "Search selected %s custom fields values"
315
  msgstr ""
316
 
317
- #: ../admin/class-is-editor.php:344
318
  msgid "Search product SKU"
319
  msgstr ""
320
 
321
- #: ../admin/class-is-editor.php:347
322
  msgid "Search product variation"
323
  msgstr ""
324
 
325
- #: ../admin/class-is-editor.php:379
326
  msgid "Selected File Types :"
327
  msgstr ""
328
 
329
- #: ../admin/class-is-editor.php:387 ../admin/class-is-editor.php:1338
330
  msgid "Search all MIME types"
331
  msgstr ""
332
 
333
- #: ../admin/class-is-editor.php:389
334
  msgid "Search only selected MIME types"
335
  msgstr ""
336
 
337
- #: ../admin/class-is-editor.php:394
338
  msgid "Search Images"
339
  msgstr ""
340
 
341
- #: ../admin/class-is-editor.php:396
342
  msgid "Search Videos"
343
  msgstr ""
344
 
345
- #: ../admin/class-is-editor.php:398
346
  msgid "Search Audios"
347
  msgstr ""
348
 
349
- #: ../admin/class-is-editor.php:400
350
  msgid "Search Text Files"
351
  msgstr ""
352
 
353
- #: ../admin/class-is-editor.php:402
354
  msgid "Search PDF Files"
355
  msgstr ""
356
 
357
- #: ../admin/class-is-editor.php:404
358
  msgid "Search Document Files"
359
  msgstr ""
360
 
361
- #: ../admin/class-is-editor.php:411
362
  #, php-format
363
  msgid ""
364
  "This search form is configured in the %s section to not search specific MIME "
365
  "types."
366
  msgstr ""
367
 
368
- #: ../admin/class-is-editor.php:414 ../admin/class-is-editor.php:1364
369
  msgid ""
370
  "You are using WordPress version less than 4.9 which does not support "
371
  "searching by MIME type."
372
  msgstr ""
373
 
374
- #: ../admin/class-is-editor.php:423 ../admin/class-is-editor.php:1373
375
  msgid "Extras"
376
  msgstr ""
377
 
378
- #: ../admin/class-is-editor.php:428
379
  msgid "Search Content"
380
  msgstr ""
381
 
382
- #: ../admin/class-is-editor.php:433
383
  #, php-format
384
  msgid "Search post title %s( File title )%s"
385
  msgstr ""
386
 
387
- #: ../admin/class-is-editor.php:436
388
  #, php-format
389
  msgid "Search post content %s( File description )%s"
390
  msgstr ""
391
 
392
- #: ../admin/class-is-editor.php:439
393
  #, php-format
394
  msgid "Search post excerpt %s( File caption )%s"
395
  msgstr ""
396
 
397
- #: ../admin/class-is-editor.php:442
398
  #, php-format
399
  msgid "Search category/tag title %s( Displays posts of the category/tag )%s"
400
  msgstr ""
401
 
402
- #: ../admin/class-is-editor.php:445
403
  #, php-format
404
  msgid ""
405
  "Search category/tag description %s( Displays posts of the category/tag )%s"
406
  msgstr ""
407
 
408
- #: ../admin/class-is-editor.php:466
409
  msgid ""
410
  "Note: The below option is disabled and set to OR as you have configured the "
411
  "search form to search multiple taxonomies."
412
  msgstr ""
413
 
414
- #: ../admin/class-is-editor.php:471
415
  msgid "AND - Search posts having all the above selected category terms"
416
  msgstr ""
417
 
418
- #: ../admin/class-is-editor.php:473
419
  msgid "OR - Search posts having any one of the above selected category terms"
420
  msgstr ""
421
 
422
- #: ../admin/class-is-editor.php:479 ../admin/class-is-editor.php:1437
423
  msgid "Post Status"
424
  msgstr ""
425
 
426
- #: ../admin/class-is-editor.php:483
427
  msgid "Search posts having selected post statuses."
428
  msgstr ""
429
 
430
- #: ../admin/class-is-editor.php:500
431
  msgid "Select Post Status"
432
  msgstr ""
433
 
434
- #: ../admin/class-is-editor.php:519 ../admin/class-is-editor.php:1378
435
  msgid "Authors"
436
  msgstr ""
437
 
438
- #: ../admin/class-is-editor.php:523
439
  msgid "Search posts created by selected authors."
440
  msgstr ""
441
 
442
- #: ../admin/class-is-editor.php:542 ../admin/class-is-editor.php:544
443
  msgid "Searches all author posts"
444
  msgstr ""
445
 
446
- #: ../admin/class-is-editor.php:572
447
  #, php-format
448
  msgid ""
449
  "This search form is configured in the %s section to not search for specific "
450
  "author posts."
451
  msgstr ""
452
 
453
- #: ../admin/class-is-editor.php:580
454
  msgid "Search author Display Name and display the posts created by that author"
455
  msgstr ""
456
 
457
- #: ../admin/class-is-editor.php:585
458
  msgid "Comments"
459
  msgstr ""
460
 
461
- #: ../admin/class-is-editor.php:594
462
  msgid "Search posts having number of comments"
463
  msgstr ""
464
 
465
- #: ../admin/class-is-editor.php:604
466
  msgid "NA"
467
  msgstr ""
468
 
469
- #: ../admin/class-is-editor.php:615
470
  msgid "Search approved comment content"
471
  msgstr ""
472
 
473
- #: ../admin/class-is-editor.php:620
474
  msgid "Password Protected"
475
  msgstr ""
476
 
477
- #: ../admin/class-is-editor.php:626
478
  msgid "Search posts with or without passwords"
479
  msgstr ""
480
 
481
- #: ../admin/class-is-editor.php:628
482
  msgid "Search posts with passwords"
483
  msgstr ""
484
 
485
- #: ../admin/class-is-editor.php:630
486
  msgid "Search posts without passwords"
487
  msgstr ""
488
 
489
- #: ../admin/class-is-editor.php:634 ../admin/class-is-editor.php:871
490
- #: ../admin/class-is-editor.php:1090 ../admin/class-is-list-table.php:33
491
  msgid "Date"
492
  msgstr ""
493
 
494
- #: ../admin/class-is-editor.php:638
495
  msgid "Search posts created only in the specified date range."
496
  msgstr ""
497
 
498
- #: ../admin/class-is-editor.php:644
499
  msgid "From"
500
  msgstr ""
501
 
502
- #: ../admin/class-is-editor.php:644
503
  msgid "To"
504
  msgstr ""
505
 
506
- #: ../admin/class-is-editor.php:668 ../admin/partials/search-form.php:140
507
  msgid "Design Search Form Colors, Text and Style"
508
  msgstr ""
509
 
510
- #: ../admin/class-is-editor.php:675 ../admin/class-is-editor.php:692
511
  msgid "Enable Search Form Customization"
512
  msgstr ""
513
 
514
- #: ../admin/class-is-editor.php:688 ../includes/class-is-search-form.php:564
515
  msgid "Customizer"
516
  msgstr ""
517
 
518
- #: ../admin/class-is-editor.php:694
519
  msgid ""
520
  "Use below customizer to customize search form colors, text and search form "
521
  "style."
522
  msgstr ""
523
 
524
- #: ../admin/class-is-editor.php:702
525
  msgid "Search Form Customizer"
526
  msgstr ""
527
 
528
- #: ../admin/class-is-editor.php:750 ../public/class-is-ajax.php:68
529
  msgid "Nothing found"
530
  msgstr ""
531
 
532
- #: ../admin/class-is-editor.php:753
533
  msgid "View All"
534
  msgstr ""
535
 
536
- #: ../admin/class-is-editor.php:757
537
  msgid "More Results.."
538
  msgstr ""
539
 
540
- #: ../admin/class-is-editor.php:768 ../admin/partials/search-form.php:145
541
  msgid "Configure AJAX Search"
542
  msgstr ""
543
 
544
- #: ../admin/class-is-editor.php:775 ../admin/class-is-editor.php:789
545
- #: ../admin/class-is-editor.php:971
546
  msgid "Enable AJAX Search"
547
  msgstr ""
548
 
549
- #: ../admin/class-is-editor.php:782
550
  msgid "AJAX Search Results"
551
  msgstr ""
552
 
553
- #: ../admin/class-is-editor.php:790
554
  msgid "Display selected content in the search results."
555
  msgstr ""
556
 
557
- #: ../admin/class-is-editor.php:797
558
  msgid "Description"
559
  msgstr ""
560
 
561
- #: ../admin/class-is-editor.php:805
562
  msgid "Excerpt"
563
  msgstr ""
564
 
565
- #: ../admin/class-is-editor.php:811
566
  msgid "Content"
567
  msgstr ""
568
 
569
- #: ../admin/class-is-editor.php:819
570
  msgid "Description Length."
571
  msgstr ""
572
 
573
- #: ../admin/class-is-editor.php:827
574
  msgid "Image"
575
  msgstr ""
576
 
577
- #: ../admin/class-is-editor.php:838
578
  msgid "Categories"
579
  msgstr ""
580
 
581
- #: ../admin/class-is-editor.php:849
582
  msgid "Tags"
583
  msgstr ""
584
 
585
- #: ../admin/class-is-editor.php:860
586
  msgid "Author"
587
  msgstr ""
588
 
589
- #: ../admin/class-is-editor.php:878
590
  msgid "Minimum number of characters required to run ajax search."
591
  msgstr ""
592
 
593
- #: ../admin/class-is-editor.php:883
594
  msgid "Search results box max height."
595
  msgstr ""
596
 
597
- #: ../admin/class-is-editor.php:886
598
  msgid "Configure the plugin text displayed in the search results."
599
  msgstr ""
600
 
601
- #: ../admin/class-is-editor.php:891
602
  msgid "Text when there is no search results. HTML tags is allowed."
603
  msgstr ""
604
 
605
- #: ../admin/class-is-editor.php:900
606
  msgid "Show 'More Results..' text in the bottom of the search results box"
607
  msgstr ""
608
 
609
- #: ../admin/class-is-editor.php:908
610
  msgid "Text for the \"More Results..\"."
611
  msgstr ""
612
 
613
- #: ../admin/class-is-editor.php:917
614
  msgid "Redirect to search results page clicking on the 'More Results..' text"
615
  msgstr ""
616
 
617
- #: ../admin/class-is-editor.php:927
618
  msgid ""
619
  "View All Result - Show link to search results page at the bottom of search "
620
  "results block."
621
  msgstr ""
622
 
623
- #: ../admin/class-is-editor.php:936
624
  msgid ""
625
  "Text for the \"View All\" which shown at the bottom of the search result."
626
  msgstr ""
627
 
628
- #: ../admin/class-is-editor.php:941
629
  msgid "Configure how the search button should work clicking on it."
630
  msgstr ""
631
 
632
- #: ../admin/class-is-editor.php:947
633
  msgid "Search button displays search results page"
634
  msgstr ""
635
 
636
- #: ../admin/class-is-editor.php:954
637
  msgid "Search button displays ajax search results"
638
  msgstr ""
639
 
640
- #: ../admin/class-is-editor.php:962 ../admin/class-is-help.php:136
641
  msgid "WooCommerce"
642
  msgstr ""
643
 
644
- #: ../admin/class-is-editor.php:969
645
  #, php-format
646
  msgid ""
647
  "Please first configure this search form in the %s section to search "
648
  "WooCommerce product post type."
649
  msgstr ""
650
 
651
- #: ../admin/class-is-editor.php:972
652
  msgid "Display selected WooCommerce content in the search results."
653
  msgstr ""
654
 
655
- #: ../admin/class-is-editor.php:979 ../admin/class-is-editor.php:1091
656
  msgid "Price"
657
  msgstr ""
658
 
659
- #: ../admin/class-is-editor.php:990
660
  msgid "Hide Price for Out of Stock Products"
661
  msgstr ""
662
 
663
- #: ../admin/class-is-editor.php:1001
664
  msgid "Sale Badge"
665
  msgstr ""
666
 
667
- #: ../admin/class-is-editor.php:1012
668
  msgid "SKU"
669
  msgstr ""
670
 
671
- #: ../admin/class-is-editor.php:1023
672
  msgid "Stock Status"
673
  msgstr ""
674
 
675
- #: ../admin/class-is-editor.php:1034 ../public/class-is-ajax.php:417
676
  msgid "Featured Icon"
677
  msgstr ""
678
 
679
- #: ../admin/class-is-editor.php:1045
680
  msgid "Matching Categories"
681
  msgstr ""
682
 
683
- #: ../admin/class-is-editor.php:1056
684
  msgid "Matching Tags"
685
  msgstr ""
686
 
687
- #: ../admin/class-is-editor.php:1067
688
  msgid "Details Box"
689
  msgstr ""
690
 
691
- #: ../admin/class-is-editor.php:1073
692
  msgid "Below options only apply to matching categories or tags."
693
  msgstr ""
694
 
695
- #: ../admin/class-is-editor.php:1075
696
  msgid "Product List"
697
  msgstr ""
698
 
699
- #: ../admin/class-is-editor.php:1078
700
  msgid "All Product"
701
  msgstr ""
702
 
703
- #: ../admin/class-is-editor.php:1079
704
  msgid "Featured Products"
705
  msgstr ""
706
 
707
- #: ../admin/class-is-editor.php:1080
708
  msgid "On-sale Products</option>"
709
  msgstr ""
710
 
711
- #: ../admin/class-is-editor.php:1087
712
  msgid "Order by"
713
  msgstr ""
714
 
715
- #: ../admin/class-is-editor.php:1092
716
  msgid "Random"
717
  msgstr ""
718
 
719
- #: ../admin/class-is-editor.php:1093
720
  msgid "Sales"
721
  msgstr ""
722
 
723
- #: ../admin/class-is-editor.php:1100
724
  msgid "Order"
725
  msgstr ""
726
 
727
- #: ../admin/class-is-editor.php:1103
728
  msgid "ASC"
729
  msgstr ""
730
 
731
- #: ../admin/class-is-editor.php:1104
732
  msgid "DESC"
733
  msgstr ""
734
 
735
- #: ../admin/class-is-editor.php:1123 ../admin/partials/search-form.php:135
736
  msgid "Exclude Content From Search"
737
  msgstr ""
738
 
739
- #: ../admin/class-is-editor.php:1215
740
  #, php-format
741
  msgid ""
742
  "The search form is configured in the %s section to only search specific "
743
  "posts of another post type."
744
  msgstr ""
745
 
746
- #: ../admin/class-is-editor.php:1220
747
  #, php-format
748
  msgid "Do not exclude any %s from search"
749
  msgstr ""
750
 
751
- #: ../admin/class-is-editor.php:1222
752
  #, php-format
753
  msgid "Exclude selected %s from search"
754
  msgstr ""
755
 
756
- #: ../admin/class-is-editor.php:1225
757
  #, php-format
758
  msgid ""
759
  "The search form is configured in the %1$s section to only search specific "
760
  "%2$s."
761
  msgstr ""
762
 
763
- #: ../admin/class-is-editor.php:1262
764
  #, php-format
765
  msgid ""
766
  "Do not exclude any %s from search of any taxonomies (%s categories, tags & "
767
  "terms %s)"
768
  msgstr ""
769
 
770
- #: ../admin/class-is-editor.php:1264
771
  #, php-format
772
  msgid ""
773
  "Exclude %s from search of selected taxonomies (%s categories, tags & terms "
774
  "%s)"
775
  msgstr ""
776
 
777
- #: ../admin/class-is-editor.php:1288
778
  #, php-format
779
  msgid "Exclude %s from search having selected custom fields"
780
  msgstr ""
781
 
782
- #: ../admin/class-is-editor.php:1300
783
  msgid "Exclude 'Out of Stock' products from search"
784
  msgstr ""
785
 
786
- #: ../admin/class-is-editor.php:1330
787
  msgid "Excluded File Types :"
788
  msgstr ""
789
 
790
- #: ../admin/class-is-editor.php:1340
791
  msgid "Exclude selected MIME types from search"
792
  msgstr ""
793
 
794
- #: ../admin/class-is-editor.php:1344
795
  msgid "Exclude Images"
796
  msgstr ""
797
 
798
- #: ../admin/class-is-editor.php:1346
799
  msgid "Exclude Videos"
800
  msgstr ""
801
 
802
- #: ../admin/class-is-editor.php:1348
803
  msgid "Exclude Audios"
804
  msgstr ""
805
 
806
- #: ../admin/class-is-editor.php:1350
807
  msgid "Exclude Text Files"
808
  msgstr ""
809
 
810
- #: ../admin/class-is-editor.php:1352
811
  msgid "Exclude PDF Files"
812
  msgstr ""
813
 
814
- #: ../admin/class-is-editor.php:1354
815
  msgid "Exclude Document Files"
816
  msgstr ""
817
 
818
- #: ../admin/class-is-editor.php:1361
819
  #, php-format
820
  msgid ""
821
  "This search form is configured in the %s section to search specific "
822
  "attachments."
823
  msgstr ""
824
 
825
- #: ../admin/class-is-editor.php:1382
826
  msgid "Exclude posts from search created by selected authors."
827
  msgstr ""
828
 
829
- #: ../admin/class-is-editor.php:1401 ../admin/class-is-editor.php:1403
830
  msgid "Search all author posts"
831
  msgstr ""
832
 
833
- #: ../admin/class-is-editor.php:1431
834
  #, php-format
835
  msgid ""
836
  "This search form is configured in the %s section to search posts created by "
837
  "specific authors."
838
  msgstr ""
839
 
840
- #: ../admin/class-is-editor.php:1441
841
  msgid "Exclude posts from search having selected post statuses."
842
  msgstr ""
843
 
844
- #: ../admin/class-is-editor.php:1446
845
  msgid "Exclude sticky posts from search"
846
  msgstr ""
847
 
848
- #: ../admin/class-is-editor.php:1461 ../admin/partials/search-form.php:150
849
  msgid "Advanced Search Form Options"
850
  msgstr ""
851
 
852
- #: ../admin/class-is-editor.php:1468
853
  msgid "Posts Per Page"
854
  msgstr ""
855
 
856
- #: ../admin/class-is-editor.php:1472
857
  msgid "Display selected number of posts in search results."
858
  msgstr ""
859
 
860
- #: ../admin/class-is-editor.php:1489
861
  msgid "Order Search Results"
862
  msgstr ""
863
 
864
- #: ../admin/class-is-editor.php:1492
865
  msgid "Display posts on search results page ordered by selected options."
866
  msgstr ""
867
 
868
- #: ../admin/class-is-editor.php:1517
869
  msgid "Highlight Search Terms"
870
  msgstr ""
871
 
872
- #: ../admin/class-is-editor.php:1523
873
  msgid "Highlight searched terms on search results page"
874
  msgstr ""
875
 
876
- #: ../admin/class-is-editor.php:1526
877
  msgid "Select text highlight color"
878
  msgstr ""
879
 
880
- #: ../admin/class-is-editor.php:1532
881
  msgid "Search All Or Any Search Terms"
882
  msgstr ""
883
 
884
- #: ../admin/class-is-editor.php:1536
885
  msgid ""
886
  "Select whether to search posts having all or any of the words being searched."
887
  msgstr ""
888
 
889
- #: ../admin/class-is-editor.php:1541
890
  msgid "OR - Display content having any of the search terms"
891
  msgstr ""
892
 
893
- #: ../admin/class-is-editor.php:1543
894
  msgid "AND - Display content having all the search terms"
895
  msgstr ""
896
 
897
- #: ../admin/class-is-editor.php:1549
898
  msgid "Fuzzy Matching"
899
  msgstr ""
900
 
901
- #: ../admin/class-is-editor.php:1552
902
  msgid ""
903
  "Select whether to search posts having whole or partial word being searched."
904
  msgstr ""
905
 
906
- #: ../admin/class-is-editor.php:1557
907
  msgid "Whole - Search posts that include the whole search term"
908
  msgstr ""
909
 
910
- #: ../admin/class-is-editor.php:1559
911
  msgid ""
912
  "Partial - Also search words in the posts that begins or ends with the search "
913
  "term"
914
  msgstr ""
915
 
916
- #: ../admin/class-is-editor.php:1565
917
  msgid "Keyword Stemming"
918
  msgstr ""
919
 
920
- #: ../admin/class-is-editor.php:1569
921
  msgid "Select whether to search the base word of a searched keyword."
922
  msgstr ""
923
 
924
- #: ../admin/class-is-editor.php:1570
925
  msgid ""
926
  "For Example: If you search \"doing\" then it also searches base word of "
927
  "\"doing\" that is \"do\" in the specified post types."
928
  msgstr ""
929
 
930
- #: ../admin/class-is-editor.php:1571
931
  msgid "Not recommended to use when Fuzzy Matching option is set to Whole."
932
  msgstr ""
933
 
934
- #: ../admin/class-is-editor.php:1577
935
  msgid "Also search base word of searched keyword"
936
  msgstr ""
937
 
938
- #: ../admin/class-is-editor.php:1584
939
  msgid "Others"
940
  msgstr ""
941
 
942
- #: ../admin/class-is-editor.php:1590
943
  msgid "Display sticky posts to the start of the search results page"
944
  msgstr ""
945
 
946
- #: ../admin/class-is-editor.php:1594
947
  msgid "Display search form only for site administrator"
948
  msgstr ""
949
 
950
- #: ../admin/class-is-editor.php:1598
951
  msgid "Disable this search form"
952
  msgstr ""
953
 
954
- #: ../admin/class-is-editor.php:1601
955
  msgid ""
956
  "Select whether to display an error when user perform search without any "
957
  "search word."
958
  msgstr ""
959
 
960
- #: ../admin/class-is-editor.php:1605
961
  msgid "Display an error for empty search query"
962
  msgstr ""
963
 
@@ -991,8 +991,8 @@ msgid ""
991
  msgstr ""
992
 
993
  #: ../admin/class-is-help.php:79 ../admin/class-is-list-table.php:154
994
- #: ../admin/class-is-settings-fields.php:456
995
- #: ../admin/class-is-settings-fields.php:486
996
  #: ../includes/class-is-search-form.php:560 ../includes/class-is-widget.php:83
997
  msgid "Edit"
998
  msgstr ""
@@ -1143,316 +1143,316 @@ msgstr ""
1143
  msgid "d/m/Y"
1144
  msgstr ""
1145
 
1146
- #: ../admin/class-is-settings-fields.php:154
1147
  msgid "Custom CSS"
1148
  msgstr ""
1149
 
1150
- #: ../admin/class-is-settings-fields.php:155
1151
  msgid "Stopwords"
1152
  msgstr ""
1153
 
1154
- #: ../admin/class-is-settings-fields.php:156
1155
  msgid "Synonyms"
1156
  msgstr ""
1157
 
1158
- #: ../admin/class-is-settings-fields.php:157
1159
  msgid "Header Search"
1160
  msgstr ""
1161
 
1162
- #: ../admin/class-is-settings-fields.php:158
1163
  msgid "Footer Search"
1164
  msgstr ""
1165
 
1166
- #: ../admin/class-is-settings-fields.php:159
1167
  msgid "Mobile Search"
1168
  msgstr ""
1169
 
1170
- #: ../admin/class-is-settings-fields.php:160
1171
  msgid "Plugin Files"
1172
  msgstr ""
1173
 
1174
- #: ../admin/class-is-settings-fields.php:161
1175
  msgid "Advanced"
1176
  msgstr ""
1177
 
1178
- #: ../admin/class-is-settings-fields.php:169
1179
  msgid "Menu Search Settings"
1180
  msgstr ""
1181
 
1182
- #: ../admin/class-is-settings-fields.php:176
1183
- #: ../admin/class-is-settings-fields.php:197
1184
  msgid "Search Analytics"
1185
  msgstr ""
1186
 
1187
- #: ../admin/class-is-settings-fields.php:187
1188
  msgid "Configure Menu Search"
1189
  msgstr ""
1190
 
1191
- #: ../admin/class-is-settings-fields.php:207
1192
  msgid "Advanced Website Search Settings"
1193
  msgstr ""
1194
 
1195
- #: ../admin/class-is-settings-fields.php:219
1196
  msgid "Display search form on selected menu locations."
1197
  msgstr ""
1198
 
1199
- #: ../admin/class-is-settings-fields.php:235
1200
  #, php-format
1201
  msgid "No menu assigned to navigation menu location in the %sMenus screen%s."
1202
  msgstr ""
1203
 
1204
- #: ../admin/class-is-settings-fields.php:238
1205
  msgid "Navigation menu location is not registered on the site."
1206
  msgstr ""
1207
 
1208
- #: ../admin/class-is-settings-fields.php:247
1209
  msgid "Display search form on selected menus."
1210
  msgstr ""
1211
 
1212
- #: ../admin/class-is-settings-fields.php:262
1213
  #, php-format
1214
  msgid "No menu created in the %sMenus screen%s."
1215
  msgstr ""
1216
 
1217
- #: ../admin/class-is-settings-fields.php:283
1218
  msgid "Display search form at the start of the navigation menu"
1219
  msgstr ""
1220
 
1221
- #: ../admin/class-is-settings-fields.php:289
1222
  msgid "Select menu search form style."
1223
  msgstr ""
1224
 
1225
- #: ../admin/class-is-settings-fields.php:293
1226
  msgid "Default"
1227
  msgstr ""
1228
 
1229
- #: ../admin/class-is-settings-fields.php:294
1230
  msgid "Dropdown"
1231
  msgstr ""
1232
 
1233
- #: ../admin/class-is-settings-fields.php:295
1234
  msgid "Sliding"
1235
  msgstr ""
1236
 
1237
- #: ../admin/class-is-settings-fields.php:296
1238
  msgid "Full Width"
1239
  msgstr ""
1240
 
1241
- #: ../admin/class-is-settings-fields.php:297
1242
  msgid "Popup"
1243
  msgstr ""
1244
 
1245
- #: ../admin/class-is-settings-fields.php:324
1246
  msgid "Select menu magnifier icon color."
1247
  msgstr ""
1248
 
1249
- #: ../admin/class-is-settings-fields.php:337
1250
  msgid "Display search form close icon"
1251
  msgstr ""
1252
 
1253
- #: ../admin/class-is-settings-fields.php:344
1254
  msgid "Add menu title to display in place of search icon."
1255
  msgstr ""
1256
 
1257
- #: ../admin/class-is-settings-fields.php:354
1258
  msgid "Select search form that will control menu search functionality."
1259
  msgstr ""
1260
 
1261
- #: ../admin/class-is-settings-fields.php:365
1262
- #: ../admin/class-is-settings-fields.php:448
1263
- #: ../admin/class-is-settings-fields.php:480
1264
  msgid "None"
1265
  msgstr ""
1266
 
1267
- #: ../admin/class-is-settings-fields.php:374
1268
- #: ../admin/class-is-settings-fields.php:458
1269
- #: ../admin/class-is-settings-fields.php:488 ../includes/class-is-widget.php:85
1270
  msgid "Create New"
1271
  msgstr ""
1272
 
1273
- #: ../admin/class-is-settings-fields.php:382
1274
  msgid "Add class to search form menu item."
1275
  msgstr ""
1276
 
1277
- #: ../admin/class-is-settings-fields.php:388
1278
  msgid "Add multiple classes seperated by space."
1279
  msgstr ""
1280
 
1281
- #: ../admin/class-is-settings-fields.php:394
1282
  msgid ""
1283
  "Add Google Custom Search( CSE ) search form code that will replace default "
1284
  "search form."
1285
  msgstr ""
1286
 
1287
- #: ../admin/class-is-settings-fields.php:412
1288
  msgid "Enabled"
1289
  msgstr ""
1290
 
1291
- #: ../admin/class-is-settings-fields.php:413
1292
  msgid "Disabled"
1293
  msgstr ""
1294
 
1295
- #: ../admin/class-is-settings-fields.php:414
1296
  msgid "Google Analytics tracking for searches"
1297
  msgstr ""
1298
 
1299
- #: ../admin/class-is-settings-fields.php:415
1300
  msgid "Search Analytics uses Google Analytics to track searches."
1301
  msgstr ""
1302
 
1303
- #: ../admin/class-is-settings-fields.php:416
1304
  #, php-format
1305
  msgid "You need %s Google Analytics %s to be installed on your site."
1306
  msgstr ""
1307
 
1308
- #: ../admin/class-is-settings-fields.php:417
1309
  msgid ""
1310
  "Data will be visible inside Google Analytics 'Events' and 'Site Search' "
1311
  "report."
1312
  msgstr ""
1313
 
1314
- #: ../admin/class-is-settings-fields.php:418
1315
  msgid "Events will be as below:"
1316
  msgstr ""
1317
 
1318
- #: ../admin/class-is-settings-fields.php:419
1319
  msgid "Category - Results Found / Nothing Found"
1320
  msgstr ""
1321
 
1322
- #: ../admin/class-is-settings-fields.php:420
1323
  msgid "Action - Ivory Search - ID"
1324
  msgstr ""
1325
 
1326
- #: ../admin/class-is-settings-fields.php:421
1327
  msgid "Label - Value of search term"
1328
  msgstr ""
1329
 
1330
- #: ../admin/class-is-settings-fields.php:422
1331
  #, php-format
1332
  msgid ""
1333
  "Need to %s activate Site Search feature %s inside Google Analytics to "
1334
  "display data inside 'Site Search' report."
1335
  msgstr ""
1336
 
1337
- #: ../admin/class-is-settings-fields.php:423
1338
  msgid ""
1339
  "Enable Site search Tracking option in Site Search Settings and set its "
1340
  "parameters as below."
1341
  msgstr ""
1342
 
1343
- #: ../admin/class-is-settings-fields.php:424
1344
  msgid "Query parameter - s"
1345
  msgstr ""
1346
 
1347
- #: ../admin/class-is-settings-fields.php:425
1348
  msgid "Category parameter - id / result"
1349
  msgstr ""
1350
 
1351
- #: ../admin/class-is-settings-fields.php:436
1352
  msgid "Select search form to display in site header( Not Menu )."
1353
  msgstr ""
1354
 
1355
- #: ../admin/class-is-settings-fields.php:461
1356
  msgid ""
1357
  "Please note that the above option displays search form in site header and "
1358
  "not in navigation menu."
1359
  msgstr ""
1360
 
1361
- #: ../admin/class-is-settings-fields.php:469
1362
  msgid "Select search form to display in site footer."
1363
  msgstr ""
1364
 
1365
- #: ../admin/class-is-settings-fields.php:504
1366
  msgid "Display search form in site header on mobile devices"
1367
  msgstr ""
1368
 
1369
- #: ../admin/class-is-settings-fields.php:507
1370
  msgid ""
1371
  "If this site uses cache then please select the below option to display "
1372
  "search form on mobile."
1373
  msgstr ""
1374
 
1375
- #: ../admin/class-is-settings-fields.php:514
1376
  msgid "This site uses cache"
1377
  msgstr ""
1378
 
1379
- #: ../admin/class-is-settings-fields.php:523
1380
  msgid "Add custom CSS code."
1381
  msgstr ""
1382
 
1383
- #: ../admin/class-is-settings-fields.php:536
1384
  msgid "Add Stopwords that will not be searched."
1385
  msgstr ""
1386
 
1387
- #: ../admin/class-is-settings-fields.php:541
1388
  msgid "Please separate multiple words with commas."
1389
  msgstr ""
1390
 
1391
- #: ../admin/class-is-settings-fields.php:550
1392
  msgid "Add synonyms to make the searches find better results."
1393
  msgstr ""
1394
 
1395
- #: ../admin/class-is-settings-fields.php:552
1396
  msgid ""
1397
  "If you add bird = crow to the list of synonyms, searches for bird "
1398
  "automatically become a search for bird crow and will thus match to posts "
1399
  "that include either bird or crow."
1400
  msgstr ""
1401
 
1402
- #: ../admin/class-is-settings-fields.php:557
1403
  msgid "The format here is key = value"
1404
  msgstr ""
1405
 
1406
- #: ../admin/class-is-settings-fields.php:558
1407
  msgid "Please add every synonyms key = value pairs on new line."
1408
  msgstr ""
1409
 
1410
- #: ../admin/class-is-settings-fields.php:560
1411
  msgid ""
1412
  "This only works for search forms configured to search any of the search "
1413
  "terms(OR) and not all search terms(AND) in the search form Options."
1414
  msgstr ""
1415
 
1416
- #: ../admin/class-is-settings-fields.php:569
1417
  msgid ""
1418
  "Enable below options to disable loading of plugin CSS and JavaScript files."
1419
  msgstr ""
1420
 
1421
- #: ../admin/class-is-settings-fields.php:573
1422
  msgid "Do not load plugin CSS files"
1423
  msgstr ""
1424
 
1425
- #: ../admin/class-is-settings-fields.php:574
1426
  msgid "Do not load plugin JavaScript files"
1427
  msgstr ""
1428
 
1429
- #: ../admin/class-is-settings-fields.php:590
1430
  msgid ""
1431
  "If checked, you have to add following plugin file code into your child theme "
1432
  "CSS file."
1433
  msgstr ""
1434
 
1435
- #: ../admin/class-is-settings-fields.php:595
1436
  msgid ""
1437
  "If checked, you have to add following plugin files code into your child "
1438
  "theme JavaScript file."
1439
  msgstr ""
1440
 
1441
- #: ../admin/class-is-settings-fields.php:612
1442
  msgid "Warning: Use with caution."
1443
  msgstr ""
1444
 
1445
- #: ../admin/class-is-settings-fields.php:617
1446
  msgid ""
1447
  "Do not use Default Search Form to control WordPress default search "
1448
  "functionality"
1449
  msgstr ""
1450
 
1451
- #: ../admin/class-is-settings-fields.php:626
1452
  msgid "Disable search functionality on entire website"
1453
  msgstr ""
1454
 
1455
- #: ../admin/class-is-settings-fields.php:636
1456
  msgid ""
1457
  "Display easy edit links of search form on the website frontend to the admin "
1458
  "users"
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Ivory Search\n"
5
+ "POT-Creation-Date: 2021-04-02 22:33+0530\n"
6
  "PO-Revision-Date: 2020-03-17 21:05+0530\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ivory Search <admin@ivorysearch.com>\n"
21
  msgid "The changes you made will be lost if you navigate away from this page."
22
  msgstr ""
23
 
24
+ #: ../admin/class-is-admin.php:138 ../admin/class-is-settings-fields.php:374
25
  #: ../admin/partials/search-form.php:23
26
  msgid "Edit Search Form"
27
  msgstr ""
196
  msgid "Upgrade to Pro Plus to Access"
197
  msgstr ""
198
 
199
+ #: ../admin/class-is-editor.php:77
200
  msgid "The requested section does not exist."
201
  msgstr ""
202
 
203
+ #: ../admin/class-is-editor.php:113 ../admin/partials/search-form.php:128
204
  #: ../includes/class-is-admin-public.php:186
205
  #: ../includes/class-is-search-form.php:469
206
  #: ../includes/class-is-search-form.php:538 ../public/class-is-public.php:207
208
  msgid "Search"
209
  msgstr ""
210
 
211
+ #: ../admin/class-is-editor.php:115 ../admin/partials/search-form.php:133
212
  msgid "Exclude"
213
  msgstr ""
214
 
215
+ #: ../admin/class-is-editor.php:134 ../admin/partials/search-form.php:130
216
  msgid "Configure Searchable Content"
217
  msgstr ""
218
 
219
+ #: ../admin/class-is-editor.php:142
220
  msgid "Post Types"
221
  msgstr ""
222
 
223
+ #: ../admin/class-is-editor.php:143 ../admin/class-is-editor.php:426
224
+ #: ../admin/class-is-editor.php:786 ../admin/class-is-editor.php:1153
225
+ #: ../admin/class-is-editor.php:1376 ../admin/class-is-editor.php:1471
226
+ #: ../admin/class-is-editor.php:1587 ../admin/class-is-settings-fields.php:106
227
  msgid "Expand All"
228
  msgstr ""
229
 
230
+ #: ../admin/class-is-editor.php:143 ../admin/class-is-editor.php:426
231
+ #: ../admin/class-is-editor.php:787 ../admin/class-is-editor.php:1153
232
+ #: ../admin/class-is-editor.php:1376 ../admin/class-is-editor.php:1471
233
+ #: ../admin/class-is-editor.php:1587 ../admin/class-is-settings-fields.php:106
234
  msgid "Collapse All"
235
  msgstr ""
236
 
237
+ #: ../admin/class-is-editor.php:147
238
  msgid "Search selected post types."
239
  msgstr ""
240
 
241
+ #: ../admin/class-is-editor.php:162 ../admin/class-is-editor.php:164
242
  msgid "Select Post Types"
243
  msgstr ""
244
 
245
+ #: ../admin/class-is-editor.php:183
246
  msgid "No post types registered on the site."
247
  msgstr ""
248
 
249
+ #: ../admin/class-is-editor.php:189
250
  msgid "Do not display post_type in the search URL"
251
  msgstr ""
252
 
253
+ #: ../admin/class-is-editor.php:201 ../admin/class-is-editor.php:1145
254
  msgid "( WooCommerce )"
255
  msgstr ""
256
 
257
+ #: ../admin/class-is-editor.php:203 ../admin/class-is-editor.php:1147
258
  msgid "( Images, Videos, Audios, Docs, PDFs, Files & Attachments )"
259
  msgstr ""
260
 
261
+ #: ../admin/class-is-editor.php:245 ../admin/class-is-editor.php:295
262
+ #: ../admin/class-is-editor.php:320 ../admin/class-is-editor.php:371
263
+ #: ../admin/class-is-editor.php:1196 ../admin/class-is-editor.php:1251
264
+ #: ../admin/class-is-editor.php:1275 ../admin/class-is-editor.php:1322
265
  msgid "Search.."
266
  msgstr ""
267
 
268
+ #: ../admin/class-is-editor.php:249 ../admin/class-is-editor.php:1200
269
  msgid "Load All"
270
  msgstr ""
271
 
272
+ #: ../admin/class-is-editor.php:254 ../admin/class-is-editor.php:1206
273
  #, php-format
274
  msgid "No %s created."
275
  msgstr ""
276
 
277
+ #: ../admin/class-is-editor.php:256 ../admin/class-is-editor.php:305
278
+ #: ../admin/class-is-editor.php:330 ../admin/class-is-editor.php:379
279
+ #: ../admin/class-is-editor.php:1208 ../admin/class-is-editor.php:1260
280
+ #: ../admin/class-is-editor.php:1286 ../admin/class-is-editor.php:1330
281
  msgid ""
282
  "Hold down the control (ctrl) or command button to select multiple options."
283
  msgstr ""
284
 
285
+ #: ../admin/class-is-editor.php:264
286
  #, php-format
287
  msgid ""
288
  "The %s are not searchable as the search form is configured to only search "
289
  "specific posts of another post type."
290
  msgstr ""
291
 
292
+ #: ../admin/class-is-editor.php:268
293
  #, php-format
294
  msgid "Search all %s"
295
  msgstr ""
296
 
297
+ #: ../admin/class-is-editor.php:270
298
  #, php-format
299
  msgid "Search only selected %s"
300
  msgstr ""
301
 
302
+ #: ../admin/class-is-editor.php:309
303
  #, php-format
304
  msgid "Search %s of all taxonomies (%s categories, tags & terms %s)"
305
  msgstr ""
306
 
307
+ #: ../admin/class-is-editor.php:311
308
  #, php-format
309
  msgid "Search %s of only selected taxonomies (%s categories, tags & terms %s)"
310
  msgstr ""
311
 
312
+ #: ../admin/class-is-editor.php:334
313
  #, php-format
314
  msgid "Search selected %s custom fields values"
315
  msgstr ""
316
 
317
+ #: ../admin/class-is-editor.php:346
318
  msgid "Search product SKU"
319
  msgstr ""
320
 
321
+ #: ../admin/class-is-editor.php:349
322
  msgid "Search product variation"
323
  msgstr ""
324
 
325
+ #: ../admin/class-is-editor.php:381
326
  msgid "Selected File Types :"
327
  msgstr ""
328
 
329
+ #: ../admin/class-is-editor.php:389 ../admin/class-is-editor.php:1340
330
  msgid "Search all MIME types"
331
  msgstr ""
332
 
333
+ #: ../admin/class-is-editor.php:391
334
  msgid "Search only selected MIME types"
335
  msgstr ""
336
 
337
+ #: ../admin/class-is-editor.php:396
338
  msgid "Search Images"
339
  msgstr ""
340
 
341
+ #: ../admin/class-is-editor.php:398
342
  msgid "Search Videos"
343
  msgstr ""
344
 
345
+ #: ../admin/class-is-editor.php:400
346
  msgid "Search Audios"
347
  msgstr ""
348
 
349
+ #: ../admin/class-is-editor.php:402
350
  msgid "Search Text Files"
351
  msgstr ""
352
 
353
+ #: ../admin/class-is-editor.php:404
354
  msgid "Search PDF Files"
355
  msgstr ""
356
 
357
+ #: ../admin/class-is-editor.php:406
358
  msgid "Search Document Files"
359
  msgstr ""
360
 
361
+ #: ../admin/class-is-editor.php:413
362
  #, php-format
363
  msgid ""
364
  "This search form is configured in the %s section to not search specific MIME "
365
  "types."
366
  msgstr ""
367
 
368
+ #: ../admin/class-is-editor.php:416 ../admin/class-is-editor.php:1366
369
  msgid ""
370
  "You are using WordPress version less than 4.9 which does not support "
371
  "searching by MIME type."
372
  msgstr ""
373
 
374
+ #: ../admin/class-is-editor.php:425 ../admin/class-is-editor.php:1375
375
  msgid "Extras"
376
  msgstr ""
377
 
378
+ #: ../admin/class-is-editor.php:430
379
  msgid "Search Content"
380
  msgstr ""
381
 
382
+ #: ../admin/class-is-editor.php:435
383
  #, php-format
384
  msgid "Search post title %s( File title )%s"
385
  msgstr ""
386
 
387
+ #: ../admin/class-is-editor.php:438
388
  #, php-format
389
  msgid "Search post content %s( File description )%s"
390
  msgstr ""
391
 
392
+ #: ../admin/class-is-editor.php:441
393
  #, php-format
394
  msgid "Search post excerpt %s( File caption )%s"
395
  msgstr ""
396
 
397
+ #: ../admin/class-is-editor.php:444
398
  #, php-format
399
  msgid "Search category/tag title %s( Displays posts of the category/tag )%s"
400
  msgstr ""
401
 
402
+ #: ../admin/class-is-editor.php:447
403
  #, php-format
404
  msgid ""
405
  "Search category/tag description %s( Displays posts of the category/tag )%s"
406
  msgstr ""
407
 
408
+ #: ../admin/class-is-editor.php:468
409
  msgid ""
410
  "Note: The below option is disabled and set to OR as you have configured the "
411
  "search form to search multiple taxonomies."
412
  msgstr ""
413
 
414
+ #: ../admin/class-is-editor.php:473
415
  msgid "AND - Search posts having all the above selected category terms"
416
  msgstr ""
417
 
418
+ #: ../admin/class-is-editor.php:475
419
  msgid "OR - Search posts having any one of the above selected category terms"
420
  msgstr ""
421
 
422
+ #: ../admin/class-is-editor.php:481 ../admin/class-is-editor.php:1439
423
  msgid "Post Status"
424
  msgstr ""
425
 
426
+ #: ../admin/class-is-editor.php:485
427
  msgid "Search posts having selected post statuses."
428
  msgstr ""
429
 
430
+ #: ../admin/class-is-editor.php:502
431
  msgid "Select Post Status"
432
  msgstr ""
433
 
434
+ #: ../admin/class-is-editor.php:521 ../admin/class-is-editor.php:1380
435
  msgid "Authors"
436
  msgstr ""
437
 
438
+ #: ../admin/class-is-editor.php:525
439
  msgid "Search posts created by selected authors."
440
  msgstr ""
441
 
442
+ #: ../admin/class-is-editor.php:544 ../admin/class-is-editor.php:546
443
  msgid "Searches all author posts"
444
  msgstr ""
445
 
446
+ #: ../admin/class-is-editor.php:574
447
  #, php-format
448
  msgid ""
449
  "This search form is configured in the %s section to not search for specific "
450
  "author posts."
451
  msgstr ""
452
 
453
+ #: ../admin/class-is-editor.php:582
454
  msgid "Search author Display Name and display the posts created by that author"
455
  msgstr ""
456
 
457
+ #: ../admin/class-is-editor.php:587
458
  msgid "Comments"
459
  msgstr ""
460
 
461
+ #: ../admin/class-is-editor.php:596
462
  msgid "Search posts having number of comments"
463
  msgstr ""
464
 
465
+ #: ../admin/class-is-editor.php:606
466
  msgid "NA"
467
  msgstr ""
468
 
469
+ #: ../admin/class-is-editor.php:617
470
  msgid "Search approved comment content"
471
  msgstr ""
472
 
473
+ #: ../admin/class-is-editor.php:622
474
  msgid "Password Protected"
475
  msgstr ""
476
 
477
+ #: ../admin/class-is-editor.php:628
478
  msgid "Search posts with or without passwords"
479
  msgstr ""
480
 
481
+ #: ../admin/class-is-editor.php:630
482
  msgid "Search posts with passwords"
483
  msgstr ""
484
 
485
+ #: ../admin/class-is-editor.php:632
486
  msgid "Search posts without passwords"
487
  msgstr ""
488
 
489
+ #: ../admin/class-is-editor.php:636 ../admin/class-is-editor.php:873
490
+ #: ../admin/class-is-editor.php:1092 ../admin/class-is-list-table.php:33
491
  msgid "Date"
492
  msgstr ""
493
 
494
+ #: ../admin/class-is-editor.php:640
495
  msgid "Search posts created only in the specified date range."
496
  msgstr ""
497
 
498
+ #: ../admin/class-is-editor.php:646
499
  msgid "From"
500
  msgstr ""
501
 
502
+ #: ../admin/class-is-editor.php:646
503
  msgid "To"
504
  msgstr ""
505
 
506
+ #: ../admin/class-is-editor.php:670 ../admin/partials/search-form.php:140
507
  msgid "Design Search Form Colors, Text and Style"
508
  msgstr ""
509
 
510
+ #: ../admin/class-is-editor.php:677 ../admin/class-is-editor.php:694
511
  msgid "Enable Search Form Customization"
512
  msgstr ""
513
 
514
+ #: ../admin/class-is-editor.php:690 ../includes/class-is-search-form.php:564
515
  msgid "Customizer"
516
  msgstr ""
517
 
518
+ #: ../admin/class-is-editor.php:696
519
  msgid ""
520
  "Use below customizer to customize search form colors, text and search form "
521
  "style."
522
  msgstr ""
523
 
524
+ #: ../admin/class-is-editor.php:704
525
  msgid "Search Form Customizer"
526
  msgstr ""
527
 
528
+ #: ../admin/class-is-editor.php:752 ../public/class-is-ajax.php:68
529
  msgid "Nothing found"
530
  msgstr ""
531
 
532
+ #: ../admin/class-is-editor.php:755
533
  msgid "View All"
534
  msgstr ""
535
 
536
+ #: ../admin/class-is-editor.php:759
537
  msgid "More Results.."
538
  msgstr ""
539
 
540
+ #: ../admin/class-is-editor.php:770 ../admin/partials/search-form.php:145
541
  msgid "Configure AJAX Search"
542
  msgstr ""
543
 
544
+ #: ../admin/class-is-editor.php:777 ../admin/class-is-editor.php:791
545
+ #: ../admin/class-is-editor.php:973
546
  msgid "Enable AJAX Search"
547
  msgstr ""
548
 
549
+ #: ../admin/class-is-editor.php:784
550
  msgid "AJAX Search Results"
551
  msgstr ""
552
 
553
+ #: ../admin/class-is-editor.php:792
554
  msgid "Display selected content in the search results."
555
  msgstr ""
556
 
557
+ #: ../admin/class-is-editor.php:799
558
  msgid "Description"
559
  msgstr ""
560
 
561
+ #: ../admin/class-is-editor.php:807
562
  msgid "Excerpt"
563
  msgstr ""
564
 
565
+ #: ../admin/class-is-editor.php:813
566
  msgid "Content"
567
  msgstr ""
568
 
569
+ #: ../admin/class-is-editor.php:821
570
  msgid "Description Length."
571
  msgstr ""
572
 
573
+ #: ../admin/class-is-editor.php:829
574
  msgid "Image"
575
  msgstr ""
576
 
577
+ #: ../admin/class-is-editor.php:840
578
  msgid "Categories"
579
  msgstr ""
580
 
581
+ #: ../admin/class-is-editor.php:851
582
  msgid "Tags"
583
  msgstr ""
584
 
585
+ #: ../admin/class-is-editor.php:862
586
  msgid "Author"
587
  msgstr ""
588
 
589
+ #: ../admin/class-is-editor.php:880
590
  msgid "Minimum number of characters required to run ajax search."
591
  msgstr ""
592
 
593
+ #: ../admin/class-is-editor.php:885
594
  msgid "Search results box max height."
595
  msgstr ""
596
 
597
+ #: ../admin/class-is-editor.php:888
598
  msgid "Configure the plugin text displayed in the search results."
599
  msgstr ""
600
 
601
+ #: ../admin/class-is-editor.php:893
602
  msgid "Text when there is no search results. HTML tags is allowed."
603
  msgstr ""
604
 
605
+ #: ../admin/class-is-editor.php:902
606
  msgid "Show 'More Results..' text in the bottom of the search results box"
607
  msgstr ""
608
 
609
+ #: ../admin/class-is-editor.php:910
610
  msgid "Text for the \"More Results..\"."
611
  msgstr ""
612
 
613
+ #: ../admin/class-is-editor.php:919
614
  msgid "Redirect to search results page clicking on the 'More Results..' text"
615
  msgstr ""
616
 
617
+ #: ../admin/class-is-editor.php:929
618
  msgid ""
619
  "View All Result - Show link to search results page at the bottom of search "
620
  "results block."
621
  msgstr ""
622
 
623
+ #: ../admin/class-is-editor.php:938
624
  msgid ""
625
  "Text for the \"View All\" which shown at the bottom of the search result."
626
  msgstr ""
627
 
628
+ #: ../admin/class-is-editor.php:943
629
  msgid "Configure how the search button should work clicking on it."
630
  msgstr ""
631
 
632
+ #: ../admin/class-is-editor.php:949
633
  msgid "Search button displays search results page"
634
  msgstr ""
635
 
636
+ #: ../admin/class-is-editor.php:956
637
  msgid "Search button displays ajax search results"
638
  msgstr ""
639
 
640
+ #: ../admin/class-is-editor.php:964 ../admin/class-is-help.php:136
641
  msgid "WooCommerce"
642
  msgstr ""
643
 
644
+ #: ../admin/class-is-editor.php:971
645
  #, php-format
646
  msgid ""
647
  "Please first configure this search form in the %s section to search "
648
  "WooCommerce product post type."
649
  msgstr ""
650
 
651
+ #: ../admin/class-is-editor.php:974
652
  msgid "Display selected WooCommerce content in the search results."
653
  msgstr ""
654
 
655
+ #: ../admin/class-is-editor.php:981 ../admin/class-is-editor.php:1093
656
  msgid "Price"
657
  msgstr ""
658
 
659
+ #: ../admin/class-is-editor.php:992
660
  msgid "Hide Price for Out of Stock Products"
661
  msgstr ""
662
 
663
+ #: ../admin/class-is-editor.php:1003
664
  msgid "Sale Badge"
665
  msgstr ""
666
 
667
+ #: ../admin/class-is-editor.php:1014
668
  msgid "SKU"
669
  msgstr ""
670
 
671
+ #: ../admin/class-is-editor.php:1025
672
  msgid "Stock Status"
673
  msgstr ""
674
 
675
+ #: ../admin/class-is-editor.php:1036 ../public/class-is-ajax.php:417
676
  msgid "Featured Icon"
677
  msgstr ""
678
 
679
+ #: ../admin/class-is-editor.php:1047
680
  msgid "Matching Categories"
681
  msgstr ""
682
 
683
+ #: ../admin/class-is-editor.php:1058
684
  msgid "Matching Tags"
685
  msgstr ""
686
 
687
+ #: ../admin/class-is-editor.php:1069
688
  msgid "Details Box"
689
  msgstr ""
690
 
691
+ #: ../admin/class-is-editor.php:1075
692
  msgid "Below options only apply to matching categories or tags."
693
  msgstr ""
694
 
695
+ #: ../admin/class-is-editor.php:1077
696
  msgid "Product List"
697
  msgstr ""
698
 
699
+ #: ../admin/class-is-editor.php:1080
700
  msgid "All Product"
701
  msgstr ""
702
 
703
+ #: ../admin/class-is-editor.php:1081
704
  msgid "Featured Products"
705
  msgstr ""
706
 
707
+ #: ../admin/class-is-editor.php:1082
708
  msgid "On-sale Products</option>"
709
  msgstr ""
710
 
711
+ #: ../admin/class-is-editor.php:1089
712
  msgid "Order by"
713
  msgstr ""
714
 
715
+ #: ../admin/class-is-editor.php:1094
716
  msgid "Random"
717
  msgstr ""
718
 
719
+ #: ../admin/class-is-editor.php:1095
720
  msgid "Sales"
721
  msgstr ""
722
 
723
+ #: ../admin/class-is-editor.php:1102
724
  msgid "Order"
725
  msgstr ""
726
 
727
+ #: ../admin/class-is-editor.php:1105
728
  msgid "ASC"
729
  msgstr ""
730
 
731
+ #: ../admin/class-is-editor.php:1106
732
  msgid "DESC"
733
  msgstr ""
734
 
735
+ #: ../admin/class-is-editor.php:1125 ../admin/partials/search-form.php:135
736
  msgid "Exclude Content From Search"
737
  msgstr ""
738
 
739
+ #: ../admin/class-is-editor.php:1217
740
  #, php-format
741
  msgid ""
742
  "The search form is configured in the %s section to only search specific "
743
  "posts of another post type."
744
  msgstr ""
745
 
746
+ #: ../admin/class-is-editor.php:1222
747
  #, php-format
748
  msgid "Do not exclude any %s from search"
749
  msgstr ""
750
 
751
+ #: ../admin/class-is-editor.php:1224
752
  #, php-format
753
  msgid "Exclude selected %s from search"
754
  msgstr ""
755
 
756
+ #: ../admin/class-is-editor.php:1227
757
  #, php-format
758
  msgid ""
759
  "The search form is configured in the %1$s section to only search specific "
760
  "%2$s."
761
  msgstr ""
762
 
763
+ #: ../admin/class-is-editor.php:1264
764
  #, php-format
765
  msgid ""
766
  "Do not exclude any %s from search of any taxonomies (%s categories, tags & "
767
  "terms %s)"
768
  msgstr ""
769
 
770
+ #: ../admin/class-is-editor.php:1266
771
  #, php-format
772
  msgid ""
773
  "Exclude %s from search of selected taxonomies (%s categories, tags & terms "
774
  "%s)"
775
  msgstr ""
776
 
777
+ #: ../admin/class-is-editor.php:1290
778
  #, php-format
779
  msgid "Exclude %s from search having selected custom fields"
780
  msgstr ""
781
 
782
+ #: ../admin/class-is-editor.php:1302
783
  msgid "Exclude 'Out of Stock' products from search"
784
  msgstr ""
785
 
786
+ #: ../admin/class-is-editor.php:1332
787
  msgid "Excluded File Types :"
788
  msgstr ""
789
 
790
+ #: ../admin/class-is-editor.php:1342
791
  msgid "Exclude selected MIME types from search"
792
  msgstr ""
793
 
794
+ #: ../admin/class-is-editor.php:1346
795
  msgid "Exclude Images"
796
  msgstr ""
797
 
798
+ #: ../admin/class-is-editor.php:1348
799
  msgid "Exclude Videos"
800
  msgstr ""
801
 
802
+ #: ../admin/class-is-editor.php:1350
803
  msgid "Exclude Audios"
804
  msgstr ""
805
 
806
+ #: ../admin/class-is-editor.php:1352
807
  msgid "Exclude Text Files"
808
  msgstr ""
809
 
810
+ #: ../admin/class-is-editor.php:1354
811
  msgid "Exclude PDF Files"
812
  msgstr ""
813
 
814
+ #: ../admin/class-is-editor.php:1356
815
  msgid "Exclude Document Files"
816
  msgstr ""
817
 
818
+ #: ../admin/class-is-editor.php:1363
819
  #, php-format
820
  msgid ""
821
  "This search form is configured in the %s section to search specific "
822
  "attachments."
823
  msgstr ""
824
 
825
+ #: ../admin/class-is-editor.php:1384
826
  msgid "Exclude posts from search created by selected authors."
827
  msgstr ""
828
 
829
+ #: ../admin/class-is-editor.php:1403 ../admin/class-is-editor.php:1405
830
  msgid "Search all author posts"
831
  msgstr ""
832
 
833
+ #: ../admin/class-is-editor.php:1433
834
  #, php-format
835
  msgid ""
836
  "This search form is configured in the %s section to search posts created by "
837
  "specific authors."
838
  msgstr ""
839
 
840
+ #: ../admin/class-is-editor.php:1443
841
  msgid "Exclude posts from search having selected post statuses."
842
  msgstr ""
843
 
844
+ #: ../admin/class-is-editor.php:1448
845
  msgid "Exclude sticky posts from search"
846
  msgstr ""
847
 
848
+ #: ../admin/class-is-editor.php:1463 ../admin/partials/search-form.php:150
849
  msgid "Advanced Search Form Options"
850
  msgstr ""
851
 
852
+ #: ../admin/class-is-editor.php:1470
853
  msgid "Posts Per Page"
854
  msgstr ""
855
 
856
+ #: ../admin/class-is-editor.php:1474
857
  msgid "Display selected number of posts in search results."
858
  msgstr ""
859
 
860
+ #: ../admin/class-is-editor.php:1491
861
  msgid "Order Search Results"
862
  msgstr ""
863
 
864
+ #: ../admin/class-is-editor.php:1494
865
  msgid "Display posts on search results page ordered by selected options."
866
  msgstr ""
867
 
868
+ #: ../admin/class-is-editor.php:1519
869
  msgid "Highlight Search Terms"
870
  msgstr ""
871
 
872
+ #: ../admin/class-is-editor.php:1525
873
  msgid "Highlight searched terms on search results page"
874
  msgstr ""
875
 
876
+ #: ../admin/class-is-editor.php:1528
877
  msgid "Select text highlight color"
878
  msgstr ""
879
 
880
+ #: ../admin/class-is-editor.php:1534
881
  msgid "Search All Or Any Search Terms"
882
  msgstr ""
883
 
884
+ #: ../admin/class-is-editor.php:1538
885
  msgid ""
886
  "Select whether to search posts having all or any of the words being searched."
887
  msgstr ""
888
 
889
+ #: ../admin/class-is-editor.php:1543
890
  msgid "OR - Display content having any of the search terms"
891
  msgstr ""
892
 
893
+ #: ../admin/class-is-editor.php:1545
894
  msgid "AND - Display content having all the search terms"
895
  msgstr ""
896
 
897
+ #: ../admin/class-is-editor.php:1551
898
  msgid "Fuzzy Matching"
899
  msgstr ""
900
 
901
+ #: ../admin/class-is-editor.php:1554
902
  msgid ""
903
  "Select whether to search posts having whole or partial word being searched."
904
  msgstr ""
905
 
906
+ #: ../admin/class-is-editor.php:1559
907
  msgid "Whole - Search posts that include the whole search term"
908
  msgstr ""
909
 
910
+ #: ../admin/class-is-editor.php:1561
911
  msgid ""
912
  "Partial - Also search words in the posts that begins or ends with the search "
913
  "term"
914
  msgstr ""
915
 
916
+ #: ../admin/class-is-editor.php:1567
917
  msgid "Keyword Stemming"
918
  msgstr ""
919
 
920
+ #: ../admin/class-is-editor.php:1571
921
  msgid "Select whether to search the base word of a searched keyword."
922
  msgstr ""
923
 
924
+ #: ../admin/class-is-editor.php:1572
925
  msgid ""
926
  "For Example: If you search \"doing\" then it also searches base word of "
927
  "\"doing\" that is \"do\" in the specified post types."
928
  msgstr ""
929
 
930
+ #: ../admin/class-is-editor.php:1573
931
  msgid "Not recommended to use when Fuzzy Matching option is set to Whole."
932
  msgstr ""
933
 
934
+ #: ../admin/class-is-editor.php:1579
935
  msgid "Also search base word of searched keyword"
936
  msgstr ""
937
 
938
+ #: ../admin/class-is-editor.php:1586
939
  msgid "Others"
940
  msgstr ""
941
 
942
+ #: ../admin/class-is-editor.php:1592
943
  msgid "Display sticky posts to the start of the search results page"
944
  msgstr ""
945
 
946
+ #: ../admin/class-is-editor.php:1596
947
  msgid "Display search form only for site administrator"
948
  msgstr ""
949
 
950
+ #: ../admin/class-is-editor.php:1600
951
  msgid "Disable this search form"
952
  msgstr ""
953
 
954
+ #: ../admin/class-is-editor.php:1603
955
  msgid ""
956
  "Select whether to display an error when user perform search without any "
957
  "search word."
958
  msgstr ""
959
 
960
+ #: ../admin/class-is-editor.php:1607
961
  msgid "Display an error for empty search query"
962
  msgstr ""
963
 
991
  msgstr ""
992
 
993
  #: ../admin/class-is-help.php:79 ../admin/class-is-list-table.php:154
994
+ #: ../admin/class-is-settings-fields.php:458
995
+ #: ../admin/class-is-settings-fields.php:488
996
  #: ../includes/class-is-search-form.php:560 ../includes/class-is-widget.php:83
997
  msgid "Edit"
998
  msgstr ""
1143
  msgid "d/m/Y"
1144
  msgstr ""
1145
 
1146
+ #: ../admin/class-is-settings-fields.php:156
1147
  msgid "Custom CSS"
1148
  msgstr ""
1149
 
1150
+ #: ../admin/class-is-settings-fields.php:157
1151
  msgid "Stopwords"
1152
  msgstr ""
1153
 
1154
+ #: ../admin/class-is-settings-fields.php:158
1155
  msgid "Synonyms"
1156
  msgstr ""
1157
 
1158
+ #: ../admin/class-is-settings-fields.php:159
1159
  msgid "Header Search"
1160
  msgstr ""
1161
 
1162
+ #: ../admin/class-is-settings-fields.php:160
1163
  msgid "Footer Search"
1164
  msgstr ""
1165
 
1166
+ #: ../admin/class-is-settings-fields.php:161
1167
  msgid "Mobile Search"
1168
  msgstr ""
1169
 
1170
+ #: ../admin/class-is-settings-fields.php:162
1171
  msgid "Plugin Files"
1172
  msgstr ""
1173
 
1174
+ #: ../admin/class-is-settings-fields.php:163
1175
  msgid "Advanced"
1176
  msgstr ""
1177
 
1178
+ #: ../admin/class-is-settings-fields.php:171
1179
  msgid "Menu Search Settings"
1180
  msgstr ""
1181
 
1182
+ #: ../admin/class-is-settings-fields.php:178
1183
+ #: ../admin/class-is-settings-fields.php:199
1184
  msgid "Search Analytics"
1185
  msgstr ""
1186
 
1187
+ #: ../admin/class-is-settings-fields.php:189
1188
  msgid "Configure Menu Search"
1189
  msgstr ""
1190
 
1191
+ #: ../admin/class-is-settings-fields.php:209
1192
  msgid "Advanced Website Search Settings"
1193
  msgstr ""
1194
 
1195
+ #: ../admin/class-is-settings-fields.php:221
1196
  msgid "Display search form on selected menu locations."
1197
  msgstr ""
1198
 
1199
+ #: ../admin/class-is-settings-fields.php:237
1200
  #, php-format
1201
  msgid "No menu assigned to navigation menu location in the %sMenus screen%s."
1202
  msgstr ""
1203
 
1204
+ #: ../admin/class-is-settings-fields.php:240
1205
  msgid "Navigation menu location is not registered on the site."
1206
  msgstr ""
1207
 
1208
+ #: ../admin/class-is-settings-fields.php:249
1209
  msgid "Display search form on selected menus."
1210
  msgstr ""
1211
 
1212
+ #: ../admin/class-is-settings-fields.php:264
1213
  #, php-format
1214
  msgid "No menu created in the %sMenus screen%s."
1215
  msgstr ""
1216
 
1217
+ #: ../admin/class-is-settings-fields.php:285
1218
  msgid "Display search form at the start of the navigation menu"
1219
  msgstr ""
1220
 
1221
+ #: ../admin/class-is-settings-fields.php:291
1222
  msgid "Select menu search form style."
1223
  msgstr ""
1224
 
1225
+ #: ../admin/class-is-settings-fields.php:295
1226
  msgid "Default"
1227
  msgstr ""
1228
 
1229
+ #: ../admin/class-is-settings-fields.php:296
1230
  msgid "Dropdown"
1231
  msgstr ""
1232
 
1233
+ #: ../admin/class-is-settings-fields.php:297
1234
  msgid "Sliding"
1235
  msgstr ""
1236
 
1237
+ #: ../admin/class-is-settings-fields.php:298
1238
  msgid "Full Width"
1239
  msgstr ""
1240
 
1241
+ #: ../admin/class-is-settings-fields.php:299
1242
  msgid "Popup"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/class-is-settings-fields.php:326
1246
  msgid "Select menu magnifier icon color."
1247
  msgstr ""
1248
 
1249
+ #: ../admin/class-is-settings-fields.php:339
1250
  msgid "Display search form close icon"
1251
  msgstr ""
1252
 
1253
+ #: ../admin/class-is-settings-fields.php:346
1254
  msgid "Add menu title to display in place of search icon."
1255
  msgstr ""
1256
 
1257
+ #: ../admin/class-is-settings-fields.php:356
1258
  msgid "Select search form that will control menu search functionality."
1259
  msgstr ""
1260
 
1261
+ #: ../admin/class-is-settings-fields.php:367
1262
+ #: ../admin/class-is-settings-fields.php:450
1263
+ #: ../admin/class-is-settings-fields.php:482
1264
  msgid "None"
1265
  msgstr ""
1266
 
1267
+ #: ../admin/class-is-settings-fields.php:376
1268
+ #: ../admin/class-is-settings-fields.php:460
1269
+ #: ../admin/class-is-settings-fields.php:490 ../includes/class-is-widget.php:85
1270
  msgid "Create New"
1271
  msgstr ""
1272
 
1273
+ #: ../admin/class-is-settings-fields.php:384
1274
  msgid "Add class to search form menu item."
1275
  msgstr ""
1276
 
1277
+ #: ../admin/class-is-settings-fields.php:390
1278
  msgid "Add multiple classes seperated by space."
1279
  msgstr ""
1280
 
1281
+ #: ../admin/class-is-settings-fields.php:396
1282
  msgid ""
1283
  "Add Google Custom Search( CSE ) search form code that will replace default "
1284
  "search form."
1285
  msgstr ""
1286
 
1287
+ #: ../admin/class-is-settings-fields.php:414
1288
  msgid "Enabled"
1289
  msgstr ""
1290
 
1291
+ #: ../admin/class-is-settings-fields.php:415
1292
  msgid "Disabled"
1293
  msgstr ""
1294
 
1295
+ #: ../admin/class-is-settings-fields.php:416
1296
  msgid "Google Analytics tracking for searches"
1297
  msgstr ""
1298
 
1299
+ #: ../admin/class-is-settings-fields.php:417
1300
  msgid "Search Analytics uses Google Analytics to track searches."
1301
  msgstr ""
1302
 
1303
+ #: ../admin/class-is-settings-fields.php:418
1304
  #, php-format
1305
  msgid "You need %s Google Analytics %s to be installed on your site."
1306
  msgstr ""
1307
 
1308
+ #: ../admin/class-is-settings-fields.php:419
1309
  msgid ""
1310
  "Data will be visible inside Google Analytics 'Events' and 'Site Search' "
1311
  "report."
1312
  msgstr ""
1313
 
1314
+ #: ../admin/class-is-settings-fields.php:420
1315
  msgid "Events will be as below:"
1316
  msgstr ""
1317
 
1318
+ #: ../admin/class-is-settings-fields.php:421
1319
  msgid "Category - Results Found / Nothing Found"
1320
  msgstr ""
1321
 
1322
+ #: ../admin/class-is-settings-fields.php:422
1323
  msgid "Action - Ivory Search - ID"
1324
  msgstr ""
1325
 
1326
+ #: ../admin/class-is-settings-fields.php:423
1327
  msgid "Label - Value of search term"
1328
  msgstr ""
1329
 
1330
+ #: ../admin/class-is-settings-fields.php:424
1331
  #, php-format
1332
  msgid ""
1333
  "Need to %s activate Site Search feature %s inside Google Analytics to "
1334
  "display data inside 'Site Search' report."
1335
  msgstr ""
1336
 
1337
+ #: ../admin/class-is-settings-fields.php:425
1338
  msgid ""
1339
  "Enable Site search Tracking option in Site Search Settings and set its "
1340
  "parameters as below."
1341
  msgstr ""
1342
 
1343
+ #: ../admin/class-is-settings-fields.php:426
1344
  msgid "Query parameter - s"
1345
  msgstr ""
1346
 
1347
+ #: ../admin/class-is-settings-fields.php:427
1348
  msgid "Category parameter - id / result"
1349
  msgstr ""
1350
 
1351
+ #: ../admin/class-is-settings-fields.php:438
1352
  msgid "Select search form to display in site header( Not Menu )."
1353
  msgstr ""
1354
 
1355
+ #: ../admin/class-is-settings-fields.php:463
1356
  msgid ""
1357
  "Please note that the above option displays search form in site header and "
1358
  "not in navigation menu."
1359
  msgstr ""
1360
 
1361
+ #: ../admin/class-is-settings-fields.php:471
1362
  msgid "Select search form to display in site footer."
1363
  msgstr ""
1364
 
1365
+ #: ../admin/class-is-settings-fields.php:506
1366
  msgid "Display search form in site header on mobile devices"
1367
  msgstr ""
1368
 
1369
+ #: ../admin/class-is-settings-fields.php:509
1370
  msgid ""
1371
  "If this site uses cache then please select the below option to display "
1372
  "search form on mobile."
1373
  msgstr ""
1374
 
1375
+ #: ../admin/class-is-settings-fields.php:516
1376
  msgid "This site uses cache"
1377
  msgstr ""
1378
 
1379
+ #: ../admin/class-is-settings-fields.php:525
1380
  msgid "Add custom CSS code."
1381
  msgstr ""
1382
 
1383
+ #: ../admin/class-is-settings-fields.php:538
1384
  msgid "Add Stopwords that will not be searched."
1385
  msgstr ""
1386
 
1387
+ #: ../admin/class-is-settings-fields.php:543
1388
  msgid "Please separate multiple words with commas."
1389
  msgstr ""
1390
 
1391
+ #: ../admin/class-is-settings-fields.php:552
1392
  msgid "Add synonyms to make the searches find better results."
1393
  msgstr ""
1394
 
1395
+ #: ../admin/class-is-settings-fields.php:554
1396
  msgid ""
1397
  "If you add bird = crow to the list of synonyms, searches for bird "
1398
  "automatically become a search for bird crow and will thus match to posts "
1399
  "that include either bird or crow."
1400
  msgstr ""
1401
 
1402
+ #: ../admin/class-is-settings-fields.php:559
1403
  msgid "The format here is key = value"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/class-is-settings-fields.php:560
1407
  msgid "Please add every synonyms key = value pairs on new line."
1408
  msgstr ""
1409
 
1410
+ #: ../admin/class-is-settings-fields.php:562
1411
  msgid ""
1412
  "This only works for search forms configured to search any of the search "
1413
  "terms(OR) and not all search terms(AND) in the search form Options."
1414
  msgstr ""
1415
 
1416
+ #: ../admin/class-is-settings-fields.php:571
1417
  msgid ""
1418
  "Enable below options to disable loading of plugin CSS and JavaScript files."
1419
  msgstr ""
1420
 
1421
+ #: ../admin/class-is-settings-fields.php:575
1422
  msgid "Do not load plugin CSS files"
1423
  msgstr ""
1424
 
1425
+ #: ../admin/class-is-settings-fields.php:576
1426
  msgid "Do not load plugin JavaScript files"
1427
  msgstr ""
1428
 
1429
+ #: ../admin/class-is-settings-fields.php:592
1430
  msgid ""
1431
  "If checked, you have to add following plugin file code into your child theme "
1432
  "CSS file."
1433
  msgstr ""
1434
 
1435
+ #: ../admin/class-is-settings-fields.php:597
1436
  msgid ""
1437
  "If checked, you have to add following plugin files code into your child "
1438
  "theme JavaScript file."
1439
  msgstr ""
1440
 
1441
+ #: ../admin/class-is-settings-fields.php:614
1442
  msgid "Warning: Use with caution."
1443
  msgstr ""
1444
 
1445
+ #: ../admin/class-is-settings-fields.php:619
1446
  msgid ""
1447
  "Do not use Default Search Form to control WordPress default search "
1448
  "functionality"
1449
  msgstr ""
1450
 
1451
+ #: ../admin/class-is-settings-fields.php:628
1452
  msgid "Disable search functionality on entire website"
1453
  msgstr ""
1454
 
1455
+ #: ../admin/class-is-settings-fields.php:638
1456
  msgid ""
1457
  "Display easy edit links of search form on the website frontend to the admin "
1458
  "users"
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: search, woocommerce search, image search, ajax search, search shortcode, l
5
  Requires at least: 3.9
6
  Tested up to: 5.7
7
  Requires PHP: 5.2.4
8
- Stable tag: 4.6.1
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -193,9 +193,12 @@ Yes we do. We try our best to help free users with customisation requests and we
193
 
194
  == Changelog ==
195
 
 
 
 
196
  = 4.6.1 =
197
  * Fixed - Broken AJAX search results scrollbar.
198
- * Fixed - Security issue in plugin settings (Thanks to Jinson Varghese Behanan from Astra Security).
199
  * Improved - Do not search special character stopwords.
200
 
201
  = 4.6 =
5
  Requires at least: 3.9
6
  Tested up to: 5.7
7
  Requires PHP: 5.2.4
8
+ Stable tag: 4.6.2
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
193
 
194
  == Changelog ==
195
 
196
+ = 4.6.2 =
197
+ * Fixed - Undefined tab index noticein admin area.
198
+
199
  = 4.6.1 =
200
  * Fixed - Broken AJAX search results scrollbar.
201
+ Fixed Security issue in plugin settings (Thanks to Jinson Varghese Behanan from Astra Security).
202
  * Improved - Do not search special character stopwords.
203
 
204
  = 4.6 =