Responsive Add Ons - Version 2.6.0

Version Description

  • 17th December 2021 =
  • Feature - Redesigned the Getting Started page to showcase all the useful links
  • Feature - Added a Quick Links button on the Getting Started page and Website Templates page
  • Feature - Added Guided Steps on the Website Templates page
  • Fix - Customizer's Additional CSS getting escaped
Download this release

Release Info

Developer nayan1304
Plugin Icon 128x128 Responsive Add Ons
Version 2.6.0
Comparing to
See all releases

Code changes from version 2.5.0 to 2.6.0

admin/css/responsive-ready-sites-admin.css CHANGED
@@ -605,11 +605,9 @@ responsive-ready-site-import-free.button.installing:before {
605
  width: 40px;
606
  height: 40px;
607
  background: inherit;
608
- padding-top: 5px;
609
- }
610
- .responsive-add-ons-getting-started__content {
611
- padding: 50px;
612
  }
 
613
  .responsive-add-ons-getting-started__content h2 {
614
  font-size: 2em;
615
  margin-top: 0;
@@ -617,6 +615,7 @@ responsive-ready-site-import-free.button.installing:before {
617
  .responsive-add-ons-getting-started__content--narrow {
618
  max-width: 500px;
619
  margin: auto;
 
620
  }
621
  .responsive-add-ons-getting-started__video {
622
  margin: 40px 0 60px;
@@ -1011,7 +1010,7 @@ responsive-ready-site-import-free.button.installing:before {
1011
  }
1012
  }
1013
  .theme-browser .theme .theme-screenshot:after {
1014
- //padding-top: 118%;
1015
  }
1016
  .theme-browser .theme {
1017
  border: none;
@@ -1161,3 +1160,328 @@ responsive-ready-site-import-free.button.installing:before {
1161
  .responsive_page_responsive-add-ons #wpbody-content {
1162
  padding-top: 80px;
1163
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
605
  width: 40px;
606
  height: 40px;
607
  background: inherit;
608
+ padding-top: 10px;
 
 
 
609
  }
610
+
611
  .responsive-add-ons-getting-started__content h2 {
612
  font-size: 2em;
613
  margin-top: 0;
615
  .responsive-add-ons-getting-started__content--narrow {
616
  max-width: 500px;
617
  margin: auto;
618
+ padding-top: 2rem;
619
  }
620
  .responsive-add-ons-getting-started__video {
621
  margin: 40px 0 60px;
1010
  }
1011
  }
1012
  .theme-browser .theme .theme-screenshot:after {
1013
+ padding-top: 65%;
1014
  }
1015
  .theme-browser .theme {
1016
  border: none;
1160
  .responsive_page_responsive-add-ons #wpbody-content {
1161
  padding-top: 80px;
1162
  }
1163
+
1164
+ div.responsive-add-ons-getting-started__content div:nth-child(4) {
1165
+ background-color: #ebffe6;
1166
+ }
1167
+
1168
+ .slogan-text {
1169
+ font-size: 1.1rem;
1170
+ }
1171
+
1172
+ .responsive-add-ons-getting-started__video iframe {
1173
+ height: 500px;
1174
+ width: 100%;
1175
+ }
1176
+
1177
+ .go-pro-container {
1178
+ padding: 4rem 0;
1179
+ }
1180
+ .responsive-add-ons-getting-started__text {
1181
+ font-size: 1.3rem;
1182
+ margin: 0 auto;
1183
+ width: 60%;
1184
+ }
1185
+ .responsive-add-ons-getting-started--button-go-pro {
1186
+ background-color: #2862b1;
1187
+ }
1188
+ .responsive-add-ons-getting-started--button-go-pro:hover {
1189
+ background-color: #1d4b8b;
1190
+ transform: scale(1.1);
1191
+ }
1192
+
1193
+ .getting-started-button {
1194
+ border: transparent;
1195
+ border-radius: 4px;
1196
+ color: #fff;
1197
+ cursor: pointer;
1198
+ display: inline-block;
1199
+ font-weight: 600;
1200
+ text-decoration: none;
1201
+ font-size: inherit;
1202
+ line-height: inherit;
1203
+ padding: 20px 45px;
1204
+ margin-top: 25px;
1205
+ text-transform: uppercase;
1206
+ transition: all 250ms ease-in-out;
1207
+ }
1208
+
1209
+ .responsive-add-ons-getting-started__links {
1210
+ display: flex;
1211
+ justify-content: space-evenly;
1212
+ padding: 0 3rem 60px;
1213
+ }
1214
+ .responsive-add-ons-getting-started__card {
1215
+ display: grid;
1216
+ grid-template-rows: 5rem 3rem 7rem;
1217
+ width: 180px;
1218
+ padding: 20px;
1219
+ background-color: #fff;
1220
+ border-radius: 9px;
1221
+ box-shadow: 0 3px 12px rgb(0 0 0 / 15%);
1222
+ }
1223
+ .card-text {
1224
+ font-size: 0.9rem;
1225
+ margin: 0;
1226
+ }
1227
+ .getting-started-svgs {
1228
+ height: 6rem;
1229
+ width: 6rem;
1230
+ background-repeat: no-repeat;
1231
+ background-size: cover;
1232
+ margin: auto;
1233
+ }
1234
+ .help-center {
1235
+ background-image: url(../images/svgs/help.svg);
1236
+ }
1237
+ .video-guides {
1238
+ background-image: url(../images/svgs/video-guides.svg);
1239
+ }
1240
+ .community-support {
1241
+ background-image: url(../images/svgs/community-support.svg);
1242
+ }
1243
+
1244
+ .responsive-add-ons-getting-started__footer {
1245
+ padding: 4rem 0;
1246
+ }
1247
+ .getting-started-footer-text {
1248
+ margin: 0;
1249
+ font-size: 1.1rem;
1250
+ }
1251
+ .footer-community-button {
1252
+ background-color: #2862b1;
1253
+ }
1254
+ .footer-community-button:hover {
1255
+ background-color: #1d4b8b;
1256
+ transform: scale(1.1);
1257
+ }
1258
+
1259
+ .guided-overlay {
1260
+ position: absolute;
1261
+ display: none;
1262
+ background-color: black;
1263
+ max-width: 182px;
1264
+ color: white;
1265
+ padding: 1rem;
1266
+ border-radius: 0.5rem;
1267
+ opacity: 0;
1268
+ visibility: hidden;
1269
+ transform: translateY(40px);
1270
+ transition: all 500ms ease-in-out;
1271
+ }
1272
+ .guided-overlay:before {
1273
+ content: ' ';
1274
+ height: 0;
1275
+ position: absolute;
1276
+ width: 0;
1277
+ right: 6rem;
1278
+ top: -20px;
1279
+ border: 10px solid transparent;
1280
+ border-bottom-color: black;
1281
+ }
1282
+ .guided-overlay > p {
1283
+ margin-top: 0;
1284
+ }
1285
+ .guided-overlay-buttons {
1286
+ display: flex;
1287
+ grid-gap: 10px;
1288
+ flex-wrap: wrap;
1289
+ }
1290
+ .guided-overlay-buttons > button {
1291
+ border: transparent;
1292
+ padding: 6px 10px;
1293
+ border-radius: 4px;
1294
+ cursor: pointer;
1295
+ font-weight: 600;
1296
+ transition: all 200ms ease-in-out;
1297
+ }
1298
+ .guided-overlay-buttons > button:hover {
1299
+ background-color: lightgray;
1300
+ }
1301
+ .make-visible {
1302
+ display: block;
1303
+ opacity: 1;
1304
+ transform: translateY(0);
1305
+ visibility: visible;
1306
+ }
1307
+
1308
+ .step-one {
1309
+ position: absolute;
1310
+ top: 4.5rem;
1311
+ }
1312
+ .step-two {
1313
+ top: 60px;
1314
+ left: -50px;
1315
+ max-width: 212px;
1316
+ }
1317
+ .step-two:before {
1318
+ right: 7rem;
1319
+ }
1320
+ .step-three {
1321
+ position: absolute;
1322
+ z-index: 1;
1323
+ left: 40px;
1324
+ }
1325
+
1326
+ .finish-tour {
1327
+ background-color: rgb(0, 172, 0);
1328
+ color: white;
1329
+ }
1330
+ .finish-tour:hover {
1331
+ background-color: rgba(0, 172, 0, 0.8) !important;
1332
+ }
1333
+ .skip-tour {
1334
+ background-color: rgb(255, 121, 63);
1335
+ color: white;
1336
+ }
1337
+ .skip-tour:hover {
1338
+ background-color: rgba(255, 121, 63, 0.8) !important;
1339
+ }
1340
+
1341
+ /** Quick Links **/
1342
+ .responsive-ready-sites-quick-links-wrapper {
1343
+ position: fixed;
1344
+ bottom: 40px;
1345
+ right: 3%;
1346
+ z-index: 999;
1347
+ }
1348
+
1349
+ .responsive-ready-sites-quick-links {
1350
+ position: absolute;
1351
+ display: -webkit-box;
1352
+ display: -ms-flexbox;
1353
+ display: flex;
1354
+ -webkit-box-orient: vertical;
1355
+ -webkit-box-direction: normal;
1356
+ -ms-flex-flow: column nowrap;
1357
+ flex-flow: column nowrap;
1358
+ bottom: 80px;
1359
+ margin-bottom: 15px;
1360
+ right: -999px;
1361
+ -webkit-transition: all 0.3s ease;
1362
+ -o-transition: all 0.3s ease;
1363
+ transition: all 0.3s ease;
1364
+ }
1365
+
1366
+ .responsive-ready-sites-quick-links.show {
1367
+ right: 28px;
1368
+ }
1369
+
1370
+ .responsive-ready-sites-quick-links .link-anchor {
1371
+ -webkit-box-sizing: border-box;
1372
+ box-sizing: border-box;
1373
+ display: block;
1374
+ width: 45px;
1375
+ height: 45px;
1376
+ padding: 9px;
1377
+ border-radius: 50%;
1378
+ position: relative;
1379
+ margin-bottom: 15px;
1380
+ background-color: #464564;
1381
+ -webkit-box-shadow: 0 0 10px 0px #ababab;
1382
+ box-shadow: 0 0 10px 0px #ababab;
1383
+ }
1384
+
1385
+ .responsive-ready-sites-quick-links .quick-link-icon {
1386
+ display: -webkit-box;
1387
+ display: -ms-flexbox;
1388
+ display: flex;
1389
+ -webkit-box-pack: center;
1390
+ -ms-flex-pack: center;
1391
+ justify-content: center;
1392
+ -webkit-box-align: center;
1393
+ -ms-flex-align: center;
1394
+ align-items: center;
1395
+ line-height: 1;
1396
+ padding-top: 3px;
1397
+ }
1398
+
1399
+ .responsive-ready-sites-quick-links .link-anchor:hover {
1400
+ background-color: #50abee;
1401
+ -webkit-box-shadow: 0 0 15px 2px #ababab;
1402
+ box-shadow: 0 0 15px 2px #ababab;
1403
+ }
1404
+
1405
+ .responsive-ready-sites-quick-links .quick-link-icon img {
1406
+ display: block;
1407
+ width: 85%;
1408
+ max-width: 100%;
1409
+ height: auto;
1410
+ }
1411
+
1412
+ .responsive-ready-sites-quick-links ul {
1413
+ padding-left: 0;
1414
+ list-style-type: none;
1415
+ }
1416
+
1417
+ .responsive-ready-sites-quick-links-toggler-button {
1418
+ padding: 6px 6px 6px 8px;
1419
+ border: 2px solid rgba(147,120,207,.21);
1420
+ display: block;
1421
+ position: fixed;
1422
+ bottom: 50px;
1423
+ right: 50px;
1424
+ -webkit-box-shadow: 0 0 10px 0 #ababab;
1425
+ box-shadow: 0 0 10px 0 #ababab;
1426
+ width: 80px;
1427
+ height: 80px;
1428
+ border-radius: 50%;
1429
+ background: #fff;
1430
+ z-index: 1000;
1431
+ outline: none;
1432
+ cursor: pointer
1433
+ }
1434
+
1435
+ .responsive-ready-sites-quick-links-toggler-button:hover {
1436
+ -webkit-box-shadow: 0 0 15px 2px #ababab;
1437
+ box-shadow: 0 0 15px 2px #ababab;
1438
+ }
1439
+
1440
+ .responsive-ready-sites-quick-links-toggler-button .responsive-addons-cyberchimps-mascot {
1441
+ -webkit-transition: -webkit-transform 0.3s ease;
1442
+ transition: -webkit-transform 0.3s ease;
1443
+ -o-transition: transform 0.3s ease;
1444
+ transition: transform 0.3s ease;
1445
+ transition: transform 0.3s ease, -webkit-transform 0.3s ease;
1446
+ -webkit-transform: rotate(-15deg);
1447
+ -ms-transform: rotate(-15deg);
1448
+ transform: rotate(-15deg);
1449
+ width: 100%;
1450
+ height: 62px;
1451
+ background-size: contain;
1452
+ background-image: url('../images/cyberchimps-mascot.png');
1453
+ }
1454
+
1455
+ .responsive-ready-sites-quick-links-toggler-button .quick-links-text,
1456
+ .responsive-ready-sites-quick-links .quick-links-text {
1457
+ display: block;
1458
+ font-size: 14px;
1459
+ line-height: 1;
1460
+ color: #fff;
1461
+ background-color: #464564;
1462
+ border-radius: 5px;
1463
+ position: absolute;
1464
+ right: calc(100% + 10px);
1465
+ top: calc(50% - 12px);
1466
+ padding: 6px 8px;
1467
+ white-space: nowrap;
1468
+ font-family: Roboto, sans-serif;
1469
+ }
1470
+
1471
+ .responsive-ready-sites-quick-links-toggler-button .responsive-addons-quick-link-label {
1472
+ opacity: 1;
1473
+ -webkit-transition: all 0.2s ease;
1474
+ -o-transition: all 0.2s ease;
1475
+ transition: all 0.2s ease;
1476
+ }
1477
+
1478
+ .responsive-ready-sites-quick-links.show + .responsive-ready-sites-quick-links-toggler-button .responsive-addons-cyberchimps-mascot {
1479
+ -webkit-transform: rotate(15deg);
1480
+ -ms-transform: rotate(15deg);
1481
+ transform: rotate(15deg);
1482
+ }
1483
+
1484
+ .responsive-ready-sites-quick-links.show + .responsive-ready-sites-quick-links-toggler-button .responsive-addons-quick-link-label {
1485
+ opacity: 0;
1486
+ pointer-events: none;
1487
+ }
admin/images/community.png ADDED
Binary file
admin/images/cyberchimps-mascot.png ADDED
Binary file
admin/images/help-doc.png ADDED
Binary file
admin/images/support.png ADDED
Binary file
admin/images/svgs/community-support.svg ADDED
@@ -0,0 +1 @@
 
1
+ <?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="375" zoomAndPan="magnify" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="clip-0"><path d="M 136 197 L 236 197 L 236 279.9375 L 136 279.9375 Z M 136 197 " clip-rule="nonzero"/></clipPath><clipPath id="clip-1"><path d="M 68 165 L 307 165 L 307 279.9375 L 68 279.9375 Z M 68 165 " clip-rule="nonzero"/></clipPath><clipPath id="clip-2"><path d="M 42.945312 141 L 50 141 L 50 149 L 42.945312 149 Z M 42.945312 141 " clip-rule="nonzero"/></clipPath><clipPath id="clip-3"><path d="M 42.945312 163 L 50 163 L 50 171 L 42.945312 171 Z M 42.945312 163 " clip-rule="nonzero"/></clipPath><clipPath id="clip-4"><path d="M 42.945312 185 L 50 185 L 50 193 L 42.945312 193 Z M 42.945312 185 " clip-rule="nonzero"/></clipPath><clipPath id="clip-5"><path d="M 42.945312 208 L 50 208 L 50 215 L 42.945312 215 Z M 42.945312 208 " clip-rule="nonzero"/></clipPath><clipPath id="clip-6"><path d="M 324 141 L 331.695312 141 L 331.695312 149 L 324 149 Z M 324 141 " clip-rule="nonzero"/></clipPath><clipPath id="clip-7"><path d="M 324 163 L 331.695312 163 L 331.695312 171 L 324 171 Z M 324 163 " clip-rule="nonzero"/></clipPath><clipPath id="clip-8"><path d="M 324 185 L 331.695312 185 L 331.695312 193 L 324 193 Z M 324 185 " clip-rule="nonzero"/></clipPath><clipPath id="clip-9"><path d="M 324 208 L 331.695312 208 L 331.695312 215 L 324 215 Z M 324 208 " clip-rule="nonzero"/></clipPath></defs><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 213.441406 157.542969 C 213.441406 158.449219 213.398438 159.355469 213.308594 160.257812 C 213.21875 161.15625 213.085938 162.054688 212.910156 162.941406 C 212.730469 163.832031 212.511719 164.707031 212.25 165.574219 C 211.984375 166.441406 211.679688 167.296875 211.332031 168.132812 C 210.988281 168.96875 210.597656 169.789062 210.171875 170.585938 C 209.746094 171.386719 209.277344 172.164062 208.773438 172.914062 C 208.269531 173.667969 207.730469 174.394531 207.15625 175.097656 C 206.582031 175.796875 205.972656 176.46875 205.332031 177.109375 C 204.691406 177.75 204.019531 178.359375 203.316406 178.933594 C 202.617188 179.507812 201.890625 180.046875 201.136719 180.550781 C 200.382812 181.054688 199.605469 181.519531 198.804688 181.945312 C 198.003906 182.371094 197.1875 182.761719 196.347656 183.105469 C 195.511719 183.453125 194.65625 183.757812 193.789062 184.023438 C 192.921875 184.285156 192.042969 184.503906 191.152344 184.679688 C 190.265625 184.859375 189.367188 184.992188 188.464844 185.078125 C 187.5625 185.167969 186.660156 185.214844 185.75 185.214844 C 184.84375 185.214844 183.941406 185.167969 183.039062 185.078125 C 182.136719 184.992188 181.238281 184.859375 180.351562 184.679688 C 179.460938 184.503906 178.582031 184.285156 177.714844 184.023438 C 176.847656 183.757812 175.992188 183.453125 175.15625 183.105469 C 174.316406 182.761719 173.5 182.371094 172.699219 181.945312 C 171.898438 181.519531 171.121094 181.054688 170.367188 180.550781 C 169.613281 180.046875 168.886719 179.507812 168.183594 178.933594 C 167.484375 178.359375 166.8125 177.75 166.171875 177.109375 C 165.53125 176.46875 164.921875 175.796875 164.347656 175.097656 C 163.773438 174.394531 163.230469 173.667969 162.730469 172.914062 C 162.226562 172.164062 161.757812 171.386719 161.332031 170.585938 C 160.902344 169.789062 160.515625 168.96875 160.167969 168.132812 C 159.824219 167.296875 159.515625 166.441406 159.253906 165.574219 C 158.992188 164.707031 158.769531 163.832031 158.59375 162.941406 C 158.417969 162.054688 158.285156 161.15625 158.195312 160.257812 C 158.105469 159.355469 158.0625 158.449219 158.0625 157.542969 C 158.0625 156.636719 158.105469 155.734375 158.195312 154.832031 C 158.285156 153.929688 158.417969 153.035156 158.59375 152.144531 C 158.769531 151.257812 158.992188 150.378906 159.253906 149.511719 C 159.515625 148.644531 159.824219 147.792969 160.167969 146.957031 C 160.515625 146.117188 160.902344 145.300781 161.332031 144.5 C 161.757812 143.703125 162.226562 142.925781 162.730469 142.171875 C 163.230469 141.417969 163.773438 140.691406 164.347656 139.992188 C 164.921875 139.289062 165.53125 138.621094 166.171875 137.980469 C 166.8125 137.339844 167.484375 136.730469 168.183594 136.15625 C 168.886719 135.582031 169.613281 135.042969 170.367188 134.539062 C 171.121094 134.035156 171.898438 133.570312 172.699219 133.140625 C 173.5 132.714844 174.316406 132.328125 175.15625 131.980469 C 175.992188 131.632812 176.847656 131.328125 177.714844 131.066406 C 178.582031 130.804688 179.460938 130.582031 180.351562 130.40625 C 181.238281 130.230469 182.136719 130.097656 183.039062 130.007812 C 183.941406 129.917969 184.84375 129.875 185.75 129.875 C 186.660156 129.875 187.5625 129.917969 188.464844 130.007812 C 189.367188 130.097656 190.265625 130.230469 191.152344 130.40625 C 192.042969 130.582031 192.921875 130.804688 193.789062 131.066406 C 194.65625 131.328125 195.511719 131.632812 196.347656 131.980469 C 197.1875 132.328125 198.003906 132.714844 198.804688 133.140625 C 199.605469 133.570312 200.382812 134.035156 201.136719 134.539062 C 201.890625 135.042969 202.617188 135.582031 203.316406 136.15625 C 204.019531 136.730469 204.691406 137.339844 205.332031 137.980469 C 205.972656 138.621094 206.582031 139.289062 207.15625 139.992188 C 207.730469 140.691406 208.269531 141.417969 208.773438 142.171875 C 209.277344 142.925781 209.746094 143.703125 210.171875 144.5 C 210.597656 145.300781 210.988281 146.117188 211.332031 146.957031 C 211.679688 147.792969 211.984375 148.644531 212.25 149.511719 C 212.511719 150.378906 212.730469 151.257812 212.910156 152.144531 C 213.085938 153.035156 213.21875 153.929688 213.308594 154.832031 C 213.398438 155.734375 213.441406 156.636719 213.441406 157.542969 Z M 213.441406 157.542969 " fill-opacity="1" fill-rule="nonzero"/><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 211.960938 157.542969 C 211.871094 168.375 205.089844 178.378906 194.84375 182.105469 C 184.417969 185.894531 172.601562 182.699219 165.496094 174.203125 C 158.476562 165.769531 157.617188 153.402344 163.246094 144.050781 C 168.902344 134.640625 180.214844 129.636719 190.992188 131.886719 C 203.164062 134.402344 211.871094 145.203125 211.960938 157.542969 C 211.960938 159.4375 214.921875 159.4375 214.921875 157.542969 C 214.832031 145.351562 207.132812 134.3125 195.644531 130.113281 C 184.269531 125.96875 171.003906 129.578125 163.304688 138.929688 C 155.484375 148.429688 154.390625 162.160156 160.816406 172.695312 C 167.152344 183.050781 179.503906 188.4375 191.40625 186.128906 C 204.972656 183.496094 214.804688 171.246094 214.890625 157.542969 C 214.953125 155.621094 211.988281 155.621094 211.960938 157.542969 Z M 211.960938 157.542969 " fill-opacity="1" fill-rule="nonzero"/><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 186.847656 277.808594 L 137.6875 252.980469 C 137.6875 224.273438 159.21875 198.5 185.75 198.5 C 212.285156 198.5 233.816406 225.460938 233.816406 254.164062 L 186.847656 277.808594 " fill-opacity="1" fill-rule="nonzero"/><g clip-path="url(#clip-0)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 187.585938 276.507812 C 182.078125 273.722656 176.542969 270.941406 171.035156 268.132812 C 162.179688 263.664062 153.351562 259.195312 144.5 254.726562 C 142.484375 253.691406 140.441406 252.683594 138.425781 251.648438 C 138.664062 252.0625 138.929688 252.507812 139.167969 252.921875 C 139.257812 232.53125 150.628906 211.578125 169.820312 203.234375 C 178.882812 199.300781 189.128906 198.824219 198.457031 202.082031 C 207.902344 205.367188 215.898438 212.171875 221.585938 220.308594 C 228.484375 230.222656 232.304688 242.121094 232.335938 254.164062 C 232.574219 253.75 232.839844 253.304688 233.074219 252.890625 C 227.804688 255.554688 222.53125 258.1875 217.230469 260.851562 C 208.792969 265.082031 200.382812 269.34375 191.941406 273.578125 C 189.988281 274.554688 188.03125 275.558594 186.078125 276.535156 C 184.390625 277.394531 185.871094 279.9375 187.558594 279.082031 C 192.828125 276.417969 198.101562 273.785156 203.402344 271.121094 C 211.84375 266.890625 220.253906 262.628906 228.691406 258.394531 C 230.648438 257.417969 232.601562 256.414062 234.554688 255.4375 C 235 255.199219 235.296875 254.667969 235.296875 254.164062 C 235.207031 232.53125 223.125 209.746094 202.839844 200.71875 C 193.183594 196.429688 182.316406 195.835938 172.277344 199.179688 C 162.265625 202.523438 153.796875 209.359375 147.609375 217.824219 C 140.203125 227.972656 136.265625 240.433594 136.207031 252.949219 C 136.207031 253.453125 136.472656 253.984375 136.945312 254.222656 C 142.457031 257.003906 147.992188 259.785156 153.5 262.597656 C 162.355469 267.066406 171.179688 271.535156 180.035156 276.003906 C 182.050781 277.039062 184.09375 278.046875 186.105469 279.082031 C 187.796875 279.9375 189.304688 277.394531 187.585938 276.507812 Z M 187.585938 276.507812 " fill-opacity="1" fill-rule="nonzero"/></g><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 143.964844 126.265625 C 143.875 137.09375 137.09375 147.097656 126.847656 150.828125 C 116.425781 154.613281 104.609375 151.417969 97.5 142.925781 C 90.480469 134.492188 89.621094 122.121094 95.25 112.769531 C 100.964844 103.390625 112.277344 98.359375 123.058594 100.609375 C 135.167969 103.121094 143.875 113.953125 143.964844 126.265625 C 143.964844 128.160156 146.925781 128.160156 146.925781 126.265625 C 146.839844 114.070312 139.136719 103.035156 127.648438 98.832031 C 116.277344 94.6875 103.007812 98.300781 95.308594 107.652344 C 87.492188 117.148438 86.394531 130.882812 92.820312 141.414062 C 99.160156 151.773438 111.507812 157.160156 123.414062 154.851562 C 136.976562 152.21875 146.808594 139.964844 146.898438 126.265625 C 146.957031 124.371094 143.996094 124.371094 143.964844 126.265625 Z M 143.964844 126.265625 " fill-opacity="1" fill-rule="nonzero"/><g clip-path="url(#clip-1)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 149.175781 180.683594 C 145.03125 174.265625 137.925781 170.0625 130.785156 167.753906 C 122.910156 165.238281 114.351562 165.121094 106.324219 167.160156 C 92.257812 170.742188 80.5 180.980469 74.105469 193.882812 C 70.195312 201.726562 68.269531 210.394531 68.210938 219.15625 C 68.210938 219.660156 68.476562 220.191406 68.953125 220.429688 C 72.890625 222.382812 76.828125 224.363281 80.738281 226.316406 C 90.15625 231.023438 99.601562 235.757812 109.019531 240.460938 C 120.390625 246.144531 131.734375 251.824219 143.105469 257.507812 C 152.851562 262.390625 162.59375 267.242188 172.335938 272.125 C 175.476562 273.695312 178.613281 275.261719 181.753906 276.832031 C 183.144531 277.542969 184.539062 278.339844 185.988281 278.960938 C 187.230469 279.496094 188.328125 278.667969 189.453125 278.105469 C 191.910156 276.890625 194.371094 275.675781 196.828125 274.433594 C 205.742188 269.996094 214.683594 265.558594 223.597656 261.148438 C 234.941406 255.523438 246.253906 249.902344 257.597656 244.28125 C 267.8125 239.21875 278.03125 234.128906 288.21875 229.070312 C 293.785156 226.316406 299.324219 223.535156 304.890625 220.785156 C 305.15625 220.664062 305.425781 220.515625 305.691406 220.398438 C 306.136719 220.160156 306.429688 219.601562 306.429688 219.125 C 306.371094 202.554688 299.175781 186.191406 285.996094 175.890625 C 272.789062 165.5625 254.695312 162.546875 239.265625 169.617188 C 233.371094 172.339844 227.507812 176.453125 223.660156 181.78125 C 222.53125 183.320312 225.109375 184.796875 226.207031 183.261719 C 229.078125 179.324219 233.757812 175.863281 238.167969 173.464844 C 245.425781 169.527344 253.628906 168.019531 261.832031 168.90625 C 276.816406 170.566406 289.847656 180.359375 296.984375 193.410156 C 301.308594 201.28125 303.441406 210.160156 303.46875 219.125 C 303.707031 218.710938 303.972656 218.269531 304.210938 217.855469 C 300.300781 219.808594 296.363281 221.761719 292.453125 223.683594 C 283.035156 228.359375 273.617188 233.035156 264.230469 237.710938 C 252.886719 243.332031 241.546875 248.957031 230.203125 254.609375 C 220.371094 259.492188 210.507812 264.375 200.675781 269.257812 C 197.417969 270.882812 194.164062 272.480469 190.90625 274.109375 C 189.425781 274.847656 187.675781 275.441406 186.3125 276.386719 C 186.253906 276.417969 186.167969 276.445312 186.105469 276.476562 C 186.609375 276.476562 187.113281 276.476562 187.585938 276.476562 C 183.679688 274.523438 179.769531 272.570312 175.859375 270.617188 C 166.5625 265.972656 157.292969 261.324219 147.992188 256.679688 C 136.679688 251.027344 125.367188 245.34375 114.054688 239.691406 C 104.3125 234.808594 94.566406 229.957031 84.824219 225.074219 C 81.625 223.476562 78.429688 221.878906 75.230469 220.28125 C 73.777344 219.570312 72.179688 218.445312 70.640625 217.972656 C 70.582031 217.941406 70.492188 217.914062 70.433594 217.882812 C 70.667969 218.296875 70.9375 218.742188 71.171875 219.15625 C 71.230469 205.011719 76.679688 191.101562 86.988281 181.277344 C 97.175781 171.542969 111.863281 166.570312 125.8125 169.5 C 133.6875 171.15625 142.128906 175.210938 146.628906 182.164062 C 147.667969 183.761719 150.214844 182.285156 149.175781 180.683594 Z M 149.175781 180.683594 " fill-opacity="1" fill-rule="nonzero"/></g><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 283.09375 126.265625 C 283.007812 137.09375 276.222656 147.097656 265.976562 150.828125 C 255.554688 154.613281 243.738281 151.417969 236.628906 142.925781 C 229.609375 134.492188 228.753906 122.121094 234.378906 112.769531 C 240.035156 103.359375 251.347656 98.359375 262.128906 100.609375 C 274.269531 103.121094 283.007812 113.953125 283.09375 126.265625 C 283.09375 128.160156 286.054688 128.160156 286.054688 126.265625 C 285.96875 114.070312 278.269531 103.035156 266.777344 98.832031 C 255.40625 94.6875 242.136719 98.300781 234.4375 107.652344 C 226.621094 117.148438 225.523438 130.882812 231.949219 141.414062 C 238.289062 151.773438 250.636719 157.160156 262.542969 154.851562 C 276.105469 152.21875 285.9375 139.964844 286.027344 126.265625 C 286.054688 124.371094 283.09375 124.371094 283.09375 126.265625 Z M 283.09375 126.265625 " fill-opacity="1" fill-rule="nonzero"/><g clip-path="url(#clip-2)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 49.730469 144.9375 C 49.730469 145.382812 49.644531 145.816406 49.476562 146.226562 C 49.304688 146.640625 49.058594 147.007812 48.742188 147.324219 C 48.425781 147.640625 48.0625 147.882812 47.648438 148.054688 C 47.234375 148.226562 46.804688 148.3125 46.355469 148.3125 C 45.90625 148.3125 45.476562 148.226562 45.0625 148.054688 C 44.648438 147.882812 44.285156 147.640625 43.96875 147.324219 C 43.652344 147.007812 43.40625 146.640625 43.238281 146.226562 C 43.066406 145.816406 42.980469 145.382812 42.980469 144.9375 C 42.980469 144.488281 43.066406 144.058594 43.238281 143.644531 C 43.40625 143.234375 43.652344 142.867188 43.96875 142.550781 C 44.285156 142.234375 44.648438 141.992188 45.0625 141.820312 C 45.476562 141.648438 45.90625 141.5625 46.355469 141.5625 C 46.804688 141.5625 47.234375 141.648438 47.648438 141.820312 C 48.0625 141.992188 48.425781 142.234375 48.742188 142.550781 C 49.058594 142.867188 49.304688 143.234375 49.476562 143.644531 C 49.644531 144.058594 49.730469 144.488281 49.730469 144.9375 Z M 49.730469 144.9375 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-3)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 49.730469 167.160156 C 49.730469 167.609375 49.644531 168.039062 49.476562 168.453125 C 49.304688 168.867188 49.058594 169.230469 48.742188 169.546875 C 48.425781 169.863281 48.0625 170.105469 47.648438 170.277344 C 47.234375 170.449219 46.804688 170.535156 46.355469 170.535156 C 45.90625 170.535156 45.476562 170.449219 45.0625 170.277344 C 44.648438 170.105469 44.285156 169.863281 43.96875 169.546875 C 43.652344 169.230469 43.40625 168.867188 43.238281 168.453125 C 43.066406 168.039062 42.980469 167.609375 42.980469 167.160156 C 42.980469 166.714844 43.066406 166.285156 43.238281 165.871094 C 43.40625 165.457031 43.652344 165.09375 43.96875 164.777344 C 44.285156 164.460938 44.648438 164.214844 45.0625 164.042969 C 45.476562 163.875 45.90625 163.789062 46.355469 163.789062 C 46.804688 163.789062 47.234375 163.875 47.648438 164.042969 C 48.0625 164.214844 48.425781 164.460938 48.742188 164.777344 C 49.058594 165.09375 49.304688 165.457031 49.476562 165.871094 C 49.644531 166.285156 49.730469 166.714844 49.730469 167.160156 Z M 49.730469 167.160156 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-4)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 49.730469 189.355469 C 49.730469 189.804688 49.644531 190.234375 49.476562 190.648438 C 49.304688 191.058594 49.058594 191.425781 48.742188 191.742188 C 48.425781 192.058594 48.0625 192.300781 47.648438 192.472656 C 47.234375 192.644531 46.804688 192.730469 46.355469 192.730469 C 45.90625 192.730469 45.476562 192.644531 45.0625 192.472656 C 44.648438 192.300781 44.285156 192.058594 43.96875 191.742188 C 43.652344 191.425781 43.40625 191.058594 43.238281 190.648438 C 43.066406 190.234375 42.980469 189.804688 42.980469 189.355469 C 42.980469 188.910156 43.066406 188.476562 43.238281 188.066406 C 43.40625 187.652344 43.652344 187.285156 43.96875 186.96875 C 44.285156 186.652344 44.648438 186.410156 45.0625 186.238281 C 45.476562 186.066406 45.90625 185.980469 46.355469 185.980469 C 46.804688 185.980469 47.234375 186.066406 47.648438 186.238281 C 48.0625 186.410156 48.425781 186.652344 48.742188 186.96875 C 49.058594 187.285156 49.304688 187.652344 49.476562 188.066406 C 49.644531 188.476562 49.730469 188.910156 49.730469 189.355469 Z M 49.730469 189.355469 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-5)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 49.730469 211.578125 C 49.730469 212.027344 49.644531 212.457031 49.476562 212.871094 C 49.304688 213.285156 49.058594 213.648438 48.742188 213.964844 C 48.425781 214.28125 48.0625 214.527344 47.648438 214.695312 C 47.234375 214.867188 46.804688 214.953125 46.355469 214.953125 C 45.90625 214.953125 45.476562 214.867188 45.0625 214.695312 C 44.648438 214.527344 44.285156 214.28125 43.96875 213.964844 C 43.652344 213.648438 43.40625 213.285156 43.238281 212.871094 C 43.066406 212.457031 42.980469 212.027344 42.980469 211.578125 C 42.980469 211.132812 43.066406 210.703125 43.238281 210.289062 C 43.40625 209.875 43.652344 209.511719 43.96875 209.195312 C 44.285156 208.878906 44.648438 208.632812 45.0625 208.464844 C 45.476562 208.292969 45.90625 208.207031 46.355469 208.207031 C 46.804688 208.207031 47.234375 208.292969 47.648438 208.464844 C 48.0625 208.632812 48.425781 208.878906 48.742188 209.195312 C 49.058594 209.511719 49.304688 209.875 49.476562 210.289062 C 49.644531 210.703125 49.730469 211.132812 49.730469 211.578125 Z M 49.730469 211.578125 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-6)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 331.664062 144.9375 C 331.664062 145.382812 331.578125 145.816406 331.40625 146.226562 C 331.234375 146.640625 330.992188 147.007812 330.675781 147.324219 C 330.359375 147.640625 329.992188 147.882812 329.578125 148.054688 C 329.164062 148.226562 328.734375 148.3125 328.285156 148.3125 C 327.839844 148.3125 327.410156 148.226562 326.996094 148.054688 C 326.582031 147.882812 326.214844 147.640625 325.898438 147.324219 C 325.582031 147.007812 325.339844 146.640625 325.167969 146.226562 C 324.996094 145.816406 324.910156 145.382812 324.910156 144.9375 C 324.910156 144.488281 324.996094 144.058594 325.167969 143.644531 C 325.339844 143.234375 325.582031 142.867188 325.898438 142.550781 C 326.214844 142.234375 326.582031 141.992188 326.996094 141.820312 C 327.410156 141.648438 327.839844 141.5625 328.285156 141.5625 C 328.734375 141.5625 329.164062 141.648438 329.578125 141.820312 C 329.992188 141.992188 330.359375 142.234375 330.675781 142.550781 C 330.992188 142.867188 331.234375 143.234375 331.40625 143.644531 C 331.578125 144.058594 331.664062 144.488281 331.664062 144.9375 Z M 331.664062 144.9375 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-7)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 331.664062 167.160156 C 331.664062 167.609375 331.578125 168.039062 331.40625 168.453125 C 331.234375 168.867188 330.992188 169.230469 330.675781 169.546875 C 330.359375 169.863281 329.992188 170.105469 329.578125 170.277344 C 329.164062 170.449219 328.734375 170.535156 328.285156 170.535156 C 327.839844 170.535156 327.410156 170.449219 326.996094 170.277344 C 326.582031 170.105469 326.214844 169.863281 325.898438 169.546875 C 325.582031 169.230469 325.339844 168.867188 325.167969 168.453125 C 324.996094 168.039062 324.910156 167.609375 324.910156 167.160156 C 324.910156 166.714844 324.996094 166.285156 325.167969 165.871094 C 325.339844 165.457031 325.582031 165.09375 325.898438 164.777344 C 326.214844 164.460938 326.582031 164.214844 326.996094 164.042969 C 327.410156 163.875 327.839844 163.789062 328.285156 163.789062 C 328.734375 163.789062 329.164062 163.875 329.578125 164.042969 C 329.992188 164.214844 330.359375 164.460938 330.675781 164.777344 C 330.992188 165.09375 331.234375 165.457031 331.40625 165.871094 C 331.578125 166.285156 331.664062 166.714844 331.664062 167.160156 Z M 331.664062 167.160156 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-8)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 331.664062 189.355469 C 331.664062 189.804688 331.578125 190.234375 331.40625 190.648438 C 331.234375 191.058594 330.992188 191.425781 330.675781 191.742188 C 330.359375 192.058594 329.992188 192.300781 329.578125 192.472656 C 329.164062 192.644531 328.734375 192.730469 328.285156 192.730469 C 327.839844 192.730469 327.410156 192.644531 326.996094 192.472656 C 326.582031 192.300781 326.214844 192.058594 325.898438 191.742188 C 325.582031 191.425781 325.339844 191.058594 325.167969 190.648438 C 324.996094 190.234375 324.910156 189.804688 324.910156 189.355469 C 324.910156 188.910156 324.996094 188.476562 325.167969 188.066406 C 325.339844 187.652344 325.582031 187.285156 325.898438 186.96875 C 326.214844 186.652344 326.582031 186.410156 326.996094 186.238281 C 327.410156 186.066406 327.839844 185.980469 328.285156 185.980469 C 328.734375 185.980469 329.164062 186.066406 329.578125 186.238281 C 329.992188 186.410156 330.359375 186.652344 330.675781 186.96875 C 330.992188 187.285156 331.234375 187.652344 331.40625 188.066406 C 331.578125 188.476562 331.664062 188.910156 331.664062 189.355469 Z M 331.664062 189.355469 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-9)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 331.664062 211.578125 C 331.664062 212.027344 331.578125 212.457031 331.40625 212.871094 C 331.234375 213.285156 330.992188 213.648438 330.675781 213.964844 C 330.359375 214.28125 329.992188 214.527344 329.578125 214.695312 C 329.164062 214.867188 328.734375 214.953125 328.285156 214.953125 C 327.839844 214.953125 327.410156 214.867188 326.996094 214.695312 C 326.582031 214.527344 326.214844 214.28125 325.898438 213.964844 C 325.582031 213.648438 325.339844 213.285156 325.167969 212.871094 C 324.996094 212.457031 324.910156 212.027344 324.910156 211.578125 C 324.910156 211.132812 324.996094 210.703125 325.167969 210.289062 C 325.339844 209.875 325.582031 209.511719 325.898438 209.195312 C 326.214844 208.878906 326.582031 208.632812 326.996094 208.464844 C 327.410156 208.292969 327.839844 208.207031 328.285156 208.207031 C 328.734375 208.207031 329.164062 208.292969 329.578125 208.464844 C 329.992188 208.632812 330.359375 208.878906 330.675781 209.195312 C 330.992188 209.511719 331.234375 209.875 331.40625 210.289062 C 331.578125 210.703125 331.664062 211.132812 331.664062 211.578125 Z M 331.664062 211.578125 " fill-opacity="1" fill-rule="nonzero"/></g></svg>
admin/images/svgs/help.svg ADDED
@@ -0,0 +1 @@
 
1
+ <?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="375" zoomAndPan="magnify" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="clip-0"><path d="M 90.902344 90.902344 L 284.402344 90.902344 L 284.402344 284.402344 L 90.902344 284.402344 Z M 90.902344 90.902344 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#clip-0)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 187.652344 90.902344 C 134.21875 90.902344 90.902344 134.21875 90.902344 187.652344 C 90.902344 241.085938 134.21875 284.402344 187.652344 284.402344 C 241.085938 284.402344 284.402344 241.085938 284.402344 187.652344 C 284.402344 134.21875 241.085938 90.902344 187.652344 90.902344 Z M 201.472656 256.757812 L 173.828125 256.757812 L 173.828125 229.113281 L 201.472656 229.113281 Z M 208.824219 197.324219 C 204.5 199.121094 201.472656 204.417969 201.472656 210.195312 L 201.472656 215.292969 L 173.828125 215.292969 L 173.828125 210.195312 C 173.828125 193.011719 183.40625 177.949219 198.238281 171.796875 C 204.402344 169.242188 208.382812 164.609375 208.382812 160.007812 C 208.382812 152.640625 198.695312 146.1875 187.652344 146.1875 C 176.605469 146.1875 166.917969 152.640625 166.917969 160.007812 L 139.277344 160.007812 C 139.277344 137.148438 160.976562 118.542969 187.652344 118.542969 C 214.324219 118.542969 236.027344 137.148438 236.027344 160.007812 C 236.027344 176.082031 225.605469 190.375 208.824219 197.324219 Z M 208.824219 197.324219 " fill-opacity="1" fill-rule="nonzero"/></g></svg>
admin/images/svgs/video-guides.svg ADDED
@@ -0,0 +1 @@
 
1
+ <?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="375" zoomAndPan="magnify" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="clip-0"><path d="M 92.089844 80.746094 L 160 80.746094 L 160 149 L 92.089844 149 Z M 92.089844 80.746094 " clip-rule="nonzero"/></clipPath><clipPath id="clip-1"><path d="M 165 80.746094 L 234 80.746094 L 234 149 L 165 149 Z M 165 80.746094 " clip-rule="nonzero"/></clipPath><clipPath id="clip-2"><path d="M 99 152 L 282.589844 152 L 282.589844 294.496094 L 99 294.496094 Z M 99 152 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#clip-0)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 125.964844 89.550781 C 139.871094 89.550781 151.183594 100.894531 151.183594 114.839844 C 151.183594 128.78125 139.871094 140.125 125.964844 140.125 C 112.0625 140.125 100.75 128.78125 100.75 114.839844 C 100.75 100.894531 112.0625 89.550781 125.964844 89.550781 Z M 125.964844 148.828125 C 144.683594 148.828125 159.859375 133.609375 159.859375 114.839844 C 159.859375 96.066406 144.683594 80.847656 125.964844 80.847656 C 107.246094 80.847656 92.074219 96.066406 92.074219 114.839844 C 92.074219 133.609375 107.246094 148.828125 125.964844 148.828125 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-1)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 199.695312 89.550781 C 213.601562 89.550781 224.914062 100.894531 224.914062 114.839844 C 224.914062 128.78125 213.601562 140.125 199.695312 140.125 C 185.789062 140.125 174.476562 128.78125 174.476562 114.839844 C 174.476562 100.894531 185.789062 89.550781 199.695312 89.550781 Z M 199.695312 148.828125 C 218.417969 148.828125 233.589844 133.609375 233.589844 114.839844 C 233.589844 96.066406 218.417969 80.847656 199.695312 80.847656 C 180.976562 80.847656 165.800781 96.066406 165.800781 114.839844 C 165.800781 133.609375 180.976562 148.828125 199.695312 148.828125 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#clip-2)"><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 271.75 227.199219 L 250.050781 218.128906 L 250.050781 173.9375 L 271.75 164.871094 Z M 231.972656 175.753906 L 239.203125 175.753906 L 239.203125 216.316406 L 231.972656 216.316406 Z M 215.703125 228.160156 C 215.703125 228.4375 215.476562 228.664062 215.199219 228.664062 L 110.464844 228.664062 C 110.1875 228.664062 109.960938 228.4375 109.960938 228.160156 L 109.960938 163.910156 C 109.960938 163.632812 110.1875 163.402344 110.464844 163.402344 L 215.199219 163.402344 C 215.476562 163.402344 215.703125 163.632812 215.703125 163.910156 Z M 186.894531 250.335938 C 186.894531 250.632812 186.652344 250.875 186.351562 250.875 L 139.308594 250.875 C 139.011719 250.875 138.773438 250.632812 138.773438 250.335938 L 138.773438 239.542969 L 186.894531 239.542969 Z M 278.90625 154.101562 C 276.59375 152.558594 273.6875 152.277344 271.125 153.34375 L 243.714844 164.804688 C 243.617188 164.847656 243.527344 164.902344 243.433594 164.949219 C 243.195312 164.925781 242.96875 164.875 242.726562 164.875 L 228.453125 164.875 C 227.792969 164.875 227.160156 164.992188 226.550781 165.160156 L 226.550781 163.910156 C 226.550781 157.625 221.46875 152.527344 215.199219 152.527344 L 110.464844 152.527344 C 104.195312 152.527344 99.113281 157.625 99.113281 163.910156 L 99.113281 228.160156 C 99.113281 234.445312 104.195312 239.542969 110.464844 239.542969 L 127.925781 239.542969 L 127.925781 250.335938 C 127.925781 256.628906 133.035156 261.753906 139.308594 261.753906 L 150.160156 261.753906 L 130.441406 285.460938 C 128.527344 287.769531 128.835938 291.199219 131.136719 293.121094 C 132.148438 293.96875 133.378906 294.382812 134.605469 294.382812 C 136.15625 294.382812 137.703125 293.71875 138.773438 292.429688 L 157.910156 269.417969 L 157.910156 288.945312 C 157.910156 291.945312 160.335938 294.382812 163.332031 294.382812 C 166.328125 294.382812 168.753906 291.945312 168.753906 288.945312 L 168.753906 268.976562 L 188.253906 292.429688 C 189.328125 293.71875 190.867188 294.382812 192.421875 294.382812 C 193.648438 294.382812 194.878906 293.96875 195.894531 293.121094 C 198.191406 291.199219 198.5 287.769531 196.585938 285.460938 L 176.871094 261.753906 L 186.351562 261.753906 C 192.632812 261.753906 197.738281 256.628906 197.738281 250.335938 L 197.738281 239.542969 L 215.199219 239.542969 C 221.46875 239.542969 226.550781 234.445312 226.550781 228.160156 L 226.550781 226.914062 C 227.160156 227.078125 227.792969 227.195312 228.453125 227.195312 L 242.726562 227.195312 C 242.96875 227.195312 243.195312 227.144531 243.433594 227.121094 C 243.53125 227.167969 243.617188 227.222656 243.714844 227.265625 L 271.125 238.722656 C 272.152344 239.152344 273.238281 239.367188 274.3125 239.367188 C 275.925781 239.367188 277.523438 238.894531 278.90625 237.96875 C 281.214844 236.425781 282.59375 233.839844 282.59375 231.054688 L 282.59375 161.011719 C 282.59375 158.230469 281.214844 155.644531 278.90625 154.101562 " fill-opacity="1" fill-rule="nonzero"/></g><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 125.964844 125.265625 C 131.699219 125.265625 136.363281 120.589844 136.363281 114.839844 C 136.363281 109.089844 131.699219 104.414062 125.964844 104.414062 C 120.234375 104.414062 115.570312 109.089844 115.570312 114.839844 C 115.570312 120.589844 120.234375 125.265625 125.964844 125.265625 " fill-opacity="1" fill-rule="nonzero"/><path fill="rgb(74.508667%, 78.42865%, 88.62915%)" d="M 199.695312 125.265625 C 205.429688 125.265625 210.097656 120.589844 210.097656 114.839844 C 210.097656 109.089844 205.429688 104.414062 199.695312 104.414062 C 193.964844 104.414062 189.296875 109.089844 189.296875 114.839844 C 189.296875 120.589844 193.964844 125.265625 199.695312 125.265625 " fill-opacity="1" fill-rule="nonzero"/></svg>
admin/images/video.png ADDED
Binary file
admin/js/responsive-ready-sites-admin.js CHANGED
@@ -245,6 +245,61 @@ var ResponsiveSitesAjaxQueue = (function() {
245
  this._bind();
246
  this._addAutocomplete();
247
  this._autocomplete();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
248
  },
249
 
250
  _show_default_page_builder_sites: function() {
245
  this._bind();
246
  this._addAutocomplete();
247
  this._autocomplete();
248
+ this._display_guided_overlay();
249
+ },
250
+
251
+ _display_guided_overlay: function() {
252
+ if(responsiveSitesAdmin.activated_first_time) {
253
+ $('#step-one').addClass('make-visible');
254
+
255
+ $(document).on('click', '.skip-tour', endTour);
256
+
257
+ $(document).on('click', '#step-one-next', function(){
258
+ $('#step-one').removeClass('make-visible');
259
+ $('#step-two').addClass('make-visible');
260
+ });
261
+ $(document).on('click', '#step-two-previous', function(){
262
+ $('#step-two').removeClass('make-visible');
263
+ $('#step-one').addClass('make-visible');
264
+ });
265
+
266
+ $(document).on('click', '#step-two-next', function(){
267
+ $('#step-two').removeClass('make-visible');
268
+ $('#step-three').addClass('make-visible');
269
+
270
+ scrollToElement('#step-three');
271
+
272
+ });
273
+ $(document).on('click', '#step-three-previous', function(){
274
+ $('#step-three').removeClass('make-visible');
275
+ $('#step-two').addClass('make-visible');
276
+
277
+ scrollToElement('#step-two');
278
+ });
279
+
280
+ $(document).on('click', '#step-three-finish', endTour);
281
+
282
+ function endTour() {
283
+ $("div[id*='step-']").removeClass('make-visible');
284
+ setTimeout(function(){
285
+ $("div[id*='step-']").css('display', 'none');
286
+ }, 1000)
287
+ $.ajax({
288
+ type: 'POST',
289
+ url: ajaxurl,
290
+ data: {
291
+ action : 'update-first-time-activation',
292
+ },
293
+ dataType: 'json'
294
+ });
295
+ }
296
+
297
+ function scrollToElement(el) {
298
+ $("html, body").animate({
299
+ scrollTop: $(el).offset().top - 300
300
+ }, 900);
301
+ }
302
+ }
303
  },
304
 
305
  _show_default_page_builder_sites: function() {
admin/partials/responsive-ready-sites-admin-display.php CHANGED
@@ -22,8 +22,54 @@
22
  </div>
23
  <div class="theme-browser rendered">
24
  <div id="responsive-sites" class="themes wp-clearfix"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  </div>
26
-
27
  </div>
28
 
29
  <?php
@@ -60,7 +106,14 @@
60
  <div class="theme-id-container">
61
  <h3 class="theme-name" id="responsive-theme-name">{{{ data[ key ].title.rendered }}}</h3>
62
  <div class="theme-actions">
63
- <button class="button-primary button preview install-theme-preview"><?php esc_html_e( 'Preview', 'responsive-addons' ); ?></button>
 
 
 
 
 
 
 
64
  </div>
65
  </div>
66
  </div>
22
  </div>
23
  <div class="theme-browser rendered">
24
  <div id="responsive-sites" class="themes wp-clearfix"></div>
25
+ <?php
26
+ $help_icon = RESPONSIVE_ADDONS_DIR_URL . '/admin/images/help-doc.png';
27
+ $video_icon = RESPONSIVE_ADDONS_DIR_URL . '/admin/images/video.png';
28
+ $support_icon = RESPONSIVE_ADDONS_DIR_URL . '/admin/images/support.png';
29
+ $community_icon = RESPONSIVE_ADDONS_DIR_URL . '/admin/images/community.png';
30
+ ?>
31
+ <div class="responsive-ready-sites-quick-links-wrapper">
32
+ <div class="responsive-ready-sites-quick-links">
33
+ <a href="<?php echo esc_attr('https://docs.cyberchimps.com/responsive/responsive-sites?utm_source=plugin&utm_medium=responsive-add-ons&utm_campaign=quick-links'); ?>" target="_blank" class="link-anchor help-doc-link">
34
+ <span class="quick-links-text"><?php esc_html_e( 'Help and Documentation', 'responsive-addons' ); ?></span>
35
+ <span class="quick-link-icon help-doc-icon">
36
+ <img src="<?php echo $help_icon; ?>" alt="">
37
+ </span>
38
+ </a>
39
+
40
+ <a href="<?php echo esc_attr('https://youtube.com/playlist?list=PLXTwxw3ZJwPSpE3RYanAdYgnDptbSvjXl'); ?>" target="_blank" class="link-anchor video-guides-link">
41
+ <span class="quick-links-text"><?php esc_html_e( 'Video Guides', 'responsive-addons' ); ?></span>
42
+ <span class="quick-link-icon video-icon">
43
+ <img src="<?php echo $video_icon; ?>" alt="">
44
+ </span>
45
+ </a>
46
+ <?php
47
+ $support_link = defined('RESPONSIVE_ADDONS_PRO_VERSION') ? esc_attr('https://cyberchimps.com/my-account/') : esc_attr(' https://wordpress.org/support/plugin/responsive-add-ons/') ;
48
+ ?>
49
+ <a href="<?php echo $support_link; ?>" target="_blank" class="link-anchor support-link">
50
+ <span class="quick-links-text"><?php esc_html_e( 'Request Support', 'responsive-addons' ); ?></span>
51
+ <span class="quick-link-icon support-icon">
52
+ <img src="<?php echo $support_icon; ?>" alt="">
53
+ </span>
54
+ </a>
55
+ <a href="<?php echo esc_attr('https://www.facebook.com/groups/responsive.theme'); ?>" target="_blank" class="link-anchor community-link">
56
+ <span class="quick-links-text"><?php esc_html_e( 'Join Our Community', 'responsive-addons' ); ?></span>
57
+ <span class="quick-link-icon community-icon">
58
+ <img src="<?php echo $community_icon; ?>" alt="">
59
+ </span>
60
+ </a>
61
+ </div>
62
+ <button class="responsive-ready-sites-quick-links-toggler-button">
63
+ <div class="responsive-addons-cyberchimps-mascot"></div>
64
+ <div class="quick-links-text responsive-addons-quick-link-label"><?php esc_html_e('See Quick Links', 'responsive-addons'); ?></div>
65
+ </button>
66
+ </div>
67
+ <script type="text/javascript">
68
+ jQuery('.responsive-ready-sites-quick-links-toggler-button').on('click', function(e) {
69
+ jQuery('.responsive-ready-sites-quick-links').toggleClass('show');
70
+ });
71
+ </script>
72
  </div>
 
73
  </div>
74
 
75
  <?php
106
  <div class="theme-id-container">
107
  <h3 class="theme-name" id="responsive-theme-name">{{{ data[ key ].title.rendered }}}</h3>
108
  <div class="theme-actions">
109
+ <button id="preview-button" class="button-primary button preview install-theme-preview"><?php esc_html_e( 'Preview', 'responsive-addons' ); ?></button>
110
+ </div>
111
+ </div>
112
+ <div class="guided-overlay step-three" id="step-three">
113
+ <p class="guide-text">Click the "Preview" button to view the website template and click import.</p>
114
+ <div class="guided-overlay-buttons">
115
+ <button id="step-three-previous">Previous</button>
116
+ <button id="step-three-finish" class="finish-tour">Finish Tour</button>
117
  </div>
118
  </div>
119
  </div>
analytics/readme.txt ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Analytics Library ===
2
+
3
+ 1. Add Submodule
4
+ git submodule add git@bitbucket.org:cyberchimps/analytics.git
5
+
6
+ 2. If already exist make sure it has latest code
7
+ git submodule init
8
+ git submodule update
9
+
10
+ 3. Add the following code to the main file of plugin**
11
+
12
+ if ( ! function_exists( 'function_name' ) ) {
13
+ /**
14
+ * Helper function to access SDK.
15
+ */
16
+ function function_name() {
17
+ global $glabal_var_fs;
18
+
19
+ if ( ! isset( $glabal_var_fs ) ) {
20
+ // Include Analytics SDK.
21
+ require_once dirname( __FILE__ ) . '/analytics/start.php';
22
+
23
+ $glabal_var_fs = ras_dynamic_init(
24
+ array(
25
+ 'id' => '',
26
+ 'slug' => '',
27
+ 'product_name' => '',
28
+ 'module_type' => '',
29
+ 'version' => '',
30
+ 'plugin_basename' => '',
31
+ 'plugin_url' => '',
32
+ )
33
+ );
34
+ }
35
+
36
+ return $glabal_var_fs;
37
+ }
38
+
39
+ // Init Analytics.
40
+ function_name();
41
+ // SDK initiated.
42
+ do_action( 'function_name_loaded' );
43
+ }
44
+
45
+ 4. Update the function name and pass appropriate parameters value
46
+ a. Update the function name
47
+ b. update global variable name
48
+ 1. id e.g. '1234'
49
+ 2. slug e.g. 'my-plugin'
50
+ 3. product_name e.g. 'my-plugin'
51
+ 4. module_type e.g. 'plugin'
52
+ 5. version e.g. '1.2.3'
53
+ 6. plugin_basename e.g. 'plugin-folder/plugin-name.php'
54
+ 7. plugin_url e.g.
55
+
56
+
57
+
includes/class-responsive-add-ons-activator.php CHANGED
@@ -30,5 +30,7 @@ class Responsive_Add_Ons_Activator {
30
  */
31
  public static function activate() {
32
  set_transient( 'responsive_add_ons_activation_redirect', true, MINUTE_IN_SECONDS );
 
 
33
  }
34
  }
30
  */
31
  public static function activate() {
32
  set_transient( 'responsive_add_ons_activation_redirect', true, MINUTE_IN_SECONDS );
33
+
34
+ update_option( 'ra_first_time_activation', true );
35
  }
36
  }
includes/class-responsive-add-ons.php CHANGED
@@ -72,6 +72,9 @@ class Responsive_Add_Ons {
72
 
73
  // Check if Responsive Addons pro license is active.
74
  add_action( 'wp_ajax_check-responsive-add-ons-pro-license-active', array( $this, 'is_responsive_pro_license_is_active' ) );
 
 
 
75
  }
76
 
77
  // Responsive Addons Menu.
@@ -98,6 +101,13 @@ class Responsive_Add_Ons {
98
 
99
  }
100
 
 
 
 
 
 
 
 
101
  /**
102
  * Admin notice - install responsive theme
103
  */
@@ -418,7 +428,7 @@ class Responsive_Add_Ons {
418
  $data = apply_filters(
419
  'responsive_sites_localize_vars',
420
  array(
421
- 'debug' => ((defined('WP_DEBUG') && WP_DEBUG) || isset($_GET['debug'])) ? true : false, //phpcs:ignore
422
  'ajaxurl' => esc_url( admin_url( 'admin-ajax.php' ) ),
423
  'siteURL' => site_url(),
424
  '_ajax_nonce' => wp_create_nonce( 'responsive-addons' ),
@@ -434,6 +444,7 @@ class Responsive_Add_Ons {
434
  ),
435
  'dismiss' => __( 'Dismiss this notice.', 'responsive-addons' ),
436
  'syncTemplatesLibraryStart' => '<span class="message">' . esc_html__( 'Syncing ready sites templates in the background. The process can take anywhere between 2 to 3 minutes. We will notify you once done.', 'responsive-addons' ) . '</span>',
 
437
  )
438
  );
439
 
@@ -809,6 +820,13 @@ class Responsive_Add_Ons {
809
  <?php wp_nonce_field( 'responsive-sites-welcome-screen', 'responsive-sites-page-builder' ); ?>
810
  </form>
811
  </span>
 
 
 
 
 
 
 
812
  </div>
813
  </div><!-- .nav-tab-wrapper -->
814
  <div id="responsive-sites-filters" class="hide-on-desktop">
@@ -878,6 +896,14 @@ class Responsive_Add_Ons {
878
  </li>
879
  </ul>
880
  </div>
 
 
 
 
 
 
 
 
881
  <?php
882
  }
883
  ?>
@@ -1021,34 +1047,12 @@ class Responsive_Add_Ons {
1021
  add_submenu_page(
1022
  'responsive_add_ons',
1023
  'Responsive Ready Sites Importer',
1024
- __( 'Ready Sites', 'responsive-addons' ),
1025
  'manage_options',
1026
  'responsive-add-ons',
1027
  array( $this, 'responsive_add_ons_templates' ),
1028
  20
1029
  );
1030
-
1031
- add_submenu_page(
1032
- 'responsive_add_ons',
1033
- '',
1034
- __( 'Community Support', 'responsive-addons' ),
1035
- 'manage_options',
1036
- 'responsive_add_ons_community_support',
1037
- array( $this, 'responsive_add_ons_community_support' ),
1038
- 30
1039
- );
1040
-
1041
- if ( ! class_exists( 'Responsive_Addons_Pro' ) ) {
1042
- add_submenu_page(
1043
- 'responsive_add_ons',
1044
- '',
1045
- __( 'Go Pro', 'responsive-addons' ),
1046
- 'manage_options',
1047
- 'responsive_add_ons_go_pro',
1048
- array( $this, 'responsive_add_ons_go_pro' ),
1049
- 60
1050
- );
1051
- }
1052
  }
1053
 
1054
  /**
@@ -1069,18 +1073,66 @@ class Responsive_Add_Ons {
1069
  <div class="responsive-add-ons-getting-started__title">
1070
  <?php echo __( 'Getting Started', 'responsive-addons' ); ?>
1071
  </div>
1072
- <a class="responsive-add-ons-getting-started__skip" href="<?php echo esc_url( admin_url() ); ?>">
1073
  <span class="responsive-add-ons-getting-started__skip_button"><span class="screen-reader-text">Skip</span></span>
1074
  </a>
1075
  </div>
1076
  <div class="responsive-add-ons-getting-started__content">
1077
  <div class="responsive-add-ons-getting-started__content--narrow">
1078
- <h2><?php echo __( 'Click, Import, Launch!', 'responsive-addons' ); ?></h2>
1079
- <p><?php echo __( 'Build Sites Fast with Responsive Pro. Fully Customizable, Mobile-Friendly with Premium Features.', 'responsive-addons' ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1080
  </div>
1081
 
1082
- <div class="responsive-add-ons-getting-started__video">
1083
- <iframe width="620" height="350" src="https://www.youtube-nocookie.com/embed/1eKjI0qjXPI?rel=0&amp;controls=1&amp;modestbranding=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1084
  </div>
1085
  </div>
1086
  </div>
@@ -1089,6 +1141,64 @@ class Responsive_Add_Ons {
1089
  <?php
1090
  }
1091
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1092
  /**
1093
  * Go to Responsive Pro support.
1094
  *
72
 
73
  // Check if Responsive Addons pro license is active.
74
  add_action( 'wp_ajax_check-responsive-add-ons-pro-license-active', array( $this, 'is_responsive_pro_license_is_active' ) );
75
+
76
+ // Update first time activation.
77
+ add_action( 'wp_ajax_update-first-time-activation', array( $this, 'update_first_time_activation_variable' ) );
78
  }
79
 
80
  // Responsive Addons Menu.
101
 
102
  }
103
 
104
+ /**
105
+ * Updates the variable defined for first time activation.
106
+ */
107
+ public function update_first_time_activation_variable() {
108
+ update_option( 'ra_first_time_activation', false );
109
+ }
110
+
111
  /**
112
  * Admin notice - install responsive theme
113
  */
428
  $data = apply_filters(
429
  'responsive_sites_localize_vars',
430
  array(
431
+ 'debug' => ((defined('WP_DEBUG') && WP_DEBUG) || isset($_GET['debug'])) ? true : false, //phpcs:ignore
432
  'ajaxurl' => esc_url( admin_url( 'admin-ajax.php' ) ),
433
  'siteURL' => site_url(),
434
  '_ajax_nonce' => wp_create_nonce( 'responsive-addons' ),
444
  ),
445
  'dismiss' => __( 'Dismiss this notice.', 'responsive-addons' ),
446
  'syncTemplatesLibraryStart' => '<span class="message">' . esc_html__( 'Syncing ready sites templates in the background. The process can take anywhere between 2 to 3 minutes. We will notify you once done.', 'responsive-addons' ) . '</span>',
447
+ 'activated_first_time' => get_option( 'ra_first_time_activation' )
448
  )
449
  );
450
 
820
  <?php wp_nonce_field( 'responsive-sites-welcome-screen', 'responsive-sites-page-builder' ); ?>
821
  </form>
822
  </span>
823
+ <div class="guided-overlay step-one" id="step-one">
824
+ <p class="guide-text">Select your desired page builder.</p>
825
+ <div class="guided-overlay-buttons">
826
+ <button class="skip-tour" id="skip-tour">Skip tour</button>
827
+ <button id="step-one-next">Next</button>
828
+ </div>
829
+ </div>
830
  </div>
831
  </div><!-- .nav-tab-wrapper -->
832
  <div id="responsive-sites-filters" class="hide-on-desktop">
896
  </li>
897
  </ul>
898
  </div>
899
+ <div class="guided-overlay step-two" id="step-two">
900
+ <p class="guide-text">Choose the category and type of the template from the dropdown.</p>
901
+ <div class="guided-overlay-buttons">
902
+ <button class="skip-tour"id="skip-tour-two">Skip tour</button>
903
+ <button id="step-two-previous">Previous</button>
904
+ <button id="step-two-next">Next</button>
905
+ </div>
906
+ </div>
907
  <?php
908
  }
909
  ?>
1047
  add_submenu_page(
1048
  'responsive_add_ons',
1049
  'Responsive Ready Sites Importer',
1050
+ __( 'Website Templates', 'responsive-addons' ),
1051
  'manage_options',
1052
  'responsive-add-ons',
1053
  array( $this, 'responsive_add_ons_templates' ),
1054
  20
1055
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1056
  }
1057
 
1058
  /**
1073
  <div class="responsive-add-ons-getting-started__title">
1074
  <?php echo __( 'Getting Started', 'responsive-addons' ); ?>
1075
  </div>
1076
+ <a class="responsive-add-ons-getting-started__skip" href="<?php echo esc_url( admin_url('admin.php?page=responsive-add-ons') ); ?>">
1077
  <span class="responsive-add-ons-getting-started__skip_button"><span class="screen-reader-text">Skip</span></span>
1078
  </a>
1079
  </div>
1080
  <div class="responsive-add-ons-getting-started__content">
1081
  <div class="responsive-add-ons-getting-started__content--narrow">
1082
+ <h2><?php echo __( 'Welcome to Responsive Ready Websites', 'responsive-addons' ); ?></h2>
1083
+ <p class="slogan-text"><?php echo __( 'Create Responsive, Fast and Customizable websites in minutes.', 'responsive-addons' ); ?></p>
1084
+ </div>
1085
+
1086
+ <div class="responsive-add-ons-getting-started__content--sub-content">
1087
+ <div class="responsive-add-ons-getting-started__video">
1088
+ <iframe src="https://www.youtube-nocookie.com/embed/1eKjI0qjXPI?rel=0&amp;controls=1&amp;modestbranding=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1089
+ </div>
1090
+ </div>
1091
+
1092
+ <div class="responsive-add-ons-getting-started__links">
1093
+ <div class="responsive-add-ons-getting-started__card">
1094
+ <div class="getting-started-svgs help-center"></div>
1095
+ <h3><?php echo __( 'Help Center', 'responsive-addons' ); ?></h3>
1096
+ <p class="card-text"><?php echo __( 'Read the documentation to find answers to your questions.', 'responsive-addons' ); ?></p>
1097
+ <a href="https://docs.cyberchimps.com/responsive/responsive-sites?utm_source=plugin&utm_medium=responsive-add-ons&utm_campaign=help-resources" target="_blank"><?php echo __( 'Learn More >>', 'responsive-addons' ); ?></a>
1098
+ </div>
1099
+ <div class="responsive-add-ons-getting-started__card">
1100
+ <div class="getting-started-svgs video-guides"></div>
1101
+ <h3><?php echo __( 'Video Guides', 'responsive-addons' ); ?></h3>
1102
+ <p class="card-text"><?php echo __( 'Browse through these video tutorials to learn more about how the plugin functions.', 'responsive-addons' ); ?></p>
1103
+ <a href="https://youtube.com/playlist?list=PLXTwxw3ZJwPSpE3RYanAdYgnDptbSvjXl" target="_blank"><?php echo __( 'Watch Now >>', 'responsive-addons' ); ?></a>
1104
+ </div>
1105
+ <div class="responsive-add-ons-getting-started__card">
1106
+ <div class="getting-started-svgs community-support"></div>
1107
+ <h3><?php echo __( 'Community Support', 'responsive-addons' ); ?></h3>
1108
+ <p class="card-text"><?php echo __( 'Find help to the commonly asked questions in our exclusive Community on Facebook.', 'responsive-addons' ); ?></p>
1109
+ <a href="https://www.facebook.com/groups/responsive.theme" target="_blank"><?php echo __( 'Find Help >>', 'responsive-addons' ); ?></a>
1110
+ </div>
1111
  </div>
1112
 
1113
+ <?php
1114
+ $support_link = 'https://cyberchimps.com/my-account/';
1115
+ if ( ! defined( 'RESPONSIVE_ADDONS_PRO_VERSION' ) ) {
1116
+ $support_link = ' https://wordpress.org/support/plugin/responsive-add-ons/'; ?>
1117
+ <div class="go-pro-container">
1118
+ <p class="responsive-add-ons-getting-started__text"><?php echo __( 'Get access to all the pro templates and unlock more theme customizer settings using Responsive Pro', 'responsive-addons' ); ?></p>
1119
+ <a href="https://cyberchimps.com/pricing/?utm_source=plugin&utm_medium=responsive-add-ons&utm_campaign=go-pro" target="_blank">
1120
+ <button class="getting-started-button responsive-add-ons-getting-started--button-go-pro">
1121
+ <?php echo __( 'Go Pro!', 'responsive-addons' ); ?>
1122
+ </button>
1123
+ </a>
1124
+ </div>
1125
+ <?php } ?>
1126
+
1127
+ <?php self::responsive_add_ons_quick_links(); ?>
1128
+
1129
+ <div class="responsive-add-ons-getting-started__footer">
1130
+ <p class="getting-started-footer-text"><?php echo __( 'Have questions? Get in touch with us. We\'ll be happy to help', 'responsive-addons' ); ?></p>
1131
+ <a href="<?php echo esc_url( $support_link )?>" target="_blank">
1132
+ <button class="getting-started-button footer-community-button">
1133
+ <?php echo __( 'Request Support', 'responsive-addons' ); ?>
1134
+ </button>
1135
+ </a>
1136
  </div>
1137
  </div>
1138
  </div>
1141
  <?php
1142
  }
1143
 
1144
+ /**
1145
+ * Display quick links.
1146
+ *
1147
+ * @static
1148
+ * @since 2.6.0
1149
+ * @access public
1150
+ */
1151
+ public static function responsive_add_ons_quick_links() {
1152
+ $help_icon = RESPONSIVE_ADDONS_DIR_URL . '/admin/images/help-doc.png';
1153
+ $video_icon = RESPONSIVE_ADDONS_DIR_URL . '/admin/images/video.png';
1154
+ $support_icon = RESPONSIVE_ADDONS_DIR_URL . '/admin/images/support.png';
1155
+ $community_icon = RESPONSIVE_ADDONS_DIR_URL . '/admin/images/community.png';
1156
+ ?>
1157
+ <div class="responsive-ready-sites-quick-links-wrapper">
1158
+ <div class="responsive-ready-sites-quick-links">
1159
+ <a href="<?php echo esc_attr('https://docs.cyberchimps.com/responsive/responsive-sites?utm_source=plugin&utm_medium=responsive-add-ons&utm_campaign=quick-links'); ?>" target="_blank" class="link-anchor help-doc-link">
1160
+ <span class="quick-links-text"><?php esc_html_e( 'Help and Documentation', 'responsive-addons' ); ?></span>
1161
+ <span class="quick-link-icon help-doc-icon">
1162
+ <img src="<?php echo $help_icon; ?>" alt="">
1163
+ </span>
1164
+ </a>
1165
+
1166
+ <a href="<?php echo esc_attr('https://youtube.com/playlist?list=PLXTwxw3ZJwPSpE3RYanAdYgnDptbSvjXl'); ?>" target="_blank" class="link-anchor video-guides-link">
1167
+ <span class="quick-links-text"><?php esc_html_e( 'Video Guides', 'responsive-addons' ); ?></span>
1168
+ <span class="quick-link-icon video-icon">
1169
+ <img src="<?php echo $video_icon; ?>" alt="">
1170
+ </span>
1171
+ </a>
1172
+ <?php
1173
+
1174
+ $support_link = defined('RESPONSIVE_ADDONS_PRO_VERSION') ? esc_attr('https://cyberchimps.com/my-account/') : esc_attr(' https://wordpress.org/support/plugin/responsive-add-ons/') ;
1175
+ ?>
1176
+ <a href="<?php echo $support_link; ?>" target="_blank" class="link-anchor support-link">
1177
+ <span class="quick-links-text"><?php esc_html_e( 'Request Support', 'responsive-addons' ); ?></span>
1178
+ <span class="quick-link-icon support-icon">
1179
+ <img src="<?php echo $support_icon; ?>" alt="">
1180
+ </span>
1181
+ </a>
1182
+ <a href="<?php echo esc_attr('https://www.facebook.com/groups/responsive.theme'); ?>" target="_blank" class="link-anchor community-link">
1183
+ <span class="quick-links-text"><?php esc_html_e( 'Join Our Community', 'responsive-addons' ); ?></span>
1184
+ <span class="quick-link-icon community-icon">
1185
+ <img src="<?php echo $community_icon; ?>" alt="">
1186
+ </span>
1187
+ </a>
1188
+ </div>
1189
+ <button class="responsive-ready-sites-quick-links-toggler-button">
1190
+ <div class="responsive-addons-cyberchimps-mascot"></div>
1191
+ <div class="quick-links-text responsive-addons-quick-link-label"><?php esc_html_e('See Quick Links', 'responsive-addons'); ?></div>
1192
+ </button>
1193
+ </div>
1194
+ <script type="text/javascript">
1195
+ jQuery('.responsive-ready-sites-quick-links-toggler-button').on('click', function(e) {
1196
+ jQuery('.responsive-ready-sites-quick-links').toggleClass('show');
1197
+ });
1198
+ </script>
1199
+ <?php
1200
+ }
1201
+
1202
  /**
1203
  * Go to Responsive Pro support.
1204
  *
includes/importers/batch-processing/class-responsive-ready-sites-batch-processing-elementor.php CHANGED
@@ -88,7 +88,6 @@ class Responsive_Ready_Sites_Batch_Processing_Elementor extends Source_Local {
88
  $data = str_replace( '[wpforms id=\"' . $old_id, '[wpforms id=\"' . $new_id, $data );
89
  }
90
  }
91
-
92
  if ( ! is_array( $data ) ) {
93
  $data = json_decode( $data, true );
94
  }
@@ -118,7 +117,7 @@ class Responsive_Ready_Sites_Batch_Processing_Elementor extends Source_Local {
118
  update_metadata( 'post', $post_id, '_responsive_sites_hotlink_imported', true );
119
 
120
  // !important, Clear the cache after images import.
121
- Plugin::$instance->posts_css_manager->clear_cache();
122
 
123
  }
124
  }
88
  $data = str_replace( '[wpforms id=\"' . $old_id, '[wpforms id=\"' . $new_id, $data );
89
  }
90
  }
 
91
  if ( ! is_array( $data ) ) {
92
  $data = json_decode( $data, true );
93
  }
117
  update_metadata( 'post', $post_id, '_responsive_sites_hotlink_imported', true );
118
 
119
  // !important, Clear the cache after images import.
120
+ Plugin::$instance->files_manager->clear_cache();
121
 
122
  }
123
  }
includes/importers/batch-processing/class-responsive-ready-sites-batch-processing.php CHANGED
@@ -171,7 +171,7 @@ if ( ! class_exists( 'Responsive_Ready_Sites_Batch_Processing' ) ) :
171
  );
172
 
173
  if ( is_plugin_active( 'elementor/elementor.php' ) ) {
174
- \Elementor\Plugin::$instance->posts_css_manager->clear_cache();
175
 
176
  $import = new \Elementor\TemplateLibrary\Responsive_Ready_Sites_Batch_Processing_Elementor();
177
  self::$process_single->push_to_queue(
171
  );
172
 
173
  if ( is_plugin_active( 'elementor/elementor.php' ) ) {
174
+ \Elementor\Plugin::$instance->files_manager->clear_cache();
175
 
176
  $import = new \Elementor\TemplateLibrary\Responsive_Ready_Sites_Batch_Processing_Elementor();
177
  self::$process_single->push_to_queue(
includes/importers/class-responsive-ready-sites-importer.php CHANGED
@@ -102,7 +102,7 @@ if ( ! class_exists( 'Responsive_Ready_Sites_Importer' ) ) :
102
  public function clear_cache() {
103
  // Clear 'Elementor' file cache.
104
  if ( class_exists( '\Elementor\Plugin' ) ) {
105
- Elementor\Plugin::$instance->posts_css_manager->clear_cache();
106
  }
107
  Responsive_Ready_Sites_Importer_Log::add( 'Complete ' );
108
  }
@@ -369,7 +369,7 @@ if ( ! class_exists( 'Responsive_Ready_Sites_Importer' ) ) :
369
  }
370
 
371
  // Add Custom CSS.
372
- if ( isset( $options['custom_css'] ) ) {
373
  wp_update_custom_css_post( $customizer_data['custom_css'] );
374
  }
375
 
102
  public function clear_cache() {
103
  // Clear 'Elementor' file cache.
104
  if ( class_exists( '\Elementor\Plugin' ) ) {
105
+ Elementor\Plugin::$instance->files_manager->clear_cache();
106
  }
107
  Responsive_Ready_Sites_Importer_Log::add( 'Complete ' );
108
  }
369
  }
370
 
371
  // Add Custom CSS.
372
+ if ( isset( $customizer_data['custom_css'] ) ) {
373
  wp_update_custom_css_post( $customizer_data['custom_css'] );
374
  }
375
 
readme.txt CHANGED
@@ -3,17 +3,19 @@ Contributors: cyberchimps
3
  Donate Link: https://cyberchimps.com
4
  Tags: elementor, gutenberg, one click demo import, templates, website templates, ready site templates, ready to import websites, elementor landing page templates, template for elementor, free elementor templates download, free landing page templates, ready made websites free, free landing page templates for elementor, free landing page templates for gutenberg, templates for gutenberg
5
  Requires at least: 5.0
6
- Tested up to: 5.8.2
7
  Requires PHP: 5.6
8
- Stable tag: 2.5.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
- Import free and pro Gutenberg and Elementor Templates for the Responsive WordPress theme.
 
 
13
 
14
  == Description ==
15
 
16
- **Import free and pro Gutenberg and Elementor Templates for the Responsive WordPress theme.**
17
 
18
  Get fully working and professionally designed ready-to-use website templates built for the Elementor page builder and Gutenberg - the new WordPress blocks editor. All you have to do is import a website template, edit the content and launch your website.
19
 
@@ -25,7 +27,7 @@ This plugin extends the popular [Responsive theme](https://wordpress.org/themes/
25
 
26
 
27
  = What are ready-to-use website templates? =
28
- The Responsive theme comes with **60+ ready-to-use [website templates](https://cyberchimps.com/responsive-ready-websites/)**
29
 
30
  Website templates help you save time designing your website. All you have to do is import a template, edit it with a drag & drop editor, and launch.
31
 
@@ -49,73 +51,73 @@ These website templates have the following features:
49
  - Automatically installs all necessary plugins.
50
 
51
  = What website templates can I import? =
52
- Responsive comes with 60+ ready-to-use WordPress [website templates](https://cyberchimps.com/responsive-ready-websites/).
53
 
54
  **Business Website Templates For Responsive Theme**
55
 
56
- - [Startup WordPress Template](https://cyberchimps.com/wordpress-themes/startup-business/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
57
- - [Business WordPress Template](https://cyberchimps.com/wordpress-themes/business-template/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
58
- - [Corporate WordPress Template](https://cyberchimps.com/wordpress-themes/corporate-business/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
59
- - [Help and Documentation WordPress Template](https://cyberchimps.com/wordpress-themes/documentation-wordpress-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
60
- - [Mobile app and software WordPress Template](https://cyberchimps.com/wordpress-themes/apppress/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
61
- - [Question and Answer WordPress Template](https://cyberchimps.com/wordpress-themes/question-and-answer/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
62
- - [Learning Management System (LMS) WordPress Template](https://cyberchimps.com/wordpress-themes/lms/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
63
- - [Insurance WordPress Template](https://cyberchimps.com/wordpress-themes/insurance/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
64
 
65
  **Health & Wellness Website Templates For Responsive Theme**
66
 
67
- - [Health Coach WordPress Template](https://cyberchimps.com/wordpress-themes/health-coach/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
68
- - [Gym WordPress Template](https://cyberchimps.com/wordpress-themes/fitness-gym/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
69
- - [Yoga WordPress Template](https://cyberchimps.com/wordpress-themes/yoga-instructor/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
70
- - [Spa Center WordPress Template](https://cyberchimps.com/wordpress-themes/spa/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
71
 
72
 
73
  **Local Business Website Templates For Responsive Theme**
74
 
75
- - [Accountant WordPress Template](https://cyberchimps.com/wordpress-themes/accountant/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
76
- - [Lawyer WordPress Template](https://cyberchimps.com/wordpress-themes/corporate-lawyer/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
77
- - [Consulting WordPress Template](https://cyberchimps.com/wordpress-themes/techmo-wordpress-consulting-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
78
- - [Restaurant WordPress Template](https://cyberchimps.com/wordpress-themes/restaurant/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
79
- - [Photography WordPress Template](https://cyberchimps.com/wordpress-themes/wordpress-photography-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
80
- - [Tattoo Studio WordPress Template](https://cyberchimps.com/wordpress-themes/tattoo-studio/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
81
- - [Barber shop WordPress Template](https://cyberchimps.com/wordpress-themes/barber-shop/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
82
- - [Doctor WordPress Template](https://cyberchimps.com/wordpress-themes/doctor/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
83
- - [Dental Clinic WordPress Template](https://cyberchimps.com/wordpress-themes/dental-clinic/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
84
- - [Travel Agency WordPress Template](https://cyberchimps.com/wordpress-themes/travel-agency/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
85
- - [Transport and Logistics WordPress Template](https://cyberchimps.com/wordpress-themes/transport/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
86
- - [Finance Consulting WordPress Template](https://cyberchimps.com/wordpress-themes/finplan-finance-consulting-wordpress-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
87
- - [Portfolio for Web developer WordPress Template](https://cyberchimps.com/wordpress-themes/portfolio/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
88
- - [Kindergarten and Daycare WordPress Template](https://cyberchimps.com/wordpress-themes/tiny-tots-kindergarten-wordpress-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
89
- - [School WordPress Template](https://cyberchimps.com/wordpress-themes/edukids-premium-school-wordpress-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
90
 
91
 
92
  **Real Estate Website Templates For Responsive Theme**
93
 
94
- - [Construction WordPress Template](https://cyberchimps.com/wordpress-themes/construction/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
95
- - [Real Estate WordPress Template](https://cyberchimps.com/wordpress-themes/real-estate-pro-wordpress-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
96
- - [Interior Decorator WordPress Template](https://cyberchimps.com/wordpress-themes/interior-design-pro-wordpress-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
97
- - [Home Decor WordPress Template](https://cyberchimps.com/wordpress-themes/home-decor/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
98
 
99
  **Blogs Templates For Responsive Theme**
100
 
101
- - [Cooking & Recipe Blog WordPress Template](https://cyberchimps.com/wordpress-themes/food/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
102
- - [Travel Blog WordPress Template](https://cyberchimps.com/wordpress-themes/travel-blogger/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
103
- - [Lifestyle Blog WordPress Template](https://cyberchimps.com/wordpress-themes/lifestyle/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
104
- - [ Personal Podcast WordPress Template](https://cyberchimps.com/wordpress-themes/podcast/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
105
 
106
  **WooCommerce WordPress Templates**
107
 
108
- - [eCommerce store WordPress template](https://cyberchimps.com/wordpress-themes/ecommerce-fashion/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
109
- - [ Fashion Shop WordPress Template](https://cyberchimps.com/wordpress-themes/fashion-shop/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
110
- - [Jewellery WordPress template](https://cyberchimps.com/wordpress-themes/jewellery-shop/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
111
- - [Pet Shop WordPress Template](https://cyberchimps.com/wordpress-themes/pet-shop/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
112
- - [Online furniture store WordPress template](https://cyberchimps.com/wordpress-themes/furniture-shop/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
113
- - [Online Toy Store WordPress template](https://cyberchimps.com/wordpress-themes/toyziez-toy-store-wordpress-theme/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
114
 
115
  **Others**
116
 
117
- - [Church WordPress Template](https://cyberchimps.com/wordpress-themes/church/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
118
- - [Charity WordPress Template](https://cyberchimps.com/wordpress-themes/charity/?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=readysites)
119
 
120
 
121
 
@@ -127,13 +129,13 @@ Here's how it works:
127
  == Help Resources==
128
 
129
  Check out the following help resources to know more about Ready Site importer Plugin:
130
- [Product Documentation](https://docs.cyberchimps.com/responsive/responsive-sites?utm_source=wordpress-org&utm_medium=responsive-ad-ons&utm_campaign=helpresources)
131
  [Video Guides](https://youtube.com/playlist?list=PLXTwxw3ZJwPSpE3RYanAdYgnDptbSvjXl)
132
 
133
  == Frequently Asked Questions ==
134
 
135
  = 1. Are all the ready sites free? =
136
- We have 60+ free and Pro Ready Sites. With Responsive Ready Sites Importer, you will get access to all free sites. To import Pro templates, you will have to install [Responsive Pro](https://cyberchimps.com/pricing/?utm_source=wordpress-org&utm_medium=responsive-add-ons&utm_campaign=responsive-pricing&utm_content=faq-responsive-pro).
137
 
138
  = 2. Will Responsive Ready Sites Importer work on my theme? =
139
  The templates are built with customizer settings of Responsive Theme to provide maximum control to you. Hence, to use Responsive Ready Sites Importer, you will have to install Responsive Theme.
@@ -141,6 +143,25 @@ The templates are built with customizer settings of Responsive Theme to provide
141
  = 3. Do I need to install any other plugins? =
142
  Absolutely not! Once you install the plugin, it will take care of all other dependencies. You can sit back and let the importer do the job.
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  == Installation ==
145
 
146
  You can install the Responsive Ready Site Importer plugin using any of the following two methods:
@@ -166,12 +187,12 @@ To install the Responsive Ready Sites Importer Plugin via FTP:
166
 
167
  **How to use the plugin?**
168
  After installing the plugin, you can import the ready to use website templates using the following steps:
169
- 1. On your WordPress Dashboard, click on Responsive > Ready Sites to see all ready sites.2.
170
  2. Filter the templates based on niche or website builder.
171
  3. Preview & click on Import site to import the site.
172
  4. You can also choose to import a template, instead of the whole site.
173
  5. You can import any of the free templates using the Ready Site Importer Plugin.
174
- 6. For importing the premium templates you need to install the Responsive Pro plugin that can be purchased from [CyberChimps Website](https://cyberchimps.com/pricing/?utm_source=wordpress-org&utm_medium=responsive-add-ons&utm_campaign=responsive-pricing&utm_content=faq-responsive-pro)
175
  7. With the Pro version you will get Premium templates, Priority support and automatic updates to Pro plugin.
176
 
177
 
@@ -183,6 +204,12 @@ After installing the plugin, you can import the ready to use website templates u
183
  4. Your website is ready
184
 
185
  == Changelog ==
 
 
 
 
 
 
186
  = 2.5.0 - 15th April 2021 =
187
  * Feature - Added filters on ready sites grid page to filter the ready sites based on page builder and categories
188
  * Feature - Search box on the ready sites grid page to search for the ready sites
@@ -334,3 +361,4 @@ After installing the plugin, you can import the ready to use website templates u
334
  readme.txt
335
  Displaying readme.txt.
336
 
 
3
  Donate Link: https://cyberchimps.com
4
  Tags: elementor, gutenberg, one click demo import, templates, website templates, ready site templates, ready to import websites, elementor landing page templates, template for elementor, free elementor templates download, free landing page templates, ready made websites free, free landing page templates for elementor, free landing page templates for gutenberg, templates for gutenberg
5
  Requires at least: 5.0
6
+ Tested up to: 5.9
7
  Requires PHP: 5.6
8
+ Stable tag: 2.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
+ 100+ free and pro Elementor & Gutenberg website templates for the Responsive theme.
13
+ Full website and single page templates.
14
+
15
 
16
  == Description ==
17
 
18
+ **100+ free and pro Elementor & Gutenberg website templates for the Responsive theme. Full website and single page templates.**
19
 
20
  Get fully working and professionally designed ready-to-use website templates built for the Elementor page builder and Gutenberg - the new WordPress blocks editor. All you have to do is import a website template, edit the content and launch your website.
21
 
27
 
28
 
29
  = What are ready-to-use website templates? =
30
+ The Responsive theme comes with **100+ ready-to-use [website templates](https://cyberchimps.com/wordpress-themes/?page-builder=elementor&utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=website-templates)**
31
 
32
  Website templates help you save time designing your website. All you have to do is import a template, edit it with a drag & drop editor, and launch.
33
 
51
  - Automatically installs all necessary plugins.
52
 
53
  = What website templates can I import? =
54
+ Responsive comes with 100+ ready-to-use WordPress [website templates](https://cyberchimps.com/wordpress-themes/?page-builder=elementor&utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=website-templates).
55
 
56
  **Business Website Templates For Responsive Theme**
57
 
58
+ - [Startup WordPress Template](https://cyberchimps.com/wordpress-themes/startup-business/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
59
+ - [Business WordPress Template](https://cyberchimps.com/wordpress-themes/business-template/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
60
+ - [Corporate WordPress Template](https://cyberchimps.com/wordpress-themes/corporate-business/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
61
+ - [Help and Documentation WordPress Template](https://cyberchimps.com/wordpress-themes/documentation-wordpress-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
62
+ - [Mobile app and software WordPress Template](https://cyberchimps.com/wordpress-themes/apppress/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
63
+ - [Question and Answer WordPress Template](https://cyberchimps.com/wordpress-themes/question-and-answer/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
64
+ - [Learning Management System (LMS) WordPress Template](https://cyberchimps.com/wordpress-themes/lms/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
65
+ - [Insurance WordPress Template](https://cyberchimps.com/wordpress-themes/insurance/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
66
 
67
  **Health & Wellness Website Templates For Responsive Theme**
68
 
69
+ - [Health Coach WordPress Template](https://cyberchimps.com/wordpress-themes/health-coach/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
70
+ - [Gym WordPress Template](https://cyberchimps.com/wordpress-themes/fitness-gym/?utm_sourcewporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
71
+ - [Yoga WordPress Template](https://cyberchimps.com/wordpress-themes/yoga-instructor/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
72
+ - [Spa Center WordPress Template](https://cyberchimps.com/wordpress-themes/spa/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
73
 
74
 
75
  **Local Business Website Templates For Responsive Theme**
76
 
77
+ - [Accountant WordPress Template](https://cyberchimps.com/wordpress-themes/accountant/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
78
+ - [Lawyer WordPress Template](https://cyberchimps.com/wordpress-themes/corporate-lawyer/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
79
+ - [Consulting WordPress Template](https://cyberchimps.com/wordpress-themes/techmo-wordpress-consulting-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
80
+ - [Restaurant WordPress Template](https://cyberchimps.com/wordpress-themes/restaurant/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
81
+ - [Photography WordPress Template](https://cyberchimps.com/wordpress-themes/wordpress-photography-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
82
+ - [Tattoo Studio WordPress Template](https://cyberchimps.com/wordpress-themes/tattoo-studio/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
83
+ - [Barber shop WordPress Template](https://cyberchimps.com/wordpress-themes/barber-shop/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
84
+ - [Doctor WordPress Template](https://cyberchimps.com/wordpress-themes/doctor/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
85
+ - [Dental Clinic WordPress Template](https://cyberchimps.com/wordpress-themes/dental-clinic/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
86
+ - [Travel Agency WordPress Template](https://cyberchimps.com/wordpress-themes/travel-agency/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
87
+ - [Transport and Logistics WordPress Template](https://cyberchimps.com/wordpress-themes/transport/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
88
+ - [Finance Consulting WordPress Template](https://cyberchimps.com/wordpress-themes/finplan-finance-consulting-wordpress-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
89
+ - [Portfolio for Web developer WordPress Template](https://cyberchimps.com/wordpress-themes/portfolio/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
90
+ - [Kindergarten and Daycare WordPress Template](https://cyberchimps.com/wordpress-themes/tiny-tots-kindergarten-wordpress-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
91
+ - [School WordPress Template](https://cyberchimps.com/wordpress-themes/edukids-premium-school-wordpress-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
92
 
93
 
94
  **Real Estate Website Templates For Responsive Theme**
95
 
96
+ - [Construction WordPress Template](https://cyberchimps.com/wordpress-themes/construction/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
97
+ - [Real Estate WordPress Template](https://cyberchimps.com/wordpress-themes/real-estate-pro-wordpress-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
98
+ - [Interior Decorator WordPress Template](https://cyberchimps.com/wordpress-themes/interior-design-pro-wordpress-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
99
+ - [Home Decor WordPress Template](https://cyberchimps.com/wordpress-themes/home-decor/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
100
 
101
  **Blogs Templates For Responsive Theme**
102
 
103
+ - [Cooking & Recipe Blog WordPress Template](https://cyberchimps.com/wordpress-themes/food/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
104
+ - [Travel Blog WordPress Template](https://cyberchimps.com/wordpress-themes/travel-blogger/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
105
+ - [Lifestyle Blog WordPress Template](https://cyberchimps.com/wordpress-themes/lifestyle/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
106
+ - [ Personal Podcast WordPress Template](https://cyberchimps.com/wordpress-themes/podcast/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
107
 
108
  **WooCommerce WordPress Templates**
109
 
110
+ - [eCommerce store WordPress template](https://cyberchimps.com/wordpress-themes/ecommerce-fashion/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
111
+ - [ Fashion Shop WordPress Template](https://cyberchimps.com/wordpress-themes/fashion-shop/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
112
+ - [Jewellery WordPress template](https://cyberchimps.com/wordpress-themes/jewellery-shop/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
113
+ - [Pet Shop WordPress Template](https://cyberchimps.com/wordpress-themes/pet-shop/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
114
+ - [Online furniture store WordPress template](https://cyberchimps.com/wordpress-themes/furniture-shop/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
115
+ - [Online Toy Store WordPress template](https://cyberchimps.com/wordpress-themes/toyziez-toy-store-wordpress-theme/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
116
 
117
  **Others**
118
 
119
+ - [Church WordPress Template](https://cyberchimps.com/wordpress-themes/church/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
120
+ - [Charity WordPress Template](https://cyberchimps.com/wordpress-themes/charity/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=readysites)
121
 
122
 
123
 
129
  == Help Resources==
130
 
131
  Check out the following help resources to know more about Ready Site importer Plugin:
132
+ [Product Documentation](https://docs.cyberchimps.com/responsive/responsive-sites?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=help-resources)
133
  [Video Guides](https://youtube.com/playlist?list=PLXTwxw3ZJwPSpE3RYanAdYgnDptbSvjXl)
134
 
135
  == Frequently Asked Questions ==
136
 
137
  = 1. Are all the ready sites free? =
138
+ We have 100+ free and Pro Ready Sites. With Responsive Ready Sites Importer, you will get access to all free sites. To import Pro templates, you will have to install [Responsive Pro](https://cyberchimps.com/pricing/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=responsive-pricing&utm_content=faq-responsive-pro).
139
 
140
  = 2. Will Responsive Ready Sites Importer work on my theme? =
141
  The templates are built with customizer settings of Responsive Theme to provide maximum control to you. Hence, to use Responsive Ready Sites Importer, you will have to install Responsive Theme.
143
  = 3. Do I need to install any other plugins? =
144
  Absolutely not! Once you install the plugin, it will take care of all other dependencies. You can sit back and let the importer do the job.
145
 
146
+ = 4. How can I import a website template using the responsive ready site importer plugin? =
147
+ After installing the plugin, you can import the ready to use website templates using the following steps:
148
+ 1. On your WordPress Dashboard, click on Responsive > Website Templates to see all ready sites.
149
+ 2. Filter the templates based on niche or website builder.
150
+ 3. Preview & click on Import site to import the site.
151
+ 4. You can also choose to import a template, instead of the whole site.
152
+
153
+ = 5. How can I edit Responsive website templates on my own? =
154
+ Responsive website templates are built using the WordPress block editor (aka Gutenberg editor) or the Elementor page builder. You can use the same drag-and-drop editors to edit these templates
155
+
156
+ = 6. Where can I check the website demos? =
157
+ You can check all the website demos here [website templates](https://cyberchimps.com/wordpress-themes/?page-builder=elementor&utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=faq)**
158
+
159
+ = 7. Can I suggest a topic that I don’t find here? =
160
+ Yes, absolutely! We would be happy to work on topics that you are looking for. You can [drop us a message here](https://cyberchimps.com/contact/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=faq)
161
+
162
+ = 8. How will going Pro help me? =
163
+ By going pro, you will get access to the premium website templates. Apart from this, you will also receive priority support and automatic updates for the pro plugin. [Go Pro](https://cyberchimps.com/pricing/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=responsive-pricing&utm_content=faq-responsive-pro)
164
+
165
  == Installation ==
166
 
167
  You can install the Responsive Ready Site Importer plugin using any of the following two methods:
187
 
188
  **How to use the plugin?**
189
  After installing the plugin, you can import the ready to use website templates using the following steps:
190
+ 1. On your WordPress Dashboard, click on Responsive > Ready Sites to see all ready sites.
191
  2. Filter the templates based on niche or website builder.
192
  3. Preview & click on Import site to import the site.
193
  4. You can also choose to import a template, instead of the whole site.
194
  5. You can import any of the free templates using the Ready Site Importer Plugin.
195
+ 6. For importing the premium templates you need to install the Responsive Pro plugin that can be purchased from [CyberChimps Website](https://cyberchimps.com/pricing/?utm_source=wporg&utm_medium=responsive-add-ons&utm_campaign=responsive-pricing&utm_content=faq-responsive-pro)
196
  7. With the Pro version you will get Premium templates, Priority support and automatic updates to Pro plugin.
197
 
198
 
204
  4. Your website is ready
205
 
206
  == Changelog ==
207
+ = 2.6.0 - 17th December 2021 =
208
+ * Feature - Redesigned the Getting Started page to showcase all the useful links
209
+ * Feature - Added a Quick Links button on the Getting Started page and Website Templates page
210
+ * Feature - Added Guided Steps on the Website Templates page
211
+ * Fix - Customizer's Additional CSS getting escaped
212
+
213
  = 2.5.0 - 15th April 2021 =
214
  * Feature - Added filters on ready sites grid page to filter the ready sites based on page builder and categories
215
  * Feature - Search box on the ready sites grid page to search for the ready sites
361
  readme.txt
362
  Displaying readme.txt.
363
 
364
+
responsive-add-ons.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Responsive Ready Sites Importer
4
  * Plugin URI: http://wordpress.org/plugins/responsive-add-ons/
5
  * Description: Import Responsive Ready Sites that help you launch your website quickly. Just import, update & hit the launch button.
6
- * Version: 2.5.0
7
  * Author: CyberChimps
8
  * License: GPL2
9
  *
@@ -45,7 +45,7 @@ if ( ! defined( 'RESPONSIVE_ADDONS_URI' ) ) {
45
  }
46
 
47
  if ( ! defined( 'RESPONSIVE_ADDONS_VER' ) ) {
48
- define( 'RESPONSIVE_ADDONS_VER', '2.5.0' );
49
  }
50
 
51
  if ( ! function_exists( 'ra_fs' ) ) {
@@ -65,7 +65,7 @@ if ( ! function_exists( 'ra_fs' ) ) {
65
  'slug' => 'responsive-add-ons',
66
  'product_name' => 'Responsive Ready Sites Importer',
67
  'module_type' => 'plugin',
68
- 'version' => '2.5.0',
69
  'plugin_basename' => 'responsive-add-ons/responsive-add-ons.php',
70
  'plugin_url' => RESPONSIVE_ADDONS_DIR_URL,
71
  )
3
  * Plugin Name: Responsive Ready Sites Importer
4
  * Plugin URI: http://wordpress.org/plugins/responsive-add-ons/
5
  * Description: Import Responsive Ready Sites that help you launch your website quickly. Just import, update & hit the launch button.
6
+ * Version: 2.6.0
7
  * Author: CyberChimps
8
  * License: GPL2
9
  *
45
  }
46
 
47
  if ( ! defined( 'RESPONSIVE_ADDONS_VER' ) ) {
48
+ define( 'RESPONSIVE_ADDONS_VER', '2.6.0' );
49
  }
50
 
51
  if ( ! function_exists( 'ra_fs' ) ) {
65
  'slug' => 'responsive-add-ons',
66
  'product_name' => 'Responsive Ready Sites Importer',
67
  'module_type' => 'plugin',
68
+ 'version' => '2.6.0',
69
  'plugin_basename' => 'responsive-add-ons/responsive-add-ons.php',
70
  'plugin_url' => RESPONSIVE_ADDONS_DIR_URL,
71
  )