Ivory Search – WordPress Search Plugin - Version 5.4.10

Version Description

  • Fixed - Warning: array_merge(): Expected parameter 1 to be an array, string given in
Download this release

Release Info

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

Code changes from version 5.4.9 to 5.4.10

add-search-to-menu.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Ivory Search
5
  * Plugin URI: https://ivorysearch.com
6
  * Description: The WordPress Search plugin that includes Search Form Customizer, WooCommerce Search, Image Search, Search Shortcode, AJAX Search & Live Search support!
7
- * Version: 5.4.9
8
  * Author: Ivory Search
9
  * Author URI: https://ivorysearch.com/
10
  * License: GPL2+
@@ -76,7 +76,7 @@ final class Ivory_Search
76
  public function define_constants()
77
  {
78
  if ( !defined( 'IS_VERSION' ) ) {
79
- define( 'IS_VERSION', '5.4.9' );
80
  }
81
  if ( !defined( 'IS_PLUGIN_FILE' ) ) {
82
  define( 'IS_PLUGIN_FILE', __FILE__ );
4
  * Plugin Name: Ivory Search
5
  * Plugin URI: https://ivorysearch.com
6
  * Description: The WordPress Search plugin that includes Search Form Customizer, WooCommerce Search, Image Search, Search Shortcode, AJAX Search & Live Search support!
7
+ * Version: 5.4.10
8
  * Author: Ivory Search
9
  * Author URI: https://ivorysearch.com/
10
  * License: GPL2+
76
  public function define_constants()
77
  {
78
  if ( !defined( 'IS_VERSION' ) ) {
79
+ define( 'IS_VERSION', '5.4.10' );
80
  }
81
  if ( !defined( 'IS_PLUGIN_FILE' ) ) {
82
  define( 'IS_PLUGIN_FILE', __FILE__ );
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: 2022-08-25 15:36+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"
@@ -10,190 +10,207 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.3\n"
14
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html_e;esc_html__\n"
15
- "X-Poedit-Basepath: .\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 
 
 
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../admin/class-is-admin.php:74
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:417
25
  #: ../admin/partials/search-form.php:23 ../includes/class-is-widget.php:83
26
  msgid "Edit Search Form"
27
  msgstr ""
28
 
29
- #: ../admin/class-is-admin.php:139
30
  msgid "Click on the search form title to edit it."
31
  msgstr ""
32
 
33
- #: ../admin/class-is-admin.php:163 ../admin/class-is-admin.php:453
34
  #: ../admin/class-is-help.php:64 ../admin/class-is-help.php:102
35
  #: ../includes/class-is-index-options.php:641
36
  msgid "Settings"
37
  msgstr ""
38
 
39
- #: ../admin/class-is-admin.php:181 ../admin/class-is-help.php:118
 
 
 
 
40
  msgid "Docs"
41
  msgstr ""
42
 
43
- #: ../admin/class-is-admin.php:182 ../admin/class-is-help.php:119
 
 
 
 
44
  #: ../admin/partials/search-form.php:220
45
  #: ../admin/partials/settings-form.php:149
46
  msgid "Support"
47
  msgstr ""
48
 
49
- #: ../admin/class-is-admin.php:203
50
  #, php-format
51
  msgid ""
52
  "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
53
  msgstr ""
54
 
55
- #: ../admin/class-is-admin.php:204 ../admin/class-is-admin.php:437
56
- #: ../includes/class-is-admin-public.php:94 ../includes/class-is-widget.php:13
57
  msgid "Ivory Search"
58
  msgstr ""
59
 
60
- #: ../admin/class-is-admin.php:241
 
 
 
 
61
  msgid "Dismiss"
62
  msgstr ""
63
 
64
- #: ../admin/class-is-admin.php:243
65
  #, php-format
66
  msgid ""
67
  "Hey %s, it's Vinod Dalvi from %s. You have used this free plugin for some "
68
  "time now, and I hope you like it!"
69
  msgstr ""
70
 
71
- #: ../admin/class-is-admin.php:246
72
  #, php-format
73
  msgid ""
74
  "I have spent countless hours developing it, and it would mean a lot to me if "
75
  "you %ssupport it with a quick review on WordPress.org.%s"
76
  msgstr ""
77
 
78
- #: ../admin/class-is-admin.php:251
79
  msgid "Review Ivory Search"
80
  msgstr ""
81
 
82
- #: ../admin/class-is-admin.php:252
83
  msgid "No, thanks"
84
  msgstr ""
85
 
86
- #: ../admin/class-is-admin.php:288
87
  msgid "No posts found"
88
  msgstr ""
89
 
90
- #: ../admin/class-is-admin.php:387
91
  msgid "Search form created."
92
  msgstr ""
93
 
94
- #: ../admin/class-is-admin.php:389
95
  msgid "Search form saved."
96
  msgstr ""
97
 
98
- #: ../admin/class-is-admin.php:391
99
  msgid "Search form deleted."
100
  msgstr ""
101
 
102
- #: ../admin/class-is-admin.php:393
103
  msgid "Search form reset."
104
  msgstr ""
105
 
106
- #: ../admin/class-is-admin.php:395
107
  msgid "Index settings reset."
108
  msgstr ""
109
 
110
- #: ../admin/class-is-admin.php:404
111
  msgid "There was an error saving the search form."
112
  msgstr ""
113
 
114
- #: ../admin/class-is-admin.php:412
115
  msgid "Validation error occurred."
116
  msgstr ""
117
 
118
- #: ../admin/class-is-admin.php:413 ../admin/class-is-admin.php:421
119
  #: ../admin/class-is-help.php:35 ../admin/class-is-help.php:90
120
  msgid "Includes"
121
  msgstr ""
122
 
123
- #: ../admin/class-is-admin.php:414 ../admin/class-is-admin.php:423
124
  #: ../admin/class-is-help.php:40 ../admin/class-is-help.php:91
125
  msgid "Excludes"
126
  msgstr ""
127
 
128
- #: ../admin/class-is-admin.php:427
129
  #, php-format
130
  msgid ""
131
  "Please make sure you have not selected similar %s fields in the search form "
132
  "%s and %s sections."
133
  msgstr ""
134
 
135
- #: ../admin/class-is-admin.php:439 ../admin/class-is-admin.php:486
136
  #: ../includes/class-is-search-form.php:95
137
  msgid "Search Forms"
138
  msgstr ""
139
 
140
- #: ../admin/class-is-admin.php:444 ../admin/class-is-admin.php:446
141
- #: ../admin/class-is-admin.php:493 ../admin/partials/search-form.php:21
142
  #: ../admin/partials/search-form.php:31
143
  msgid "Add New Search Form"
144
  msgstr ""
145
 
146
- #: ../admin/class-is-admin.php:444 ../admin/class-is-admin.php:446
147
  msgid "Add New"
148
  msgstr ""
149
 
150
- #: ../admin/class-is-admin.php:450 ../admin/class-is-help.php:59
151
  #: ../admin/class-is-help.php:101
152
  msgid "Menu Search"
153
  msgstr ""
154
 
155
- #: ../admin/class-is-admin.php:453 ../admin/partials/settings-form.php:20
156
  msgid "Ivory Search Settings"
157
  msgstr ""
158
 
159
- #: ../admin/class-is-admin.php:500
160
  #, php-format
161
  msgid "Search results for &#8220;%s&#8221;"
162
  msgstr ""
163
 
164
- #: ../admin/class-is-admin.php:511
165
  msgid "Find Search Forms"
166
  msgstr ""
167
 
168
- #: ../admin/class-is-admin.php:555
169
  msgid "You are not allowed to edit this item."
170
  msgstr ""
171
 
172
- #: ../admin/class-is-admin.php:654
173
  msgid "You are not allowed to reset this item."
174
  msgstr ""
175
 
176
- #: ../admin/class-is-admin.php:690
177
  msgid "You are not allowed to copy this item."
178
  msgstr ""
179
 
180
- #: ../admin/class-is-admin.php:729
181
  msgid "You are not allowed to delete this item."
182
  msgstr ""
183
 
184
- #: ../admin/class-is-admin.php:733
185
  msgid "Error in deleting."
186
  msgstr ""
187
 
188
- #: ../admin/class-is-admin.php:974
 
 
 
 
189
  msgid "Upgrade to Pro to Access"
190
  msgstr ""
191
 
192
- #: ../admin/class-is-admin.php:981
193
  msgid "Install Premium Version to Access"
194
  msgstr ""
195
 
196
- #: ../admin/class-is-admin.php:983
197
  msgid "Upgrade to Pro Plus to Access"
198
  msgstr ""
199
 
@@ -202,10 +219,10 @@ msgid "The requested section does not exist."
202
  msgstr ""
203
 
204
  #: ../admin/class-is-editor.php:116 ../admin/partials/search-form.php:130
205
- #: ../includes/class-is-admin-public.php:186
206
  #: ../includes/class-is-search-form.php:529
207
- #: ../includes/class-is-search-form.php:601 ../public/class-is-public.php:208
208
- #: ../public/class-is-public.php:257
209
  msgid "Search"
210
  msgstr ""
211
 
@@ -217,21 +234,21 @@ msgstr ""
217
  msgid "Configure Searchable Content"
218
  msgstr ""
219
 
220
- #: ../admin/class-is-editor.php:145 ../admin/class-is-settings-fields.php:197
221
  msgid "Post Types"
222
  msgstr ""
223
 
224
  #: ../admin/class-is-editor.php:146 ../admin/class-is-editor.php:424
225
  #: ../admin/class-is-editor.php:825 ../admin/class-is-editor.php:1192
226
  #: ../admin/class-is-editor.php:1396 ../admin/class-is-editor.php:1526
227
- #: ../admin/class-is-editor.php:1671 ../admin/class-is-settings-fields.php:109
228
  msgid "Expand All"
229
  msgstr ""
230
 
231
  #: ../admin/class-is-editor.php:146 ../admin/class-is-editor.php:424
232
  #: ../admin/class-is-editor.php:826 ../admin/class-is-editor.php:1192
233
  #: ../admin/class-is-editor.php:1396 ../admin/class-is-editor.php:1526
234
- #: ../admin/class-is-editor.php:1671 ../admin/class-is-settings-fields.php:109
235
  msgid "Collapse All"
236
  msgstr ""
237
 
@@ -373,7 +390,7 @@ msgid ""
373
  msgstr ""
374
 
375
  #: ../admin/class-is-editor.php:423 ../admin/class-is-editor.php:1395
376
- #: ../admin/class-is-settings-fields.php:200
377
  msgid "Extras"
378
  msgstr ""
379
 
@@ -422,7 +439,7 @@ msgid "OR - Search posts having any one of the above selected category terms"
422
  msgstr ""
423
 
424
  #: ../admin/class-is-editor.php:483 ../admin/class-is-editor.php:1400
425
- #: ../admin/class-is-settings-fields.php:199
426
  msgid "Custom Fields"
427
  msgstr ""
428
 
@@ -683,7 +700,7 @@ msgstr ""
683
  msgid "Stock Status"
684
  msgstr ""
685
 
686
- #: ../admin/class-is-editor.php:1075 ../public/class-is-ajax.php:419
687
  msgid "Featured Icon"
688
  msgstr ""
689
 
@@ -997,6 +1014,16 @@ msgstr ""
997
  msgid "The Index should be created to use this option in the Index "
998
  msgstr ""
999
 
 
 
 
 
 
 
 
 
 
 
1000
  #: ../admin/class-is-editor.php:1794
1001
  msgid "The post title is not selected in Index"
1002
  msgstr ""
@@ -1079,8 +1106,8 @@ msgid ""
1079
  msgstr ""
1080
 
1081
  #: ../admin/class-is-help.php:84 ../admin/class-is-list-table.php:158
1082
- #: ../admin/class-is-settings-fields.php:500
1083
- #: ../admin/class-is-settings-fields.php:530
1084
  #: ../includes/class-is-search-form.php:623
1085
  msgid "Edit"
1086
  msgstr ""
@@ -1240,333 +1267,333 @@ msgstr ""
1240
  msgid "d/m/Y"
1241
  msgstr ""
1242
 
1243
- #: ../admin/class-is-settings-fields.php:167
1244
  msgid "Custom CSS"
1245
  msgstr ""
1246
 
1247
- #: ../admin/class-is-settings-fields.php:168
1248
  msgid "Stopwords"
1249
  msgstr ""
1250
 
1251
- #: ../admin/class-is-settings-fields.php:169
1252
  msgid "Synonyms"
1253
  msgstr ""
1254
 
1255
- #: ../admin/class-is-settings-fields.php:170
1256
  msgid "Header Search"
1257
  msgstr ""
1258
 
1259
- #: ../admin/class-is-settings-fields.php:171
1260
  msgid "Footer Search"
1261
  msgstr ""
1262
 
1263
- #: ../admin/class-is-settings-fields.php:172
1264
  msgid "Mobile Search"
1265
  msgstr ""
1266
 
1267
- #: ../admin/class-is-settings-fields.php:173
1268
  msgid "Plugin Files"
1269
  msgstr ""
1270
 
1271
- #: ../admin/class-is-settings-fields.php:174
1272
- #: ../admin/class-is-settings-fields.php:201
1273
  msgid "Advanced"
1274
  msgstr ""
1275
 
1276
- #: ../admin/class-is-settings-fields.php:182
1277
  msgid "Menu Search Settings"
1278
  msgstr ""
1279
 
1280
- #: ../admin/class-is-settings-fields.php:189
1281
- #: ../admin/class-is-settings-fields.php:242
1282
  msgid "Search Analytics"
1283
  msgstr ""
1284
 
1285
- #: ../admin/class-is-settings-fields.php:198
1286
  msgid "Taxonomies"
1287
  msgstr ""
1288
 
1289
- #: ../admin/class-is-settings-fields.php:210
1290
  msgid "Invalid Custom CSS Code"
1291
  msgstr ""
1292
 
1293
- #: ../admin/class-is-settings-fields.php:215
1294
  msgid "Invalid Stopwords"
1295
  msgstr ""
1296
 
1297
- #: ../admin/class-is-settings-fields.php:220
1298
  msgid "Invalid Synonyms"
1299
  msgstr ""
1300
 
1301
- #: ../admin/class-is-settings-fields.php:232
1302
  msgid "Configure Menu Search"
1303
  msgstr ""
1304
 
1305
- #: ../admin/class-is-settings-fields.php:252
1306
  msgid "Advanced Website Search Settings"
1307
  msgstr ""
1308
 
1309
- #: ../admin/class-is-settings-fields.php:264
1310
  msgid "Display search form on selected menu locations."
1311
  msgstr ""
1312
 
1313
- #: ../admin/class-is-settings-fields.php:280
1314
  #, php-format
1315
  msgid "No menu assigned to navigation menu location in the %sMenus screen%s."
1316
  msgstr ""
1317
 
1318
- #: ../admin/class-is-settings-fields.php:283
1319
  msgid "Navigation menu location is not registered on the site."
1320
  msgstr ""
1321
 
1322
- #: ../admin/class-is-settings-fields.php:292
1323
  msgid "Display search form on selected menus."
1324
  msgstr ""
1325
 
1326
- #: ../admin/class-is-settings-fields.php:307
1327
  #, php-format
1328
  msgid "No menu created in the %sMenus screen%s."
1329
  msgstr ""
1330
 
1331
- #: ../admin/class-is-settings-fields.php:328
1332
  msgid "Display search form at the start of the navigation menu"
1333
  msgstr ""
1334
 
1335
- #: ../admin/class-is-settings-fields.php:334
1336
  msgid "Select menu search form style."
1337
  msgstr ""
1338
 
1339
- #: ../admin/class-is-settings-fields.php:338
1340
  msgid "Default"
1341
  msgstr ""
1342
 
1343
- #: ../admin/class-is-settings-fields.php:339
1344
  msgid "Dropdown"
1345
  msgstr ""
1346
 
1347
- #: ../admin/class-is-settings-fields.php:340
1348
  msgid "Sliding"
1349
  msgstr ""
1350
 
1351
- #: ../admin/class-is-settings-fields.php:341
1352
  msgid "Full Width"
1353
  msgstr ""
1354
 
1355
- #: ../admin/class-is-settings-fields.php:342
1356
  msgid "Popup"
1357
  msgstr ""
1358
 
1359
- #: ../admin/class-is-settings-fields.php:369
1360
  msgid "Select menu magnifier icon color."
1361
  msgstr ""
1362
 
1363
- #: ../admin/class-is-settings-fields.php:382
1364
  msgid "Display search form close icon"
1365
  msgstr ""
1366
 
1367
- #: ../admin/class-is-settings-fields.php:389
1368
  msgid "Add menu title to display in place of search icon."
1369
  msgstr ""
1370
 
1371
- #: ../admin/class-is-settings-fields.php:399
1372
  msgid "Select search form that will control menu search functionality."
1373
  msgstr ""
1374
 
1375
- #: ../admin/class-is-settings-fields.php:410
1376
- #: ../admin/class-is-settings-fields.php:492
1377
- #: ../admin/class-is-settings-fields.php:524
1378
  msgid "None"
1379
  msgstr ""
1380
 
1381
- #: ../admin/class-is-settings-fields.php:419
1382
- #: ../admin/class-is-settings-fields.php:502
1383
- #: ../admin/class-is-settings-fields.php:532
1384
  msgid "Create New"
1385
  msgstr ""
1386
 
1387
- #: ../admin/class-is-settings-fields.php:427
1388
  msgid "Add class to search form menu item."
1389
  msgstr ""
1390
 
1391
- #: ../admin/class-is-settings-fields.php:433
1392
  msgid "Add multiple classes seperated by space."
1393
  msgstr ""
1394
 
1395
- #: ../admin/class-is-settings-fields.php:439
1396
  msgid ""
1397
  "Add Google Custom Search( CSE ) search form code that will replace default "
1398
  "search form."
1399
  msgstr ""
1400
 
1401
- #: ../admin/class-is-settings-fields.php:457
1402
  msgid "Enabled"
1403
  msgstr ""
1404
 
1405
- #: ../admin/class-is-settings-fields.php:458
1406
  msgid "Disabled"
1407
  msgstr ""
1408
 
1409
- #: ../admin/class-is-settings-fields.php:459
1410
  msgid "Google Analytics tracking for searches"
1411
  msgstr ""
1412
 
1413
- #: ../admin/class-is-settings-fields.php:460
1414
  msgid "Search Analytics uses Google Analytics to track searches."
1415
  msgstr ""
1416
 
1417
- #: ../admin/class-is-settings-fields.php:461
1418
  #, php-format
1419
  msgid "You need %s Google Analytics %s to be installed on your site."
1420
  msgstr ""
1421
 
1422
- #: ../admin/class-is-settings-fields.php:462
1423
  msgid ""
1424
  "Data will be visible inside Google Analytics 'Events' and 'Site Search' "
1425
  "report."
1426
  msgstr ""
1427
 
1428
- #: ../admin/class-is-settings-fields.php:463
1429
  msgid "Events will be as below:"
1430
  msgstr ""
1431
 
1432
- #: ../admin/class-is-settings-fields.php:464
1433
  msgid "Category - Results Found / Nothing Found"
1434
  msgstr ""
1435
 
1436
- #: ../admin/class-is-settings-fields.php:465
1437
  msgid "Action - Ivory Search - ID"
1438
  msgstr ""
1439
 
1440
- #: ../admin/class-is-settings-fields.php:466
1441
  msgid "Label - Value of search term"
1442
  msgstr ""
1443
 
1444
- #: ../admin/class-is-settings-fields.php:467
1445
  #, php-format
1446
  msgid ""
1447
  "Need to %s activate Site Search feature %s inside Google Analytics to "
1448
  "display data inside 'Site Search' report."
1449
  msgstr ""
1450
 
1451
- #: ../admin/class-is-settings-fields.php:468
1452
  msgid ""
1453
  "Enable Site search Tracking option in Site Search Settings and set its "
1454
  "parameters as below."
1455
  msgstr ""
1456
 
1457
- #: ../admin/class-is-settings-fields.php:469
1458
  msgid "Query parameter - s"
1459
  msgstr ""
1460
 
1461
- #: ../admin/class-is-settings-fields.php:470
1462
  msgid "Category parameter - id / result"
1463
  msgstr ""
1464
 
1465
- #: ../admin/class-is-settings-fields.php:480
1466
  msgid "Select search form to display in site header( Not Menu )."
1467
  msgstr ""
1468
 
1469
- #: ../admin/class-is-settings-fields.php:505
1470
  msgid ""
1471
  "Please note that the above option displays search form in site header and "
1472
  "not in navigation menu."
1473
  msgstr ""
1474
 
1475
- #: ../admin/class-is-settings-fields.php:513
1476
  msgid "Select search form to display in site footer."
1477
  msgstr ""
1478
 
1479
- #: ../admin/class-is-settings-fields.php:548
1480
  msgid "Display search form in site header on mobile devices"
1481
  msgstr ""
1482
 
1483
- #: ../admin/class-is-settings-fields.php:551
1484
  msgid ""
1485
  "If this site uses cache then please select the below option to display "
1486
  "search form on mobile."
1487
  msgstr ""
1488
 
1489
- #: ../admin/class-is-settings-fields.php:558
1490
  msgid "This site uses cache"
1491
  msgstr ""
1492
 
1493
- #: ../admin/class-is-settings-fields.php:567
1494
  msgid "Add custom CSS code."
1495
  msgstr ""
1496
 
1497
- #: ../admin/class-is-settings-fields.php:580
1498
  msgid "Add Stopwords that will not be searched."
1499
  msgstr ""
1500
 
1501
- #: ../admin/class-is-settings-fields.php:585
1502
  msgid "Please separate multiple words with commas."
1503
  msgstr ""
1504
 
1505
- #: ../admin/class-is-settings-fields.php:594
1506
  msgid "Add synonyms to make the searches find better results."
1507
  msgstr ""
1508
 
1509
- #: ../admin/class-is-settings-fields.php:596
1510
  msgid ""
1511
  "If you add bird = crow to the list of synonyms, searches for bird "
1512
  "automatically become a search for bird crow and will thus match to posts "
1513
  "that include either bird or crow."
1514
  msgstr ""
1515
 
1516
- #: ../admin/class-is-settings-fields.php:601
1517
  msgid "The format here is key = value"
1518
  msgstr ""
1519
 
1520
- #: ../admin/class-is-settings-fields.php:602
1521
  msgid "Please add every synonyms key = value pairs on new line."
1522
  msgstr ""
1523
 
1524
- #: ../admin/class-is-settings-fields.php:604
1525
  msgid ""
1526
  "This only works for search forms configured to search any of the search "
1527
  "terms(OR) and not all search terms(AND) in the search form Options."
1528
  msgstr ""
1529
 
1530
- #: ../admin/class-is-settings-fields.php:613
1531
  msgid ""
1532
  "Enable below options to disable loading of plugin CSS and JavaScript files."
1533
  msgstr ""
1534
 
1535
- #: ../admin/class-is-settings-fields.php:617
1536
  msgid "Do not load plugin CSS files"
1537
  msgstr ""
1538
 
1539
- #: ../admin/class-is-settings-fields.php:618
1540
  msgid "Do not load plugin JavaScript files"
1541
  msgstr ""
1542
 
1543
- #: ../admin/class-is-settings-fields.php:634
1544
  msgid ""
1545
  "If checked, you have to add following plugin file code into your child theme "
1546
  "CSS file."
1547
  msgstr ""
1548
 
1549
- #: ../admin/class-is-settings-fields.php:639
1550
  msgid ""
1551
  "If checked, you have to add following plugin files code into your child "
1552
  "theme JavaScript file."
1553
  msgstr ""
1554
 
1555
- #: ../admin/class-is-settings-fields.php:656
1556
  msgid "Warning: Use with caution."
1557
  msgstr ""
1558
 
1559
- #: ../admin/class-is-settings-fields.php:661
1560
  msgid ""
1561
  "Do not use Default Search Form to control WordPress default search "
1562
  "functionality"
1563
  msgstr ""
1564
 
1565
- #: ../admin/class-is-settings-fields.php:670
1566
  msgid "Disable search functionality on entire website"
1567
  msgstr ""
1568
 
1569
- #: ../admin/class-is-settings-fields.php:680
1570
  msgid ""
1571
  "Display easy edit links of search form on the website frontend to the admin "
1572
  "users"
@@ -1589,6 +1616,10 @@ msgstr ""
1589
  msgid "Index Configurations"
1590
  msgstr ""
1591
 
 
 
 
 
1592
  #: ../admin/class-is-settings-index-fields.php:175
1593
  msgid "Time Elapsed:"
1594
  msgstr ""
@@ -1630,6 +1661,10 @@ msgstr ""
1630
  msgid "Index selected custom fields."
1631
  msgstr ""
1632
 
 
 
 
 
1633
  #: ../admin/class-is-settings-index-fields.php:520
1634
  msgid "Index selected content."
1635
  msgstr ""
@@ -1707,44 +1742,45 @@ msgid ""
1707
  " 'Cancel' to stop, 'OK' to reset."
1708
  msgstr ""
1709
 
1710
- #: ../includes/class-is-admin-public.php:130
 
1711
  msgid "Loader Image"
1712
  msgstr ""
1713
 
1714
- #: ../includes/class-is-admin-public.php:133
1715
  msgid "AJAX loader image."
1716
  msgstr ""
1717
 
1718
- #: ../includes/class-is-admin-public.php:150
1719
  msgid "Search Form Style"
1720
  msgstr ""
1721
 
1722
- #: ../includes/class-is-admin-public.php:151
1723
  msgid "Search form submit button field style."
1724
  msgstr ""
1725
 
1726
- #: ../includes/class-is-admin-public.php:155
1727
  msgid "Style 1"
1728
  msgstr ""
1729
 
1730
- #: ../includes/class-is-admin-public.php:159
1731
  msgid "Style 2"
1732
  msgstr ""
1733
 
1734
- #: ../includes/class-is-admin-public.php:163
1735
  msgid "Style 3"
1736
  msgstr ""
1737
 
1738
- #: ../includes/class-is-admin-public.php:173
1739
  #: ../includes/class-is-search-form.php:528
1740
  msgid "Search here..."
1741
  msgstr ""
1742
 
1743
- #: ../includes/class-is-admin-public.php:177
1744
  msgid "Text Box Placeholder"
1745
  msgstr ""
1746
 
1747
- #: ../includes/class-is-admin-public.php:190
1748
  #: ../includes/class-is-search-form.php:601
1749
  msgid "Search Button"
1750
  msgstr ""
@@ -2039,6 +2075,14 @@ msgstr ""
2039
  msgid "Please select search form in the Ivory Search widget."
2040
  msgstr ""
2041
 
 
 
 
 
 
 
 
 
2042
  #: ../includes/class-is-widget.php:69
2043
  msgid "Click to select Search Form"
2044
  msgstr ""
@@ -2051,43 +2095,47 @@ msgstr ""
2051
  msgid "More results"
2052
  msgstr ""
2053
 
2054
- #: ../public/class-is-ajax.php:299 ../public/partials/is-ajax-results.php:41
2055
  msgid "Category"
2056
  msgstr ""
2057
 
2058
- #: ../public/class-is-ajax.php:301 ../public/partials/is-ajax-results.php:30
2059
  msgid "Tag"
2060
  msgstr ""
2061
 
2062
- #: ../public/class-is-ajax.php:502
 
 
 
 
2063
  msgid "Tagged with:"
2064
  msgstr ""
2065
 
2066
- #: ../public/class-is-ajax.php:530
2067
  msgid "Categories:"
2068
  msgstr ""
2069
 
2070
- #: ../public/class-is-ajax.php:603
2071
  msgid "In stock"
2072
  msgstr ""
2073
 
2074
- #: ../public/class-is-ajax.php:603
2075
  msgid "Out of stock"
2076
  msgstr ""
2077
 
2078
- #: ../public/class-is-ajax.php:626
2079
  msgid "SKU:"
2080
  msgstr ""
2081
 
2082
- #: ../public/class-is-ajax.php:678
2083
  msgid "Sale!"
2084
  msgstr ""
2085
 
2086
- #: ../public/class-is-public.php:202
2087
  msgid "Search Title Link"
2088
  msgstr ""
2089
 
2090
- #: ../public/class-is-public.php:204
2091
  msgid "Search Icon Link"
2092
  msgstr ""
2093
 
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Ivory Search\n"
5
+ "POT-Creation-Date: 2022-11-04 14:12+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"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 3.0.1\n"
15
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html_e;esc_html__;"
16
+ "esc_attr__;esc_attr_e;esc_attr_x;esc_html_x;_n;_ex;_nx;_n_noop;_nx_noop\n"
17
+ "X-Poedit-Basepath: .\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
+ #: ../admin/class-is-admin.php:51
22
  msgid "The changes you made will be lost if you navigate away from this page."
23
  msgstr ""
24
 
25
+ #: ../admin/class-is-admin.php:115 ../admin/class-is-settings-fields.php:420
26
  #: ../admin/partials/search-form.php:23 ../includes/class-is-widget.php:83
27
  msgid "Edit Search Form"
28
  msgstr ""
29
 
30
+ #: ../admin/class-is-admin.php:116
31
  msgid "Click on the search form title to edit it."
32
  msgstr ""
33
 
34
+ #: ../admin/class-is-admin.php:140 ../admin/class-is-admin.php:439
35
  #: ../admin/class-is-help.php:64 ../admin/class-is-help.php:102
36
  #: ../includes/class-is-index-options.php:641
37
  msgid "Settings"
38
  msgstr ""
39
 
40
+ #: ../admin/class-is-admin.php:158
41
+ msgid "View Ivory Search documentation"
42
+ msgstr ""
43
+
44
+ #: ../admin/class-is-admin.php:158 ../admin/class-is-help.php:118
45
  msgid "Docs"
46
  msgstr ""
47
 
48
+ #: ../admin/class-is-admin.php:159
49
+ msgid "Visit plugin customer support"
50
+ msgstr ""
51
+
52
+ #: ../admin/class-is-admin.php:159 ../admin/class-is-help.php:119
53
  #: ../admin/partials/search-form.php:220
54
  #: ../admin/partials/settings-form.php:149
55
  msgid "Support"
56
  msgstr ""
57
 
58
+ #: ../admin/class-is-admin.php:180
59
  #, php-format
60
  msgid ""
61
  "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
62
  msgstr ""
63
 
64
+ #: ../admin/class-is-admin.php:181 ../admin/class-is-admin.php:423
65
+ #: ../includes/class-is-admin-public.php:82 ../includes/class-is-widget.php:13
66
  msgid "Ivory Search"
67
  msgstr ""
68
 
69
+ #: ../admin/class-is-admin.php:182
70
+ msgid "Thanks :)"
71
+ msgstr ""
72
+
73
+ #: ../admin/class-is-admin.php:224
74
  msgid "Dismiss"
75
  msgstr ""
76
 
77
+ #: ../admin/class-is-admin.php:226
78
  #, php-format
79
  msgid ""
80
  "Hey %s, it's Vinod Dalvi from %s. You have used this free plugin for some "
81
  "time now, and I hope you like it!"
82
  msgstr ""
83
 
84
+ #: ../admin/class-is-admin.php:229
85
  #, php-format
86
  msgid ""
87
  "I have spent countless hours developing it, and it would mean a lot to me if "
88
  "you %ssupport it with a quick review on WordPress.org.%s"
89
  msgstr ""
90
 
91
+ #: ../admin/class-is-admin.php:234
92
  msgid "Review Ivory Search"
93
  msgstr ""
94
 
95
+ #: ../admin/class-is-admin.php:235
96
  msgid "No, thanks"
97
  msgstr ""
98
 
99
+ #: ../admin/class-is-admin.php:271
100
  msgid "No posts found"
101
  msgstr ""
102
 
103
+ #: ../admin/class-is-admin.php:373
104
  msgid "Search form created."
105
  msgstr ""
106
 
107
+ #: ../admin/class-is-admin.php:375
108
  msgid "Search form saved."
109
  msgstr ""
110
 
111
+ #: ../admin/class-is-admin.php:377
112
  msgid "Search form deleted."
113
  msgstr ""
114
 
115
+ #: ../admin/class-is-admin.php:379
116
  msgid "Search form reset."
117
  msgstr ""
118
 
119
+ #: ../admin/class-is-admin.php:381
120
  msgid "Index settings reset."
121
  msgstr ""
122
 
123
+ #: ../admin/class-is-admin.php:390
124
  msgid "There was an error saving the search form."
125
  msgstr ""
126
 
127
+ #: ../admin/class-is-admin.php:398
128
  msgid "Validation error occurred."
129
  msgstr ""
130
 
131
+ #: ../admin/class-is-admin.php:399 ../admin/class-is-admin.php:407
132
  #: ../admin/class-is-help.php:35 ../admin/class-is-help.php:90
133
  msgid "Includes"
134
  msgstr ""
135
 
136
+ #: ../admin/class-is-admin.php:400 ../admin/class-is-admin.php:409
137
  #: ../admin/class-is-help.php:40 ../admin/class-is-help.php:91
138
  msgid "Excludes"
139
  msgstr ""
140
 
141
+ #: ../admin/class-is-admin.php:413
142
  #, php-format
143
  msgid ""
144
  "Please make sure you have not selected similar %s fields in the search form "
145
  "%s and %s sections."
146
  msgstr ""
147
 
148
+ #: ../admin/class-is-admin.php:425 ../admin/class-is-admin.php:472
149
  #: ../includes/class-is-search-form.php:95
150
  msgid "Search Forms"
151
  msgstr ""
152
 
153
+ #: ../admin/class-is-admin.php:430 ../admin/class-is-admin.php:432
154
+ #: ../admin/class-is-admin.php:479 ../admin/partials/search-form.php:21
155
  #: ../admin/partials/search-form.php:31
156
  msgid "Add New Search Form"
157
  msgstr ""
158
 
159
+ #: ../admin/class-is-admin.php:430 ../admin/class-is-admin.php:432
160
  msgid "Add New"
161
  msgstr ""
162
 
163
+ #: ../admin/class-is-admin.php:436 ../admin/class-is-help.php:59
164
  #: ../admin/class-is-help.php:101
165
  msgid "Menu Search"
166
  msgstr ""
167
 
168
+ #: ../admin/class-is-admin.php:439 ../admin/partials/settings-form.php:20
169
  msgid "Ivory Search Settings"
170
  msgstr ""
171
 
172
+ #: ../admin/class-is-admin.php:486
173
  #, php-format
174
  msgid "Search results for &#8220;%s&#8221;"
175
  msgstr ""
176
 
177
+ #: ../admin/class-is-admin.php:497
178
  msgid "Find Search Forms"
179
  msgstr ""
180
 
181
+ #: ../admin/class-is-admin.php:541
182
  msgid "You are not allowed to edit this item."
183
  msgstr ""
184
 
185
+ #: ../admin/class-is-admin.php:640
186
  msgid "You are not allowed to reset this item."
187
  msgstr ""
188
 
189
+ #: ../admin/class-is-admin.php:676
190
  msgid "You are not allowed to copy this item."
191
  msgstr ""
192
 
193
+ #: ../admin/class-is-admin.php:715
194
  msgid "You are not allowed to delete this item."
195
  msgstr ""
196
 
197
+ #: ../admin/class-is-admin.php:719
198
  msgid "Error in deleting."
199
  msgstr ""
200
 
201
+ #: ../admin/class-is-admin.php:950
202
+ msgid "Save Form"
203
+ msgstr ""
204
+
205
+ #: ../admin/class-is-admin.php:960
206
  msgid "Upgrade to Pro to Access"
207
  msgstr ""
208
 
209
+ #: ../admin/class-is-admin.php:967
210
  msgid "Install Premium Version to Access"
211
  msgstr ""
212
 
213
+ #: ../admin/class-is-admin.php:969
214
  msgid "Upgrade to Pro Plus to Access"
215
  msgstr ""
216
 
219
  msgstr ""
220
 
221
  #: ../admin/class-is-editor.php:116 ../admin/partials/search-form.php:130
222
+ #: ../includes/class-is-admin-public.php:174
223
  #: ../includes/class-is-search-form.php:529
224
+ #: ../includes/class-is-search-form.php:601 ../public/class-is-public.php:212
225
+ #: ../public/class-is-public.php:261
226
  msgid "Search"
227
  msgstr ""
228
 
234
  msgid "Configure Searchable Content"
235
  msgstr ""
236
 
237
+ #: ../admin/class-is-editor.php:145 ../admin/class-is-settings-fields.php:200
238
  msgid "Post Types"
239
  msgstr ""
240
 
241
  #: ../admin/class-is-editor.php:146 ../admin/class-is-editor.php:424
242
  #: ../admin/class-is-editor.php:825 ../admin/class-is-editor.php:1192
243
  #: ../admin/class-is-editor.php:1396 ../admin/class-is-editor.php:1526
244
+ #: ../admin/class-is-editor.php:1671 ../admin/class-is-settings-fields.php:112
245
  msgid "Expand All"
246
  msgstr ""
247
 
248
  #: ../admin/class-is-editor.php:146 ../admin/class-is-editor.php:424
249
  #: ../admin/class-is-editor.php:826 ../admin/class-is-editor.php:1192
250
  #: ../admin/class-is-editor.php:1396 ../admin/class-is-editor.php:1526
251
+ #: ../admin/class-is-editor.php:1671 ../admin/class-is-settings-fields.php:112
252
  msgid "Collapse All"
253
  msgstr ""
254
 
390
  msgstr ""
391
 
392
  #: ../admin/class-is-editor.php:423 ../admin/class-is-editor.php:1395
393
+ #: ../admin/class-is-settings-fields.php:203
394
  msgid "Extras"
395
  msgstr ""
396
 
439
  msgstr ""
440
 
441
  #: ../admin/class-is-editor.php:483 ../admin/class-is-editor.php:1400
442
+ #: ../admin/class-is-settings-fields.php:202
443
  msgid "Custom Fields"
444
  msgstr ""
445
 
700
  msgid "Stock Status"
701
  msgstr ""
702
 
703
+ #: ../admin/class-is-editor.php:1075 ../public/class-is-ajax.php:406
704
  msgid "Featured Icon"
705
  msgstr ""
706
 
1014
  msgid "The Index should be created to use this option in the Index "
1015
  msgstr ""
1016
 
1017
+ #: ../admin/class-is-editor.php:1767
1018
+ #, php-format
1019
+ msgid "The %s post type is not selected in Index"
1020
+ msgstr ""
1021
+
1022
+ #: ../admin/class-is-editor.php:1783
1023
+ #, php-format
1024
+ msgid "The %s meta field is not selected in Index"
1025
+ msgstr ""
1026
+
1027
  #: ../admin/class-is-editor.php:1794
1028
  msgid "The post title is not selected in Index"
1029
  msgstr ""
1106
  msgstr ""
1107
 
1108
  #: ../admin/class-is-help.php:84 ../admin/class-is-list-table.php:158
1109
+ #: ../admin/class-is-settings-fields.php:503
1110
+ #: ../admin/class-is-settings-fields.php:533
1111
  #: ../includes/class-is-search-form.php:623
1112
  msgid "Edit"
1113
  msgstr ""
1267
  msgid "d/m/Y"
1268
  msgstr ""
1269
 
1270
+ #: ../admin/class-is-settings-fields.php:170
1271
  msgid "Custom CSS"
1272
  msgstr ""
1273
 
1274
+ #: ../admin/class-is-settings-fields.php:171
1275
  msgid "Stopwords"
1276
  msgstr ""
1277
 
1278
+ #: ../admin/class-is-settings-fields.php:172
1279
  msgid "Synonyms"
1280
  msgstr ""
1281
 
1282
+ #: ../admin/class-is-settings-fields.php:173
1283
  msgid "Header Search"
1284
  msgstr ""
1285
 
1286
+ #: ../admin/class-is-settings-fields.php:174
1287
  msgid "Footer Search"
1288
  msgstr ""
1289
 
1290
+ #: ../admin/class-is-settings-fields.php:175
1291
  msgid "Mobile Search"
1292
  msgstr ""
1293
 
1294
+ #: ../admin/class-is-settings-fields.php:176
1295
  msgid "Plugin Files"
1296
  msgstr ""
1297
 
1298
+ #: ../admin/class-is-settings-fields.php:177
1299
+ #: ../admin/class-is-settings-fields.php:204
1300
  msgid "Advanced"
1301
  msgstr ""
1302
 
1303
+ #: ../admin/class-is-settings-fields.php:185
1304
  msgid "Menu Search Settings"
1305
  msgstr ""
1306
 
1307
+ #: ../admin/class-is-settings-fields.php:192
1308
+ #: ../admin/class-is-settings-fields.php:245
1309
  msgid "Search Analytics"
1310
  msgstr ""
1311
 
1312
+ #: ../admin/class-is-settings-fields.php:201
1313
  msgid "Taxonomies"
1314
  msgstr ""
1315
 
1316
+ #: ../admin/class-is-settings-fields.php:213
1317
  msgid "Invalid Custom CSS Code"
1318
  msgstr ""
1319
 
1320
+ #: ../admin/class-is-settings-fields.php:218
1321
  msgid "Invalid Stopwords"
1322
  msgstr ""
1323
 
1324
+ #: ../admin/class-is-settings-fields.php:223
1325
  msgid "Invalid Synonyms"
1326
  msgstr ""
1327
 
1328
+ #: ../admin/class-is-settings-fields.php:235
1329
  msgid "Configure Menu Search"
1330
  msgstr ""
1331
 
1332
+ #: ../admin/class-is-settings-fields.php:255
1333
  msgid "Advanced Website Search Settings"
1334
  msgstr ""
1335
 
1336
+ #: ../admin/class-is-settings-fields.php:267
1337
  msgid "Display search form on selected menu locations."
1338
  msgstr ""
1339
 
1340
+ #: ../admin/class-is-settings-fields.php:283
1341
  #, php-format
1342
  msgid "No menu assigned to navigation menu location in the %sMenus screen%s."
1343
  msgstr ""
1344
 
1345
+ #: ../admin/class-is-settings-fields.php:286
1346
  msgid "Navigation menu location is not registered on the site."
1347
  msgstr ""
1348
 
1349
+ #: ../admin/class-is-settings-fields.php:295
1350
  msgid "Display search form on selected menus."
1351
  msgstr ""
1352
 
1353
+ #: ../admin/class-is-settings-fields.php:310
1354
  #, php-format
1355
  msgid "No menu created in the %sMenus screen%s."
1356
  msgstr ""
1357
 
1358
+ #: ../admin/class-is-settings-fields.php:331
1359
  msgid "Display search form at the start of the navigation menu"
1360
  msgstr ""
1361
 
1362
+ #: ../admin/class-is-settings-fields.php:337
1363
  msgid "Select menu search form style."
1364
  msgstr ""
1365
 
1366
+ #: ../admin/class-is-settings-fields.php:341
1367
  msgid "Default"
1368
  msgstr ""
1369
 
1370
+ #: ../admin/class-is-settings-fields.php:342
1371
  msgid "Dropdown"
1372
  msgstr ""
1373
 
1374
+ #: ../admin/class-is-settings-fields.php:343
1375
  msgid "Sliding"
1376
  msgstr ""
1377
 
1378
+ #: ../admin/class-is-settings-fields.php:344
1379
  msgid "Full Width"
1380
  msgstr ""
1381
 
1382
+ #: ../admin/class-is-settings-fields.php:345
1383
  msgid "Popup"
1384
  msgstr ""
1385
 
1386
+ #: ../admin/class-is-settings-fields.php:372
1387
  msgid "Select menu magnifier icon color."
1388
  msgstr ""
1389
 
1390
+ #: ../admin/class-is-settings-fields.php:385
1391
  msgid "Display search form close icon"
1392
  msgstr ""
1393
 
1394
+ #: ../admin/class-is-settings-fields.php:392
1395
  msgid "Add menu title to display in place of search icon."
1396
  msgstr ""
1397
 
1398
+ #: ../admin/class-is-settings-fields.php:402
1399
  msgid "Select search form that will control menu search functionality."
1400
  msgstr ""
1401
 
1402
+ #: ../admin/class-is-settings-fields.php:413
1403
+ #: ../admin/class-is-settings-fields.php:495
1404
+ #: ../admin/class-is-settings-fields.php:527
1405
  msgid "None"
1406
  msgstr ""
1407
 
1408
+ #: ../admin/class-is-settings-fields.php:422
1409
+ #: ../admin/class-is-settings-fields.php:505
1410
+ #: ../admin/class-is-settings-fields.php:535
1411
  msgid "Create New"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/class-is-settings-fields.php:430
1415
  msgid "Add class to search form menu item."
1416
  msgstr ""
1417
 
1418
+ #: ../admin/class-is-settings-fields.php:436
1419
  msgid "Add multiple classes seperated by space."
1420
  msgstr ""
1421
 
1422
+ #: ../admin/class-is-settings-fields.php:442
1423
  msgid ""
1424
  "Add Google Custom Search( CSE ) search form code that will replace default "
1425
  "search form."
1426
  msgstr ""
1427
 
1428
+ #: ../admin/class-is-settings-fields.php:460
1429
  msgid "Enabled"
1430
  msgstr ""
1431
 
1432
+ #: ../admin/class-is-settings-fields.php:461
1433
  msgid "Disabled"
1434
  msgstr ""
1435
 
1436
+ #: ../admin/class-is-settings-fields.php:462
1437
  msgid "Google Analytics tracking for searches"
1438
  msgstr ""
1439
 
1440
+ #: ../admin/class-is-settings-fields.php:463
1441
  msgid "Search Analytics uses Google Analytics to track searches."
1442
  msgstr ""
1443
 
1444
+ #: ../admin/class-is-settings-fields.php:464
1445
  #, php-format
1446
  msgid "You need %s Google Analytics %s to be installed on your site."
1447
  msgstr ""
1448
 
1449
+ #: ../admin/class-is-settings-fields.php:465
1450
  msgid ""
1451
  "Data will be visible inside Google Analytics 'Events' and 'Site Search' "
1452
  "report."
1453
  msgstr ""
1454
 
1455
+ #: ../admin/class-is-settings-fields.php:466
1456
  msgid "Events will be as below:"
1457
  msgstr ""
1458
 
1459
+ #: ../admin/class-is-settings-fields.php:467
1460
  msgid "Category - Results Found / Nothing Found"
1461
  msgstr ""
1462
 
1463
+ #: ../admin/class-is-settings-fields.php:468
1464
  msgid "Action - Ivory Search - ID"
1465
  msgstr ""
1466
 
1467
+ #: ../admin/class-is-settings-fields.php:469
1468
  msgid "Label - Value of search term"
1469
  msgstr ""
1470
 
1471
+ #: ../admin/class-is-settings-fields.php:470
1472
  #, php-format
1473
  msgid ""
1474
  "Need to %s activate Site Search feature %s inside Google Analytics to "
1475
  "display data inside 'Site Search' report."
1476
  msgstr ""
1477
 
1478
+ #: ../admin/class-is-settings-fields.php:471
1479
  msgid ""
1480
  "Enable Site search Tracking option in Site Search Settings and set its "
1481
  "parameters as below."
1482
  msgstr ""
1483
 
1484
+ #: ../admin/class-is-settings-fields.php:472
1485
  msgid "Query parameter - s"
1486
  msgstr ""
1487
 
1488
+ #: ../admin/class-is-settings-fields.php:473
1489
  msgid "Category parameter - id / result"
1490
  msgstr ""
1491
 
1492
+ #: ../admin/class-is-settings-fields.php:483
1493
  msgid "Select search form to display in site header( Not Menu )."
1494
  msgstr ""
1495
 
1496
+ #: ../admin/class-is-settings-fields.php:508
1497
  msgid ""
1498
  "Please note that the above option displays search form in site header and "
1499
  "not in navigation menu."
1500
  msgstr ""
1501
 
1502
+ #: ../admin/class-is-settings-fields.php:516
1503
  msgid "Select search form to display in site footer."
1504
  msgstr ""
1505
 
1506
+ #: ../admin/class-is-settings-fields.php:551
1507
  msgid "Display search form in site header on mobile devices"
1508
  msgstr ""
1509
 
1510
+ #: ../admin/class-is-settings-fields.php:554
1511
  msgid ""
1512
  "If this site uses cache then please select the below option to display "
1513
  "search form on mobile."
1514
  msgstr ""
1515
 
1516
+ #: ../admin/class-is-settings-fields.php:561
1517
  msgid "This site uses cache"
1518
  msgstr ""
1519
 
1520
+ #: ../admin/class-is-settings-fields.php:570
1521
  msgid "Add custom CSS code."
1522
  msgstr ""
1523
 
1524
+ #: ../admin/class-is-settings-fields.php:583
1525
  msgid "Add Stopwords that will not be searched."
1526
  msgstr ""
1527
 
1528
+ #: ../admin/class-is-settings-fields.php:588
1529
  msgid "Please separate multiple words with commas."
1530
  msgstr ""
1531
 
1532
+ #: ../admin/class-is-settings-fields.php:597
1533
  msgid "Add synonyms to make the searches find better results."
1534
  msgstr ""
1535
 
1536
+ #: ../admin/class-is-settings-fields.php:599
1537
  msgid ""
1538
  "If you add bird = crow to the list of synonyms, searches for bird "
1539
  "automatically become a search for bird crow and will thus match to posts "
1540
  "that include either bird or crow."
1541
  msgstr ""
1542
 
1543
+ #: ../admin/class-is-settings-fields.php:604
1544
  msgid "The format here is key = value"
1545
  msgstr ""
1546
 
1547
+ #: ../admin/class-is-settings-fields.php:605
1548
  msgid "Please add every synonyms key = value pairs on new line."
1549
  msgstr ""
1550
 
1551
+ #: ../admin/class-is-settings-fields.php:607
1552
  msgid ""
1553
  "This only works for search forms configured to search any of the search "
1554
  "terms(OR) and not all search terms(AND) in the search form Options."
1555
  msgstr ""
1556
 
1557
+ #: ../admin/class-is-settings-fields.php:616
1558
  msgid ""
1559
  "Enable below options to disable loading of plugin CSS and JavaScript files."
1560
  msgstr ""
1561
 
1562
+ #: ../admin/class-is-settings-fields.php:620
1563
  msgid "Do not load plugin CSS files"
1564
  msgstr ""
1565
 
1566
+ #: ../admin/class-is-settings-fields.php:621
1567
  msgid "Do not load plugin JavaScript files"
1568
  msgstr ""
1569
 
1570
+ #: ../admin/class-is-settings-fields.php:637
1571
  msgid ""
1572
  "If checked, you have to add following plugin file code into your child theme "
1573
  "CSS file."
1574
  msgstr ""
1575
 
1576
+ #: ../admin/class-is-settings-fields.php:642
1577
  msgid ""
1578
  "If checked, you have to add following plugin files code into your child "
1579
  "theme JavaScript file."
1580
  msgstr ""
1581
 
1582
+ #: ../admin/class-is-settings-fields.php:659
1583
  msgid "Warning: Use with caution."
1584
  msgstr ""
1585
 
1586
+ #: ../admin/class-is-settings-fields.php:664
1587
  msgid ""
1588
  "Do not use Default Search Form to control WordPress default search "
1589
  "functionality"
1590
  msgstr ""
1591
 
1592
+ #: ../admin/class-is-settings-fields.php:673
1593
  msgid "Disable search functionality on entire website"
1594
  msgstr ""
1595
 
1596
+ #: ../admin/class-is-settings-fields.php:683
1597
  msgid ""
1598
  "Display easy edit links of search form on the website frontend to the admin "
1599
  "users"
1616
  msgid "Index Configurations"
1617
  msgstr ""
1618
 
1619
+ #: ../admin/class-is-settings-index-fields.php:165
1620
+ msgid "Delete Index"
1621
+ msgstr ""
1622
+
1623
  #: ../admin/class-is-settings-index-fields.php:175
1624
  msgid "Time Elapsed:"
1625
  msgstr ""
1661
  msgid "Index selected custom fields."
1662
  msgstr ""
1663
 
1664
+ #: ../admin/class-is-settings-index-fields.php:503
1665
+ msgid "-custom_field"
1666
+ msgstr ""
1667
+
1668
  #: ../admin/class-is-settings-index-fields.php:520
1669
  msgid "Index selected content."
1670
  msgstr ""
1742
  " 'Cancel' to stop, 'OK' to reset."
1743
  msgstr ""
1744
 
1745
+ #: ../includes/class-is-admin-public.php:118
1746
+ #: ../public/partials/is-ajax-results.php:152
1747
  msgid "Loader Image"
1748
  msgstr ""
1749
 
1750
+ #: ../includes/class-is-admin-public.php:121
1751
  msgid "AJAX loader image."
1752
  msgstr ""
1753
 
1754
+ #: ../includes/class-is-admin-public.php:138
1755
  msgid "Search Form Style"
1756
  msgstr ""
1757
 
1758
+ #: ../includes/class-is-admin-public.php:139
1759
  msgid "Search form submit button field style."
1760
  msgstr ""
1761
 
1762
+ #: ../includes/class-is-admin-public.php:143
1763
  msgid "Style 1"
1764
  msgstr ""
1765
 
1766
+ #: ../includes/class-is-admin-public.php:147
1767
  msgid "Style 2"
1768
  msgstr ""
1769
 
1770
+ #: ../includes/class-is-admin-public.php:151
1771
  msgid "Style 3"
1772
  msgstr ""
1773
 
1774
+ #: ../includes/class-is-admin-public.php:161
1775
  #: ../includes/class-is-search-form.php:528
1776
  msgid "Search here..."
1777
  msgstr ""
1778
 
1779
+ #: ../includes/class-is-admin-public.php:165
1780
  msgid "Text Box Placeholder"
1781
  msgstr ""
1782
 
1783
+ #: ../includes/class-is-admin-public.php:178
1784
  #: ../includes/class-is-search-form.php:601
1785
  msgid "Search Button"
1786
  msgstr ""
2075
  msgid "Please select search form in the Ivory Search widget."
2076
  msgstr ""
2077
 
2078
+ #: ../includes/class-is-widget.php:56
2079
+ msgid "Title:"
2080
+ msgstr ""
2081
+
2082
+ #: ../includes/class-is-widget.php:67
2083
+ msgid "Search Form:"
2084
+ msgstr ""
2085
+
2086
  #: ../includes/class-is-widget.php:69
2087
  msgid "Click to select Search Form"
2088
  msgstr ""
2095
  msgid "More results"
2096
  msgstr ""
2097
 
2098
+ #: ../public/class-is-ajax.php:296 ../public/partials/is-ajax-results.php:41
2099
  msgid "Category"
2100
  msgstr ""
2101
 
2102
+ #: ../public/class-is-ajax.php:298 ../public/partials/is-ajax-results.php:30
2103
  msgid "Tag"
2104
  msgstr ""
2105
 
2106
+ #: ../public/class-is-ajax.php:429
2107
+ msgid "By"
2108
+ msgstr ""
2109
+
2110
+ #: ../public/class-is-ajax.php:483
2111
  msgid "Tagged with:"
2112
  msgstr ""
2113
 
2114
+ #: ../public/class-is-ajax.php:509
2115
  msgid "Categories:"
2116
  msgstr ""
2117
 
2118
+ #: ../public/class-is-ajax.php:578
2119
  msgid "In stock"
2120
  msgstr ""
2121
 
2122
+ #: ../public/class-is-ajax.php:578
2123
  msgid "Out of stock"
2124
  msgstr ""
2125
 
2126
+ #: ../public/class-is-ajax.php:599
2127
  msgid "SKU:"
2128
  msgstr ""
2129
 
2130
+ #: ../public/class-is-ajax.php:644
2131
  msgid "Sale!"
2132
  msgstr ""
2133
 
2134
+ #: ../public/class-is-public.php:206
2135
  msgid "Search Title Link"
2136
  msgstr ""
2137
 
2138
+ #: ../public/class-is-public.php:208
2139
  msgid "Search Icon Link"
2140
  msgstr ""
2141
 
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: 6.1
7
  Requires PHP: 5.2.4
8
- Stable tag: 5.4.9
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -197,6 +197,9 @@ Yes we do. We try our best to help free users with customisation requests and we
197
 
198
  == Changelog ==
199
 
 
 
 
200
  = 5.4.9 =
201
  * Fixed - Tags and Categories search was not working in inverted index search engine.
202
 
5
  Requires at least: 3.9
6
  Tested up to: 6.1
7
  Requires PHP: 5.2.4
8
+ Stable tag: 5.4.10
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
197
 
198
  == Changelog ==
199
 
200
+ = 5.4.10 =
201
+ * Fixed - Warning: array_merge(): Expected parameter 1 to be an array, string given in
202
+
203
  = 5.4.9 =
204
  * Fixed - Tags and Categories search was not working in inverted index search engine.
205