Version Description
Download this release
Release Info
Code changes from version 1.7.2 to 1.7.3
- assets/css/htbbootstrap.css +27 -0
- assets/css/htmega-widgets.css +876 -523
- assets/js/htbbootstrap.js +1 -1
- assets/js/htmega-widgets-active.js +2 -2
- htmega_addons_elementor.php +2 -2
- includes/widgets/htmega_accordion.php +86 -31
- includes/widgets/htmega_brand.php +22 -17
- includes/widgets/htmega_counter.php +352 -11
- includes/widgets/htmega_double_button.php +68 -15
- includes/widgets/htmega_dropcaps.php +48 -7
- includes/widgets/htmega_flip-box.php +883 -63
- includes/widgets/htmega_gallery_justify.php +30 -1
- includes/widgets/htmega_image_grid.php +92 -9
- includes/widgets/htmega_image_masonry.php +102 -8
- includes/widgets/htmega_instagram - Copy.php +0 -1672
- includes/widgets/htmega_instagram.php +14 -1
- includes/widgets/htmega_mailchimp_for_wp.php +38 -7
- includes/widgets/htmega_popover.php +2 -8
- includes/widgets/htmega_progressbar.php +298 -195
- includes/widgets/htmega_scroll_image.php +280 -5
- includes/widgets/htmega_scroll_navigation.php +3 -6
- includes/widgets/htmega_section_title.php +257 -20
- includes/widgets/htmega_slider_thumb_gallery.php +323 -46
- includes/widgets/htmega_working_process.php +52 -6
- languages/htmega-addons.pot +1414 -1235
- readme.txt +104 -2
assets/css/htbbootstrap.css
CHANGED
@@ -1501,6 +1501,33 @@ tbody.htb-collapse.htb-show {
|
|
1501 |
}
|
1502 |
|
1503 |
}@media (min-width:320px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1504 |
.htb-close {
|
1505 |
float: right;
|
1506 |
font-size: 1.5rem;
|
1501 |
}
|
1502 |
|
1503 |
}@media (min-width:320px) {
|
1504 |
+
.htb-progress {
|
1505 |
+
display: -ms-flexbox;
|
1506 |
+
display: flex;
|
1507 |
+
height: 1rem;
|
1508 |
+
overflow: hidden;
|
1509 |
+
font-size: .75rem;
|
1510 |
+
background-color: #e9ecef;
|
1511 |
+
border-radius: .25rem;
|
1512 |
+
}
|
1513 |
+
.htb-progress-bar {
|
1514 |
+
display: -ms-flexbox;
|
1515 |
+
display: flex;
|
1516 |
+
-ms-flex-align: center;
|
1517 |
+
align-items: center;
|
1518 |
+
-ms-flex-pack: center;
|
1519 |
+
justify-content: center;
|
1520 |
+
color: #fff;
|
1521 |
+
background-color: #007bff;
|
1522 |
+
}
|
1523 |
+
.htb-progress-bar-striped {
|
1524 |
+
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
1525 |
+
background-size: 1rem 1rem;
|
1526 |
+
}
|
1527 |
+
.htb-progress-bar-animated {
|
1528 |
+
-webkit-animation: progress-bar-stripes 1s linear infinite;
|
1529 |
+
animation: progress-bar-stripes 1s linear infinite;
|
1530 |
+
}
|
1531 |
.htb-close {
|
1532 |
float: right;
|
1533 |
font-size: 1.5rem;
|
assets/css/htmega-widgets.css
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
/* Section Title style */
|
|
|
|
|
|
|
|
|
2 |
.htmega-section-title svg{
|
3 |
width: 20px;
|
4 |
}
|
@@ -58,9 +62,9 @@
|
|
58 |
.htmega-section-title.htmega-subtitle-position-top i{
|
59 |
order: 3;
|
60 |
}
|
61 |
-
.htmega-section-title img {
|
62 |
margin: auto;
|
63 |
-
}
|
64 |
.htmega-section-title.htmega-subtitle-position-top .htmega-title-sperator-sec {
|
65 |
order: 4;
|
66 |
}
|
@@ -116,7 +120,59 @@
|
|
116 |
.htmega-title-sperator-sec {
|
117 |
line-height: 1;
|
118 |
}
|
119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
/*
|
121 |
* Button Style
|
122 |
*/
|
@@ -643,11 +699,12 @@
|
|
643 |
cursor: pointer;
|
644 |
padding: 10px 20px;
|
645 |
position: relative;
|
646 |
-
margin: 0;
|
647 |
}
|
648 |
.htmega-accourdion-title h2 {
|
649 |
font-size: 16px;
|
650 |
font-weight: 600;
|
|
|
651 |
}
|
652 |
.htmega-accourdion-title .htmega-items-hedding .accourdion-icon {
|
653 |
position: absolute;
|
@@ -656,7 +713,10 @@
|
|
656 |
width: 40px;
|
657 |
height: 100%;
|
658 |
text-align: center;
|
659 |
-
line-height: 40px;
|
|
|
|
|
|
|
660 |
}
|
661 |
.htmega-accourdion-title .htmega-items-hedding .close-accourdion {
|
662 |
opacity: 1;
|
@@ -890,6 +950,20 @@
|
|
890 |
right: 0;
|
891 |
top: -39px;
|
892 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
893 |
.htmega-progress-value-inner .htb-progress span.percent-label {
|
894 |
right: 50px;
|
895 |
top: 50%;
|
@@ -980,7 +1054,7 @@
|
|
980 |
.radial-progress-single .radial-progress {
|
981 |
position: relative;
|
982 |
}
|
983 |
-
.radial-progress-single .radial-progress span{
|
984 |
position: absolute;
|
985 |
text-align: center;
|
986 |
display: block;
|
@@ -2725,7 +2799,7 @@
|
|
2725 |
justify-content: space-between;
|
2726 |
align-items: center;
|
2727 |
}
|
2728 |
-
|
2729 |
/* Mobile Quary Brand widgets*/
|
2730 |
@media only screen and (max-width: 380px) {
|
2731 |
ul.brand-list {
|
@@ -2736,6 +2810,7 @@
|
|
2736 |
ul.brand-list li {
|
2737 |
position: relative;
|
2738 |
text-align: center;
|
|
|
2739 |
}
|
2740 |
|
2741 |
ul.brand-list li a{
|
@@ -7368,15 +7443,19 @@
|
|
7368 |
}
|
7369 |
|
7370 |
.htmega-single-process .icon {
|
7371 |
-
|
7372 |
-
|
7373 |
-
|
7374 |
-
|
7375 |
-
|
7376 |
-
|
7377 |
-
|
7378 |
-
|
7379 |
-
|
|
|
|
|
|
|
|
|
7380 |
|
7381 |
.htmega-single-process .htmega-content h4 {
|
7382 |
color: #555555;
|
@@ -7852,6 +7931,10 @@
|
|
7852 |
transform-style: preserve-3d;
|
7853 |
z-index: 2;
|
7854 |
height: 100%;
|
|
|
|
|
|
|
|
|
7855 |
}
|
7856 |
|
7857 |
.htmega-flip-box-area .back-container {
|
@@ -7889,7 +7972,7 @@
|
|
7889 |
margin-bottom: 18px;
|
7890 |
}
|
7891 |
|
7892 |
-
.back-container p {
|
7893 |
color: #ffffff;
|
7894 |
font-size: 14px;
|
7895 |
line-height: 26px;
|
@@ -7908,6 +7991,7 @@
|
|
7908 |
height: 100%;
|
7909 |
position: absolute;
|
7910 |
top: 0;
|
|
|
7911 |
}
|
7912 |
|
7913 |
|
@@ -7964,6 +8048,130 @@
|
|
7964 |
font-weight: 300;
|
7965 |
}
|
7966 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7967 |
/*
|
7968 |
* style for tooltip
|
7969 |
*/
|
@@ -8040,6 +8248,12 @@
|
|
8040 |
.htb-popover-header {
|
8041 |
margin-top: 0;
|
8042 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
8043 |
|
8044 |
/* Popover Button Style */
|
8045 |
.htmega-popover span {
|
@@ -8286,498 +8500,498 @@
|
|
8286 |
*/
|
8287 |
|
8288 |
/*Marker Style 01*/
|
8289 |
-
|
8290 |
-
|
8291 |
-
|
8292 |
-
|
8293 |
-
|
8294 |
-
|
8295 |
-
|
8296 |
-
|
8297 |
-
|
8298 |
-
|
8299 |
-
|
8300 |
-
|
8301 |
-
|
8302 |
-
|
8303 |
-
|
8304 |
-
|
8305 |
-
|
8306 |
-
|
8307 |
-
|
8308 |
-
|
8309 |
-
|
8310 |
-
|
8311 |
-
|
8312 |
-
|
8313 |
-
|
8314 |
-
|
8315 |
-
|
8316 |
-
|
8317 |
-
|
8318 |
-
|
8319 |
-
|
8320 |
-
|
8321 |
-
|
8322 |
-
|
8323 |
-
|
8324 |
-
|
8325 |
-
|
8326 |
-
|
8327 |
-
|
8328 |
-
|
8329 |
-
|
8330 |
-
|
8331 |
-
|
8332 |
-
|
8333 |
-
|
8334 |
-
|
8335 |
-
|
8336 |
-
|
8337 |
-
|
8338 |
-
|
8339 |
-
|
8340 |
-
|
8341 |
-
|
8342 |
-
|
8343 |
-
|
8344 |
-
|
8345 |
-
|
8346 |
-
|
8347 |
-
|
8348 |
-
|
8349 |
-
|
8350 |
-
|
8351 |
-
|
8352 |
-
|
8353 |
-
|
8354 |
-
|
8355 |
-
|
8356 |
-
|
8357 |
-
|
8358 |
-
|
8359 |
-
|
8360 |
-
|
8361 |
-
|
8362 |
-
|
8363 |
-
|
8364 |
-
|
8365 |
-
|
8366 |
-
|
8367 |
-
|
8368 |
-
|
8369 |
-
|
8370 |
-
|
8371 |
-
|
8372 |
-
|
8373 |
-
|
8374 |
-
|
8375 |
-
|
8376 |
-
|
8377 |
-
|
8378 |
-
|
8379 |
-
|
8380 |
-
|
8381 |
-
|
8382 |
-
|
8383 |
-
|
8384 |
-
|
8385 |
-
|
8386 |
-
|
8387 |
-
|
8388 |
-
|
8389 |
-
|
8390 |
-
|
8391 |
-
|
8392 |
-
|
8393 |
-
|
8394 |
-
|
8395 |
-
|
8396 |
-
|
8397 |
-
|
8398 |
-
|
8399 |
-
|
8400 |
-
|
8401 |
-
|
8402 |
-
|
8403 |
-
|
8404 |
-
|
8405 |
-
|
8406 |
-
|
8407 |
-
|
8408 |
-
|
8409 |
-
|
8410 |
-
|
8411 |
-
|
8412 |
-
|
8413 |
-
|
8414 |
-
|
8415 |
-
|
8416 |
-
|
8417 |
-
|
8418 |
-
|
8419 |
-
|
8420 |
-
|
8421 |
-
|
8422 |
-
|
8423 |
-
|
8424 |
-
|
8425 |
-
|
8426 |
-
|
8427 |
-
|
8428 |
-
|
8429 |
-
|
8430 |
-
|
8431 |
-
|
8432 |
-
|
8433 |
-
|
8434 |
-
|
8435 |
-
|
8436 |
-
|
8437 |
-
|
8438 |
-
|
8439 |
-
|
8440 |
-
|
8441 |
-
|
8442 |
-
|
8443 |
-
|
8444 |
-
|
8445 |
-
|
8446 |
-
|
8447 |
-
|
8448 |
-
|
8449 |
-
|
8450 |
-
|
8451 |
-
|
8452 |
-
|
8453 |
-
|
8454 |
-
|
8455 |
-
|
8456 |
-
|
8457 |
-
|
8458 |
-
|
8459 |
-
|
8460 |
-
|
8461 |
-
|
8462 |
-
|
8463 |
-
|
8464 |
-
|
8465 |
-
|
8466 |
-
|
8467 |
-
|
8468 |
-
|
8469 |
-
|
8470 |
-
|
8471 |
-
|
8472 |
-
|
8473 |
-
|
8474 |
-
|
8475 |
-
|
8476 |
-
|
8477 |
-
|
8478 |
-
|
8479 |
-
|
8480 |
-
|
8481 |
-
|
8482 |
-
|
8483 |
-
|
8484 |
-
|
8485 |
-
|
8486 |
-
|
8487 |
-
|
8488 |
-
|
8489 |
-
|
8490 |
-
|
8491 |
-
|
8492 |
-
|
8493 |
-
|
8494 |
-
|
8495 |
-
|
8496 |
-
|
8497 |
-
|
8498 |
-
|
8499 |
-
|
8500 |
-
|
8501 |
-
|
8502 |
-
|
8503 |
-
|
8504 |
-
|
8505 |
-
|
8506 |
-
|
8507 |
-
|
8508 |
-
|
8509 |
-
|
8510 |
-
|
8511 |
-
|
8512 |
-
|
8513 |
-
|
8514 |
-
|
8515 |
-
|
8516 |
-
|
8517 |
-
|
8518 |
-
|
8519 |
-
|
8520 |
-
|
8521 |
-
|
8522 |
-
|
8523 |
-
|
8524 |
-
|
8525 |
-
|
8526 |
-
|
8527 |
-
|
8528 |
-
|
8529 |
-
|
8530 |
-
|
8531 |
-
|
8532 |
-
|
8533 |
-
|
8534 |
-
|
8535 |
-
|
8536 |
-
|
8537 |
-
|
8538 |
-
|
8539 |
-
|
8540 |
-
|
8541 |
-
|
8542 |
-
|
8543 |
-
|
8544 |
-
|
8545 |
-
|
8546 |
-
|
8547 |
-
|
8548 |
-
|
8549 |
-
|
8550 |
-
|
8551 |
-
|
8552 |
-
|
8553 |
-
|
8554 |
-
|
8555 |
-
|
8556 |
-
|
8557 |
-
|
8558 |
-
|
8559 |
-
|
8560 |
-
|
8561 |
-
|
8562 |
-
|
8563 |
-
|
8564 |
-
|
8565 |
-
|
8566 |
-
|
8567 |
-
|
8568 |
-
|
8569 |
-
|
8570 |
-
|
8571 |
-
|
8572 |
-
|
8573 |
-
|
8574 |
-
|
8575 |
-
|
8576 |
-
|
8577 |
-
|
8578 |
-
|
8579 |
-
|
8580 |
-
|
8581 |
-
|
8582 |
-
|
8583 |
-
|
8584 |
-
|
8585 |
-
|
8586 |
-
|
8587 |
-
|
8588 |
-
|
8589 |
-
|
8590 |
-
|
8591 |
-
|
8592 |
-
|
8593 |
-
|
8594 |
-
|
8595 |
-
|
8596 |
-
|
8597 |
-
|
8598 |
-
|
8599 |
-
|
8600 |
-
|
8601 |
-
|
8602 |
-
|
8603 |
-
|
8604 |
-
|
8605 |
-
|
8606 |
-
|
8607 |
-
|
8608 |
-
|
8609 |
-
|
8610 |
-
|
8611 |
-
|
8612 |
-
|
8613 |
-
|
8614 |
-
|
8615 |
-
|
8616 |
-
|
8617 |
-
|
8618 |
-
|
8619 |
-
|
8620 |
-
|
8621 |
-
|
8622 |
-
|
8623 |
-
|
8624 |
-
|
8625 |
-
|
8626 |
-
|
8627 |
-
|
8628 |
-
|
8629 |
-
|
8630 |
-
|
8631 |
-
|
8632 |
-
|
8633 |
-
|
8634 |
-
|
8635 |
-
|
8636 |
-
|
8637 |
-
|
8638 |
-
|
8639 |
-
|
8640 |
-
|
8641 |
-
|
8642 |
-
|
8643 |
-
|
8644 |
-
|
8645 |
-
|
8646 |
-
|
8647 |
-
|
8648 |
-
|
8649 |
-
|
8650 |
-
|
8651 |
-
|
8652 |
-
|
8653 |
-
|
8654 |
-
|
8655 |
-
|
8656 |
-
|
8657 |
-
|
8658 |
-
|
8659 |
-
|
8660 |
-
|
8661 |
-
|
8662 |
-
|
8663 |
-
|
8664 |
-
|
8665 |
-
|
8666 |
-
|
8667 |
-
|
8668 |
-
|
8669 |
-
|
8670 |
-
|
8671 |
-
|
8672 |
-
|
8673 |
-
|
8674 |
-
|
8675 |
-
|
8676 |
-
|
8677 |
-
|
8678 |
-
|
8679 |
-
|
8680 |
-
|
8681 |
-
|
8682 |
-
|
8683 |
-
|
8684 |
-
|
8685 |
-
|
8686 |
-
|
8687 |
-
|
8688 |
-
|
8689 |
-
|
8690 |
-
|
8691 |
-
|
8692 |
-
|
8693 |
-
|
8694 |
-
|
8695 |
-
|
8696 |
-
|
8697 |
-
|
8698 |
-
|
8699 |
-
|
8700 |
-
|
8701 |
-
|
8702 |
-
|
8703 |
-
|
8704 |
-
|
8705 |
-
|
8706 |
-
|
8707 |
-
|
8708 |
-
|
8709 |
-
|
8710 |
-
|
8711 |
-
|
8712 |
-
|
8713 |
-
|
8714 |
-
|
8715 |
-
|
8716 |
-
|
8717 |
-
|
8718 |
-
|
8719 |
-
|
8720 |
-
|
8721 |
-
|
8722 |
-
|
8723 |
-
|
8724 |
-
|
8725 |
-
|
8726 |
-
|
8727 |
-
|
8728 |
-
|
8729 |
-
|
8730 |
-
|
8731 |
-
|
8732 |
-
|
8733 |
-
|
8734 |
-
|
8735 |
-
|
8736 |
-
|
8737 |
-
|
8738 |
-
|
8739 |
-
|
8740 |
-
|
8741 |
-
|
8742 |
-
|
8743 |
-
|
8744 |
-
|
8745 |
-
|
8746 |
-
|
8747 |
-
|
8748 |
-
|
8749 |
-
|
8750 |
-
|
8751 |
-
|
8752 |
-
|
8753 |
-
|
8754 |
-
|
8755 |
-
|
8756 |
-
|
8757 |
-
|
8758 |
-
|
8759 |
-
|
8760 |
-
|
8761 |
-
|
8762 |
-
|
8763 |
-
|
8764 |
-
|
8765 |
-
|
8766 |
-
|
8767 |
-
|
8768 |
-
|
8769 |
-
|
8770 |
-
|
8771 |
-
|
8772 |
-
|
8773 |
-
|
8774 |
-
|
8775 |
-
|
8776 |
-
|
8777 |
-
|
8778 |
-
|
8779 |
-
|
8780 |
-
|
8781 |
/*
|
8782 |
* Inline Menu
|
8783 |
*/
|
@@ -9580,6 +9794,14 @@
|
|
9580 |
align-items: center;
|
9581 |
justify-content: center;
|
9582 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9583 |
|
9584 |
.htmega-counter-style-2 .htmega-counter-icon {
|
9585 |
padding-right: 20px;
|
@@ -9650,6 +9872,7 @@
|
|
9650 |
top: 50%;
|
9651 |
left: 50%;
|
9652 |
transform: translateX(-50%) translateY(-50%);
|
|
|
9653 |
}
|
9654 |
|
9655 |
.htmega-counter-style-3 {
|
@@ -9661,7 +9884,6 @@
|
|
9661 |
font-size: 40px;
|
9662 |
font-weight: 600;
|
9663 |
margin-top: 13px;
|
9664 |
-
display: inline-block;
|
9665 |
font-family: 'Courgette', cursive;
|
9666 |
}
|
9667 |
|
@@ -9796,6 +10018,15 @@
|
|
9796 |
margin-top: 13px;
|
9797 |
text-transform: uppercase;
|
9798 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9799 |
|
9800 |
/*
|
9801 |
* Blog Post Css
|
@@ -11020,6 +11251,10 @@
|
|
11020 |
margin-top: 20px;
|
11021 |
position: relative;
|
11022 |
}
|
|
|
|
|
|
|
|
|
11023 |
|
11024 |
.htmega-singleimage-gridstyle-4 .thumb a img {
|
11025 |
width: 100%;
|
@@ -11134,7 +11369,9 @@
|
|
11134 |
.ht-thumb-gallery ul.htmega-thumbgallery-for li{
|
11135 |
position: relative;
|
11136 |
}
|
11137 |
-
|
|
|
|
|
11138 |
.htmega-thumbgallery-for button.slick-arrow {
|
11139 |
position: absolute;
|
11140 |
top: 50%;
|
@@ -11168,8 +11405,24 @@
|
|
11168 |
height: 50px;
|
11169 |
padding: 0;
|
11170 |
width: 50px;
|
|
|
11171 |
}
|
11172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11173 |
.htmega-thumbgallery-for button.htmega-carosul-next {
|
11174 |
left: auto;
|
11175 |
right: 30px;
|
@@ -11240,6 +11493,8 @@
|
|
11240 |
|
11241 |
.htmega-thumbgallery-nav .small-thumb {
|
11242 |
cursor: pointer;
|
|
|
|
|
11243 |
}
|
11244 |
|
11245 |
.htmega-thumbgallery-nav .small-thumb img {
|
@@ -11251,7 +11506,7 @@
|
|
11251 |
bottom: 40px;
|
11252 |
left: 0;
|
11253 |
background: rgba(0, 86, 255, 0.7);
|
11254 |
-
padding:
|
11255 |
}
|
11256 |
|
11257 |
.htmega-thumbgallery-for .content.right-bottom {
|
@@ -11264,8 +11519,17 @@
|
|
11264 |
margin: 0;
|
11265 |
color: #ffffff;
|
11266 |
font-size: 24px;
|
11267 |
-
line-height:
|
11268 |
font-weight: 500;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11269 |
}
|
11270 |
|
11271 |
.htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img {
|
@@ -11277,13 +11541,16 @@
|
|
11277 |
}
|
11278 |
|
11279 |
.htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
|
11280 |
-
padding: 3px
|
|
|
11281 |
}
|
11282 |
|
11283 |
.htmega-thumbgallery-nav.htmega-thumbgallery-nav {
|
11284 |
margin: -3px 0;
|
11285 |
}
|
11286 |
-
|
|
|
|
|
11287 |
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
|
11288 |
padding: 5px 3px;
|
11289 |
}
|
@@ -11297,6 +11564,23 @@
|
|
11297 |
width: 100%;
|
11298 |
}
|
11299 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11300 |
/*
|
11301 |
* Testimonial Grid Style
|
11302 |
*/
|
@@ -12945,6 +13229,8 @@
|
|
12945 |
/*
|
12946 |
* Double Button
|
12947 |
*/
|
|
|
|
|
12948 |
.htmega-doule-btn svg{
|
12949 |
width: 20px;
|
12950 |
}
|
@@ -13020,7 +13306,61 @@
|
|
13020 |
height: 40px;
|
13021 |
line-height: 40px;
|
13022 |
}
|
13023 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13024 |
/* Double Button Skew Bg */
|
13025 |
.before_bg{
|
13026 |
overflow: hidden;
|
@@ -13054,9 +13394,8 @@
|
|
13054 |
/*
|
13055 |
* Banner Style
|
13056 |
*/
|
13057 |
-
|
13058 |
-
|
13059 |
-
/*overflow: hidden;*/
|
13060 |
position: relative;
|
13061 |
display: block;
|
13062 |
line-height: 0;
|
@@ -15781,11 +16120,13 @@
|
|
15781 |
* Scroll Images Style
|
15782 |
*/
|
15783 |
.ht-scroll-image {
|
|
|
15784 |
border-style: solid;
|
15785 |
border-width: 20px 20px 20px 20px;
|
15786 |
border-color: #ffffff;
|
15787 |
border-radius: 5px 5px 5px 5px;
|
15788 |
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
|
|
|
15789 |
}
|
15790 |
|
15791 |
.ht-scroll-image .thumb {
|
@@ -15805,14 +16146,26 @@
|
|
15805 |
border-left: 1px solid #f2f2f2;
|
15806 |
border-bottom: 1px solid #f2f2f2;
|
15807 |
border-right: 1px solid #f2f2f2;
|
15808 |
-
transition:
|
15809 |
-
-webkit-transition: background-position 2s cubic-bezier(0.1, 0.54, 0.43, 0.94);
|
15810 |
}
|
15811 |
|
15812 |
.ht-scroll-image .thumb:hover {
|
15813 |
background-position: center bottom !important;
|
15814 |
}
|
15815 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15816 |
/*
|
15817 |
* Weather Style Css
|
15818 |
*/
|
@@ -16090,7 +16443,7 @@
|
|
16090 |
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
|
16091 |
font-size: 13px;
|
16092 |
}
|
16093 |
-
|
16094 |
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
|
16095 |
padding: 0;
|
16096 |
}
|
1 |
/* Section Title style */
|
2 |
+
.htmega-section-title{
|
3 |
+
position: relative;
|
4 |
+
z-index: 1;
|
5 |
+
}
|
6 |
.htmega-section-title svg{
|
7 |
width: 20px;
|
8 |
}
|
62 |
.htmega-section-title.htmega-subtitle-position-top i{
|
63 |
order: 3;
|
64 |
}
|
65 |
+
/* .htmega-section-title img {
|
66 |
margin: auto;
|
67 |
+
} */
|
68 |
.htmega-section-title.htmega-subtitle-position-top .htmega-title-sperator-sec {
|
69 |
order: 4;
|
70 |
}
|
120 |
.htmega-title-sperator-sec {
|
121 |
line-height: 1;
|
122 |
}
|
123 |
+
|
124 |
+
.htmega-section-title-order-parent{
|
125 |
+
display: flex;
|
126 |
+
flex-direction: column;
|
127 |
+
}
|
128 |
+
.htmega-section-title-order-parent .section-subtitle-txt {
|
129 |
+
order: 1;
|
130 |
+
}
|
131 |
+
.htmega-section-title-order-parent .section-title-txt {
|
132 |
+
order: 2;
|
133 |
+
}
|
134 |
+
.htmaga-section-title-image-position-bottom{
|
135 |
+
order: 3;
|
136 |
+
}
|
137 |
+
.htmaga-section-title-image-position-top{
|
138 |
+
order: 0;
|
139 |
+
}
|
140 |
+
|
141 |
+
.htmaga-section-title-image-position-center{
|
142 |
+
order: 1;
|
143 |
+
}
|
144 |
+
|
145 |
+
.htmega-section-title.htmega-subtitle-position-bottom .section-subtitle-txt {
|
146 |
+
order: 3;
|
147 |
+
}
|
148 |
+
|
149 |
+
.image-center .section-title-txt{
|
150 |
+
order: 1;
|
151 |
+
}
|
152 |
+
|
153 |
+
.htmega_sub_title_border_both{
|
154 |
+
position: relative;
|
155 |
+
}
|
156 |
+
.htmega_sub_title_border_both::before ,
|
157 |
+
.htmega_sub_title_border_both::after{
|
158 |
+
position: absolute;
|
159 |
+
content: "";
|
160 |
+
top: 50%;
|
161 |
+
transform: translateY(-50%);
|
162 |
+
height: 2px;
|
163 |
+
width: 25px;
|
164 |
+
background: #000;
|
165 |
+
}
|
166 |
+
.htmega_sub_title_border_both::before {
|
167 |
+
left: 100%;
|
168 |
+
margin-left: 20px;
|
169 |
+
}
|
170 |
+
|
171 |
+
.htmega_sub_title_border_both::after {
|
172 |
+
right: 100%;
|
173 |
+
margin-right: 20px;
|
174 |
+
}
|
175 |
+
|
176 |
/*
|
177 |
* Button Style
|
178 |
*/
|
699 |
cursor: pointer;
|
700 |
padding: 10px 20px;
|
701 |
position: relative;
|
702 |
+
margin-bottom: 0;
|
703 |
}
|
704 |
.htmega-accourdion-title h2 {
|
705 |
font-size: 16px;
|
706 |
font-weight: 600;
|
707 |
+
margin-bottom: 0px;
|
708 |
}
|
709 |
.htmega-accourdion-title .htmega-items-hedding .accourdion-icon {
|
710 |
position: absolute;
|
713 |
width: 40px;
|
714 |
height: 100%;
|
715 |
text-align: center;
|
716 |
+
/* line-height: 40px; */
|
717 |
+
display: flex;
|
718 |
+
justify-content: center;
|
719 |
+
align-items: center;
|
720 |
}
|
721 |
.htmega-accourdion-title .htmega-items-hedding .close-accourdion {
|
722 |
opacity: 1;
|
950 |
right: 0;
|
951 |
top: -39px;
|
952 |
}
|
953 |
+
.htmega-progress-text-inner p.htmega_progress_title {
|
954 |
+
left: 20px;
|
955 |
+
top: 50%;
|
956 |
+
transform: translateY(-100%);
|
957 |
+
z-index: 9;
|
958 |
+
margin: 0;
|
959 |
+
color: #fff;
|
960 |
+
}
|
961 |
+
.htmega-progress-text-inner {
|
962 |
+
position: relative;
|
963 |
+
}
|
964 |
+
.htmega-progress-text-inner p.htmega_progress_title {
|
965 |
+
position: absolute;
|
966 |
+
}
|
967 |
.htmega-progress-value-inner .htb-progress span.percent-label {
|
968 |
right: 50px;
|
969 |
top: 50%;
|
1054 |
.radial-progress-single .radial-progress {
|
1055 |
position: relative;
|
1056 |
}
|
1057 |
+
.radial-progress-single .radial-progress span {
|
1058 |
position: absolute;
|
1059 |
text-align: center;
|
1060 |
display: block;
|
2799 |
justify-content: space-between;
|
2800 |
align-items: center;
|
2801 |
}
|
2802 |
+
|
2803 |
/* Mobile Quary Brand widgets*/
|
2804 |
@media only screen and (max-width: 380px) {
|
2805 |
ul.brand-list {
|
2810 |
ul.brand-list li {
|
2811 |
position: relative;
|
2812 |
text-align: center;
|
2813 |
+
/* transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); */
|
2814 |
}
|
2815 |
|
2816 |
ul.brand-list li a{
|
7443 |
}
|
7444 |
|
7445 |
.htmega-single-process .icon {
|
7446 |
+
width: 116px;
|
7447 |
+
height: 116px;
|
7448 |
+
margin: 0 auto;
|
7449 |
+
background: #fff;
|
7450 |
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
7451 |
+
line-height: 116px;
|
7452 |
+
text-align: center;
|
7453 |
+
border-radius: 100%;
|
7454 |
+
display: flex;
|
7455 |
+
align-items: center;
|
7456 |
+
justify-content: center;
|
7457 |
+
transition: all 0.3s ease-in-out;
|
7458 |
+
}
|
7459 |
|
7460 |
.htmega-single-process .htmega-content h4 {
|
7461 |
color: #555555;
|
7931 |
transform-style: preserve-3d;
|
7932 |
z-index: 2;
|
7933 |
height: 100%;
|
7934 |
+
display: flex;
|
7935 |
+
align-items: center;
|
7936 |
+
justify-content: center;
|
7937 |
+
flex-direction: column;
|
7938 |
}
|
7939 |
|
7940 |
.htmega-flip-box-area .back-container {
|
7972 |
margin-bottom: 18px;
|
7973 |
}
|
7974 |
|
7975 |
+
.back-container p,.front-container p {
|
7976 |
color: #ffffff;
|
7977 |
font-size: 14px;
|
7978 |
line-height: 26px;
|
7991 |
height: 100%;
|
7992 |
position: absolute;
|
7993 |
top: 0;
|
7994 |
+
z-index: 0;
|
7995 |
}
|
7996 |
|
7997 |
|
8048 |
font-weight: 300;
|
8049 |
}
|
8050 |
|
8051 |
+
/* Flipbox Style 03 */
|
8052 |
+
.htmega-flip-box-style-3 .front-container p{
|
8053 |
+
margin-top: 15px;
|
8054 |
+
margin-bottom: 15px;
|
8055 |
+
color: #7b7272;
|
8056 |
+
}
|
8057 |
+
.htmega-flipbox-bottom-index-number,.htmega-flipbox-back-bottom-index-number{
|
8058 |
+
position: absolute;
|
8059 |
+
bottom: 0;
|
8060 |
+
z-index: 1;
|
8061 |
+
margin-bottom: 10px;
|
8062 |
+
font-size: 95px;
|
8063 |
+
font-weight: bold;
|
8064 |
+
color: #F5F7FF;
|
8065 |
+
font-family: "Roboto", Sans-serif;
|
8066 |
+
font-size: 95px;
|
8067 |
+
font-weight: bold;
|
8068 |
+
line-height: 1em;
|
8069 |
+
-webkit-text-stroke-color: #DDDDE8;
|
8070 |
+
-webkit-text-stroke-width: 1px;
|
8071 |
+
}
|
8072 |
+
|
8073 |
+
/* Flipbox Style 04 */
|
8074 |
+
.htmega-flipbox-s4-image{
|
8075 |
+
height: 200px;
|
8076 |
+
width: 100%;
|
8077 |
+
position:relative;
|
8078 |
+
}
|
8079 |
+
.front-container .htmega-flipbox-s4-image img {
|
8080 |
+
height: 100%;
|
8081 |
+
object-fit: cover;
|
8082 |
+
width: 100%;
|
8083 |
+
}
|
8084 |
+
.htmega-flip-box-style-4 .front-container{
|
8085 |
+
display: block;
|
8086 |
+
}
|
8087 |
+
|
8088 |
+
.htmega-flip-box-style-4 .front-container span {
|
8089 |
+
color: #636363;
|
8090 |
+
position: absolute;
|
8091 |
+
left: 50%;
|
8092 |
+
transform: translate(-50%, 50%);
|
8093 |
+
bottom: 0;
|
8094 |
+
z-index: 2;
|
8095 |
+
background-color: #FFFFFF;
|
8096 |
+
width: 97px;
|
8097 |
+
min-height: 97px;
|
8098 |
+
height: 97px;
|
8099 |
+
display: flex;
|
8100 |
+
align-items: center;
|
8101 |
+
justify-content: center;
|
8102 |
+
line-height: 97px;
|
8103 |
+
margin: 0px 0px 0px 0px;
|
8104 |
+
border-radius: 100px 100px 100px 100px;
|
8105 |
+
box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.29);
|
8106 |
+
}
|
8107 |
+
.htmega-flip-box-style-4 .front-container h2{
|
8108 |
+
margin-top: 70px;
|
8109 |
+
}
|
8110 |
+
.htmega-flip-box-style-4 .front-container p{
|
8111 |
+
padding: 0 15px;
|
8112 |
+
}
|
8113 |
+
.htmega-flip-box-style-4 .htmega-flip-box-front .front-container{
|
8114 |
+
padding: 0;
|
8115 |
+
}
|
8116 |
+
|
8117 |
+
|
8118 |
+
|
8119 |
+
/* Flipbox Style 05 Social links */
|
8120 |
+
|
8121 |
+
.htmega-flip-box-style-5 .back-container h2 {
|
8122 |
+
margin-bottom:10px;
|
8123 |
+
}
|
8124 |
+
.htmega-flip-box-style-5 .back-container h3 {
|
8125 |
+
margin-bottom: 25px;
|
8126 |
+
padding: 0px 15px 27px 15px;
|
8127 |
+
font-size: 15px;
|
8128 |
+
line-height: 1.3;
|
8129 |
+
border-bottom: 1px solid #6951cd;
|
8130 |
+
}
|
8131 |
+
.htmega-flip-box-style-5 .htmega-flip-box-back{
|
8132 |
+
background: #4f33c4;
|
8133 |
+
}
|
8134 |
+
.htmega-flip-box-style-5 .back-container p{
|
8135 |
+
margin-bottom: 20px;
|
8136 |
+
}
|
8137 |
+
ul.htmega-flipbox-social-list {
|
8138 |
+
display: inline-block;
|
8139 |
+
list-style: none;
|
8140 |
+
margin: 0;
|
8141 |
+
padding: 0;
|
8142 |
+
}
|
8143 |
+
ul.htmega-flipbox-social-list li {
|
8144 |
+
display: inline-block;
|
8145 |
+
margin: 5px;
|
8146 |
+
}
|
8147 |
+
ul.htmega-flipbox-social-list li a {
|
8148 |
+
display: flex;
|
8149 |
+
height: 38px;
|
8150 |
+
width: 38px;
|
8151 |
+
align-items: center;
|
8152 |
+
justify-content: center;
|
8153 |
+
font-size: 15px;
|
8154 |
+
color: #fff;
|
8155 |
+
border: 1px solid #dddddd;
|
8156 |
+
background: transparent;
|
8157 |
+
border-style: dashed;
|
8158 |
+
border-radius: 100%;
|
8159 |
+
}
|
8160 |
+
ul.htmega-flipbox-social-list li a svg{
|
8161 |
+
width:15px;
|
8162 |
+
fill:#ffffff;
|
8163 |
+
}
|
8164 |
+
ul.htmega-flipbox-social-list li a:hover{
|
8165 |
+
background: #ffffff;
|
8166 |
+
color: #27123a;
|
8167 |
+
border:1px solid #ffffff;
|
8168 |
+
}
|
8169 |
+
ul.htmega-flipbox-social-list li a:hover svg{
|
8170 |
+
fill:#27123a;
|
8171 |
+
}
|
8172 |
+
|
8173 |
+
|
8174 |
+
|
8175 |
/*
|
8176 |
* style for tooltip
|
8177 |
*/
|
8248 |
.htb-popover-header {
|
8249 |
margin-top: 0;
|
8250 |
}
|
8251 |
+
.htb-popover h3.htb-popover-header {
|
8252 |
+
font-size: 18px;
|
8253 |
+
font-weight: 400;
|
8254 |
+
margin: 0;
|
8255 |
+
line-height: 1.3;
|
8256 |
+
}
|
8257 |
|
8258 |
/* Popover Button Style */
|
8259 |
.htmega-popover span {
|
8500 |
*/
|
8501 |
|
8502 |
/*Marker Style 01*/
|
8503 |
+
.htmega-marker-style-1 {
|
8504 |
+
padding: 245px 0;
|
8505 |
+
}
|
8506 |
+
|
8507 |
+
.htmega-marker-style-1 .htmega_image_pointer {
|
8508 |
+
width: 36px;
|
8509 |
+
height: 36px;
|
8510 |
+
border-radius: 100%;
|
8511 |
+
border: 3px solid #ed552d;
|
8512 |
+
background-color: #fff;
|
8513 |
+
position: relative;
|
8514 |
+
display: inline-block;
|
8515 |
+
text-align: center;
|
8516 |
+
cursor: pointer;
|
8517 |
+
line-height: 32px;
|
8518 |
+
}
|
8519 |
+
|
8520 |
+
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box {
|
8521 |
+
background: #fff;
|
8522 |
+
width: 240px;
|
8523 |
+
position: absolute;
|
8524 |
+
top: 0;
|
8525 |
+
right: 50%;
|
8526 |
+
-webkit-transform: translate3d(50%, -100%, 0);
|
8527 |
+
transform: translate3d(50%, -100%, 0);
|
8528 |
+
border-radius: 5px;
|
8529 |
+
opacity: 0;
|
8530 |
+
visibility: hidden;
|
8531 |
+
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8532 |
+
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8533 |
+
z-index: 10;
|
8534 |
+
padding: 20px;
|
8535 |
+
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8536 |
+
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8537 |
+
text-align: center;
|
8538 |
+
}
|
8539 |
+
|
8540 |
+
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box h4 {
|
8541 |
+
font-size: 20px;
|
8542 |
+
margin-bottom: 7px;
|
8543 |
+
}
|
8544 |
+
|
8545 |
+
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box p {
|
8546 |
+
font-size: 13px;
|
8547 |
+
line-height: 24px;
|
8548 |
+
margin: 0;
|
8549 |
+
}
|
8550 |
+
|
8551 |
+
.htmega-marker-style-1 .htmega_image_pointer:hover .htmega_pointer_box {
|
8552 |
+
visibility: visible;
|
8553 |
+
opacity: 1;
|
8554 |
+
-webkit-transition-delay: 0s;
|
8555 |
+
transition-delay: 0s;
|
8556 |
+
-webkit-transform: translateY(-110%) translateX(50%);
|
8557 |
+
transform: translateY(-110%) translateX(50%);
|
8558 |
+
}
|
8559 |
+
|
8560 |
+
.htmega-marker-style-1 .htmega_image_pointer::before {
|
8561 |
+
content: "\f129";
|
8562 |
+
position: absolute;
|
8563 |
+
left: 50%;
|
8564 |
+
top: 50%;
|
8565 |
+
transform: translateX(-50%) translateY(-50%);
|
8566 |
+
font-family: FontAwesome;
|
8567 |
+
color: #ed552d;
|
8568 |
+
font-size: 18px;
|
8569 |
+
width: 100%;
|
8570 |
+
height: 100%;
|
8571 |
+
}
|
8572 |
+
|
8573 |
+
.htmega-marker-style-1 .htmega_image_pointer {
|
8574 |
+
position: absolute;
|
8575 |
+
left: 66%;
|
8576 |
+
top: 15%;
|
8577 |
+
}
|
8578 |
+
|
8579 |
+
/*Marker Style 02*/
|
8580 |
+
.htmega-marker-style-2 {
|
8581 |
+
padding: 245px 0;
|
8582 |
+
}
|
8583 |
+
|
8584 |
+
.htmega-marker-style-2 .htmega_image_pointer {
|
8585 |
+
width: 46px;
|
8586 |
+
height: 46px;
|
8587 |
+
border-radius: 100%;
|
8588 |
+
border: 5px solid #dddddd;
|
8589 |
+
background-color: #fff;
|
8590 |
+
position: relative;
|
8591 |
+
display: inline-block;
|
8592 |
+
text-align: center;
|
8593 |
+
cursor: pointer;
|
8594 |
+
line-height: 38px;
|
8595 |
+
}
|
8596 |
+
|
8597 |
+
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box {
|
8598 |
+
background: #fff;
|
8599 |
+
width: 240px;
|
8600 |
+
position: absolute;
|
8601 |
+
top: 0;
|
8602 |
+
right: 50%;
|
8603 |
+
-webkit-transform: translate3d(50%, -100%, 0);
|
8604 |
+
transform: translate3d(50%, -100%, 0);
|
8605 |
+
border-radius: 5px;
|
8606 |
+
opacity: 0;
|
8607 |
+
visibility: hidden;
|
8608 |
+
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8609 |
+
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8610 |
+
z-index: 10;
|
8611 |
+
padding: 20px;
|
8612 |
+
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8613 |
+
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8614 |
+
text-align: center;
|
8615 |
+
}
|
8616 |
+
|
8617 |
+
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box h4 {
|
8618 |
+
font-size: 20px;
|
8619 |
+
margin-bottom: 7px;
|
8620 |
+
}
|
8621 |
+
|
8622 |
+
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box p {
|
8623 |
+
font-size: 13px;
|
8624 |
+
line-height: 24px;
|
8625 |
+
margin: 0;
|
8626 |
+
}
|
8627 |
+
|
8628 |
+
.htmega-marker-style-2 .htmega_image_pointer:hover .htmega_pointer_box {
|
8629 |
+
visibility: visible;
|
8630 |
+
opacity: 1;
|
8631 |
+
-webkit-transition-delay: 0s;
|
8632 |
+
transition-delay: 0s;
|
8633 |
+
-webkit-transform: translateY(-110%) translateX(50%);
|
8634 |
+
transform: translateY(-110%) translateX(50%);
|
8635 |
+
}
|
8636 |
+
|
8637 |
+
.htmega-marker-style-2 .htmega_image_pointer::before {
|
8638 |
+
content: "\f129";
|
8639 |
+
position: absolute;
|
8640 |
+
left: 50%;
|
8641 |
+
top: 50%;
|
8642 |
+
transform: translateX(-50%) translateY(-50%);
|
8643 |
+
font-family: "FontAwesome";
|
8644 |
+
color: #ed552d;
|
8645 |
+
font-size: 18px;
|
8646 |
+
width: 100%;
|
8647 |
+
height: 100%;
|
8648 |
+
transition: 0.4s ease-in-out;
|
8649 |
+
}
|
8650 |
+
|
8651 |
+
.htmega-marker-style-2 .htmega_image_pointer:hover::before {
|
8652 |
+
transform: translateX(-50%) translateY(-50%) rotate(47deg);
|
8653 |
+
}
|
8654 |
+
|
8655 |
+
.htmega-marker-style-2 .htmega_image_pointer {
|
8656 |
+
position: absolute;
|
8657 |
+
left: 50%;
|
8658 |
+
top: 26%;
|
8659 |
+
}
|
8660 |
+
|
8661 |
+
/*Marker Style 03*/
|
8662 |
+
.htmega-marker-style-3 {
|
8663 |
+
padding: 245px 0;
|
8664 |
+
}
|
8665 |
+
|
8666 |
+
.htmega-marker-style-3 .htmega_image_pointer {
|
8667 |
+
width: 46px;
|
8668 |
+
height: 46px;
|
8669 |
+
border-radius: 100%;
|
8670 |
+
background-color: #000000;
|
8671 |
+
position: relative;
|
8672 |
+
display: inline-block;
|
8673 |
+
text-align: center;
|
8674 |
+
cursor: pointer;
|
8675 |
+
line-height: 49px;
|
8676 |
+
z-index: 2;
|
8677 |
+
}
|
8678 |
+
|
8679 |
+
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box {
|
8680 |
+
background: #000000;
|
8681 |
+
width: 240px;
|
8682 |
+
position: absolute;
|
8683 |
+
top: 0;
|
8684 |
+
right: 50%;
|
8685 |
+
-webkit-transform: translate3d(50%, -100%, 0);
|
8686 |
+
transform: translate3d(50%, -100%, 0);
|
8687 |
+
border-radius: 5px;
|
8688 |
+
opacity: 0;
|
8689 |
+
visibility: hidden;
|
8690 |
+
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8691 |
+
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8692 |
+
z-index: 10;
|
8693 |
+
padding: 20px;
|
8694 |
+
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8695 |
+
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8696 |
+
text-align: center;
|
8697 |
+
}
|
8698 |
+
|
8699 |
+
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box h4 {
|
8700 |
+
font-size: 20px;
|
8701 |
+
margin-bottom: 7px;
|
8702 |
+
color: #ffffff;
|
8703 |
+
}
|
8704 |
+
|
8705 |
+
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box p {
|
8706 |
+
font-size: 13px;
|
8707 |
+
line-height: 24px;
|
8708 |
+
margin: 0;
|
8709 |
+
color: #ffffff;
|
8710 |
+
}
|
8711 |
+
|
8712 |
+
.htmega-marker-style-3 .htmega_image_pointer:hover .htmega_pointer_box {
|
8713 |
+
visibility: visible;
|
8714 |
+
opacity: 1;
|
8715 |
+
-webkit-transition-delay: 0s;
|
8716 |
+
transition-delay: 0s;
|
8717 |
+
-webkit-transform: translateY(-110%) translateX(50%);
|
8718 |
+
transform: translateY(-110%) translateX(50%);
|
8719 |
+
}
|
8720 |
+
|
8721 |
+
.htmega-marker-style-3 .htmega_image_pointer::before {
|
8722 |
+
content: "\f067";
|
8723 |
+
position: absolute;
|
8724 |
+
left: 50%;
|
8725 |
+
top: 50%;
|
8726 |
+
transform: translateX(-50%) translateY(-50%);
|
8727 |
+
font-family: FontAwesome;
|
8728 |
+
color: #ffffff;
|
8729 |
+
font-size: 18px;
|
8730 |
+
width: 100%;
|
8731 |
+
height: 100%;
|
8732 |
+
transition: 0.4s ease-in-out;
|
8733 |
+
}
|
8734 |
+
|
8735 |
+
.htmega-marker-style-3 .htmega_image_pointer::after {
|
8736 |
+
position: absolute;
|
8737 |
+
left: 2px;
|
8738 |
+
background: #000;
|
8739 |
+
content: "";
|
8740 |
+
right: 2px;
|
8741 |
+
top: 2px;
|
8742 |
+
bottom: 2px;
|
8743 |
+
border-radius: 100%;
|
8744 |
+
border: 2px solid #fff;
|
8745 |
+
z-index: -1;
|
8746 |
+
}
|
8747 |
+
|
8748 |
+
.htmega-marker-style-3 .htmega_image_pointer:hover::before {
|
8749 |
+
transform: translateX(-50%) translateY(-50%) rotate(47deg);
|
8750 |
+
}
|
8751 |
+
|
8752 |
+
.htmega-marker-style-3 .htmega_image_pointer {
|
8753 |
+
position: absolute;
|
8754 |
+
left: 50%;
|
8755 |
+
top: 26%;
|
8756 |
+
}
|
8757 |
+
|
8758 |
+
/*Marker Style 04*/
|
8759 |
+
.htmega-marker-style-4 {
|
8760 |
+
padding: 245px 0;
|
8761 |
+
}
|
8762 |
+
|
8763 |
+
.htmega-marker-style-4 .htmega_image_pointer {
|
8764 |
+
width: 46px;
|
8765 |
+
height: 46px;
|
8766 |
+
border-radius: 100%;
|
8767 |
+
background-position: center center;
|
8768 |
+
background-size: cover;
|
8769 |
+
background-repeat: no-repeat;
|
8770 |
+
background-image: url(img/bg/bg-image-12.jpg);
|
8771 |
+
position: relative;
|
8772 |
+
display: inline-block;
|
8773 |
+
text-align: center;
|
8774 |
+
cursor: pointer;
|
8775 |
+
line-height: 38px;
|
8776 |
+
border: 5px solid #d88d78;
|
8777 |
+
z-index: 2;
|
8778 |
+
}
|
8779 |
+
|
8780 |
+
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box {
|
8781 |
+
background-position: center center;
|
8782 |
+
background-size: cover;
|
8783 |
+
background-repeat: no-repeat;
|
8784 |
+
background-image: url(img/bg/bg-image-12.jpg);
|
8785 |
+
width: 240px;
|
8786 |
+
position: absolute;
|
8787 |
+
top: 0;
|
8788 |
+
right: 50%;
|
8789 |
+
-webkit-transform: translate3d(50%, -100%, 0);
|
8790 |
+
transform: translate3d(50%, -100%, 0);
|
8791 |
+
border-radius: 5px;
|
8792 |
+
opacity: 0;
|
8793 |
+
visibility: hidden;
|
8794 |
+
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8795 |
+
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8796 |
+
z-index: 10;
|
8797 |
+
padding: 20px;
|
8798 |
+
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8799 |
+
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8800 |
+
text-align: center;
|
8801 |
+
}
|
8802 |
+
|
8803 |
+
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box h4 {
|
8804 |
+
font-size: 20px;
|
8805 |
+
margin-bottom: 7px;
|
8806 |
+
}
|
8807 |
+
|
8808 |
+
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box p {
|
8809 |
+
font-size: 13px;
|
8810 |
+
line-height: 24px;
|
8811 |
+
margin: 0;
|
8812 |
+
color: #18012c;
|
8813 |
+
}
|
8814 |
+
|
8815 |
+
.htmega-marker-style-4 .htmega_image_pointer:hover .htmega_pointer_box {
|
8816 |
+
visibility: visible;
|
8817 |
+
opacity: 1;
|
8818 |
+
-webkit-transition-delay: 0s;
|
8819 |
+
transition-delay: 0s;
|
8820 |
+
-webkit-transform: translateY(-110%) translateX(50%);
|
8821 |
+
transform: translateY(-110%) translateX(50%);
|
8822 |
+
}
|
8823 |
+
|
8824 |
+
.htmega-marker-style-4 .htmega_image_pointer::before {
|
8825 |
+
content: "\f067";
|
8826 |
+
position: absolute;
|
8827 |
+
left: 50%;
|
8828 |
+
top: 50%;
|
8829 |
+
transform: translateX(-50%) translateY(-50%);
|
8830 |
+
font-family: FontAwesome;
|
8831 |
+
color: #d88d78;
|
8832 |
+
font-size: 18px;
|
8833 |
+
width: 100%;
|
8834 |
+
height: 100%;
|
8835 |
+
transition: 0.4s ease-in-out;
|
8836 |
+
}
|
8837 |
+
|
8838 |
+
.htmega-marker-style-4 .htmega_image_pointer:hover::before {
|
8839 |
+
transform: translateX(-50%) translateY(-50%) rotate(47deg);
|
8840 |
+
}
|
8841 |
+
|
8842 |
+
.htmega-marker-style-4 .htmega_image_pointer {
|
8843 |
+
position: absolute;
|
8844 |
+
left: 83%;
|
8845 |
+
top: 37%;
|
8846 |
+
}
|
8847 |
+
|
8848 |
+
/*Marker Style 05*/
|
8849 |
+
.htmega-marker-style-5 {
|
8850 |
+
padding: 245px 0;
|
8851 |
+
}
|
8852 |
+
|
8853 |
+
.htmega-marker-style-5 .htmega_image_pointer {
|
8854 |
+
width: 46px;
|
8855 |
+
height: 46px;
|
8856 |
+
border-radius: 4px;
|
8857 |
+
background: #000;
|
8858 |
+
position: relative;
|
8859 |
+
display: inline-block;
|
8860 |
+
text-align: center;
|
8861 |
+
cursor: pointer;
|
8862 |
+
line-height: 47px;
|
8863 |
+
z-index: 2;
|
8864 |
+
}
|
8865 |
+
|
8866 |
+
.htmega-marker-style-5 .htmega_image_pointer .effect-1 {
|
8867 |
+
position: relative;
|
8868 |
+
}
|
8869 |
+
|
8870 |
+
.htmega-marker-style-5 .htmega_image_pointer .effect-1::before,
|
8871 |
+
.htmega-marker-style-5 .htmega_image_pointer .effect-1::after {
|
8872 |
+
position: absolute;
|
8873 |
+
top: 50%;
|
8874 |
+
left: 50%;
|
8875 |
+
display: block;
|
8876 |
+
content: '';
|
8877 |
+
border: 1px solid #f10;
|
8878 |
+
border-radius: 50%;
|
8879 |
+
-webkit-transform: scale(0.35) translateY(-50%) translateX(-50%);
|
8880 |
+
-ms-transform: scale(0.35) translateY(-50%) translateX(-50%);
|
8881 |
+
transform: scale(0.35) translateY(-50%) translateX(-50%);
|
8882 |
+
opacity: 0;
|
8883 |
+
-webkit-animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
|
8884 |
+
animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
|
8885 |
+
}
|
8886 |
+
|
8887 |
+
.htmega-marker-style-5 .htmega_image_pointer .effect-1::before {
|
8888 |
+
width: 32px;
|
8889 |
+
height: 32px;
|
8890 |
+
left: 50%;
|
8891 |
+
top: 50%;
|
8892 |
+
z-index: -1;
|
8893 |
+
}
|
8894 |
+
|
8895 |
+
.htmega-marker-style-5 .htmega_image_pointer .effect-1::after {
|
8896 |
+
width: 32px;
|
8897 |
+
height: 32px;
|
8898 |
+
z-index: -1;
|
8899 |
+
border-color: rgba(255, 255, 255, 0.4);
|
8900 |
+
-webkit-animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
|
8901 |
+
animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
|
8902 |
+
}
|
8903 |
+
|
8904 |
+
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box {
|
8905 |
+
background: #000000;
|
8906 |
+
width: 240px;
|
8907 |
+
position: absolute;
|
8908 |
+
top: 0;
|
8909 |
+
right: 50%;
|
8910 |
+
-webkit-transform: translate3d(50%, -100%, 0);
|
8911 |
+
transform: translate3d(50%, -100%, 0);
|
8912 |
+
border-radius: 5px;
|
8913 |
+
opacity: 0;
|
8914 |
+
visibility: hidden;
|
8915 |
+
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8916 |
+
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
|
8917 |
+
z-index: 10;
|
8918 |
+
padding: 20px;
|
8919 |
+
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8920 |
+
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
|
8921 |
+
text-align: center;
|
8922 |
+
}
|
8923 |
+
|
8924 |
+
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box h4 {
|
8925 |
+
font-size: 20px;
|
8926 |
+
margin-bottom: 7px;
|
8927 |
+
color: #fff;
|
8928 |
+
}
|
8929 |
+
|
8930 |
+
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box p {
|
8931 |
+
font-size: 13px;
|
8932 |
+
line-height: 24px;
|
8933 |
+
margin: 0;
|
8934 |
+
color: #fff;
|
8935 |
+
}
|
8936 |
+
|
8937 |
+
.htmega-marker-style-5 .htmega_image_pointer:hover .htmega_pointer_box {
|
8938 |
+
visibility: visible;
|
8939 |
+
opacity: 1;
|
8940 |
+
-webkit-transition-delay: 0s;
|
8941 |
+
transition-delay: 0s;
|
8942 |
+
-webkit-transform: translateY(-110%) translateX(50%);
|
8943 |
+
transform: translateY(-110%) translateX(50%);
|
8944 |
+
}
|
8945 |
+
|
8946 |
+
.htmega-marker-style-5 .htmega_image_pointer::before {
|
8947 |
+
content: "\f067";
|
8948 |
+
position: absolute;
|
8949 |
+
left: 50%;
|
8950 |
+
top: 50%;
|
8951 |
+
transform: translateX(-50%) translateY(-50%);
|
8952 |
+
font-family: FontAwesome;
|
8953 |
+
color: #ffffff;
|
8954 |
+
font-size: 18px;
|
8955 |
+
width: 100%;
|
8956 |
+
height: 100%;
|
8957 |
+
transition: 0.4s ease-in-out;
|
8958 |
+
}
|
8959 |
+
|
8960 |
+
.htmega-marker-style-5 .htmega_image_pointer:hover::before {
|
8961 |
+
transform: translateX(-50%) translateY(-50%) rotate(47deg);
|
8962 |
+
}
|
8963 |
+
|
8964 |
+
.htmega-marker-style-5 .htmega_image_pointer {
|
8965 |
+
position: absolute;
|
8966 |
+
left: 83%;
|
8967 |
+
top: 37%;
|
8968 |
+
}
|
8969 |
+
|
8970 |
+
/* Marker Animation Css */
|
8971 |
+
@-webkit-keyframes marker-ripple-animation {
|
8972 |
+
0% {
|
8973 |
+
-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
|
8974 |
+
opacity: 1;
|
8975 |
+
}
|
8976 |
+
|
8977 |
+
100% {
|
8978 |
+
-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
|
8979 |
+
opacity: 0;
|
8980 |
+
}
|
8981 |
+
}
|
8982 |
+
|
8983 |
+
@keyframes marker-ripple-animation {
|
8984 |
+
0% {
|
8985 |
+
transform: translate3d(-50%, -50%, 0) scale(1);
|
8986 |
+
opacity: 1;
|
8987 |
+
}
|
8988 |
+
|
8989 |
+
100% {
|
8990 |
+
transform: translate3d(-50%, -50%, 0) scale(1.7);
|
8991 |
+
opacity: 0;
|
8992 |
+
}
|
8993 |
+
}
|
8994 |
+
|
8995 |
/*
|
8996 |
* Inline Menu
|
8997 |
*/
|
9794 |
align-items: center;
|
9795 |
justify-content: center;
|
9796 |
}
|
9797 |
+
|
9798 |
+
.htmega-countericon-align-left {
|
9799 |
+
flex-direction: row;
|
9800 |
+
}
|
9801 |
+
|
9802 |
+
.htmega-countericon-align-right {
|
9803 |
+
flex-direction: row-reverse;
|
9804 |
+
}
|
9805 |
|
9806 |
.htmega-counter-style-2 .htmega-counter-icon {
|
9807 |
padding-right: 20px;
|
9872 |
top: 50%;
|
9873 |
left: 50%;
|
9874 |
transform: translateX(-50%) translateY(-50%);
|
9875 |
+
width: 100%;
|
9876 |
}
|
9877 |
|
9878 |
.htmega-counter-style-3 {
|
9884 |
font-size: 40px;
|
9885 |
font-weight: 600;
|
9886 |
margin-top: 13px;
|
|
|
9887 |
font-family: 'Courgette', cursive;
|
9888 |
}
|
9889 |
|
10018 |
margin-top: 13px;
|
10019 |
text-transform: uppercase;
|
10020 |
}
|
10021 |
+
|
10022 |
+
.htmega-counter-style-6 .htmega-counter-content::after {
|
10023 |
+
content: "";
|
10024 |
+
position: absolute;
|
10025 |
+
top: -10px;
|
10026 |
+
width: 35px;
|
10027 |
+
border: 1px dashed transparent;
|
10028 |
+
left: 40%;
|
10029 |
+
}
|
10030 |
|
10031 |
/*
|
10032 |
* Blog Post Css
|
11251 |
margin-top: 20px;
|
11252 |
position: relative;
|
11253 |
}
|
11254 |
+
|
11255 |
+
.masonary-item .htmega-singleimage-gridstyle-4 .thumb {
|
11256 |
+
overflow: hidden;
|
11257 |
+
}
|
11258 |
|
11259 |
.htmega-singleimage-gridstyle-4 .thumb a img {
|
11260 |
width: 100%;
|
11369 |
.ht-thumb-gallery ul.htmega-thumbgallery-for li{
|
11370 |
position: relative;
|
11371 |
}
|
11372 |
+
.ht-thumb-gallery .slick-slide{
|
11373 |
+
line-height: 0;
|
11374 |
+
}
|
11375 |
.htmega-thumbgallery-for button.slick-arrow {
|
11376 |
position: absolute;
|
11377 |
top: 50%;
|
11405 |
height: 50px;
|
11406 |
padding: 0;
|
11407 |
width: 50px;
|
11408 |
+
transition: all 0.3s ease-in-out;
|
11409 |
}
|
11410 |
|
11411 |
+
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav button.slick-arrow,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav button.slick-arrow {
|
11412 |
+
position: absolute;
|
11413 |
+
left: 0;
|
11414 |
+
top: 50%;
|
11415 |
+
transform: translateY(-50%);
|
11416 |
+
z-index: 3;
|
11417 |
+
}
|
11418 |
+
.htmega-thumbnails-style-2 button.htmega-carosul-next.slick-arrow,.htmega-thumbnails-style-4 button.htmega-carosul-next.slick-arrow {
|
11419 |
+
left: auto;
|
11420 |
+
right: 0;
|
11421 |
+
}
|
11422 |
+
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav .slick-arrow + .slick-dots,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav .slick-arrow + .slick-dots {
|
11423 |
+
bottom: 10px;
|
11424 |
+
}
|
11425 |
+
|
11426 |
.htmega-thumbgallery-for button.htmega-carosul-next {
|
11427 |
left: auto;
|
11428 |
right: 30px;
|
11493 |
|
11494 |
.htmega-thumbgallery-nav .small-thumb {
|
11495 |
cursor: pointer;
|
11496 |
+
position: relative;
|
11497 |
+
overflow: hidden;
|
11498 |
}
|
11499 |
|
11500 |
.htmega-thumbgallery-nav .small-thumb img {
|
11506 |
bottom: 40px;
|
11507 |
left: 0;
|
11508 |
background: rgba(0, 86, 255, 0.7);
|
11509 |
+
padding: 10px 38px;
|
11510 |
}
|
11511 |
|
11512 |
.htmega-thumbgallery-for .content.right-bottom {
|
11519 |
margin: 0;
|
11520 |
color: #ffffff;
|
11521 |
font-size: 24px;
|
11522 |
+
line-height: 1.3;
|
11523 |
font-weight: 500;
|
11524 |
+
padding: 0;
|
11525 |
+
}
|
11526 |
+
.htmega-thumbgallery-for .content h4 {
|
11527 |
+
font-size: 13px;
|
11528 |
+
font-weight: normal;
|
11529 |
+
line-height: 1;
|
11530 |
+
margin: 0;
|
11531 |
+
padding: 0;
|
11532 |
+
color: #ffffff;
|
11533 |
}
|
11534 |
|
11535 |
.htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img {
|
11541 |
}
|
11542 |
|
11543 |
.htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
|
11544 |
+
padding: 7px 3px;
|
11545 |
+
line-height: 0;
|
11546 |
}
|
11547 |
|
11548 |
.htmega-thumbgallery-nav.htmega-thumbgallery-nav {
|
11549 |
margin: -3px 0;
|
11550 |
}
|
11551 |
+
.htmega-thumbgallery-nav.slick-initialized.slick-slider.slick-dotted.slick-vertical {
|
11552 |
+
margin-bottom: 0;
|
11553 |
+
}
|
11554 |
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
|
11555 |
padding: 5px 3px;
|
11556 |
}
|
11564 |
width: 100%;
|
11565 |
}
|
11566 |
|
11567 |
+
/* Thumbnail gallery hover css */
|
11568 |
+
|
11569 |
+
.htmega-thumbgallery-nav .small-thumb:after {
|
11570 |
+
content: "";
|
11571 |
+
left: 0;
|
11572 |
+
bottom: 0;
|
11573 |
+
width: 100%;
|
11574 |
+
height: 100%;
|
11575 |
+
background: rgba(0, 0, 0, 0);
|
11576 |
+
z-index: 1;
|
11577 |
+
position: absolute;
|
11578 |
+
opacity: 0;
|
11579 |
+
transition: all 0.3s ease-in-out;
|
11580 |
+
}
|
11581 |
+
.htmega-thumbgallery-nav .small-thumb:hover:after,.htmega-thumbgallery-nav .slick-slide.slick-current .small-thumb:after{
|
11582 |
+
opacity: 1;
|
11583 |
+
}
|
11584 |
/*
|
11585 |
* Testimonial Grid Style
|
11586 |
*/
|
13229 |
/*
|
13230 |
* Double Button
|
13231 |
*/
|
13232 |
+
|
13233 |
+
|
13234 |
.htmega-doule-btn svg{
|
13235 |
width: 20px;
|
13236 |
}
|
13306 |
height: 40px;
|
13307 |
line-height: 40px;
|
13308 |
}
|
13309 |
+
|
13310 |
+
/* Bouble Button Icon position */
|
13311 |
+
.htmega-double-button-area a.btn-one {
|
13312 |
+
display: flex;
|
13313 |
+
flex-wrap: wrap;
|
13314 |
+
align-items: center;
|
13315 |
+
justify-content: center;
|
13316 |
+
position: relative;
|
13317 |
+
overflow: hidden;
|
13318 |
+
}
|
13319 |
+
.htmega-double-button-area a.btn-one *{
|
13320 |
+
position: relative;
|
13321 |
+
z-index: 2;
|
13322 |
+
}
|
13323 |
+
.htmega-double-button-area a.btn-one::after,.htmega-double-button-area a.btn-one::before{
|
13324 |
+
position:absolute;
|
13325 |
+
content: "";
|
13326 |
+
left: 0;
|
13327 |
+
width: 100%;
|
13328 |
+
height: 100%;
|
13329 |
+
background: rgba(0, 0, 0, 0);
|
13330 |
+
transition: all 0.3s ease-in-out;
|
13331 |
+
|
13332 |
+
}
|
13333 |
+
.htmega-double-button-area a.btn-one::after{
|
13334 |
+
opacity: 0;
|
13335 |
+
}
|
13336 |
+
.htmega-double-button-area a.btn-one:hover::after{
|
13337 |
+
opacity: 1;
|
13338 |
+
}
|
13339 |
+
.htmega-double-button-icon1-position-left .htmega-doule-btn.btn-one .button_one_text_progression{
|
13340 |
+
order: 2;
|
13341 |
+
}
|
13342 |
+
.htmega-double-button-icon1-position-left .htmega-doule-btn.btn-one .button_one_icon_progression{
|
13343 |
+
order: 1;
|
13344 |
+
}
|
13345 |
+
|
13346 |
+
.htmega-double-button-area a.btn-two {
|
13347 |
+
display: flex;
|
13348 |
+
flex-wrap: wrap;
|
13349 |
+
align-items: center;
|
13350 |
+
justify-content: center;
|
13351 |
+
}
|
13352 |
+
|
13353 |
+
.htmega-double-button-icon2-position-left .htmega-doule-btn.btn-two .button_two_text_progression{
|
13354 |
+
order: 2;
|
13355 |
+
}
|
13356 |
+
.htmega-double-button-icon2-position-left .htmega-doule-btn.btn-two .button_two_icon_progression{
|
13357 |
+
order: 1;
|
13358 |
+
}
|
13359 |
+
|
13360 |
+
a.htmega-doule-btn span {
|
13361 |
+
transition: all 0s;
|
13362 |
+
}
|
13363 |
+
|
13364 |
/* Double Button Skew Bg */
|
13365 |
.before_bg{
|
13366 |
overflow: hidden;
|
13394 |
/*
|
13395 |
* Banner Style
|
13396 |
*/
|
13397 |
+
.htmega-banner .banner-thumb a {
|
13398 |
+
/** overflow: hidden; **/
|
|
|
13399 |
position: relative;
|
13400 |
display: block;
|
13401 |
line-height: 0;
|
16120 |
* Scroll Images Style
|
16121 |
*/
|
16122 |
.ht-scroll-image {
|
16123 |
+
position: relative;
|
16124 |
border-style: solid;
|
16125 |
border-width: 20px 20px 20px 20px;
|
16126 |
border-color: #ffffff;
|
16127 |
border-radius: 5px 5px 5px 5px;
|
16128 |
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
|
16129 |
+
overflow: hidden;
|
16130 |
}
|
16131 |
|
16132 |
.ht-scroll-image .thumb {
|
16146 |
border-left: 1px solid #f2f2f2;
|
16147 |
border-bottom: 1px solid #f2f2f2;
|
16148 |
border-right: 1px solid #f2f2f2;
|
16149 |
+
transition-duration: 3s;
|
|
|
16150 |
}
|
16151 |
|
16152 |
.ht-scroll-image .thumb:hover {
|
16153 |
background-position: center bottom !important;
|
16154 |
}
|
16155 |
+
.ht-scroll-image span.htmega-badge {
|
16156 |
+
position: absolute;
|
16157 |
+
left: 0;
|
16158 |
+
top: 0;
|
16159 |
+
border: 1px solid transparent;
|
16160 |
+
border-radius: 50px;
|
16161 |
+
padding: 10px 20px;
|
16162 |
+
z-index: 9;
|
16163 |
+
background: #fff;
|
16164 |
+
margin: 15px;
|
16165 |
+
font-size: 13px;
|
16166 |
+
line-height: 1;
|
16167 |
+
}
|
16168 |
+
|
16169 |
/*
|
16170 |
* Weather Style Css
|
16171 |
*/
|
16443 |
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
|
16444 |
font-size: 13px;
|
16445 |
}
|
16446 |
+
|
16447 |
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
|
16448 |
padding: 0;
|
16449 |
}
|
assets/js/htbbootstrap.js
CHANGED
@@ -976,7 +976,7 @@ function() {
|
|
976 |
var a = "htbpopover",
|
977 |
l = ".htbbs.htb-popover",
|
978 |
h = r.fn[a],
|
979 |
-
c = new RegExp("(^|\\s)bs-popover\\S+", "g"),
|
980 |
u = r.extend({}, s.Default, {
|
981 |
placement: "right",
|
982 |
trigger: "click",
|
976 |
var a = "htbpopover",
|
977 |
l = ".htbbs.htb-popover",
|
978 |
h = r.fn[a],
|
979 |
+
c = new RegExp("(^|\\s)htb-bs-popover\\S+", "g"),
|
980 |
u = r.extend({}, s.Default, {
|
981 |
placement: "right",
|
982 |
trigger: "click",
|
assets/js/htmega-widgets-active.js
CHANGED
@@ -411,10 +411,10 @@
|
|
411 |
lineWidth: 10,
|
412 |
trackColor: false,
|
413 |
scaleLength: 0,
|
414 |
-
rotate:
|
415 |
barColor: '#1cb9da',
|
416 |
trackColor: '#dcd9d9',
|
417 |
-
lineCap: '
|
418 |
size: 130
|
419 |
});
|
420 |
|
411 |
lineWidth: 10,
|
412 |
trackColor: false,
|
413 |
scaleLength: 0,
|
414 |
+
rotate: 0,
|
415 |
barColor: '#1cb9da',
|
416 |
trackColor: '#dcd9d9',
|
417 |
+
lineCap: 'rott',
|
418 |
size: 130
|
419 |
});
|
420 |
|
htmega_addons_elementor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: http://demo.wphash.com/htmega/
|
6 |
* Author: HasThemes
|
7 |
* Author URI: https://hasthemes.com/
|
8 |
-
* Version: 1.7.
|
9 |
* License: GPL2
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: htmega-addons
|
@@ -15,7 +15,7 @@
|
|
15 |
*/
|
16 |
|
17 |
if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
18 |
-
define( 'HTMEGA_VERSION', '1.7.
|
19 |
define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
|
20 |
define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
|
21 |
define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
|
5 |
* Plugin URI: http://demo.wphash.com/htmega/
|
6 |
* Author: HasThemes
|
7 |
* Author URI: https://hasthemes.com/
|
8 |
+
* Version: 1.7.3
|
9 |
* License: GPL2
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: htmega-addons
|
15 |
*/
|
16 |
|
17 |
if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
18 |
+
define( 'HTMEGA_VERSION', '1.7.3' );
|
19 |
define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
|
20 |
define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
|
21 |
define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
|
includes/widgets/htmega_accordion.php
CHANGED
@@ -1041,30 +1041,47 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
|
|
1041 |
]
|
1042 |
);
|
1043 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1044 |
$this->add_responsive_control(
|
1045 |
-
'
|
1046 |
[
|
1047 |
-
'label' => __( 'Icon
|
1048 |
'type' => Controls_Manager::SLIDER,
|
1049 |
'range' => [
|
1050 |
'px' => [
|
1051 |
'min' => 0,
|
1052 |
-
'max' =>
|
1053 |
],
|
1054 |
],
|
1055 |
-
'default' => [
|
1056 |
-
'size' => 40,
|
1057 |
-
],
|
1058 |
'selectors' => [
|
1059 |
-
'{{WRAPPER}} .htmega-accourdion-title .htmega-items-hedding
|
1060 |
],
|
1061 |
]
|
1062 |
);
|
1063 |
|
1064 |
$this->add_responsive_control(
|
1065 |
-
'
|
1066 |
[
|
1067 |
-
'label' => __( 'Icon
|
1068 |
'type' => Controls_Manager::SLIDER,
|
1069 |
'range' => [
|
1070 |
'px' => [
|
@@ -1072,12 +1089,22 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
|
|
1072 |
'max' => 200,
|
1073 |
],
|
1074 |
],
|
1075 |
-
'
|
1076 |
-
'
|
1077 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1078 |
'selectors' => [
|
1079 |
-
'{{WRAPPER}} .htmega-accourdion-title .htmega-items-hedding .accourdion-icon' => '
|
1080 |
],
|
|
|
1081 |
]
|
1082 |
);
|
1083 |
|
@@ -1144,25 +1171,25 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
|
|
1144 |
]
|
1145 |
);
|
1146 |
|
1147 |
-
$this->add_control(
|
1148 |
-
|
1149 |
-
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
|
1158 |
-
|
1159 |
-
|
1160 |
-
|
1161 |
-
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
);
|
1166 |
|
1167 |
$this->end_controls_tab(); // Accordion Icon Active tab End
|
1168 |
|
@@ -1183,6 +1210,34 @@ class HTMega_Elementor_Widget_Accordion extends Widget_Base {
|
|
1183 |
]
|
1184 |
);
|
1185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1186 |
$this->add_group_control(
|
1187 |
Group_Control_Typography::get_type(),
|
1188 |
[
|
1041 |
]
|
1042 |
);
|
1043 |
|
1044 |
+
// $this->add_responsive_control(
|
1045 |
+
// 'accordion_icon_lineheight',
|
1046 |
+
// [
|
1047 |
+
// 'label' => __( 'Icon Line Height', 'htmega-addons' ),
|
1048 |
+
// 'type' => Controls_Manager::SLIDER,
|
1049 |
+
// 'range' => [
|
1050 |
+
// 'px' => [
|
1051 |
+
// 'min' => 0,
|
1052 |
+
// 'max' => 150,
|
1053 |
+
// ],
|
1054 |
+
// ],
|
1055 |
+
// 'default' => [
|
1056 |
+
// 'size' => 40,
|
1057 |
+
// ],
|
1058 |
+
// 'selectors' => [
|
1059 |
+
// '{{WRAPPER}} .htmega-accourdion-title .htmega-items-hedding.htb-collapsed .accourdion-icon' => 'line-height: {{SIZE}}{{UNIT}};',
|
1060 |
+
// ],
|
1061 |
+
// ]
|
1062 |
+
// );
|
1063 |
+
|
1064 |
$this->add_responsive_control(
|
1065 |
+
'accordion_icon_width',
|
1066 |
[
|
1067 |
+
'label' => __( 'Icon Box Width', 'htmega-addons' ),
|
1068 |
'type' => Controls_Manager::SLIDER,
|
1069 |
'range' => [
|
1070 |
'px' => [
|
1071 |
'min' => 0,
|
1072 |
+
'max' => 200,
|
1073 |
],
|
1074 |
],
|
|
|
|
|
|
|
1075 |
'selectors' => [
|
1076 |
+
'{{WRAPPER}} .htmega-accourdion-title .htmega-items-hedding .accourdion-icon' => 'width: {{SIZE}}{{UNIT}};',
|
1077 |
],
|
1078 |
]
|
1079 |
);
|
1080 |
|
1081 |
$this->add_responsive_control(
|
1082 |
+
'accordion_icon_height',
|
1083 |
[
|
1084 |
+
'label' => __( 'Icon Box Height', 'htmega-addons' ),
|
1085 |
'type' => Controls_Manager::SLIDER,
|
1086 |
'range' => [
|
1087 |
'px' => [
|
1089 |
'max' => 200,
|
1090 |
],
|
1091 |
],
|
1092 |
+
'selectors' => [
|
1093 |
+
'{{WRAPPER}} .htmega-accourdion-title .htmega-items-hedding .accourdion-icon' => 'height: {{SIZE}}{{UNIT}};',
|
1094 |
],
|
1095 |
+
]
|
1096 |
+
);
|
1097 |
+
|
1098 |
+
$this->add_responsive_control(
|
1099 |
+
'accordion_icon_box_margin',
|
1100 |
+
[
|
1101 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
1102 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1103 |
+
'size_units' => [ 'px', '%', 'em' ],
|
1104 |
'selectors' => [
|
1105 |
+
'{{WRAPPER}} .htmega-accourdion-title .htmega-items-hedding .accourdion-icon' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1106 |
],
|
1107 |
+
'separator' => 'before',
|
1108 |
]
|
1109 |
);
|
1110 |
|
1171 |
]
|
1172 |
);
|
1173 |
|
1174 |
+
// $this->add_control(
|
1175 |
+
// 'accordion_active_icon_lineheight',
|
1176 |
+
// [
|
1177 |
+
// 'label' => __( 'Icon Line Height', 'htmega-addons' ),
|
1178 |
+
// 'type' => Controls_Manager::SLIDER,
|
1179 |
+
// 'range' => [
|
1180 |
+
// 'px' => [
|
1181 |
+
// 'min' => 0,
|
1182 |
+
// 'max' => 150,
|
1183 |
+
// ],
|
1184 |
+
// ],
|
1185 |
+
// 'default' => [
|
1186 |
+
// 'size' => 40,
|
1187 |
+
// ],
|
1188 |
+
// 'selectors' => [
|
1189 |
+
// '{{WRAPPER}} .htmega-accourdion-title .htmega-items-hedding .accourdion-icon' => 'line-height: {{SIZE}}{{UNIT}};',
|
1190 |
+
// ],
|
1191 |
+
// ]
|
1192 |
+
// );
|
1193 |
|
1194 |
$this->end_controls_tab(); // Accordion Icon Active tab End
|
1195 |
|
1210 |
]
|
1211 |
);
|
1212 |
|
1213 |
+
$this->add_responsive_control(
|
1214 |
+
'content_align',
|
1215 |
+
[
|
1216 |
+
'label' => __( 'Alignment', 'htmega-addons' ),
|
1217 |
+
'type' => Controls_Manager::CHOOSE,
|
1218 |
+
'options' => [
|
1219 |
+
'left' => [
|
1220 |
+
'title' => __( 'Left', 'htmega-addons' ),
|
1221 |
+
'icon' => 'eicon-text-align-left',
|
1222 |
+
],
|
1223 |
+
'center' => [
|
1224 |
+
'title' => __( 'Center', 'htmega-addons' ),
|
1225 |
+
'icon' => 'eicon-text-align-center',
|
1226 |
+
],
|
1227 |
+
'right' => [
|
1228 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
1229 |
+
'icon' => 'eicon-text-align-right',
|
1230 |
+
],
|
1231 |
+
'justify' => [
|
1232 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
1233 |
+
'icon' => 'eicon-text-align-justify',
|
1234 |
+
],
|
1235 |
+
],
|
1236 |
+
'selectors' => [
|
1237 |
+
'{{WRAPPER}} .accordion-content p' => 'text-align: {{VALUE}};',
|
1238 |
+
],
|
1239 |
+
]
|
1240 |
+
);
|
1241 |
$this->add_group_control(
|
1242 |
Group_Control_Typography::get_type(),
|
1243 |
[
|
includes/widgets/htmega_brand.php
CHANGED
@@ -275,27 +275,32 @@ class HTMega_Elementor_Widget_Brand extends Widget_Base {
|
|
275 |
]
|
276 |
);
|
277 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
$this->end_controls_tab(); // Brand Hover tab end
|
279 |
|
280 |
$this->end_controls_tabs();
|
281 |
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
$this->add_responsive_control(
|
300 |
'htmega_brand_logo_margin',
|
301 |
[
|
275 |
]
|
276 |
);
|
277 |
|
278 |
+
$this->add_control(
|
279 |
+
'htmega_brand_logo_duration',
|
280 |
+
[
|
281 |
+
'label' => __( 'Transition Duration', 'htmega-addons' ),
|
282 |
+
'type' => Controls_Manager::SLIDER,
|
283 |
+
'range' => [
|
284 |
+
'px' => [
|
285 |
+
'min' => 0.1,
|
286 |
+
'max' => 3,
|
287 |
+
'step' => 0.1,
|
288 |
+
],
|
289 |
+
],
|
290 |
+
'default' => [
|
291 |
+
'size' => 0.3,
|
292 |
+
],
|
293 |
+
'selectors' => [
|
294 |
+
'{{WRAPPER}} .single-partner' => 'transition: all {{SIZE}}s cubic-bezier(0.645, 0.045, 0.355, 1);',
|
295 |
+
'{{WRAPPER}} ul.brand-list li' => 'transition: all {{SIZE}}s cubic-bezier(0.645, 0.045, 0.355, 1);',
|
296 |
+
],
|
297 |
+
]
|
298 |
+
);
|
299 |
+
|
300 |
$this->end_controls_tab(); // Brand Hover tab end
|
301 |
|
302 |
$this->end_controls_tabs();
|
303 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
$this->add_responsive_control(
|
305 |
'htmega_brand_logo_margin',
|
306 |
[
|
includes/widgets/htmega_counter.php
CHANGED
@@ -55,6 +55,30 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
55 |
]
|
56 |
);
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
$this->add_control(
|
59 |
'counter_icon_type',
|
60 |
[
|
@@ -162,7 +186,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
162 |
$this->start_controls_section(
|
163 |
'counter_style_section',
|
164 |
[
|
165 |
-
'label' => __( 'Style', 'htmega-addons' ),
|
166 |
'tab' => Controls_Manager::TAB_STYLE,
|
167 |
]
|
168 |
);
|
@@ -239,6 +263,16 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
239 |
]
|
240 |
);
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
$this->add_responsive_control(
|
243 |
'counter_area_align',
|
244 |
[
|
@@ -266,6 +300,102 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
266 |
'{{WRAPPER}} .htmega-counter-area' => 'text-align: {{VALUE}};',
|
267 |
],
|
268 |
'default' => 'center',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
]
|
270 |
);
|
271 |
|
@@ -282,6 +412,39 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
282 |
]
|
283 |
]
|
284 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
$this->add_control(
|
286 |
'counter_number_color',
|
287 |
[
|
@@ -374,6 +537,40 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
374 |
]
|
375 |
]
|
376 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
$this->add_control(
|
378 |
'counter_title_color',
|
379 |
[
|
@@ -457,6 +654,149 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
457 |
'selectors' => [
|
458 |
'{{WRAPPER}} .htmega-counter-content h2::before' => 'background-color: {{VALUE}};',
|
459 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
]
|
461 |
);
|
462 |
|
@@ -466,12 +806,8 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
466 |
$this->start_controls_section(
|
467 |
'counter_icon_style_section',
|
468 |
[
|
469 |
-
'label' => __( 'Icon', 'htmega-addons' ),
|
470 |
'tab' => Controls_Manager::TAB_STYLE,
|
471 |
-
// 'condition'=>[
|
472 |
-
// 'counter_icon'=>'icon',
|
473 |
-
// 'counter_image'=>'image',
|
474 |
-
// ]
|
475 |
]
|
476 |
);
|
477 |
$this->add_control(
|
@@ -539,6 +875,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
539 |
'size_units' => [ 'px', '%', 'em' ],
|
540 |
'selectors' => [
|
541 |
'{{WRAPPER}} .htmega-counter-area .htmega-counter-icon span' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
|
|
542 |
],
|
543 |
'separator' =>'before',
|
544 |
]
|
@@ -552,6 +889,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
552 |
'size_units' => [ 'px', '%', 'em' ],
|
553 |
'selectors' => [
|
554 |
'{{WRAPPER}} .htmega-counter-area .htmega-counter-icon span' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
|
|
555 |
],
|
556 |
]
|
557 |
);
|
@@ -684,7 +1022,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
684 |
'type' => Controls_Manager::COLOR,
|
685 |
'default' => '#696969',
|
686 |
'selectors' => [
|
687 |
-
'{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix' => 'color: {{VALUE}};',
|
688 |
],
|
689 |
]
|
690 |
);
|
@@ -693,7 +1031,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
693 |
Group_Control_Typography::get_type(),
|
694 |
[
|
695 |
'name' => 'counter_suffix_typography',
|
696 |
-
'selector' => '{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix',
|
697 |
]
|
698 |
);
|
699 |
|
@@ -715,6 +1053,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
715 |
'size_units' => [ 'px', '%', 'em' ],
|
716 |
'selectors' => [
|
717 |
'{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
|
|
718 |
],
|
719 |
'separator' =>'before',
|
720 |
]
|
@@ -727,7 +1066,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
727 |
'type' => Controls_Manager::DIMENSIONS,
|
728 |
'size_units' => [ 'px', '%', 'em' ],
|
729 |
'selectors' => [
|
730 |
-
'{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
731 |
],
|
732 |
]
|
733 |
);
|
@@ -737,7 +1076,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
737 |
[
|
738 |
'name' => 'counter_suffix_border',
|
739 |
'label' => __( 'Border', 'htmega-addons' ),
|
740 |
-
'selector' => '{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix',
|
741 |
]
|
742 |
);
|
743 |
|
@@ -747,7 +1086,7 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
747 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
748 |
'type' => Controls_Manager::DIMENSIONS,
|
749 |
'selectors' => [
|
750 |
-
'{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
751 |
],
|
752 |
]
|
753 |
);
|
@@ -761,6 +1100,8 @@ class HTMega_Elementor_Widget_Counter extends Widget_Base {
|
|
761 |
$settings = $this->get_settings_for_display();
|
762 |
$this->add_render_attribute( 'htmega_counter_attr', 'class', 'htmega-counter-area htmega-counter-style-'.$settings['counter_layout_style'] );
|
763 |
|
|
|
|
|
764 |
$prefix = $suffix = '';
|
765 |
if( !empty($settings['counter_number_prefix']) ){
|
766 |
$prefix = '<span class="htmega-prefix">'.$settings['counter_number_prefix'].'</span>';
|
55 |
]
|
56 |
);
|
57 |
|
58 |
+
$this->add_control(
|
59 |
+
'counter_layout_align',
|
60 |
+
[
|
61 |
+
'label' => __( 'Alignment', 'htmega-addons' ),
|
62 |
+
'type' => Controls_Manager::CHOOSE,
|
63 |
+
'options' => [
|
64 |
+
'left' => [
|
65 |
+
'title' => __( 'Start', 'htmega-addons' ),
|
66 |
+
'icon' => 'eicon-h-align-left',
|
67 |
+
],
|
68 |
+
'right' => [
|
69 |
+
'title' => __( 'End', 'htmega-addons' ),
|
70 |
+
'icon' => 'eicon-h-align-right',
|
71 |
+
],
|
72 |
+
],
|
73 |
+
'default' => is_rtl() ? 'right' : 'left',
|
74 |
+
'toggle' => false,
|
75 |
+
'label_block' => false,
|
76 |
+
'condition' => [
|
77 |
+
'counter_layout_style' => '2',
|
78 |
+
]
|
79 |
+
]
|
80 |
+
);
|
81 |
+
|
82 |
$this->add_control(
|
83 |
'counter_icon_type',
|
84 |
[
|
186 |
$this->start_controls_section(
|
187 |
'counter_style_section',
|
188 |
[
|
189 |
+
'label' => __( 'Box Style', 'htmega-addons' ),
|
190 |
'tab' => Controls_Manager::TAB_STYLE,
|
191 |
]
|
192 |
);
|
263 |
]
|
264 |
);
|
265 |
|
266 |
+
$this->add_group_control(
|
267 |
+
Group_Control_Box_Shadow::get_type(),
|
268 |
+
[
|
269 |
+
'name' => 'title_box_shadow',
|
270 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
271 |
+
'selector' => '{{WRAPPER}} .htmega-counter-area',
|
272 |
+
'separator' => 'before',
|
273 |
+
]
|
274 |
+
);
|
275 |
+
|
276 |
$this->add_responsive_control(
|
277 |
'counter_area_align',
|
278 |
[
|
300 |
'{{WRAPPER}} .htmega-counter-area' => 'text-align: {{VALUE}};',
|
301 |
],
|
302 |
'default' => 'center',
|
303 |
+
'condition'=>[
|
304 |
+
'counter_layout_style!'=>'2',
|
305 |
+
]
|
306 |
+
]
|
307 |
+
);
|
308 |
+
|
309 |
+
$this->add_responsive_control(
|
310 |
+
'counter_area_align_justify',
|
311 |
+
[
|
312 |
+
'label' => __( 'Alignment', 'htmega-addons' ),
|
313 |
+
'type' => Controls_Manager::CHOOSE,
|
314 |
+
'options' => [
|
315 |
+
'left' => [
|
316 |
+
'title' => __( 'Left', 'htmega-addons' ),
|
317 |
+
'icon' => 'eicon-text-align-left',
|
318 |
+
],
|
319 |
+
'center' => [
|
320 |
+
'title' => __( 'Center', 'htmega-addons' ),
|
321 |
+
'icon' => 'eicon-text-align-center',
|
322 |
+
],
|
323 |
+
'right' => [
|
324 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
325 |
+
'icon' => 'eicon-text-align-right',
|
326 |
+
],
|
327 |
+
'justify' => [
|
328 |
+
'title' => __( 'Justified', 'htmega-addons' ),
|
329 |
+
'icon' => 'eicon-text-align-justify',
|
330 |
+
],
|
331 |
+
],
|
332 |
+
'selectors' => [
|
333 |
+
'{{WRAPPER}} .htmega-counter-area.htmega-counter-style-2' => 'justify-content: {{VALUE}};',
|
334 |
+
],
|
335 |
+
'default' => 'center',
|
336 |
+
'condition'=>[
|
337 |
+
'counter_layout_style'=>'2',
|
338 |
+
]
|
339 |
+
]
|
340 |
+
);
|
341 |
+
|
342 |
+
$this->add_control(
|
343 |
+
'counter_area_width',
|
344 |
+
[
|
345 |
+
'label' => __( 'Box Width', 'htmega-addons' ),
|
346 |
+
'type' => Controls_Manager::SLIDER,
|
347 |
+
'size_units' => [ 'px', '%' ],
|
348 |
+
'range' => [
|
349 |
+
'px' => [
|
350 |
+
'min' => 0,
|
351 |
+
'max' => 1000,
|
352 |
+
'step' => 1,
|
353 |
+
],
|
354 |
+
'%' => [
|
355 |
+
'min' => 0,
|
356 |
+
'max' => 100,
|
357 |
+
],
|
358 |
+
],
|
359 |
+
'default' => [
|
360 |
+
'unit' => 'px',
|
361 |
+
'size' => '',
|
362 |
+
],
|
363 |
+
'selectors' => [
|
364 |
+
'{{WRAPPER}} .htmega-counter-area.htmega-counter-style-3' => 'width: {{SIZE}}{{UNIT}};',
|
365 |
+
],
|
366 |
+
'condition'=>[
|
367 |
+
'counter_layout_style'=>'3',
|
368 |
+
]
|
369 |
+
]
|
370 |
+
);
|
371 |
+
|
372 |
+
$this->add_control(
|
373 |
+
'counter_area_height',
|
374 |
+
[
|
375 |
+
'label' => __( 'Box Height', 'htmega-addons' ),
|
376 |
+
'type' => Controls_Manager::SLIDER,
|
377 |
+
'size_units' => [ 'px', '%' ],
|
378 |
+
'range' => [
|
379 |
+
'px' => [
|
380 |
+
'min' => 0,
|
381 |
+
'max' => 1000,
|
382 |
+
'step' => 1,
|
383 |
+
],
|
384 |
+
'%' => [
|
385 |
+
'min' => 0,
|
386 |
+
'max' => 100,
|
387 |
+
],
|
388 |
+
],
|
389 |
+
'default' => [
|
390 |
+
'unit' => 'px',
|
391 |
+
'size' => '',
|
392 |
+
],
|
393 |
+
'selectors' => [
|
394 |
+
'{{WRAPPER}} .htmega-counter-area.htmega-counter-style-3' => 'height: {{SIZE}}{{UNIT}};',
|
395 |
+
],
|
396 |
+
'condition'=>[
|
397 |
+
'counter_layout_style'=>'3',
|
398 |
+
]
|
399 |
]
|
400 |
);
|
401 |
|
412 |
]
|
413 |
]
|
414 |
);
|
415 |
+
$this->add_responsive_control(
|
416 |
+
'counter_number_align',
|
417 |
+
[
|
418 |
+
'label' => __( 'Alignment', 'htmega-addons' ),
|
419 |
+
'type' => Controls_Manager::CHOOSE,
|
420 |
+
'options' => [
|
421 |
+
'left' => [
|
422 |
+
'title' => __( 'Left', 'htmega-addons' ),
|
423 |
+
'icon' => 'eicon-text-align-left',
|
424 |
+
],
|
425 |
+
'center' => [
|
426 |
+
'title' => __( 'Center', 'htmega-addons' ),
|
427 |
+
'icon' => 'eicon-text-align-center',
|
428 |
+
],
|
429 |
+
'right' => [
|
430 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
431 |
+
'icon' => 'eicon-text-align-right',
|
432 |
+
],
|
433 |
+
'justify' => [
|
434 |
+
'title' => __( 'Justified', 'htmega-addons' ),
|
435 |
+
'icon' => 'eicon-text-align-justify',
|
436 |
+
],
|
437 |
+
],
|
438 |
+
'selectors' => [
|
439 |
+
'{{WRAPPER}} .htmega-counter-style-2 .htmega-counter-content' => 'text-align: {{VALUE}};',
|
440 |
+
],
|
441 |
+
'default' => 'left',
|
442 |
+
'condition'=>[
|
443 |
+
'counter_layout_style'=>'2',
|
444 |
+
]
|
445 |
+
]
|
446 |
+
);
|
447 |
+
|
448 |
$this->add_control(
|
449 |
'counter_number_color',
|
450 |
[
|
537 |
]
|
538 |
]
|
539 |
);
|
540 |
+
|
541 |
+
$this->add_responsive_control(
|
542 |
+
'counter_title_align',
|
543 |
+
[
|
544 |
+
'label' => __( 'Alignment', 'htmega-addons' ),
|
545 |
+
'type' => Controls_Manager::CHOOSE,
|
546 |
+
'options' => [
|
547 |
+
'left' => [
|
548 |
+
'title' => __( 'Left', 'htmega-addons' ),
|
549 |
+
'icon' => 'eicon-text-align-left',
|
550 |
+
],
|
551 |
+
'center' => [
|
552 |
+
'title' => __( 'Center', 'htmega-addons' ),
|
553 |
+
'icon' => 'eicon-text-align-center',
|
554 |
+
],
|
555 |
+
'right' => [
|
556 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
557 |
+
'icon' => 'eicon-text-align-right',
|
558 |
+
],
|
559 |
+
'justify' => [
|
560 |
+
'title' => __( 'Justified', 'htmega-addons' ),
|
561 |
+
'icon' => 'eicon-text-align-justify',
|
562 |
+
],
|
563 |
+
],
|
564 |
+
'selectors' => [
|
565 |
+
'{{WRAPPER}} .htmega-counter-style-2 .htmega-counter-content h2' => 'text-align: {{VALUE}};',
|
566 |
+
],
|
567 |
+
'default' => 'left',
|
568 |
+
'condition'=>[
|
569 |
+
'counter_layout_style'=>'2',
|
570 |
+
]
|
571 |
+
]
|
572 |
+
);
|
573 |
+
|
574 |
$this->add_control(
|
575 |
'counter_title_color',
|
576 |
[
|
654 |
'selectors' => [
|
655 |
'{{WRAPPER}} .htmega-counter-content h2::before' => 'background-color: {{VALUE}};',
|
656 |
],
|
657 |
+
'condition'=>[
|
658 |
+
'counter_layout_style!'=>array('2','3','6'),
|
659 |
+
]
|
660 |
+
]
|
661 |
+
);
|
662 |
+
|
663 |
+
$this->add_control(
|
664 |
+
'counter_title_brdr_width',
|
665 |
+
[
|
666 |
+
'label' => __( 'After Border Width', 'htmega-addons' ),
|
667 |
+
'type' => Controls_Manager::SLIDER,
|
668 |
+
'size_units' => [ 'px', '%' ],
|
669 |
+
'range' => [
|
670 |
+
'px' => [
|
671 |
+
'min' => 0,
|
672 |
+
'max' => 1000,
|
673 |
+
'step' => 1,
|
674 |
+
],
|
675 |
+
'%' => [
|
676 |
+
'min' => 0,
|
677 |
+
'max' => 100,
|
678 |
+
],
|
679 |
+
],
|
680 |
+
'default' => [
|
681 |
+
'unit' => 'px',
|
682 |
+
'size' => '',
|
683 |
+
],
|
684 |
+
'selectors' => [
|
685 |
+
'{{WRAPPER}} .htmega-counter-content h2::before' => 'width: {{SIZE}}{{UNIT}};',
|
686 |
+
],
|
687 |
+
'condition'=>[
|
688 |
+
'counter_layout_style!'=>array('2','3','6'),
|
689 |
+
]
|
690 |
+
]
|
691 |
+
);
|
692 |
+
|
693 |
+
$this->add_control(
|
694 |
+
'counter_title_brdr_height',
|
695 |
+
[
|
696 |
+
'label' => __( 'After Border Height', 'htmega-addons' ),
|
697 |
+
'type' => Controls_Manager::SLIDER,
|
698 |
+
'size_units' => [ 'px', '%' ],
|
699 |
+
'range' => [
|
700 |
+
'px' => [
|
701 |
+
'min' => 0,
|
702 |
+
'max' => 10,
|
703 |
+
'step' => 1,
|
704 |
+
],
|
705 |
+
'%' => [
|
706 |
+
'min' => 0,
|
707 |
+
'max' => 10,
|
708 |
+
],
|
709 |
+
],
|
710 |
+
'default' => [
|
711 |
+
'unit' => 'px',
|
712 |
+
'size' => '',
|
713 |
+
],
|
714 |
+
'selectors' => [
|
715 |
+
'{{WRAPPER}} .htmega-counter-content h2::before' => 'height: {{SIZE}}{{UNIT}};',
|
716 |
+
],
|
717 |
+
'condition'=>[
|
718 |
+
'counter_layout_style!'=>array('2','3','6'),
|
719 |
+
]
|
720 |
+
]
|
721 |
+
);
|
722 |
+
|
723 |
+
$this->add_control(
|
724 |
+
'counter_title_brdr_position',
|
725 |
+
[
|
726 |
+
'label' => __( 'After Border Position', 'htmega-addons' ),
|
727 |
+
'type' => Controls_Manager::SLIDER,
|
728 |
+
'size_units' => [ 'px', '%' ],
|
729 |
+
'range' => [
|
730 |
+
'px' => [
|
731 |
+
'min' => 0,
|
732 |
+
'max' => 500,
|
733 |
+
'step' => 1,
|
734 |
+
],
|
735 |
+
'%' => [
|
736 |
+
'min' => 0,
|
737 |
+
'max' => 200,
|
738 |
+
],
|
739 |
+
],
|
740 |
+
'default' => [
|
741 |
+
'unit' => 'px',
|
742 |
+
'size' => '',
|
743 |
+
],
|
744 |
+
'selectors' => [
|
745 |
+
'{{WRAPPER}} .htmega-counter-content h2::before' => 'top: {{SIZE}}{{UNIT}};',
|
746 |
+
],
|
747 |
+
'condition'=>[
|
748 |
+
'counter_layout_style!'=>array('2','3','6'),
|
749 |
+
]
|
750 |
+
]
|
751 |
+
);
|
752 |
+
|
753 |
+
$this->end_controls_section();
|
754 |
+
|
755 |
+
// Style Title After Border Control
|
756 |
+
$this->start_controls_section(
|
757 |
+
'counter_title_border_section',
|
758 |
+
[
|
759 |
+
'label' => __( 'Border After Color', 'htmega-addons' ),
|
760 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
761 |
+
'condition'=>[
|
762 |
+
'counter_layout_style'=>'6',
|
763 |
+
]
|
764 |
+
]
|
765 |
+
);
|
766 |
+
|
767 |
+
$this->add_group_control(
|
768 |
+
Group_Control_Border::get_type(),
|
769 |
+
[
|
770 |
+
'name' => 'counter_title_brdr_clr',
|
771 |
+
'label' => __( 'After Border Color', 'htmega-addons' ),
|
772 |
+
'selector' => '{{WRAPPER}} .htmega-counter-style-6 .htmega-counter-content::after',
|
773 |
+
]
|
774 |
+
);
|
775 |
+
|
776 |
+
$this->add_control(
|
777 |
+
'counter_title_after_brdr_width',
|
778 |
+
[
|
779 |
+
'label' => __( 'Border Width', 'htmega-addons' ),
|
780 |
+
'type' => Controls_Manager::SLIDER,
|
781 |
+
'size_units' => [ 'px', '%' ],
|
782 |
+
'range' => [
|
783 |
+
'px' => [
|
784 |
+
'min' => 0,
|
785 |
+
'max' => 1000,
|
786 |
+
'step' => 1,
|
787 |
+
],
|
788 |
+
'%' => [
|
789 |
+
'min' => 0,
|
790 |
+
'max' => 100,
|
791 |
+
],
|
792 |
+
],
|
793 |
+
'default' => [
|
794 |
+
'unit' => 'px',
|
795 |
+
'size' => '',
|
796 |
+
],
|
797 |
+
'selectors' => [
|
798 |
+
'{{WRAPPER}} .htmega-counter-style-6 .htmega-counter-content::after' => 'width: {{SIZE}}{{UNIT}};',
|
799 |
+
],
|
800 |
]
|
801 |
);
|
802 |
|
806 |
$this->start_controls_section(
|
807 |
'counter_icon_style_section',
|
808 |
[
|
809 |
+
'label' => __( 'Icon/Image', 'htmega-addons' ),
|
810 |
'tab' => Controls_Manager::TAB_STYLE,
|
|
|
|
|
|
|
|
|
811 |
]
|
812 |
);
|
813 |
$this->add_control(
|
875 |
'size_units' => [ 'px', '%', 'em' ],
|
876 |
'selectors' => [
|
877 |
'{{WRAPPER}} .htmega-counter-area .htmega-counter-icon span' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
878 |
+
'{{WRAPPER}} .htmega-counter-area .htmega-counter-img' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
879 |
],
|
880 |
'separator' =>'before',
|
881 |
]
|
889 |
'size_units' => [ 'px', '%', 'em' ],
|
890 |
'selectors' => [
|
891 |
'{{WRAPPER}} .htmega-counter-area .htmega-counter-icon span' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
892 |
+
'{{WRAPPER}} .htmega-counter-area .htmega-counter-img' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
893 |
],
|
894 |
]
|
895 |
);
|
1022 |
'type' => Controls_Manager::COLOR,
|
1023 |
'default' => '#696969',
|
1024 |
'selectors' => [
|
1025 |
+
'{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix,.htmega-counter-style-6 .htmega-counter-icon span' => 'color: {{VALUE}};',
|
1026 |
],
|
1027 |
]
|
1028 |
);
|
1031 |
Group_Control_Typography::get_type(),
|
1032 |
[
|
1033 |
'name' => 'counter_suffix_typography',
|
1034 |
+
'selector' => '{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix,.htmega-counter-style-6 .htmega-counter-icon .htmega-suffix',
|
1035 |
]
|
1036 |
);
|
1037 |
|
1053 |
'size_units' => [ 'px', '%', 'em' ],
|
1054 |
'selectors' => [
|
1055 |
'{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1056 |
+
'{{WRAPPER}} .htmega-counter-style-6 .htmega-counter-icon .htmega-suffix' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1057 |
],
|
1058 |
'separator' =>'before',
|
1059 |
]
|
1066 |
'type' => Controls_Manager::DIMENSIONS,
|
1067 |
'size_units' => [ 'px', '%', 'em' ],
|
1068 |
'selectors' => [
|
1069 |
+
'{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix,.htmega-counter-style-6 .htmega-counter-icon .htmega-suffix' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1070 |
],
|
1071 |
]
|
1072 |
);
|
1076 |
[
|
1077 |
'name' => 'counter_suffix_border',
|
1078 |
'label' => __( 'Border', 'htmega-addons' ),
|
1079 |
+
'selector' => '{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix,.htmega-counter-style-6 .htmega-counter-icon .htmega-suffix',
|
1080 |
]
|
1081 |
);
|
1082 |
|
1086 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1087 |
'type' => Controls_Manager::DIMENSIONS,
|
1088 |
'selectors' => [
|
1089 |
+
'{{WRAPPER}} .htmega-counter-area .htmega-counter-content .htmega-suffix,.htmega-counter-style-6 .htmega-counter-icon .htmega-suffix' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1090 |
],
|
1091 |
]
|
1092 |
);
|
1100 |
$settings = $this->get_settings_for_display();
|
1101 |
$this->add_render_attribute( 'htmega_counter_attr', 'class', 'htmega-counter-area htmega-counter-style-'.$settings['counter_layout_style'] );
|
1102 |
|
1103 |
+
$this->add_render_attribute( 'htmega_counter_attr', 'class', 'htmega-countericon-align-'.$settings['counter_layout_align'] );
|
1104 |
+
|
1105 |
$prefix = $suffix = '';
|
1106 |
if( !empty($settings['counter_number_prefix']) ){
|
1107 |
$prefix = '<span class="htmega-prefix">'.$settings['counter_number_prefix'].'</span>';
|
includes/widgets/htmega_double_button.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
@@ -144,6 +140,27 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
144 |
]
|
145 |
);
|
146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
$this->end_controls_section(); // Button One End
|
148 |
|
149 |
// Button Two
|
@@ -207,6 +224,27 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
207 |
]
|
208 |
);
|
209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
$this->end_controls_section(); // Button Two End
|
211 |
|
212 |
|
@@ -430,7 +468,6 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
430 |
[
|
431 |
'name' => 'doule_button_one_typography',
|
432 |
'label' => __( 'Typography', 'htmega-addons' ),
|
433 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
434 |
'selector' => '{{WRAPPER}} .htmega-doublebutton a.htmega-doule-btn.btn-one',
|
435 |
]
|
436 |
);
|
@@ -461,7 +498,7 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
461 |
'name' => 'doule_button_one_background',
|
462 |
'label' => __( 'Background', 'htmega-addons' ),
|
463 |
'types' => [ 'classic', 'gradient' ],
|
464 |
-
'selector' => '{{WRAPPER}} .htmega-doublebutton a.htmega-doule-btn.btn-one,{{WRAPPER}} .before_bg a.htmega-doule-btn.btn-one::before',
|
465 |
'separator' => 'before',
|
466 |
]
|
467 |
);
|
@@ -578,7 +615,7 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
578 |
'name' => 'doule_button_one_hover_background',
|
579 |
'label' => __( 'Background', 'htmega-addons' ),
|
580 |
'types' => [ 'classic', 'gradient' ],
|
581 |
-
'selector' => '{{WRAPPER}} .htmega-doublebutton a.htmega-doule-btn.btn-one:hover, {{WRAPPER}} .before_bg a.htmega-doule-btn.btn-one:hover::before',
|
582 |
'separator' => 'before',
|
583 |
]
|
584 |
);
|
@@ -634,7 +671,6 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
634 |
[
|
635 |
'name' => 'doule_button_two_typography',
|
636 |
'label' => __( 'Typography', 'htmega-addons' ),
|
637 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
638 |
'selector' => '{{WRAPPER}} .htmega-doublebutton a.htmega-doule-btn.btn-two',
|
639 |
]
|
640 |
);
|
@@ -813,6 +849,24 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
813 |
]
|
814 |
]
|
815 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
816 |
$this->add_control(
|
817 |
'doule_button_middletext_color',
|
818 |
[
|
@@ -830,7 +884,6 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
830 |
[
|
831 |
'name' => 'doule_button_middletext_typography',
|
832 |
'label' => __( 'Typography', 'htmega-addons' ),
|
833 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
834 |
'selector' => '{{WRAPPER}} span.htmega-middle-text',
|
835 |
]
|
836 |
);
|
@@ -917,8 +970,8 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
917 |
// Button One
|
918 |
if ( ! empty( $settings['button_one_link']['url'] ) ) {
|
919 |
|
920 |
-
$button_one_text = !empty( $settings['button_one_text'] ) ?
|
921 |
-
$button_one_icon = !empty( $settings['button_one_icon']['value'] ) ?
|
922 |
|
923 |
$this->add_render_attribute( 'urlone', 'href', $settings['button_one_link']['url'] );
|
924 |
|
@@ -933,12 +986,12 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
933 |
$this->add_render_attribute( 'urlone', 'class', 'htmega-doule-btn btn-one' );
|
934 |
$this->add_render_attribute( 'urlone', 'class', 'htmega-doule-btn-size-'. $settings['double_button_size'] );
|
935 |
|
936 |
-
$button_one_text = sprintf( '<a %1$s>%2$s%3$s</a>', $this->get_render_attribute_string( 'urlone' ), $
|
937 |
}
|
938 |
|
939 |
// Button Two
|
940 |
-
$button_two_text = !empty( $settings['button_two_text'] ) ?
|
941 |
-
$button_two_icon = !empty( $settings['button_two_icon'] ) ?
|
942 |
|
943 |
if ( ! empty( $settings['button_two_link']['url'] ) ) {
|
944 |
|
@@ -955,7 +1008,7 @@ class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
|
955 |
$this->add_render_attribute( 'urltwo', 'class', 'htmega-doule-btn btn-two' );
|
956 |
$this->add_render_attribute( 'urltwo', 'class', 'htmega-doule-btn-size-'. $settings['double_button_size'] );
|
957 |
|
958 |
-
$button_two_text = sprintf( '<a %1$s>%2$s%3$s</a>', $this->get_render_attribute_string( 'urltwo' ), $
|
959 |
}
|
960 |
|
961 |
if( $settings['show_button_middle_text'] == 'yes' && !empty( $settings['button_middle_text'] ) ){
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class HTMega_Elementor_Widget_Double_Button extends Widget_Base {
|
140 |
]
|
141 |
);
|
142 |
|
143 |
+
$this->add_responsive_control(
|
144 |
+
'double_button_icon_position_1',
|
145 |
+
[
|
146 |
+
'label' => __( 'Icon Position', 'htmega-addons' ),
|
147 |
+
'type' => Controls_Manager::CHOOSE,
|
148 |
+
'options' => [
|
149 |
+
'left' => [
|
150 |
+
'title' => __( 'Left', 'htmega-addons' ),
|
151 |
+
'icon' => 'eicon-h-align-left',
|
152 |
+
],
|
153 |
+
'right' => [
|
154 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
155 |
+
'icon' => 'eicon-h-align-right',
|
156 |
+
],
|
157 |
+
],
|
158 |
+
'default' => 'left',
|
159 |
+
'toggle' => false,
|
160 |
+
'prefix_class' => 'htmega-double-button-icon1-position-'
|
161 |
+
]
|
162 |
+
);
|
163 |
+
|
164 |
$this->end_controls_section(); // Button One End
|
165 |
|
166 |
// Button Two
|
224 |
]
|
225 |
);
|
226 |
|
227 |
+
$this->add_responsive_control(
|
228 |
+
'double_button_icon_position_2',
|
229 |
+
[
|
230 |
+
'label' => __( 'Icon Position', 'htmega-addons' ),
|
231 |
+
'type' => Controls_Manager::CHOOSE,
|
232 |
+
'options' => [
|
233 |
+
'left' => [
|
234 |
+
'title' => __( 'Left', 'htmega-addons' ),
|
235 |
+
'icon' => 'eicon-h-align-left',
|
236 |
+
],
|
237 |
+
'right' => [
|
238 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
239 |
+
'icon' => 'eicon-h-align-right',
|
240 |
+
],
|
241 |
+
],
|
242 |
+
'default' => 'right',
|
243 |
+
'toggle' => false,
|
244 |
+
'prefix_class' => 'htmega-double-button-icon2-position-'
|
245 |
+
]
|
246 |
+
);
|
247 |
+
|
248 |
$this->end_controls_section(); // Button Two End
|
249 |
|
250 |
|
468 |
[
|
469 |
'name' => 'doule_button_one_typography',
|
470 |
'label' => __( 'Typography', 'htmega-addons' ),
|
|
|
471 |
'selector' => '{{WRAPPER}} .htmega-doublebutton a.htmega-doule-btn.btn-one',
|
472 |
]
|
473 |
);
|
498 |
'name' => 'doule_button_one_background',
|
499 |
'label' => __( 'Background', 'htmega-addons' ),
|
500 |
'types' => [ 'classic', 'gradient' ],
|
501 |
+
'selector' => '{{WRAPPER}} .htmega-doublebutton a.htmega-doule-btn.btn-one,{{WRAPPER}} .before_bg a.htmega-doule-btn.btn-one::before, {{WRAPPER}} .htmega-double-button-area a.btn-one::before',
|
502 |
'separator' => 'before',
|
503 |
]
|
504 |
);
|
615 |
'name' => 'doule_button_one_hover_background',
|
616 |
'label' => __( 'Background', 'htmega-addons' ),
|
617 |
'types' => [ 'classic', 'gradient' ],
|
618 |
+
'selector' => '{{WRAPPER}} .htmega-doublebutton a.htmega-doule-btn.btn-one:hover, {{WRAPPER}} .before_bg a.htmega-doule-btn.btn-one:hover::before,{{WRAPPER}} .htmega-double-button-area a.btn-one::after',
|
619 |
'separator' => 'before',
|
620 |
]
|
621 |
);
|
671 |
[
|
672 |
'name' => 'doule_button_two_typography',
|
673 |
'label' => __( 'Typography', 'htmega-addons' ),
|
|
|
674 |
'selector' => '{{WRAPPER}} .htmega-doublebutton a.htmega-doule-btn.btn-two',
|
675 |
]
|
676 |
);
|
849 |
]
|
850 |
]
|
851 |
);
|
852 |
+
|
853 |
+
$this->add_responsive_control(
|
854 |
+
'double_button_middle_box_size',
|
855 |
+
[
|
856 |
+
'label' => __( 'Box Size', 'htmega-addons' ),
|
857 |
+
'type' => Controls_Manager::SLIDER,
|
858 |
+
'range' => [
|
859 |
+
'px' => [
|
860 |
+
'max' => 100,
|
861 |
+
'min' => 15,
|
862 |
+
],
|
863 |
+
],
|
864 |
+
'selectors' => [
|
865 |
+
'{{WRAPPER}} span.htmega-middle-text' => 'height: {{SIZE}}{{UNIT}}; width: {{SIZE}}{{UNIT}};',
|
866 |
+
],
|
867 |
+
]
|
868 |
+
);
|
869 |
+
|
870 |
$this->add_control(
|
871 |
'doule_button_middletext_color',
|
872 |
[
|
884 |
[
|
885 |
'name' => 'doule_button_middletext_typography',
|
886 |
'label' => __( 'Typography', 'htmega-addons' ),
|
|
|
887 |
'selector' => '{{WRAPPER}} span.htmega-middle-text',
|
888 |
]
|
889 |
);
|
970 |
// Button One
|
971 |
if ( ! empty( $settings['button_one_link']['url'] ) ) {
|
972 |
|
973 |
+
$button_one_text = !empty( $settings['button_one_text'] ) ? "<span class='button_one_text_progression'>".$settings['button_one_text']."</span>" : '';
|
974 |
+
$button_one_icon = !empty( $settings['button_one_icon']['value'] ) ? "<span class='button_one_icon_progression' >".HTMega_Icon_manager::render_icon( $settings['button_one_icon'], [ 'aria-hidden' => 'true' ] ).'</span>' : '';
|
975 |
|
976 |
$this->add_render_attribute( 'urlone', 'href', $settings['button_one_link']['url'] );
|
977 |
|
986 |
$this->add_render_attribute( 'urlone', 'class', 'htmega-doule-btn btn-one' );
|
987 |
$this->add_render_attribute( 'urlone', 'class', 'htmega-doule-btn-size-'. $settings['double_button_size'] );
|
988 |
|
989 |
+
$button_one_text = sprintf( '<a %1$s>%2$s%3$s</a>', $this->get_render_attribute_string( 'urlone' ), $button_one_text, $button_one_icon );
|
990 |
}
|
991 |
|
992 |
// Button Two
|
993 |
+
$button_two_text = !empty( $settings['button_two_text'] ) ? "<span class='button_two_text_progression'>".$settings['button_two_text'].'</span>' : '';
|
994 |
+
$button_two_icon = !empty( $settings['button_two_icon'] ) ? "<span class='button_two_icon_progression'>".HTMega_Icon_manager::render_icon( $settings['button_two_icon'], [ 'aria-hidden' => 'true' ] ).'</span>' : '';
|
995 |
|
996 |
if ( ! empty( $settings['button_two_link']['url'] ) ) {
|
997 |
|
1008 |
$this->add_render_attribute( 'urltwo', 'class', 'htmega-doule-btn btn-two' );
|
1009 |
$this->add_render_attribute( 'urltwo', 'class', 'htmega-doule-btn-size-'. $settings['double_button_size'] );
|
1010 |
|
1011 |
+
$button_two_text = sprintf( '<a %1$s>%2$s%3$s</a>', $this->get_render_attribute_string( 'urltwo' ), $button_two_text, $button_two_icon );
|
1012 |
}
|
1013 |
|
1014 |
if( $settings['show_button_middle_text'] == 'yes' && !empty( $settings['button_middle_text'] ) ){
|
includes/widgets/htmega_dropcaps.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Dropcaps extends Widget_Base {
|
@@ -71,6 +67,35 @@ class HTMega_Elementor_Widget_Dropcaps extends Widget_Base {
|
|
71 |
]
|
72 |
);
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
$this->add_control(
|
75 |
'content_color',
|
76 |
[
|
@@ -88,7 +113,6 @@ class HTMega_Elementor_Widget_Dropcaps extends Widget_Base {
|
|
88 |
Group_Control_Typography::get_type(),
|
89 |
[
|
90 |
'name' => 'content_typography',
|
91 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
92 |
'selector' => '{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner p,{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner',
|
93 |
]
|
94 |
);
|
@@ -158,7 +182,22 @@ class HTMega_Elementor_Widget_Dropcaps extends Widget_Base {
|
|
158 |
'tab' => Controls_Manager::TAB_STYLE,
|
159 |
]
|
160 |
);
|
161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
$this->add_control(
|
163 |
'content_dropcaps_color',
|
164 |
[
|
@@ -169,6 +208,9 @@ class HTMega_Elementor_Widget_Dropcaps extends Widget_Base {
|
|
169 |
'{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner p:first-of-type:first-letter' => 'color: {{VALUE}};',
|
170 |
'{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner:first-of-type:first-letter' => 'color: {{VALUE}};',
|
171 |
],
|
|
|
|
|
|
|
172 |
]
|
173 |
);
|
174 |
|
@@ -176,7 +218,6 @@ class HTMega_Elementor_Widget_Dropcaps extends Widget_Base {
|
|
176 |
Group_Control_Typography::get_type(),
|
177 |
[
|
178 |
'name' => 'content_dropcaps_typography',
|
179 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
180 |
'selector' => '{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner p:first-of-type:first-letter,{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner:first-of-type:first-letter',
|
181 |
]
|
182 |
);
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class HTMega_Elementor_Widget_Dropcaps extends Widget_Base {
|
67 |
]
|
68 |
);
|
69 |
|
70 |
+
$this->add_responsive_control(
|
71 |
+
'htmega_dropcaps_content_align',
|
72 |
+
[
|
73 |
+
'label' => __( 'Alignment', 'htmega-addons' ),
|
74 |
+
'type' => Controls_Manager::CHOOSE,
|
75 |
+
'options' => [
|
76 |
+
'left' => [
|
77 |
+
'title' => __( 'Left', 'htmega-addons' ),
|
78 |
+
'icon' => 'eicon-text-align-left',
|
79 |
+
],
|
80 |
+
'center' => [
|
81 |
+
'title' => __( 'Center', 'htmega-addons' ),
|
82 |
+
'icon' => 'eicon-text-align-center',
|
83 |
+
],
|
84 |
+
'right' => [
|
85 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
86 |
+
'icon' => 'eicon-text-align-right',
|
87 |
+
],
|
88 |
+
'justify' => [
|
89 |
+
'title' => __( 'Right', 'htmega-addons' ),
|
90 |
+
'icon' => 'eicon-text-align-justify',
|
91 |
+
],
|
92 |
+
],
|
93 |
+
'selectors' => [
|
94 |
+
'{{WRAPPER}} .htmega-dropcaps-inner p' => 'text-align: {{VALUE}};',
|
95 |
+
],
|
96 |
+
]
|
97 |
+
);
|
98 |
+
|
99 |
$this->add_control(
|
100 |
'content_color',
|
101 |
[
|
113 |
Group_Control_Typography::get_type(),
|
114 |
[
|
115 |
'name' => 'content_typography',
|
|
|
116 |
'selector' => '{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner p,{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner',
|
117 |
]
|
118 |
);
|
182 |
'tab' => Controls_Manager::TAB_STYLE,
|
183 |
]
|
184 |
);
|
185 |
+
$this->add_control(
|
186 |
+
'htmega_dropcaps_latter_font_text_backround',
|
187 |
+
[
|
188 |
+
'label' => esc_html__( 'Use Backround for Text', 'htmega-addons' ),
|
189 |
+
'type' => Controls_Manager::SWITCHER,
|
190 |
+
'return_value' => 'yes',
|
191 |
+
'default' => 'no',
|
192 |
+
'separator' =>'before',
|
193 |
+
'selectors' => [
|
194 |
+
'{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner p:first-of-type:first-letter' => 'color: #00FF4B00; -webkit-background-clip: text;
|
195 |
+
-webkit-text-fill-color: transparent;',
|
196 |
+
'{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner:first-of-type:first-letter' => 'color: #00FF4B00; -webkit-background-clip: text;
|
197 |
+
-webkit-text-fill-color: transparent;',
|
198 |
+
],
|
199 |
+
]
|
200 |
+
);
|
201 |
$this->add_control(
|
202 |
'content_dropcaps_color',
|
203 |
[
|
208 |
'{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner p:first-of-type:first-letter' => 'color: {{VALUE}};',
|
209 |
'{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner:first-of-type:first-letter' => 'color: {{VALUE}};',
|
210 |
],
|
211 |
+
'condition' => [
|
212 |
+
'htmega_dropcaps_latter_font_text_backround!' => "yes"
|
213 |
+
],
|
214 |
]
|
215 |
);
|
216 |
|
218 |
Group_Control_Typography::get_type(),
|
219 |
[
|
220 |
'name' => 'content_dropcaps_typography',
|
|
|
221 |
'selector' => '{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner p:first-of-type:first-letter,{{WRAPPER}} .htmega-dropcaps-area .htmega-dropcaps-inner:first-of-type:first-letter',
|
222 |
]
|
223 |
);
|
includes/widgets/htmega_flip-box.php
CHANGED
@@ -2,9 +2,6 @@
|
|
2 |
namespace Elementor;
|
3 |
|
4 |
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
@@ -43,6 +40,9 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
43 |
'options' => [
|
44 |
'1' => __( 'Layout One', 'htmega-addons' ),
|
45 |
'2' => __( 'Layout Two', 'htmega-addons' ),
|
|
|
|
|
|
|
46 |
],
|
47 |
]
|
48 |
);
|
@@ -60,7 +60,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
60 |
$this->add_control(
|
61 |
'flipbox_content_type',
|
62 |
[
|
63 |
-
'label' => __( '
|
64 |
'type' => Controls_Manager::CHOOSE,
|
65 |
'options' => [
|
66 |
'none' => [
|
@@ -81,6 +81,9 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
81 |
],
|
82 |
],
|
83 |
'default' => 'number',
|
|
|
|
|
|
|
84 |
]
|
85 |
);
|
86 |
|
@@ -93,7 +96,6 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
93 |
'placeholder' => __( 'Type your title here', 'htmega-addons' ),
|
94 |
]
|
95 |
);
|
96 |
-
|
97 |
$this->add_control(
|
98 |
'flipbox_front_number',
|
99 |
[
|
@@ -102,6 +104,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
102 |
'default' => __( '01', 'htmega-addons' ),
|
103 |
'condition'=>[
|
104 |
'flipbox_content_type'=>'number',
|
|
|
105 |
],
|
106 |
]
|
107 |
);
|
@@ -111,8 +114,20 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
111 |
[
|
112 |
'label' => __( 'Icon', 'htmega-addons' ),
|
113 |
'type' => Controls_Manager::ICONS,
|
114 |
-
'
|
115 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
],
|
117 |
]
|
118 |
);
|
@@ -130,19 +145,64 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
130 |
]
|
131 |
]
|
132 |
);
|
133 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
$this->add_group_control(
|
135 |
Group_Control_Image_Size::get_type(),
|
136 |
[
|
137 |
'name' => 'flipboximagesize',
|
138 |
'default' => 'large',
|
139 |
'separator' => 'none',
|
140 |
-
'
|
141 |
-
'
|
142 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
]
|
144 |
);
|
145 |
-
|
146 |
$this->end_controls_section(); // Front Content area end
|
147 |
|
148 |
// Back Content area Start
|
@@ -155,7 +215,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
155 |
$this->add_control(
|
156 |
'flipbox_back_content_type',
|
157 |
[
|
158 |
-
'label' => __( '
|
159 |
'type' => Controls_Manager::CHOOSE,
|
160 |
'options' => [
|
161 |
'none' => [
|
@@ -176,6 +236,9 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
176 |
],
|
177 |
],
|
178 |
'default' => 'number',
|
|
|
|
|
|
|
179 |
]
|
180 |
);
|
181 |
|
@@ -188,6 +251,18 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
188 |
'placeholder' => __( 'Type your title here', 'htmega-addons' ),
|
189 |
]
|
190 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
|
192 |
$this->add_control(
|
193 |
'flipbox_back_number',
|
@@ -197,6 +272,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
197 |
'default' => __( '01', 'htmega-addons' ),
|
198 |
'condition'=>[
|
199 |
'flipbox_back_content_type'=>'number',
|
|
|
200 |
],
|
201 |
]
|
202 |
);
|
@@ -208,6 +284,8 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
208 |
'type' => Controls_Manager::ICONS,
|
209 |
'condition'=>[
|
210 |
'flipbox_back_content_type'=>'icon',
|
|
|
|
|
211 |
],
|
212 |
]
|
213 |
);
|
@@ -222,6 +300,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
222 |
],
|
223 |
'condition' => [
|
224 |
'flipbox_back_content_type' => 'image',
|
|
|
225 |
]
|
226 |
]
|
227 |
);
|
@@ -234,6 +313,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
234 |
'separator' => 'none',
|
235 |
'condition' => [
|
236 |
'flipbox_back_content_type' => 'image',
|
|
|
237 |
]
|
238 |
]
|
239 |
);
|
@@ -253,6 +333,9 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
253 |
[
|
254 |
'label' => __( 'Button Text', 'htmega-addons' ),
|
255 |
'type' => Controls_Manager::TEXT,
|
|
|
|
|
|
|
256 |
]
|
257 |
);
|
258 |
|
@@ -270,6 +353,85 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
270 |
],
|
271 |
'condition'=>[
|
272 |
'flipbox_button!'=>'',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
]
|
274 |
]
|
275 |
);
|
@@ -409,12 +571,50 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
409 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
410 |
'type' => Controls_Manager::DIMENSIONS,
|
411 |
'selectors' => [
|
412 |
-
'{{WRAPPER}} .htmega-flip-box-front
|
413 |
],
|
414 |
]
|
415 |
);
|
416 |
-
|
417 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
418 |
$this->add_control(
|
419 |
'flipbox_style_tab_heading',
|
420 |
[
|
@@ -449,7 +649,6 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
449 |
Group_Control_Typography::get_type(),
|
450 |
[
|
451 |
'name' => 'flipbox_front_title_typography',
|
452 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
453 |
'selector' => '{{WRAPPER}} .front-container h2',
|
454 |
]
|
455 |
);
|
@@ -500,14 +699,69 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
500 |
);
|
501 |
|
502 |
$this->end_controls_tab(); // Title style end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
503 |
|
|
|
504 |
// Icon style tab start
|
505 |
$this->start_controls_tab(
|
506 |
'flipbox_front_style_icon_tab',
|
507 |
[
|
508 |
'label' => __( 'Icon', 'htmega-addons' ),
|
509 |
'condition'=>[
|
510 |
-
'flipbox_content_type'=>'icon',
|
511 |
'flipbox_front_icon[value]!'=>'',
|
512 |
]
|
513 |
]
|
@@ -521,7 +775,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
521 |
'default' => '#4a4a4a',
|
522 |
'selectors' => [
|
523 |
'{{WRAPPER}} .front-container span.flipbox-icon i' => 'color: {{VALUE}};',
|
524 |
-
'{{WRAPPER}} .front-container span.flipbox-icon svg' => '
|
525 |
],
|
526 |
]
|
527 |
);
|
@@ -548,7 +802,8 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
548 |
'size' => 70,
|
549 |
],
|
550 |
'selectors' => [
|
551 |
-
'{{WRAPPER}} .front-container span i' => 'font-size: {{SIZE}}{{UNIT}};',
|
|
|
552 |
],
|
553 |
]
|
554 |
);
|
@@ -607,8 +862,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
607 |
],
|
608 |
],
|
609 |
'selectors' => [
|
610 |
-
'{{WRAPPER}} .front-container span.flipbox-icon' =>
|
611 |
-
'{{WRAPPER}} .front-container span.flipbox-icon' => 'line-height: {{SIZE}}{{UNIT}};',
|
612 |
],
|
613 |
]
|
614 |
);
|
@@ -657,7 +911,28 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
657 |
],
|
658 |
]
|
659 |
);
|
660 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
661 |
$this->end_controls_tab(); // Icon style tab end
|
662 |
|
663 |
// Number style tab start
|
@@ -668,6 +943,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
668 |
'condition'=>[
|
669 |
'flipbox_content_type'=>'number',
|
670 |
'flipbox_front_number!'=>'',
|
|
|
671 |
]
|
672 |
]
|
673 |
);
|
@@ -688,7 +964,6 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
688 |
Group_Control_Typography::get_type(),
|
689 |
[
|
690 |
'name' => 'flipbox_front_number_typography',
|
691 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
692 |
'selector' => '{{WRAPPER}} .front-container .flipbox-number',
|
693 |
]
|
694 |
);
|
@@ -737,9 +1012,111 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
737 |
],
|
738 |
]
|
739 |
);
|
740 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
$this->end_controls_tab(); // Number style tab end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
742 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
743 |
$this->end_controls_tabs();
|
744 |
|
745 |
$this->end_controls_section();
|
@@ -830,7 +1207,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
830 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
831 |
'type' => Controls_Manager::DIMENSIONS,
|
832 |
'selectors' => [
|
833 |
-
'{{WRAPPER}} .htmega-flip-box-back .back-container' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
834 |
],
|
835 |
]
|
836 |
);
|
@@ -871,7 +1248,6 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
871 |
Group_Control_Typography::get_type(),
|
872 |
[
|
873 |
'name' => 'flipbox_back_title_typography',
|
874 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
875 |
'selector' => '{{WRAPPER}} .back-container h2',
|
876 |
]
|
877 |
);
|
@@ -922,22 +1298,26 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
922 |
);
|
923 |
|
924 |
$this->end_controls_tab(); // Title style end
|
925 |
-
|
926 |
-
// Description style start
|
927 |
$this->start_controls_tab(
|
928 |
-
'
|
929 |
[
|
930 |
-
'label' => __( '
|
|
|
|
|
|
|
|
|
931 |
]
|
|
|
932 |
);
|
933 |
$this->add_control(
|
934 |
-
'
|
935 |
[
|
936 |
-
'label' => __( '
|
937 |
'type' => Controls_Manager::COLOR,
|
938 |
'default' => '#ffffff',
|
939 |
'selectors' => [
|
940 |
-
'{{WRAPPER}} .back-container
|
941 |
],
|
942 |
]
|
943 |
);
|
@@ -945,39 +1325,101 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
945 |
$this->add_group_control(
|
946 |
Group_Control_Typography::get_type(),
|
947 |
[
|
948 |
-
'name' => '
|
949 |
-
'
|
950 |
-
'selector' => '{{WRAPPER}} .back-container p',
|
951 |
]
|
952 |
);
|
953 |
|
954 |
$this->add_responsive_control(
|
955 |
-
'
|
956 |
[
|
957 |
-
'label' => __( '
|
958 |
'type' => Controls_Manager::DIMENSIONS,
|
959 |
'size_units' => [ 'px', '%', 'em' ],
|
960 |
'selectors' => [
|
961 |
-
'{{WRAPPER}} .back-container
|
962 |
],
|
963 |
'separator' =>'before',
|
964 |
]
|
965 |
);
|
966 |
|
967 |
$this->add_responsive_control(
|
968 |
-
'
|
969 |
[
|
970 |
-
'label' => __( '
|
971 |
'type' => Controls_Manager::DIMENSIONS,
|
972 |
'size_units' => [ 'px', '%', 'em' ],
|
973 |
'selectors' => [
|
974 |
-
'{{WRAPPER}} .back-container
|
975 |
],
|
976 |
]
|
977 |
);
|
978 |
-
|
979 |
|
980 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
981 |
|
982 |
// Icon style tab start
|
983 |
$this->start_controls_tab(
|
@@ -985,7 +1427,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
985 |
[
|
986 |
'label' => __( 'Icon', 'htmega-addons' ),
|
987 |
'condition'=>[
|
988 |
-
'
|
989 |
'flipbox_back_icon[value]!'=>'',
|
990 |
]
|
991 |
]
|
@@ -999,7 +1441,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
999 |
'default' => '#4a4a4a',
|
1000 |
'selectors' => [
|
1001 |
'{{WRAPPER}} .back-container span.flipbox-icon i' => 'color: {{VALUE}};',
|
1002 |
-
'{{WRAPPER}} .back-container span.flipbox-icon svg' => '
|
1003 |
],
|
1004 |
]
|
1005 |
);
|
@@ -1026,7 +1468,8 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
1026 |
'size' => 70,
|
1027 |
],
|
1028 |
'selectors' => [
|
1029 |
-
'{{WRAPPER}} .back-container span.flipbox-icon i' => 'font-size: {{SIZE}}{{UNIT}};',
|
|
|
1030 |
],
|
1031 |
]
|
1032 |
);
|
@@ -1085,8 +1528,7 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
1085 |
],
|
1086 |
],
|
1087 |
'selectors' => [
|
1088 |
-
'{{WRAPPER}} .back-container span.flipbox-icon' => 'height: {{SIZE}}{{UNIT}};',
|
1089 |
-
'{{WRAPPER}} .back-container span.flipbox-icon' => 'line-height: {{SIZE}}{{UNIT}};',
|
1090 |
],
|
1091 |
]
|
1092 |
);
|
@@ -1136,17 +1578,245 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
1136 |
],
|
1137 |
]
|
1138 |
);
|
1139 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1140 |
$this->end_controls_tab(); // Icon style tab end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1142 |
// Number style tab start
|
1143 |
$this->start_controls_tab(
|
1144 |
'flipbox_back_style_number_tab',
|
1145 |
[
|
1146 |
'label' => __( 'Number', 'htmega-addons' ),
|
1147 |
'condition'=>[
|
1148 |
-
'
|
1149 |
'flipbox_back_number!'=>'',
|
|
|
1150 |
]
|
1151 |
]
|
1152 |
);
|
@@ -1167,7 +1837,6 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
1167 |
Group_Control_Typography::get_type(),
|
1168 |
[
|
1169 |
'name' => 'flipbox_back_number_typography',
|
1170 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
1171 |
'selector' => '{{WRAPPER}} .back-container .flipbox-number',
|
1172 |
]
|
1173 |
);
|
@@ -1216,9 +1885,111 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
1216 |
],
|
1217 |
]
|
1218 |
);
|
1219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1220 |
$this->end_controls_tab(); // Number style tab end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1221 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1222 |
$this->end_controls_tabs();
|
1223 |
|
1224 |
$this->end_controls_section();
|
@@ -1229,7 +2000,13 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
1229 |
|
1230 |
$settings = $this->get_settings_for_display();
|
1231 |
$this->add_render_attribute( 'htmega_flipbox_attr', 'class', 'htmega-flip-box-area' );
|
1232 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1233 |
$this->add_render_attribute( 'htmega_flipbox_attr', 'class', 'htmega-flip-box-animation-'.$settings['flipbox_animation'] );
|
1234 |
|
1235 |
if ( isset( $settings['flipbox_button_link']['url'] ) && ! empty( $settings['flipbox_button_link']['url'] ) ) {
|
@@ -1252,19 +2029,48 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
1252 |
|
1253 |
<div class='htmega-flip-box-front'>
|
1254 |
<div class="front-container">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1255 |
<?php
|
1256 |
-
if(
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
|
|
|
|
1264 |
}
|
1265 |
if( !empty( $settings['flipbox_front_title'] ) ){
|
1266 |
echo '<h2>'.esc_html__( $settings['flipbox_front_title'], 'htmega-addons' ).'</h2>';
|
1267 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
1268 |
?>
|
1269 |
</div>
|
1270 |
<div class="htmega-flip-overlay"></div>
|
@@ -1285,12 +2091,26 @@ class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
|
1285 |
if( !empty( $settings['flipbox_back_title'] ) ){
|
1286 |
echo '<h2>'.esc_html__( $settings['flipbox_back_title'], 'htmega-addons' ).'</h2>';
|
1287 |
}
|
|
|
|
|
|
|
1288 |
if( !empty( $settings['flipbox_back_description'] ) ){
|
1289 |
echo '<p>'.esc_html__( $settings['flipbox_back_description'], 'htmega-addons' ).'</p>';
|
1290 |
}
|
1291 |
if( !empty( $settings['flipbox_button'] ) ){
|
1292 |
echo '<div class="flp-btn">'.$flbbutton.'</div>';
|
1293 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1294 |
?>
|
1295 |
</div>
|
1296 |
<div class="htmega-flip-overlay"></div>
|
2 |
namespace Elementor;
|
3 |
|
4 |
// Elementor Classes
|
|
|
|
|
|
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
class HTMega_Elementor_Widget_Flip_Box extends Widget_Base {
|
40 |
'options' => [
|
41 |
'1' => __( 'Layout One', 'htmega-addons' ),
|
42 |
'2' => __( 'Layout Two', 'htmega-addons' ),
|
43 |
+
'3' => __( 'Layout Three', 'htmega-addons' ),
|
44 |
+
'4' => __( 'Layout Four', 'htmega-addons' ),
|
45 |
+
'5' => __( 'Layout Five', 'htmega-addons' ),
|
46 |
],
|
47 |
]
|
48 |
);
|
60 |
$this->add_control(
|
61 |
'flipbox_content_type',
|
62 |
[
|
63 |
+
'label' => __( 'Icon Type', 'htmega-addons' ),
|
64 |
'type' => Controls_Manager::CHOOSE,
|
65 |
'options' => [
|
66 |
'none' => [
|
81 |
],
|
82 |
],
|
83 |
'default' => 'number',
|
84 |
+
'condition'=>[
|
85 |
+
'flipbox_layout!'=>'4',
|
86 |
+
],
|
87 |
]
|
88 |
);
|
89 |
|
96 |
'placeholder' => __( 'Type your title here', 'htmega-addons' ),
|
97 |
]
|
98 |
);
|
|
|
99 |
$this->add_control(
|
100 |
'flipbox_front_number',
|
101 |
[
|
104 |
'default' => __( '01', 'htmega-addons' ),
|
105 |
'condition'=>[
|
106 |
'flipbox_content_type'=>'number',
|
107 |
+
'flipbox_layout!' => '4'
|
108 |
],
|
109 |
]
|
110 |
);
|
114 |
[
|
115 |
'label' => __( 'Icon', 'htmega-addons' ),
|
116 |
'type' => Controls_Manager::ICONS,
|
117 |
+
'conditions' => [
|
118 |
+
'relation' => 'or',
|
119 |
+
'terms' => [
|
120 |
+
[
|
121 |
+
'terms' => [
|
122 |
+
['name' => 'flipbox_content_type', 'operator' => '==', 'value' => 'icon']
|
123 |
+
]
|
124 |
+
],
|
125 |
+
[
|
126 |
+
'terms' => [
|
127 |
+
['name' => 'flipbox_layout', 'operator' => '===', 'value' => '4'],
|
128 |
+
]
|
129 |
+
],
|
130 |
+
]
|
131 |
],
|
132 |
]
|
133 |
);
|
145 |
]
|
146 |
]
|
147 |
);
|
148 |
+
$this->add_control(
|
149 |
+
'flipbox_front_s4_image',
|
150 |
+
[
|
151 |
+
'label' => __('Backgournd Image','htmega-addons'),
|
152 |
+
'type'=>Controls_Manager::MEDIA,
|
153 |
+
'dynamic' => [
|
154 |
+
'active' => true,
|
155 |
+
],
|
156 |
+
'condition' => [
|
157 |
+
'flipbox_layout'=>'4',
|
158 |
+
]
|
159 |
+
]
|
160 |
+
);
|
161 |
$this->add_group_control(
|
162 |
Group_Control_Image_Size::get_type(),
|
163 |
[
|
164 |
'name' => 'flipboximagesize',
|
165 |
'default' => 'large',
|
166 |
'separator' => 'none',
|
167 |
+
'conditions' => [
|
168 |
+
'relation' => 'or',
|
169 |
+
'terms' => [
|
170 |
+
[
|
171 |
+
'terms' => [
|
172 |
+
['name' => 'flipbox_content_type', 'operator' => '==', 'value' => 'image']
|
173 |
+
]
|
174 |
+
],
|
175 |
+
[
|
176 |
+
'terms' => [
|
177 |
+
['name' => 'flipbox_layout', 'operator' => '===', 'value' => '4'],
|
178 |
+
]
|
179 |
+
],
|
180 |
+
]
|
181 |
+
],
|
182 |
+
]
|
183 |
+
);
|
184 |
+
$this->add_control(
|
185 |
+
'flipbox_front_description',
|
186 |
+
[
|
187 |
+
'label' => __( 'Description', 'htmega-addons' ),
|
188 |
+
'type' => Controls_Manager::TEXTAREA,
|
189 |
+
'placeholder' => __( 'Description', 'htmega-addons' ),
|
190 |
+
'condition'=>[
|
191 |
+
'flipbox_layout'=>array( '3','4' ),
|
192 |
+
],
|
193 |
+
]
|
194 |
+
);
|
195 |
+
$this->add_control(
|
196 |
+
'flipbox_bottom_index_number',
|
197 |
+
[
|
198 |
+
'label' => __( 'Bottom Index Number', 'htmega-addons' ),
|
199 |
+
'type' => Controls_Manager::TEXT,
|
200 |
+
'default' => __( '01', 'htmega-addons' ),
|
201 |
+
'condition'=>[
|
202 |
+
'flipbox_layout'=>'3',
|
203 |
+
],
|
204 |
]
|
205 |
);
|
|
|
206 |
$this->end_controls_section(); // Front Content area end
|
207 |
|
208 |
// Back Content area Start
|
215 |
$this->add_control(
|
216 |
'flipbox_back_content_type',
|
217 |
[
|
218 |
+
'label' => __( 'Icon Type', 'htmega-addons' ),
|
219 |
'type' => Controls_Manager::CHOOSE,
|
220 |
'options' => [
|
221 |
'none' => [
|
236 |
],
|
237 |
],
|
238 |
'default' => 'number',
|
239 |
+
'condition'=>[
|
240 |
+
'flipbox_layout!'=>'5',
|
241 |
+
],
|
242 |
]
|
243 |
);
|
244 |
|
251 |
'placeholder' => __( 'Type your title here', 'htmega-addons' ),
|
252 |
]
|
253 |
);
|
254 |
+
$this->add_control(
|
255 |
+
'flipbox_back_sub_title',
|
256 |
+
[
|
257 |
+
'label' => __( 'Sub Title', 'htmega-addons' ),
|
258 |
+
'type' => Controls_Manager::TEXT,
|
259 |
+
'default' => __( 'UI/UX Designer', 'htmega-addons' ),
|
260 |
+
'placeholder' => __( 'Type your sub title here', 'htmega-addons' ),
|
261 |
+
'condition' =>[
|
262 |
+
'flipbox_layout' => '5'
|
263 |
+
]
|
264 |
+
]
|
265 |
+
);
|
266 |
|
267 |
$this->add_control(
|
268 |
'flipbox_back_number',
|
272 |
'default' => __( '01', 'htmega-addons' ),
|
273 |
'condition'=>[
|
274 |
'flipbox_back_content_type'=>'number',
|
275 |
+
'flipbox_layout!' => '5'
|
276 |
],
|
277 |
]
|
278 |
);
|
284 |
'type' => Controls_Manager::ICONS,
|
285 |
'condition'=>[
|
286 |
'flipbox_back_content_type'=>'icon',
|
287 |
+
'flipbox_layout!' => '5'
|
288 |
+
|
289 |
],
|
290 |
]
|
291 |
);
|
300 |
],
|
301 |
'condition' => [
|
302 |
'flipbox_back_content_type' => 'image',
|
303 |
+
'flipbox_layout!' => '5'
|
304 |
]
|
305 |
]
|
306 |
);
|
313 |
'separator' => 'none',
|
314 |
'condition' => [
|
315 |
'flipbox_back_content_type' => 'image',
|
316 |
+
'flipbox_layout!' => '5'
|
317 |
]
|
318 |
]
|
319 |
);
|
333 |
[
|
334 |
'label' => __( 'Button Text', 'htmega-addons' ),
|
335 |
'type' => Controls_Manager::TEXT,
|
336 |
+
'condition' => [
|
337 |
+
'flipbox_layout!' => '5'
|
338 |
+
]
|
339 |
]
|
340 |
);
|
341 |
|
353 |
],
|
354 |
'condition'=>[
|
355 |
'flipbox_button!'=>'',
|
356 |
+
'flipbox_layout!' => '5'
|
357 |
+
]
|
358 |
+
]
|
359 |
+
);
|
360 |
+
$this->add_control(
|
361 |
+
'flipbox_back_bottom_index_number',
|
362 |
+
[
|
363 |
+
'label' => __( 'Bottom Index Number', 'htmega-addons' ),
|
364 |
+
'type' => Controls_Manager::TEXT,
|
365 |
+
'default' => __( '01', 'htmega-addons' ),
|
366 |
+
'condition'=>[
|
367 |
+
'flipbox_layout'=>'3',
|
368 |
+
],
|
369 |
+
]
|
370 |
+
);
|
371 |
+
|
372 |
+
$this->add_control(
|
373 |
+
'show_social_list',
|
374 |
+
[
|
375 |
+
'label' => esc_html__( 'Social Links', 'htmega-addons' ),
|
376 |
+
'type' => Controls_Manager::SWITCHER,
|
377 |
+
'return_value' => 'yes',
|
378 |
+
'default' => 'yes',
|
379 |
+
'condition' =>[
|
380 |
+
'flipbox_layout'=>'5',
|
381 |
+
]
|
382 |
+
]
|
383 |
+
);
|
384 |
+
$repeater = new Repeater();
|
385 |
+
|
386 |
+
$repeater->add_control(
|
387 |
+
'htmega_social_title',
|
388 |
+
[
|
389 |
+
'label' => __( 'Title', 'htmega-addons' ),
|
390 |
+
'type' => Controls_Manager::TEXT,
|
391 |
+
'default' => 'Facebook',
|
392 |
+
]
|
393 |
+
);
|
394 |
+
|
395 |
+
$repeater->add_control(
|
396 |
+
'htmega_social_link',
|
397 |
+
[
|
398 |
+
'label' => __( 'Link', 'htmega-addons' ),
|
399 |
+
'type' => Controls_Manager::TEXT,
|
400 |
+
'default' => __( 'https://www.facebook.com/hastech.company/', 'htmega-addons' ),
|
401 |
+
|
402 |
+
]
|
403 |
+
);
|
404 |
+
|
405 |
+
$repeater->add_control(
|
406 |
+
'htmega_social_icon',
|
407 |
+
[
|
408 |
+
'label' => __( 'Icon', 'htmega-addons' ),
|
409 |
+
'type' => Controls_Manager::ICONS,
|
410 |
+
'default' => [
|
411 |
+
'value'=>'fab fa-facebook-f',
|
412 |
+
'library'=>'solid',
|
413 |
+
],
|
414 |
+
]
|
415 |
+
);
|
416 |
+
|
417 |
+
$this->add_control(
|
418 |
+
'htmega_flipbox_social_link_list',
|
419 |
+
[
|
420 |
+
'type' => Controls_Manager::REPEATER,
|
421 |
+
'fields' => $repeater->get_controls(),
|
422 |
+
'default' => [
|
423 |
+
|
424 |
+
[
|
425 |
+
'htmega_social_title' => 'Facebook',
|
426 |
+
'htmega_social_icon' => 'fab fa-facebook-f',
|
427 |
+
'htmega_social_link' => __( 'https://www.facebook.com/hastech.company/', 'htmega-addons' ),
|
428 |
+
],
|
429 |
+
],
|
430 |
+
'title_field' => '{{{ htmega_social_title }}}',
|
431 |
+
'prevent_empty'=>false,
|
432 |
+
'condition' =>[
|
433 |
+
'show_social_list'=>'yes',
|
434 |
+
'flipbox_layout'=>'5',
|
435 |
]
|
436 |
]
|
437 |
);
|
571 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
572 |
'type' => Controls_Manager::DIMENSIONS,
|
573 |
'selectors' => [
|
574 |
+
'{{WRAPPER}} .htmega-flip-box-front' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
575 |
],
|
576 |
]
|
577 |
);
|
578 |
+
// Image Style tab front
|
579 |
+
$this->add_control(
|
580 |
+
'flipbox_style_image_heading',
|
581 |
+
[
|
582 |
+
'label' => __( 'Image Box Style', 'htmega-addons' ),
|
583 |
+
'type' => Controls_Manager::HEADING,
|
584 |
+
'separator' => 'before',
|
585 |
+
'condition' =>[
|
586 |
+
'flipbox_layout' => '4',
|
587 |
+
],
|
588 |
+
]
|
589 |
+
);
|
590 |
+
$this->add_responsive_control(
|
591 |
+
'flipbox_image_height',
|
592 |
+
[
|
593 |
+
'label' => __( 'Image Height', 'htmega-addons' ),
|
594 |
+
'type' => Controls_Manager::SLIDER,
|
595 |
+
'size_units' => [ 'px', '%' ],
|
596 |
+
'range' => [
|
597 |
+
'px' => [
|
598 |
+
'min' => 0,
|
599 |
+
'max' => 500,
|
600 |
+
'step' => 1,
|
601 |
+
],
|
602 |
+
'%' => [
|
603 |
+
'min' => 0,
|
604 |
+
'max' => 100,
|
605 |
+
],
|
606 |
+
],
|
607 |
+
'selectors' => [
|
608 |
+
'{{WRAPPER}} .htmega-flipbox-s4-image' => 'height: {{SIZE}}{{UNIT}};',
|
609 |
+
'{{WRAPPER}} .htmega-flipbox-s4-image img' => 'height: 100%',
|
610 |
+
],
|
611 |
+
'condition' =>[
|
612 |
+
'flipbox_layout' => '4',
|
613 |
+
],
|
614 |
+
'separator' => 'after',
|
615 |
+
]
|
616 |
+
);
|
617 |
+
// Content Style tab front
|
618 |
$this->add_control(
|
619 |
'flipbox_style_tab_heading',
|
620 |
[
|
649 |
Group_Control_Typography::get_type(),
|
650 |
[
|
651 |
'name' => 'flipbox_front_title_typography',
|
|
|
652 |
'selector' => '{{WRAPPER}} .front-container h2',
|
653 |
]
|
654 |
);
|
699 |
);
|
700 |
|
701 |
$this->end_controls_tab(); // Title style end
|
702 |
+
// Description front style start
|
703 |
+
$this->start_controls_tab(
|
704 |
+
'flipbox_front_style_description_tab',
|
705 |
+
[
|
706 |
+
'label' => __( 'Description', 'htmega-addons' ),
|
707 |
+
'condition'=>[
|
708 |
+
'flipbox_layout'=>array( '3','4' ),
|
709 |
+
],
|
710 |
+
]
|
711 |
+
|
712 |
+
);
|
713 |
+
$this->add_control(
|
714 |
+
'flipbox_front_description_color',
|
715 |
+
[
|
716 |
+
'label' => __( 'Description Color', 'htmega-addons' ),
|
717 |
+
'type' => Controls_Manager::COLOR,
|
718 |
+
'selectors' => [
|
719 |
+
'{{WRAPPER}} .front-container p' => 'color: {{VALUE}};',
|
720 |
+
],
|
721 |
+
]
|
722 |
+
);
|
723 |
+
|
724 |
+
$this->add_group_control(
|
725 |
+
Group_Control_Typography::get_type(),
|
726 |
+
[
|
727 |
+
'name' => 'flipbox_front_description_typography',
|
728 |
+
'selector' => '{{WRAPPER}} .front-container p',
|
729 |
+
]
|
730 |
+
);
|
731 |
+
|
732 |
+
$this->add_responsive_control(
|
733 |
+
'flipbox_front_description_padding',
|
734 |
+
[
|
735 |
+
'label' => __( 'Description Padding', 'htmega-addons' ),
|
736 |
+
'type' => Controls_Manager::DIMENSIONS,
|
737 |
+
'size_units' => [ 'px', '%', 'em' ],
|
738 |
+
'selectors' => [
|
739 |
+
'{{WRAPPER}} .front-container p' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
740 |
+
],
|
741 |
+
'separator' =>'before',
|
742 |
+
]
|
743 |
+
);
|
744 |
+
|
745 |
+
$this->add_responsive_control(
|
746 |
+
'flipbox_front_description_margin',
|
747 |
+
[
|
748 |
+
'label' => __( 'Description Margin', 'htmega-addons' ),
|
749 |
+
'type' => Controls_Manager::DIMENSIONS,
|
750 |
+
'size_units' => [ 'px', '%', 'em' ],
|
751 |
+
'selectors' => [
|
752 |
+
'{{WRAPPER}} .front-container p' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
753 |
+
],
|
754 |
+
]
|
755 |
+
);
|
756 |
+
|
757 |
|
758 |
+
$this->end_controls_tab(); // Description style end
|
759 |
// Icon style tab start
|
760 |
$this->start_controls_tab(
|
761 |
'flipbox_front_style_icon_tab',
|
762 |
[
|
763 |
'label' => __( 'Icon', 'htmega-addons' ),
|
764 |
'condition'=>[
|
|
|
765 |
'flipbox_front_icon[value]!'=>'',
|
766 |
]
|
767 |
]
|
775 |
'default' => '#4a4a4a',
|
776 |
'selectors' => [
|
777 |
'{{WRAPPER}} .front-container span.flipbox-icon i' => 'color: {{VALUE}};',
|
778 |
+
'{{WRAPPER}} .front-container span.flipbox-icon svg' => 'fill: {{VALUE}};',
|
779 |
],
|
780 |
]
|
781 |
);
|
802 |
'size' => 70,
|
803 |
],
|
804 |
'selectors' => [
|
805 |
+
'{{WRAPPER}} .front-container span i,{{WRAPPER}} .front-container span.flipbox-icon' => 'font-size: {{SIZE}}{{UNIT}};',
|
806 |
+
'{{WRAPPER}} .front-container span.flipbox-icon svg' => 'width: {{SIZE}}{{UNIT}};',
|
807 |
],
|
808 |
]
|
809 |
);
|
862 |
],
|
863 |
],
|
864 |
'selectors' => [
|
865 |
+
'{{WRAPPER}} .front-container span.flipbox-icon' =>'min-height: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};display: flex;align-items: center;justify-content: center;line-height: {{SIZE}}{{UNIT}};',
|
|
|
866 |
],
|
867 |
]
|
868 |
);
|
911 |
],
|
912 |
]
|
913 |
);
|
914 |
+
$this->add_group_control(
|
915 |
+
Group_Control_Box_Shadow::get_type(),
|
916 |
+
[
|
917 |
+
'name' => 'flipbox_front_icon_boxshadow',
|
918 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
919 |
+
'selector' => '{{WRAPPER}} .front-container span.flipbox-icon',
|
920 |
+
'separator' =>'before',
|
921 |
+
]
|
922 |
+
);
|
923 |
+
$this->add_control(
|
924 |
+
'flipbox_front_icon_seperator_color',
|
925 |
+
[
|
926 |
+
'label' => __( 'Separator Color', 'htmega-addons' ),
|
927 |
+
'type' => Controls_Manager::COLOR,
|
928 |
+
'selectors' => [
|
929 |
+
'{{WRAPPER}} .htmega-flip-box-style-2 .htmega-flip-box-front span.flipbox-icon::before, {{WRAPPER}} .htmega-flip-box-style-2 .htmega-flip-box-front span.flipbox-icon::after' => 'background-color: {{VALUE}};',
|
930 |
+
],
|
931 |
+
'condition' => [
|
932 |
+
'flipbox_layout' => '2'
|
933 |
+
]
|
934 |
+
]
|
935 |
+
);
|
936 |
$this->end_controls_tab(); // Icon style tab end
|
937 |
|
938 |
// Number style tab start
|
943 |
'condition'=>[
|
944 |
'flipbox_content_type'=>'number',
|
945 |
'flipbox_front_number!'=>'',
|
946 |
+
'flipbox_layout!' => '4'
|
947 |
]
|
948 |
]
|
949 |
);
|
964 |
Group_Control_Typography::get_type(),
|
965 |
[
|
966 |
'name' => 'flipbox_front_number_typography',
|
|
|
967 |
'selector' => '{{WRAPPER}} .front-container .flipbox-number',
|
968 |
]
|
969 |
);
|
1012 |
],
|
1013 |
]
|
1014 |
);
|
1015 |
+
$this->add_control(
|
1016 |
+
'flipbox_front_icon_seperator_color2',
|
1017 |
+
[
|
1018 |
+
'label' => __( 'Separator Color', 'htmega-addons' ),
|
1019 |
+
'type' => Controls_Manager::COLOR,
|
1020 |
+
'selectors' => [
|
1021 |
+
'{{WRAPPER}} .htmega-flip-box-style-2 .htmega-flip-box-front span::before,{{WRAPPER}} .htmega-flip-box-style-2 .htmega-flip-box-front span::after' => 'background-color: {{VALUE}};',
|
1022 |
+
],
|
1023 |
+
'condition' => [
|
1024 |
+
'flipbox_layout' => '2'
|
1025 |
+
]
|
1026 |
+
]
|
1027 |
+
);
|
1028 |
$this->end_controls_tab(); // Number style tab end
|
1029 |
+
// Index front style start
|
1030 |
+
$this->start_controls_tab(
|
1031 |
+
'flipbox_front_style_index_tab',
|
1032 |
+
[
|
1033 |
+
'label' => __( 'Index', 'htmega-addons' ),
|
1034 |
+
'condition'=>[
|
1035 |
+
'flipbox_layout'=>'3',
|
1036 |
+
],
|
1037 |
+
]
|
1038 |
+
|
1039 |
+
);
|
1040 |
+
$this->add_control(
|
1041 |
+
'flipbox_front_index_color',
|
1042 |
+
[
|
1043 |
+
'label' => __( 'Index Color', 'htmega-addons' ),
|
1044 |
+
'type' => Controls_Manager::COLOR,
|
1045 |
+
'selectors' => [
|
1046 |
+
'{{WRAPPER}} .htmega-flipbox-bottom-index-number' => 'color: {{VALUE}};',
|
1047 |
+
],
|
1048 |
+
]
|
1049 |
+
);
|
1050 |
|
1051 |
+
$this->add_group_control(
|
1052 |
+
Group_Control_Typography::get_type(),
|
1053 |
+
[
|
1054 |
+
'name' => 'flipbox_front_index_typography',
|
1055 |
+
'selector' => '{{WRAPPER}} .htmega-flipbox-bottom-index-number',
|
1056 |
+
]
|
1057 |
+
);
|
1058 |
+
$this->add_responsive_control(
|
1059 |
+
'flipbox_front_index_margin',
|
1060 |
+
[
|
1061 |
+
'label' => __( 'Description Margin', 'htmega-addons' ),
|
1062 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1063 |
+
'size_units' => [ 'px', '%', 'em' ],
|
1064 |
+
'selectors' => [
|
1065 |
+
'{{WRAPPER}} .htmega-flipbox-bottom-index-number' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1066 |
+
],
|
1067 |
+
]
|
1068 |
+
);
|
1069 |
+
$this->add_control(
|
1070 |
+
'index_front_stroke',
|
1071 |
+
[
|
1072 |
+
'label' => esc_html__( 'Stroke', 'htmega-addons' ),
|
1073 |
+
'type' => Controls_Manager::SWITCHER,
|
1074 |
+
'return_value' => 'yes',
|
1075 |
+
'default' => 'no',
|
1076 |
+
'condition' =>[
|
1077 |
+
'flipbox_bottom_index_number!' => '',
|
1078 |
+
]
|
1079 |
+
]
|
1080 |
+
);
|
1081 |
+
$this->add_control(
|
1082 |
+
'index_front_stroke_color',
|
1083 |
+
[
|
1084 |
+
'label' => __( 'Stroke Color', 'htmega-addons' ),
|
1085 |
+
'type' => Controls_Manager::COLOR,
|
1086 |
+
'selectors' => [
|
1087 |
+
'{{WRAPPER}} .htmega-flipbox-bottom-index-number' => '-webkit-text-stroke-color: {{VALUE}};',
|
1088 |
+
],
|
1089 |
+
'condition' =>[
|
1090 |
+
'index_front_stroke' => 'yes',
|
1091 |
+
]
|
1092 |
+
]
|
1093 |
+
);
|
1094 |
+
$this->add_control(
|
1095 |
+
'index_front_stroke_widht',
|
1096 |
+
[
|
1097 |
+
'label' => __( 'Stroke Fill Width', 'htmega-addons' ),
|
1098 |
+
'type' => Controls_Manager::SLIDER,
|
1099 |
+
'size_units' => [ 'px', '%' ],
|
1100 |
+
'range' => [
|
1101 |
+
'px' => [
|
1102 |
+
'min' => 0,
|
1103 |
+
'max' => 100,
|
1104 |
+
'step' => 1,
|
1105 |
+
],
|
1106 |
+
'%' => [
|
1107 |
+
'min' => 0,
|
1108 |
+
'max' => 100,
|
1109 |
+
],
|
1110 |
+
],
|
1111 |
+
'selectors' => [
|
1112 |
+
'{{WRAPPER}} .htmega-flipbox-bottom-index-number' => '-webkit-text-stroke-width: {{SIZE}}{{UNIT}};',
|
1113 |
+
],
|
1114 |
+
'condition' =>[
|
1115 |
+
'index_front_stroke' => 'yes',
|
1116 |
+
]
|
1117 |
+
]
|
1118 |
+
);
|
1119 |
+
$this->end_controls_tab(); // Index style end
|
1120 |
$this->end_controls_tabs();
|
1121 |
|
1122 |
$this->end_controls_section();
|
1207 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1208 |
'type' => Controls_Manager::DIMENSIONS,
|
1209 |
'selectors' => [
|
1210 |
+
'{{WRAPPER}} .htmega-flip-box-back .back-container,{{WRAPPER}} .htmega-flip-box-back' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1211 |
],
|
1212 |
]
|
1213 |
);
|
1248 |
Group_Control_Typography::get_type(),
|
1249 |
[
|
1250 |
'name' => 'flipbox_back_title_typography',
|
|
|
1251 |
'selector' => '{{WRAPPER}} .back-container h2',
|
1252 |
]
|
1253 |
);
|
1298 |
);
|
1299 |
|
1300 |
$this->end_controls_tab(); // Title style end
|
1301 |
+
// Sub Title style start
|
|
|
1302 |
$this->start_controls_tab(
|
1303 |
+
'flipbox_back_style_sub_title_tab',
|
1304 |
[
|
1305 |
+
'label' => __( 'Sub Title', 'htmega-addons' ),
|
1306 |
+
'condition' =>[
|
1307 |
+
'flipbox_layout' => '5',
|
1308 |
+
'flipbox_back_sub_title!' => ''
|
1309 |
+
]
|
1310 |
]
|
1311 |
+
|
1312 |
);
|
1313 |
$this->add_control(
|
1314 |
+
'flipbox_back_sub_title_color',
|
1315 |
[
|
1316 |
+
'label' => __( 'Color', 'htmega-addons' ),
|
1317 |
'type' => Controls_Manager::COLOR,
|
1318 |
'default' => '#ffffff',
|
1319 |
'selectors' => [
|
1320 |
+
'{{WRAPPER}} .back-container h3' => 'color: {{VALUE}};',
|
1321 |
],
|
1322 |
]
|
1323 |
);
|
1325 |
$this->add_group_control(
|
1326 |
Group_Control_Typography::get_type(),
|
1327 |
[
|
1328 |
+
'name' => 'flipbox_back_sub_title_typography',
|
1329 |
+
'selector' => '{{WRAPPER}} .back-container h3',
|
|
|
1330 |
]
|
1331 |
);
|
1332 |
|
1333 |
$this->add_responsive_control(
|
1334 |
+
'flipbox_back_sub_title_padding',
|
1335 |
[
|
1336 |
+
'label' => __( 'Padding', 'htmega-addons' ),
|
1337 |
'type' => Controls_Manager::DIMENSIONS,
|
1338 |
'size_units' => [ 'px', '%', 'em' ],
|
1339 |
'selectors' => [
|
1340 |
+
'{{WRAPPER}} .back-container h3' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1341 |
],
|
1342 |
'separator' =>'before',
|
1343 |
]
|
1344 |
);
|
1345 |
|
1346 |
$this->add_responsive_control(
|
1347 |
+
'flipbox_back_sub_title_margin',
|
1348 |
[
|
1349 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
1350 |
'type' => Controls_Manager::DIMENSIONS,
|
1351 |
'size_units' => [ 'px', '%', 'em' ],
|
1352 |
'selectors' => [
|
1353 |
+
'{{WRAPPER}} .back-container h3' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1354 |
],
|
1355 |
]
|
1356 |
);
|
|
|
1357 |
|
1358 |
+
$this->add_group_control(
|
1359 |
+
Group_Control_Border::get_type(),
|
1360 |
+
[
|
1361 |
+
'name' => 'flipbox_back_sub_title_border',
|
1362 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
1363 |
+
'selector' => '{{WRAPPER}} .back-container h3',
|
1364 |
+
]
|
1365 |
+
);
|
1366 |
+
|
1367 |
+
$this->end_controls_tab(); // Sub Title style end
|
1368 |
+
|
1369 |
+
// Description style start
|
1370 |
+
$this->start_controls_tab(
|
1371 |
+
'flipbox_back_style_description_tab',
|
1372 |
+
[
|
1373 |
+
'label' => __( 'Description', 'htmega-addons' ),
|
1374 |
+
]
|
1375 |
+
);
|
1376 |
+
$this->add_control(
|
1377 |
+
'flipbox_back_description_color',
|
1378 |
+
[
|
1379 |
+
'label' => __( 'Description Color', 'htmega-addons' ),
|
1380 |
+
'type' => Controls_Manager::COLOR,
|
1381 |
+
'default' => '#ffffff',
|
1382 |
+
'selectors' => [
|
1383 |
+
'{{WRAPPER}} .back-container p' => 'color: {{VALUE}};',
|
1384 |
+
],
|
1385 |
+
]
|
1386 |
+
);
|
1387 |
+
|
1388 |
+
$this->add_group_control(
|
1389 |
+
Group_Control_Typography::get_type(),
|
1390 |
+
[
|
1391 |
+
'name' => 'flipbox_back_description_typography',
|
1392 |
+
'selector' => '{{WRAPPER}} .back-container p',
|
1393 |
+
]
|
1394 |
+
);
|
1395 |
+
|
1396 |
+
$this->add_responsive_control(
|
1397 |
+
'flipbox_back_description_padding',
|
1398 |
+
[
|
1399 |
+
'label' => __( 'Description Padding', 'htmega-addons' ),
|
1400 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1401 |
+
'size_units' => [ 'px', '%', 'em' ],
|
1402 |
+
'selectors' => [
|
1403 |
+
'{{WRAPPER}} .back-container p' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1404 |
+
],
|
1405 |
+
'separator' =>'before',
|
1406 |
+
]
|
1407 |
+
);
|
1408 |
+
|
1409 |
+
$this->add_responsive_control(
|
1410 |
+
'flipbox_back_description_margin',
|
1411 |
+
[
|
1412 |
+
'label' => __( 'Description Margin', 'htmega-addons' ),
|
1413 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1414 |
+
'size_units' => [ 'px', '%', 'em' ],
|
1415 |
+
'selectors' => [
|
1416 |
+
'{{WRAPPER}} .back-container p' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1417 |
+
],
|
1418 |
+
]
|
1419 |
+
);
|
1420 |
+
|
1421 |
+
|
1422 |
+
$this->end_controls_tab(); // Title style end
|
1423 |
|
1424 |
// Icon style tab start
|
1425 |
$this->start_controls_tab(
|
1427 |
[
|
1428 |
'label' => __( 'Icon', 'htmega-addons' ),
|
1429 |
'condition'=>[
|
1430 |
+
'flipbox_back_content_type'=>'icon',
|
1431 |
'flipbox_back_icon[value]!'=>'',
|
1432 |
]
|
1433 |
]
|
1441 |
'default' => '#4a4a4a',
|
1442 |
'selectors' => [
|
1443 |
'{{WRAPPER}} .back-container span.flipbox-icon i' => 'color: {{VALUE}};',
|
1444 |
+
'{{WRAPPER}} .back-container span.flipbox-icon svg' => 'fill: {{VALUE}};',
|
1445 |
],
|
1446 |
]
|
1447 |
);
|
1468 |
'size' => 70,
|
1469 |
],
|
1470 |
'selectors' => [
|
1471 |
+
'{{WRAPPER}} .back-container span.flipbox-icon i,{{WRAPPER}} .back-container span.flipbox-icon' => 'font-size: {{SIZE}}{{UNIT}};',
|
1472 |
+
'{{WRAPPER}} .back-container span.flipbox-icon svg' => 'width: {{SIZE}}{{UNIT}};',
|
1473 |
],
|
1474 |
]
|
1475 |
);
|
1528 |
],
|
1529 |
],
|
1530 |
'selectors' => [
|
1531 |
+
'{{WRAPPER}} .back-container span.flipbox-icon' => 'min-height: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};display: flex;align-items: center;justify-content: center;line-height: {{SIZE}}{{UNIT}};',
|
|
|
1532 |
],
|
1533 |
]
|
1534 |
);
|
1578 |
],
|
1579 |
]
|
1580 |
);
|
1581 |
+
$this->add_group_control(
|
1582 |
+
Group_Control_Box_Shadow::get_type(),
|
1583 |
+
[
|
1584 |
+
'name' => 'flipbox_back_icon_boxshadow',
|
1585 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
1586 |
+
'selector' => '{{WRAPPER}} .back-container span.flipbox-icon',
|
1587 |
+
'separator' =>'before',
|
1588 |
+
]
|
1589 |
+
);
|
1590 |
+
$this->add_control(
|
1591 |
+
'flipbox_front_icon_seperator_color3',
|
1592 |
+
[
|
1593 |
+
'label' => __( 'Separator Color', 'htmega-addons' ),
|
1594 |
+
'type' => Controls_Manager::COLOR,
|
1595 |
+
'selectors' => [
|
1596 |
+
'{{WRAPPER}} .htmega-flip-box-style-2 .htmega-flip-box-back span.flipbox-icon::before,{{WRAPPER}} .htmega-flip-box-style-2 .htmega-flip-box-back span.flipbox-icon::after' => 'background-color: {{VALUE}};',
|
1597 |
+
],
|
1598 |
+
'condition' => [
|
1599 |
+
'flipbox_layout' => '2'
|
1600 |
+
]
|
1601 |
+
]
|
1602 |
+
);
|
1603 |
$this->end_controls_tab(); // Icon style tab end
|
1604 |
+
//Social Icon style tab start
|
1605 |
+
$this->start_controls_tab(
|
1606 |
+
'flipbox_social_style_icon_tab',
|
1607 |
+
[
|
1608 |
+
'label' => __( 'Icons', 'htmega-addons' ),
|
1609 |
+
'condition'=>[
|
1610 |
+
'show_social_list'=>'yes',
|
1611 |
+
]
|
1612 |
+
]
|
1613 |
+
);
|
1614 |
+
|
1615 |
+
$this->add_control(
|
1616 |
+
'flipbox_social_icon_color',
|
1617 |
+
[
|
1618 |
+
'label' => __( 'Icon Color', 'htmega-addons' ),
|
1619 |
+
'type' => Controls_Manager::COLOR,
|
1620 |
+
'selectors' => [
|
1621 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a' => 'color: {{VALUE}};',
|
1622 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a svg' => 'fill: {{VALUE}};',
|
1623 |
+
],
|
1624 |
+
]
|
1625 |
+
);
|
1626 |
|
1627 |
+
$this->add_control(
|
1628 |
+
'flipbox_social_icon_fontsize',
|
1629 |
+
[
|
1630 |
+
'label' => __( 'Icon Size', 'htmega-addons' ),
|
1631 |
+
'type' => Controls_Manager::SLIDER,
|
1632 |
+
'size_units' => [ 'px', '%' ],
|
1633 |
+
'range' => [
|
1634 |
+
'px' => [
|
1635 |
+
'min' => 0,
|
1636 |
+
'max' => 200,
|
1637 |
+
'step' => 1,
|
1638 |
+
],
|
1639 |
+
'%' => [
|
1640 |
+
'min' => 0,
|
1641 |
+
'max' => 100,
|
1642 |
+
],
|
1643 |
+
],
|
1644 |
+
'selectors' => [
|
1645 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a' => 'font-size: {{SIZE}}{{UNIT}};',
|
1646 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a svg' => 'width: {{SIZE}}{{UNIT}};',
|
1647 |
+
],
|
1648 |
+
]
|
1649 |
+
);
|
1650 |
+
|
1651 |
+
$this->add_control(
|
1652 |
+
'flipbox_social_icon_background_color',
|
1653 |
+
[
|
1654 |
+
'label' => __( 'Icon Background Color', 'htmega-addons' ),
|
1655 |
+
'type' => Controls_Manager::COLOR,
|
1656 |
+
'selectors' => [
|
1657 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a' => 'background-color: {{VALUE}};',
|
1658 |
+
],
|
1659 |
+
]
|
1660 |
+
);
|
1661 |
+
|
1662 |
+
$this->add_control(
|
1663 |
+
'flipbox_social_icon_width',
|
1664 |
+
[
|
1665 |
+
'label' => __( 'Icon Width', 'htmega-addons' ),
|
1666 |
+
'type' => Controls_Manager::SLIDER,
|
1667 |
+
'size_units' => [ 'px', '%' ],
|
1668 |
+
'range' => [
|
1669 |
+
'px' => [
|
1670 |
+
'min' => 0,
|
1671 |
+
'max' => 200,
|
1672 |
+
'step' => 1,
|
1673 |
+
],
|
1674 |
+
'%' => [
|
1675 |
+
'min' => 0,
|
1676 |
+
'max' => 100,
|
1677 |
+
],
|
1678 |
+
],
|
1679 |
+
'selectors' => [
|
1680 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a' => 'width: {{SIZE}}{{UNIT}};',
|
1681 |
+
],
|
1682 |
+
'separator'=>'before',
|
1683 |
+
]
|
1684 |
+
);
|
1685 |
+
|
1686 |
+
$this->add_control(
|
1687 |
+
'flipbox_social_icon_height',
|
1688 |
+
[
|
1689 |
+
'label' => __( 'Icon Height', 'htmega-addons' ),
|
1690 |
+
'type' => Controls_Manager::SLIDER,
|
1691 |
+
'size_units' => [ 'px', '%' ],
|
1692 |
+
'range' => [
|
1693 |
+
'px' => [
|
1694 |
+
'min' => 0,
|
1695 |
+
'max' => 200,
|
1696 |
+
'step' => 1,
|
1697 |
+
],
|
1698 |
+
'%' => [
|
1699 |
+
'min' => 0,
|
1700 |
+
'max' => 100,
|
1701 |
+
],
|
1702 |
+
],
|
1703 |
+
'selectors' => [
|
1704 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a' => 'min-height: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};display: flex;align-items: center;justify-content: center;line-height: {{SIZE}}{{UNIT}};',
|
1705 |
+
],
|
1706 |
+
]
|
1707 |
+
);
|
1708 |
+
$this->add_responsive_control(
|
1709 |
+
'flipbox_social_icon_margin',
|
1710 |
+
[
|
1711 |
+
'label' => __( 'Icon Margin', 'htmega-addons' ),
|
1712 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1713 |
+
'size_units' => [ 'px', '%', 'em' ],
|
1714 |
+
'selectors' => [
|
1715 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1716 |
+
],
|
1717 |
+
'separator' =>'after',
|
1718 |
+
]
|
1719 |
+
);
|
1720 |
+
|
1721 |
+
$this->add_group_control(
|
1722 |
+
Group_Control_Border::get_type(),
|
1723 |
+
[
|
1724 |
+
'name' => 'flipbox_social_icon_border',
|
1725 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
1726 |
+
'selector' => '{{WRAPPER}} ul.htmega-flipbox-social-list li a',
|
1727 |
+
]
|
1728 |
+
);
|
1729 |
+
|
1730 |
+
$this->add_responsive_control(
|
1731 |
+
'flipbox_back_social_border_radius',
|
1732 |
+
[
|
1733 |
+
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1734 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1735 |
+
'selectors' => [
|
1736 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1737 |
+
],
|
1738 |
+
]
|
1739 |
+
);
|
1740 |
+
$this->add_group_control(
|
1741 |
+
Group_Control_Box_Shadow::get_type(),
|
1742 |
+
[
|
1743 |
+
'name' => 'flipbox_social_icon_boxshadow',
|
1744 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
1745 |
+
'selector' => '{{WRAPPER}} ul.htmega-flipbox-social-list li a',
|
1746 |
+
'separator' =>'before',
|
1747 |
+
]
|
1748 |
+
);
|
1749 |
+
// Social Icon Hover
|
1750 |
+
$this->add_control(
|
1751 |
+
'social_icon_hover_heading',
|
1752 |
+
[
|
1753 |
+
'label' => __( 'Icon Hover Style', 'htmega-addons' ),
|
1754 |
+
'type' => Controls_Manager::HEADING,
|
1755 |
+
'separator' =>'before',
|
1756 |
+
]
|
1757 |
+
);
|
1758 |
+
$this->add_control(
|
1759 |
+
'flipbox_social_icon_color_hover',
|
1760 |
+
[
|
1761 |
+
'label' => __( 'Icon Color', 'htmega-addons' ),
|
1762 |
+
'type' => Controls_Manager::COLOR,
|
1763 |
+
'selectors' => [
|
1764 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a:hover' => 'color: {{VALUE}};',
|
1765 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a:hover svg' => 'fill: {{VALUE}};',
|
1766 |
+
],
|
1767 |
+
]
|
1768 |
+
);
|
1769 |
+
|
1770 |
+
$this->add_control(
|
1771 |
+
'flipbox_social_icon_background_color_hover',
|
1772 |
+
[
|
1773 |
+
'label' => __( 'Icon Background Color', 'htmega-addons' ),
|
1774 |
+
'type' => Controls_Manager::COLOR,
|
1775 |
+
'selectors' => [
|
1776 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a:hover' => 'background-color: {{VALUE}};',
|
1777 |
+
],
|
1778 |
+
]
|
1779 |
+
);
|
1780 |
+
|
1781 |
+
$this->add_group_control(
|
1782 |
+
Group_Control_Border::get_type(),
|
1783 |
+
[
|
1784 |
+
'name' => 'flipbox_social_icon_border_hover',
|
1785 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
1786 |
+
'selector' => '{{WRAPPER}} ul.htmega-flipbox-social-list li a:hover',
|
1787 |
+
]
|
1788 |
+
);
|
1789 |
+
|
1790 |
+
$this->add_responsive_control(
|
1791 |
+
'flipbox_back_social_border_radius_hover',
|
1792 |
+
[
|
1793 |
+
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1794 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1795 |
+
'selectors' => [
|
1796 |
+
'{{WRAPPER}} ul.htmega-flipbox-social-list li a:hover' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1797 |
+
],
|
1798 |
+
]
|
1799 |
+
);
|
1800 |
+
$this->add_group_control(
|
1801 |
+
Group_Control_Box_Shadow::get_type(),
|
1802 |
+
[
|
1803 |
+
'name' => 'flipbox_social_icon_boxshadow_hover',
|
1804 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
1805 |
+
'selector' => '{{WRAPPER}} ul.htmega-flipbox-social-list li a:hover',
|
1806 |
+
'separator' =>'before',
|
1807 |
+
]
|
1808 |
+
);
|
1809 |
+
|
1810 |
+
$this->end_controls_tab(); //Social Icon style tab end
|
1811 |
// Number style tab start
|
1812 |
$this->start_controls_tab(
|
1813 |
'flipbox_back_style_number_tab',
|
1814 |
[
|
1815 |
'label' => __( 'Number', 'htmega-addons' ),
|
1816 |
'condition'=>[
|
1817 |
+
'flipbox_back_content_type'=>'number',
|
1818 |
'flipbox_back_number!'=>'',
|
1819 |
+
'flipbox_layout!' => '5'
|
1820 |
]
|
1821 |
]
|
1822 |
);
|
1837 |
Group_Control_Typography::get_type(),
|
1838 |
[
|
1839 |
'name' => 'flipbox_back_number_typography',
|
|
|
1840 |
'selector' => '{{WRAPPER}} .back-container .flipbox-number',
|
1841 |
]
|
1842 |
);
|
1885 |
],
|
1886 |
]
|
1887 |
);
|
1888 |
+
$this->add_control(
|
1889 |
+
'flipbox_front_icon_seperator_color4',
|
1890 |
+
[
|
1891 |
+
'label' => __( 'Separator Color', 'htmega-addons' ),
|
1892 |
+
'type' => Controls_Manager::COLOR,
|
1893 |
+
'selectors' => [
|
1894 |
+
'{{WRAPPER}} .htmega-flip-box-style-2 .htmega-flip-box-back span::before,{{WRAPPER}} .htmega-flip-box-style-2 .htmega-flip-box-back span::after' => 'background-color: {{VALUE}};',
|
1895 |
+
],
|
1896 |
+
'condition' => [
|
1897 |
+
'flipbox_layout' => '2'
|
1898 |
+
]
|
1899 |
+
]
|
1900 |
+
);
|
1901 |
$this->end_controls_tab(); // Number style tab end
|
1902 |
+
// Index back style start
|
1903 |
+
$this->start_controls_tab(
|
1904 |
+
'flipbox_back_style_index_tab',
|
1905 |
+
[
|
1906 |
+
'label' => __( 'Index', 'htmega-addons' ),
|
1907 |
+
'condition'=>[
|
1908 |
+
'flipbox_layout'=>'3',
|
1909 |
+
],
|
1910 |
+
]
|
1911 |
+
|
1912 |
+
);
|
1913 |
+
$this->add_control(
|
1914 |
+
'flipbox_back_index_color',
|
1915 |
+
[
|
1916 |
+
'label' => __( 'Index Color', 'htmega-addons' ),
|
1917 |
+
'type' => Controls_Manager::COLOR,
|
1918 |
+
'selectors' => [
|
1919 |
+
'{{WRAPPER}} .htmega-flipbox-back-bottom-index-number' => 'color: {{VALUE}};',
|
1920 |
+
],
|
1921 |
+
]
|
1922 |
+
);
|
1923 |
|
1924 |
+
$this->add_group_control(
|
1925 |
+
Group_Control_Typography::get_type(),
|
1926 |
+
[
|
1927 |
+
'name' => 'flipbox_back_index_typography',
|
1928 |
+
'selector' => '{{WRAPPER}} .htmega-flipbox-back-bottom-index-number',
|
1929 |
+
]
|
1930 |
+
);
|
1931 |
+
$this->add_responsive_control(
|
1932 |
+
'flipbox_back_index_margin',
|
1933 |
+
[
|
1934 |
+
'label' => __( 'Description Margin', 'htmega-addons' ),
|
1935 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1936 |
+
'size_units' => [ 'px', '%', 'em' ],
|
1937 |
+
'selectors' => [
|
1938 |
+
'{{WRAPPER}} .htmega-flipbox-back-bottom-index-number' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1939 |
+
],
|
1940 |
+
]
|
1941 |
+
);
|
1942 |
+
$this->add_control(
|
1943 |
+
'index_back_stroke',
|
1944 |
+
[
|
1945 |
+
'label' => esc_html__( 'Stroke', 'htmega-addons' ),
|
1946 |
+
'type' => Controls_Manager::SWITCHER,
|
1947 |
+
'return_value' => 'yes',
|
1948 |
+
'default' => 'no',
|
1949 |
+
'condition' =>[
|
1950 |
+
'flipbox_back_bottom_index_number!' => '',
|
1951 |
+
]
|
1952 |
+
]
|
1953 |
+
);
|
1954 |
+
$this->add_control(
|
1955 |
+
'index_back_stroke_color',
|
1956 |
+
[
|
1957 |
+
'label' => __( 'Stroke Color', 'htmega-addons' ),
|
1958 |
+
'type' => Controls_Manager::COLOR,
|
1959 |
+
'selectors' => [
|
1960 |
+
'{{WRAPPER}} .htmega-flipbox-back-bottom-index-number' => '-webkit-text-stroke-color: {{VALUE}};',
|
1961 |
+
],
|
1962 |
+
'condition' =>[
|
1963 |
+
'index_back_stroke' => 'yes',
|
1964 |
+
]
|
1965 |
+
]
|
1966 |
+
);
|
1967 |
+
$this->add_control(
|
1968 |
+
'index_back_stroke_widht',
|
1969 |
+
[
|
1970 |
+
'label' => __( 'Stroke Fill Width', 'htmega-addons' ),
|
1971 |
+
'type' => Controls_Manager::SLIDER,
|
1972 |
+
'size_units' => [ 'px', '%' ],
|
1973 |
+
'range' => [
|
1974 |
+
'px' => [
|
1975 |
+
'min' => 0,
|
1976 |
+
'max' => 100,
|
1977 |
+
'step' => 1,
|
1978 |
+
],
|
1979 |
+
'%' => [
|
1980 |
+
'min' => 0,
|
1981 |
+
'max' => 100,
|
1982 |
+
],
|
1983 |
+
],
|
1984 |
+
'selectors' => [
|
1985 |
+
'{{WRAPPER}} .htmega-flipbox-back-bottom-index-number' => '-webkit-text-stroke-width: {{SIZE}}{{UNIT}};',
|
1986 |
+
],
|
1987 |
+
'condition' =>[
|
1988 |
+
'index_back_stroke' => 'yes',
|
1989 |
+
]
|
1990 |
+
]
|
1991 |
+
);
|
1992 |
+
$this->end_controls_tab(); // Index back style end
|
1993 |
$this->end_controls_tabs();
|
1994 |
|
1995 |
$this->end_controls_section();
|
2000 |
|
2001 |
$settings = $this->get_settings_for_display();
|
2002 |
$this->add_render_attribute( 'htmega_flipbox_attr', 'class', 'htmega-flip-box-area' );
|
2003 |
+
if( '4' == $settings['flipbox_layout'] ){
|
2004 |
+
$this->add_render_attribute( 'htmega_flipbox_attr', 'class', 'htmega-flip-box-style-1 htmega-flip-box-style-3 htmega-flip-box-style-'.$settings['flipbox_layout'] );
|
2005 |
+
} elseif( '3' == $settings['flipbox_layout'] ){
|
2006 |
+
$this->add_render_attribute( 'htmega_flipbox_attr', 'class', 'htmega-flip-box-style-1 htmega-flip-box-style-'.$settings['flipbox_layout'] );
|
2007 |
+
} else {
|
2008 |
+
$this->add_render_attribute( 'htmega_flipbox_attr', 'class', 'htmega-flip-box-style-'.$settings['flipbox_layout'] );
|
2009 |
+
}
|
2010 |
$this->add_render_attribute( 'htmega_flipbox_attr', 'class', 'htmega-flip-box-animation-'.$settings['flipbox_animation'] );
|
2011 |
|
2012 |
if ( isset( $settings['flipbox_button_link']['url'] ) && ! empty( $settings['flipbox_button_link']['url'] ) ) {
|
2029 |
|
2030 |
<div class='htmega-flip-box-front'>
|
2031 |
<div class="front-container">
|
2032 |
+
|
2033 |
+
<?php if( '4' == $settings['flipbox_layout'] ){ ?>
|
2034 |
+
<div class="htmega-flipbox-s4-image">
|
2035 |
+
<?php
|
2036 |
+
if( !empty( $settings['flipbox_front_s4_image']['url'] ) ){
|
2037 |
+
echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'flipboximagesize', 'flipbox_front_s4_image' );
|
2038 |
+
}
|
2039 |
+
|
2040 |
+
if( !empty( $settings['flipbox_front_number'] ) ){
|
2041 |
+
echo '<span class="flipbox-number">'.esc_html__( $settings['flipbox_front_number'], 'htmega-addons' ).'</span>';
|
2042 |
+
}
|
2043 |
+
if( !empty( $settings['flipbox_front_icon']['value'] ) ){
|
2044 |
+
echo '<span class="flipbox-icon">'.HTMega_Icon_manager::render_icon( $settings['flipbox_front_icon'], [ 'aria-hidden' => 'true' ] ).'</span>';
|
2045 |
+
}
|
2046 |
+
if( !empty( $settings['flipbox_front_image']['url'] ) ){
|
2047 |
+
echo'<span class="flipbox-icon">'. Group_Control_Image_Size::get_attachment_image_html( $settings, 'flipboximagesize', 'flipbox_front_image' ).'</span>';
|
2048 |
+
}
|
2049 |
+
|
2050 |
+
?>
|
2051 |
+
</div>
|
2052 |
+
<?php } ?>
|
2053 |
<?php
|
2054 |
+
if( '4' != $settings['flipbox_layout'] ){
|
2055 |
+
if( !empty( $settings['flipbox_front_number'] ) ){
|
2056 |
+
echo '<span class="flipbox-number">'.esc_html__( $settings['flipbox_front_number'], 'htmega-addons' ).'</span>';
|
2057 |
+
}
|
2058 |
+
if( !empty( $settings['flipbox_front_icon']['value'] ) ){
|
2059 |
+
echo '<span class="flipbox-icon">'.HTMega_Icon_manager::render_icon( $settings['flipbox_front_icon'], [ 'aria-hidden' => 'true' ] ).'</span>';
|
2060 |
+
}
|
2061 |
+
if( !empty( $settings['flipbox_front_image']['url'] ) ){
|
2062 |
+
echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'flipboximagesize', 'flipbox_front_image' );
|
2063 |
+
}
|
2064 |
}
|
2065 |
if( !empty( $settings['flipbox_front_title'] ) ){
|
2066 |
echo '<h2>'.esc_html__( $settings['flipbox_front_title'], 'htmega-addons' ).'</h2>';
|
2067 |
}
|
2068 |
+
if( !empty( $settings['flipbox_front_description'] ) ){
|
2069 |
+
echo '<p>'.esc_html__( $settings['flipbox_front_description'], 'htmega-addons' ).'</p>';
|
2070 |
+
}
|
2071 |
+
if( !empty( $settings['flipbox_bottom_index_number'] ) ){
|
2072 |
+
echo '<div class="htmega-flipbox-bottom-index-number">'.esc_html__( $settings['flipbox_bottom_index_number'], 'htmega-addons' ).'</div>';
|
2073 |
+
}
|
2074 |
?>
|
2075 |
</div>
|
2076 |
<div class="htmega-flip-overlay"></div>
|
2091 |
if( !empty( $settings['flipbox_back_title'] ) ){
|
2092 |
echo '<h2>'.esc_html__( $settings['flipbox_back_title'], 'htmega-addons' ).'</h2>';
|
2093 |
}
|
2094 |
+
if( !empty( $settings['flipbox_back_sub_title'] ) ){
|
2095 |
+
echo '<h3>'.esc_html__( $settings['flipbox_back_sub_title'], 'htmega-addons' ).'</h3>';
|
2096 |
+
}
|
2097 |
if( !empty( $settings['flipbox_back_description'] ) ){
|
2098 |
echo '<p>'.esc_html__( $settings['flipbox_back_description'], 'htmega-addons' ).'</p>';
|
2099 |
}
|
2100 |
if( !empty( $settings['flipbox_button'] ) ){
|
2101 |
echo '<div class="flp-btn">'.$flbbutton.'</div>';
|
2102 |
}
|
2103 |
+
if( !empty( $settings['flipbox_back_bottom_index_number'] ) ){
|
2104 |
+
echo '<div class="htmega-flipbox-back-bottom-index-number">'.esc_html__( $settings['flipbox_back_bottom_index_number'], 'htmega-addons' ).'</div>';
|
2105 |
+
}
|
2106 |
+
if( !empty( $settings['htmega_flipbox_social_link_list'] ) ){ ?>
|
2107 |
+
<ul class="htmega-flipbox-social-list">
|
2108 |
+
<?php foreach ( $settings['htmega_flipbox_social_link_list'] as $socialprofile ) :?>
|
2109 |
+
<li><a href="<?php echo esc_url( $socialprofile['htmega_social_link'] ); ?>"><?php echo HTMega_Icon_manager::render_icon( $socialprofile['htmega_social_icon'], [ 'aria-hidden' => 'true' ] ); ?></a></li>
|
2110 |
+
<?php endforeach; ?>
|
2111 |
+
</ul>
|
2112 |
+
<?php
|
2113 |
+
}
|
2114 |
?>
|
2115 |
</div>
|
2116 |
<div class="htmega-flip-overlay"></div>
|
includes/widgets/htmega_gallery_justify.php
CHANGED
@@ -69,8 +69,37 @@ class HTMega_Elementor_Widget_Gallery_Justify extends Widget_Base {
|
|
69 |
]
|
70 |
);
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
-
|
74 |
$this->end_controls_section();
|
75 |
|
76 |
}
|
69 |
]
|
70 |
);
|
71 |
|
72 |
+
$this->add_group_control(
|
73 |
+
Group_Control_Border::get_type(),
|
74 |
+
[
|
75 |
+
'name' => 'justify_image_area_border',
|
76 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
77 |
+
'selector' => '{{WRAPPER}} .htmega-justify-single-image',
|
78 |
+
]
|
79 |
+
);
|
80 |
+
|
81 |
+
$this->add_responsive_control(
|
82 |
+
'justify_image_area_border_radius',
|
83 |
+
[
|
84 |
+
'label' => __( 'Border Radius', 'htmega-addons' ),
|
85 |
+
'type' => Controls_Manager::DIMENSIONS,
|
86 |
+
'size_units' => [ 'px', '%', 'em' ],
|
87 |
+
'selectors' => [
|
88 |
+
'{{WRAPPER}} .htmega-justify-single-image' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
89 |
+
],
|
90 |
+
]
|
91 |
+
);
|
92 |
+
|
93 |
+
$this->add_group_control(
|
94 |
+
Group_Control_Box_Shadow::get_type(),
|
95 |
+
[
|
96 |
+
'name' => 'justify_image_box_shadow',
|
97 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
98 |
+
'selector' => '{{WRAPPER}} .htmega-justify-single-image',
|
99 |
+
'separator' => 'before',
|
100 |
+
]
|
101 |
+
);
|
102 |
|
|
|
103 |
$this->end_controls_section();
|
104 |
|
105 |
}
|
includes/widgets/htmega_image_grid.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
@@ -65,7 +61,35 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
65 |
],
|
66 |
]
|
67 |
);
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
$repeater = new Repeater();
|
70 |
|
71 |
$repeater->add_control(
|
@@ -152,7 +176,7 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
152 |
$this->start_controls_section(
|
153 |
'imagegrid_style_section',
|
154 |
[
|
155 |
-
'label' => __( 'Style', 'htmega-addons' ),
|
156 |
'tab' => Controls_Manager::TAB_STYLE,
|
157 |
]
|
158 |
);
|
@@ -165,6 +189,7 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
165 |
'selectors' => [
|
166 |
'{{WRAPPER}} .htmega-singleimage-grid .thumb a::before' => 'background-color: {{VALUE}};',
|
167 |
'{{WRAPPER}} .htmega-singleimage-gridstyle-5 .image-grid-content' => 'background-color: {{VALUE}};',
|
|
|
168 |
],
|
169 |
]
|
170 |
);
|
@@ -177,10 +202,59 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
177 |
'size_units' => [ 'px', '%', 'em' ],
|
178 |
'selectors' => [
|
179 |
'{{WRAPPER}} .htmega-singleimage-grid' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
],
|
181 |
]
|
182 |
);
|
183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
$this->end_controls_section();
|
185 |
|
186 |
// Style tab title section
|
@@ -249,7 +323,6 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
249 |
Group_Control_Typography::get_type(),
|
250 |
[
|
251 |
'name' => 'imagegrid_title_typography',
|
252 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
253 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content h2',
|
254 |
]
|
255 |
);
|
@@ -267,6 +340,18 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
267 |
]
|
268 |
);
|
269 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
$this->end_controls_section();
|
271 |
|
272 |
// Style tab Desciption section
|
@@ -325,7 +410,6 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
325 |
Group_Control_Typography::get_type(),
|
326 |
[
|
327 |
'name' => 'imagegrid_desciption_typography',
|
328 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
329 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content p',
|
330 |
]
|
331 |
);
|
@@ -379,7 +463,6 @@ class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
|
379 |
[
|
380 |
'name' => 'imagegrid_readmorebtn_typography',
|
381 |
'label' => __( 'Typography', 'htmega-addons' ),
|
382 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
383 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content a.read-btn',
|
384 |
'separator' => 'before',
|
385 |
]
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class HTMega_Elementor_Widget_Image_Grid extends Widget_Base {
|
61 |
],
|
62 |
]
|
63 |
);
|
64 |
+
|
65 |
+
$this->add_control(
|
66 |
+
'imagegrid_column_width_lft',
|
67 |
+
[
|
68 |
+
'label' => __( 'Column Space', 'htmega-addons' ),
|
69 |
+
'type' => Controls_Manager::SLIDER,
|
70 |
+
'size_units' => [ 'px', '%' ],
|
71 |
+
'range' => [
|
72 |
+
'px' => [
|
73 |
+
'min' => 0,
|
74 |
+
'max' => 1000,
|
75 |
+
'step' => 1,
|
76 |
+
],
|
77 |
+
'%' => [
|
78 |
+
'min' => 0,
|
79 |
+
'max' => 100,
|
80 |
+
],
|
81 |
+
],
|
82 |
+
'default' => [
|
83 |
+
'unit' => 'px',
|
84 |
+
'size' => '',
|
85 |
+
],
|
86 |
+
'selectors' => [
|
87 |
+
'{{WRAPPER}} .htmega-gridimage-area .htb-row' => 'margin: -{{SIZE}}{{UNIT}};',
|
88 |
+
'{{WRAPPER}} .htmega-gridimage-area [class*="htb-col-"]' => 'padding: {{SIZE}}{{UNIT}};',
|
89 |
+
],
|
90 |
+
]
|
91 |
+
);
|
92 |
+
|
93 |
$repeater = new Repeater();
|
94 |
|
95 |
$repeater->add_control(
|
176 |
$this->start_controls_section(
|
177 |
'imagegrid_style_section',
|
178 |
[
|
179 |
+
'label' => __( 'Box Style', 'htmega-addons' ),
|
180 |
'tab' => Controls_Manager::TAB_STYLE,
|
181 |
]
|
182 |
);
|
189 |
'selectors' => [
|
190 |
'{{WRAPPER}} .htmega-singleimage-grid .thumb a::before' => 'background-color: {{VALUE}};',
|
191 |
'{{WRAPPER}} .htmega-singleimage-gridstyle-5 .image-grid-content' => 'background-color: {{VALUE}};',
|
192 |
+
'{{WRAPPER}} .htmega-singleimage-gridstyle-4:hover .image-grid-content' => 'background-color: {{VALUE}};',
|
193 |
],
|
194 |
]
|
195 |
);
|
202 |
'size_units' => [ 'px', '%', 'em' ],
|
203 |
'selectors' => [
|
204 |
'{{WRAPPER}} .htmega-singleimage-grid' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
205 |
+
'{{WRAPPER}} [class*="htb-col-"]' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
206 |
+
],
|
207 |
+
]
|
208 |
+
);
|
209 |
+
|
210 |
+
$this->add_group_control(
|
211 |
+
Group_Control_Border::get_type(),
|
212 |
+
[
|
213 |
+
'name' => 'imagegrid_image_area_border',
|
214 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
215 |
+
'selector' => '{{WRAPPER}} .htmega-singleimage-grid',
|
216 |
+
]
|
217 |
+
);
|
218 |
+
|
219 |
+
$this->add_responsive_control(
|
220 |
+
'imagegrid_image_area_border_radius',
|
221 |
+
[
|
222 |
+
'label' => __( 'Border Radius', 'htmega-addons' ),
|
223 |
+
'type' => Controls_Manager::DIMENSIONS,
|
224 |
+
'size_units' => [ 'px', '%', 'em' ],
|
225 |
+
'selectors' => [
|
226 |
+
'{{WRAPPER}} .htmega-singleimage-grid' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
227 |
+
'{{WRAPPER}} .htmega-singleimage-grid .thumb' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
228 |
+
'{{WRAPPER}} .htmega-singleimage-gridstyle-4:hover .image-grid-content' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
229 |
],
|
230 |
]
|
231 |
);
|
232 |
|
233 |
+
$this->add_group_control(
|
234 |
+
Group_Control_Box_Shadow::get_type(),
|
235 |
+
[
|
236 |
+
'name' => 'imagegrid_image_box_shadow',
|
237 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
238 |
+
'selector' => '{{WRAPPER}} .htmega-singleimage-grid',
|
239 |
+
'separator' => 'before',
|
240 |
+
]
|
241 |
+
);
|
242 |
+
|
243 |
+
$this->add_responsive_control(
|
244 |
+
'imagegrid_conetnt_padding',
|
245 |
+
[
|
246 |
+
'label' => __( 'Content Box Padding', 'htmega-addons' ),
|
247 |
+
'type' => Controls_Manager::DIMENSIONS,
|
248 |
+
'size_units' => [ 'px', '%', 'em' ],
|
249 |
+
'selectors' => [
|
250 |
+
'{{WRAPPER}} .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
251 |
+
],
|
252 |
+
'condition'=>[
|
253 |
+
'imagegrid_style'=>'4',
|
254 |
+
]
|
255 |
+
]
|
256 |
+
);
|
257 |
+
|
258 |
$this->end_controls_section();
|
259 |
|
260 |
// Style tab title section
|
323 |
Group_Control_Typography::get_type(),
|
324 |
[
|
325 |
'name' => 'imagegrid_title_typography',
|
|
|
326 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content h2',
|
327 |
]
|
328 |
);
|
340 |
]
|
341 |
);
|
342 |
|
343 |
+
$this->add_responsive_control(
|
344 |
+
'imagegrid_title_margin',
|
345 |
+
[
|
346 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
347 |
+
'type' => Controls_Manager::DIMENSIONS,
|
348 |
+
'size_units' => [ 'px', '%', 'em' ],
|
349 |
+
'selectors' => [
|
350 |
+
'{{WRAPPER}} .htmega-singleimage-grid .image-grid-content h2' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
351 |
+
],
|
352 |
+
]
|
353 |
+
);
|
354 |
+
|
355 |
$this->end_controls_section();
|
356 |
|
357 |
// Style tab Desciption section
|
410 |
Group_Control_Typography::get_type(),
|
411 |
[
|
412 |
'name' => 'imagegrid_desciption_typography',
|
|
|
413 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content p',
|
414 |
]
|
415 |
);
|
463 |
[
|
464 |
'name' => 'imagegrid_readmorebtn_typography',
|
465 |
'label' => __( 'Typography', 'htmega-addons' ),
|
|
|
466 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content a.read-btn',
|
467 |
'separator' => 'before',
|
468 |
]
|
includes/widgets/htmega_image_masonry.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
@@ -61,7 +57,7 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
|
61 |
$this->add_control(
|
62 |
'imagemasonrycolumn',
|
63 |
[
|
64 |
-
'label' => __( '
|
65 |
'type' => Controls_Manager::SELECT,
|
66 |
'default' => '3',
|
67 |
'options' => [
|
@@ -161,7 +157,7 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
|
161 |
$this->start_controls_section(
|
162 |
'imagemasonry_style_section',
|
163 |
[
|
164 |
-
'label' => __( 'Style', 'htmega-addons' ),
|
165 |
'tab' => Controls_Manager::TAB_STYLE,
|
166 |
]
|
167 |
);
|
@@ -177,6 +173,64 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
|
177 |
]
|
178 |
);
|
179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
$this->end_controls_section();
|
181 |
|
182 |
// Style tab title section
|
@@ -245,11 +299,22 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
|
245 |
Group_Control_Typography::get_type(),
|
246 |
[
|
247 |
'name' => 'imagemasonry_title_typography',
|
248 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
249 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content h2',
|
250 |
]
|
251 |
);
|
252 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
$this->add_responsive_control(
|
254 |
'imagemasonry_title_padding',
|
255 |
[
|
@@ -321,11 +386,22 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
|
321 |
Group_Control_Typography::get_type(),
|
322 |
[
|
323 |
'name' => 'imagemasonry_desciption_typography',
|
324 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
325 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content p',
|
326 |
]
|
327 |
);
|
328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
$this->add_responsive_control(
|
330 |
'imagemasonry_desciption_padding',
|
331 |
[
|
@@ -358,6 +434,15 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
|
358 |
'label' => __( 'Normal', 'htmega-addons' ),
|
359 |
]
|
360 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
361 |
$this->add_control(
|
362 |
'imagegrid_readmorebtn_color',
|
363 |
[
|
@@ -430,6 +515,15 @@ class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
|
430 |
'label' => __( 'Hover', 'htmega-addons' ),
|
431 |
]
|
432 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
$this->add_control(
|
434 |
'imagemasonry_readmorebtn_hover_color',
|
435 |
[
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class HTMega_Elementor_Widget_Image_Masonry extends Widget_Base {
|
57 |
$this->add_control(
|
58 |
'imagemasonrycolumn',
|
59 |
[
|
60 |
+
'label' => __( 'Column', 'htmega-addons' ),
|
61 |
'type' => Controls_Manager::SELECT,
|
62 |
'default' => '3',
|
63 |
'options' => [
|
157 |
$this->start_controls_section(
|
158 |
'imagemasonry_style_section',
|
159 |
[
|
160 |
+
'label' => __( 'Box Style', 'htmega-addons' ),
|
161 |
'tab' => Controls_Manager::TAB_STYLE,
|
162 |
]
|
163 |
);
|
173 |
]
|
174 |
);
|
175 |
|
176 |
+
$this->add_responsive_control(
|
177 |
+
'imagemasonry_image_padding',
|
178 |
+
[
|
179 |
+
'label' => __( 'Padding', 'htmega-addons' ),
|
180 |
+
'type' => Controls_Manager::DIMENSIONS,
|
181 |
+
'size_units' => [ 'px', '%', 'em' ],
|
182 |
+
'selectors' => [
|
183 |
+
'{{WRAPPER}} .htmega-singleimage-grid' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
184 |
+
],
|
185 |
+
'separator' =>'before',
|
186 |
+
]
|
187 |
+
);
|
188 |
+
|
189 |
+
$this->add_responsive_control(
|
190 |
+
'imagemasonry_image_margin',
|
191 |
+
[
|
192 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
193 |
+
'type' => Controls_Manager::DIMENSIONS,
|
194 |
+
'size_units' => [ 'px', '%', 'em' ],
|
195 |
+
'selectors' => [
|
196 |
+
'{{WRAPPER}} .htmega-singleimage-grid' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
197 |
+
],
|
198 |
+
]
|
199 |
+
);
|
200 |
+
|
201 |
+
$this->add_group_control(
|
202 |
+
Group_Control_Border::get_type(),
|
203 |
+
[
|
204 |
+
'name' => 'imagemasonry_image_area_border',
|
205 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
206 |
+
'selector' => '{{WRAPPER}} .htmega-singleimage-grid',
|
207 |
+
]
|
208 |
+
);
|
209 |
+
|
210 |
+
$this->add_responsive_control(
|
211 |
+
'imagemasonry_image_area_border_radius',
|
212 |
+
[
|
213 |
+
'label' => __( 'Border Radius', 'htmega-addons' ),
|
214 |
+
'type' => Controls_Manager::DIMENSIONS,
|
215 |
+
'size_units' => [ 'px', '%', 'em' ],
|
216 |
+
'selectors' => [
|
217 |
+
'{{WRAPPER}} .htmega-singleimage-grid' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
218 |
+
'{{WRAPPER}} .htmega-singleimage-gridstyle-3 .thumb' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
219 |
+
'{{WRAPPER}} .htmega-singleimage-gridstyle-4 .thumb' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
220 |
+
],
|
221 |
+
]
|
222 |
+
);
|
223 |
+
|
224 |
+
$this->add_group_control(
|
225 |
+
Group_Control_Box_Shadow::get_type(),
|
226 |
+
[
|
227 |
+
'name' => 'imagemasonry_image_box_shadow',
|
228 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
229 |
+
'selector' => '{{WRAPPER}} .htmega-singleimage-grid',
|
230 |
+
'separator' => 'before',
|
231 |
+
]
|
232 |
+
);
|
233 |
+
|
234 |
$this->end_controls_section();
|
235 |
|
236 |
// Style tab title section
|
299 |
Group_Control_Typography::get_type(),
|
300 |
[
|
301 |
'name' => 'imagemasonry_title_typography',
|
|
|
302 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content h2',
|
303 |
]
|
304 |
);
|
305 |
|
306 |
+
$this->add_responsive_control(
|
307 |
+
'imagemasonry_title_margin',
|
308 |
+
[
|
309 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
310 |
+
'type' => Controls_Manager::DIMENSIONS,
|
311 |
+
'size_units' => [ 'px', '%', 'em' ],
|
312 |
+
'selectors' => [
|
313 |
+
'{{WRAPPER}} .htmega-singleimage-grid .image-grid-content h2' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
314 |
+
],
|
315 |
+
]
|
316 |
+
);
|
317 |
+
|
318 |
$this->add_responsive_control(
|
319 |
'imagemasonry_title_padding',
|
320 |
[
|
386 |
Group_Control_Typography::get_type(),
|
387 |
[
|
388 |
'name' => 'imagemasonry_desciption_typography',
|
|
|
389 |
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content p',
|
390 |
]
|
391 |
);
|
392 |
|
393 |
+
$this->add_responsive_control(
|
394 |
+
'imagemasonry_desciption_margin',
|
395 |
+
[
|
396 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
397 |
+
'type' => Controls_Manager::DIMENSIONS,
|
398 |
+
'size_units' => [ 'px', '%', 'em' ],
|
399 |
+
'selectors' => [
|
400 |
+
'{{WRAPPER}} .htmega-singleimage-grid .image-grid-content p' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
401 |
+
],
|
402 |
+
]
|
403 |
+
);
|
404 |
+
|
405 |
$this->add_responsive_control(
|
406 |
'imagemasonry_desciption_padding',
|
407 |
[
|
434 |
'label' => __( 'Normal', 'htmega-addons' ),
|
435 |
]
|
436 |
);
|
437 |
+
|
438 |
+
$this->add_group_control(
|
439 |
+
Group_Control_Typography::get_type(),
|
440 |
+
[
|
441 |
+
'name' => 'imagemasonry_readmorebtn_typography',
|
442 |
+
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content a.read-btn',
|
443 |
+
]
|
444 |
+
);
|
445 |
+
|
446 |
$this->add_control(
|
447 |
'imagegrid_readmorebtn_color',
|
448 |
[
|
515 |
'label' => __( 'Hover', 'htmega-addons' ),
|
516 |
]
|
517 |
);
|
518 |
+
|
519 |
+
$this->add_group_control(
|
520 |
+
Group_Control_Typography::get_type(),
|
521 |
+
[
|
522 |
+
'name' => 'imagemasonry_readmorebtn_hover_typography',
|
523 |
+
'selector' => '{{WRAPPER}} .htmega-singleimage-grid .image-grid-content a.read-btn:hover',
|
524 |
+
]
|
525 |
+
);
|
526 |
+
|
527 |
$this->add_control(
|
528 |
'imagemasonry_readmorebtn_hover_color',
|
529 |
[
|
includes/widgets/htmega_instagram - Copy.php
DELETED
@@ -1,1672 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
namespace Elementor;
|
3 |
-
|
4 |
-
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
-
|
6 |
-
class HTMega_Elementor_Widget_Instagram extends Widget_Base {
|
7 |
-
|
8 |
-
public function get_name() {
|
9 |
-
return 'htmega-instagram-addons';
|
10 |
-
}
|
11 |
-
|
12 |
-
public function get_title() {
|
13 |
-
return __( 'Instagram', 'htmega-addons' );
|
14 |
-
}
|
15 |
-
|
16 |
-
public function get_icon() {
|
17 |
-
return 'htmega-icon eicon-photo-library';
|
18 |
-
}
|
19 |
-
|
20 |
-
public function get_categories() {
|
21 |
-
return [ 'htmega-addons' ];
|
22 |
-
}
|
23 |
-
|
24 |
-
public function get_style_depends() {
|
25 |
-
return [
|
26 |
-
'elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid',
|
27 |
-
'slick',
|
28 |
-
];
|
29 |
-
}
|
30 |
-
|
31 |
-
public function get_script_depends() {
|
32 |
-
return [
|
33 |
-
'htmegainstagramfeed',
|
34 |
-
'slick',
|
35 |
-
'htmega-widgets-scripts',
|
36 |
-
];
|
37 |
-
}
|
38 |
-
|
39 |
-
protected function register_controls() {
|
40 |
-
|
41 |
-
$this->start_controls_section(
|
42 |
-
'instagram_content',
|
43 |
-
[
|
44 |
-
'label' => __( 'Instagram', 'htmega-addons' ),
|
45 |
-
]
|
46 |
-
);
|
47 |
-
|
48 |
-
$this->add_control(
|
49 |
-
'instagram_style',
|
50 |
-
[
|
51 |
-
'label' => __( 'Style', 'htmega-addons' ),
|
52 |
-
'type' => Controls_Manager::SELECT,
|
53 |
-
'default' => '1',
|
54 |
-
'options' => [
|
55 |
-
'1' => __( 'Style One', 'htmega-addons' ),
|
56 |
-
'2' => __( 'Style Two', 'htmega-addons' ),
|
57 |
-
'3' => __( 'Style Three', 'htmega-addons' ),
|
58 |
-
'4' => __( 'Style Four', 'htmega-addons' ),
|
59 |
-
],
|
60 |
-
'label_block' => true,
|
61 |
-
]
|
62 |
-
);
|
63 |
-
|
64 |
-
$this->add_control(
|
65 |
-
'username',
|
66 |
-
[
|
67 |
-
'label' => __( 'Instagram UserName', 'htmega-addons' ),
|
68 |
-
'type' => Controls_Manager::TEXT,
|
69 |
-
'placeholder' => __( 'portfolio.devitems', 'htmega-addons' ),
|
70 |
-
'label_block' =>true,
|
71 |
-
]
|
72 |
-
);
|
73 |
-
|
74 |
-
$this->add_control(
|
75 |
-
'limit',
|
76 |
-
[
|
77 |
-
'label' => __( 'Item Limit', 'htmega-addons' ),
|
78 |
-
'type' => Controls_Manager::NUMBER,
|
79 |
-
'min' => 1,
|
80 |
-
'max' => 200,
|
81 |
-
'step' => 1,
|
82 |
-
'default' => 8,
|
83 |
-
'separator'=>'before',
|
84 |
-
]
|
85 |
-
);
|
86 |
-
|
87 |
-
$this->add_responsive_control(
|
88 |
-
'instagram_column',
|
89 |
-
[
|
90 |
-
'label' => __( 'Column', 'htmega-addons' ),
|
91 |
-
'type' => Controls_Manager::SELECT,
|
92 |
-
'description' => wp_kses_post( 'If the slider is off, Then it will work.', 'htmega-addons' ),
|
93 |
-
'prefix_class' => 'htmegainstagram-column%s-',
|
94 |
-
'default' => '4',
|
95 |
-
'required' => true,
|
96 |
-
'device_args' => [
|
97 |
-
Controls_Stack::RESPONSIVE_TABLET => [
|
98 |
-
'required' => false,
|
99 |
-
],
|
100 |
-
Controls_Stack::RESPONSIVE_MOBILE => [
|
101 |
-
'required' => false,
|
102 |
-
],
|
103 |
-
],
|
104 |
-
'min_affected_device' => [
|
105 |
-
Controls_Stack::RESPONSIVE_DESKTOP => Controls_Stack::RESPONSIVE_TABLET,
|
106 |
-
Controls_Stack::RESPONSIVE_TABLET => Controls_Stack::RESPONSIVE_TABLET,
|
107 |
-
],
|
108 |
-
'options' => [
|
109 |
-
'1' => __( '1', 'htmega-addons' ),
|
110 |
-
'2' => __( '2', 'htmega-addons' ),
|
111 |
-
'3' => __( '3', 'htmega-addons' ),
|
112 |
-
'4' => __( '4', 'htmega-addons' ),
|
113 |
-
'5' => __( '5', 'htmega-addons' ),
|
114 |
-
'6' => __( '6', 'htmega-addons' ),
|
115 |
-
],
|
116 |
-
]
|
117 |
-
);
|
118 |
-
|
119 |
-
$this->add_control(
|
120 |
-
'instagram_image_size',
|
121 |
-
[
|
122 |
-
'label' => __( 'Image Size', 'htmega-addons' ),
|
123 |
-
'type' => Controls_Manager::SELECT,
|
124 |
-
'default' => '480',
|
125 |
-
'options' => [
|
126 |
-
'150' => __( '150', 'htmega-addons' ),
|
127 |
-
'240' => __( '240', 'htmega-addons' ),
|
128 |
-
'320' => __( '320', 'htmega-addons' ),
|
129 |
-
'480' => __( '480', 'htmega-addons' ),
|
130 |
-
'640' => __( '640', 'htmega-addons' ),
|
131 |
-
],
|
132 |
-
]
|
133 |
-
);
|
134 |
-
|
135 |
-
$this->add_control(
|
136 |
-
'clear_cache_data',
|
137 |
-
[
|
138 |
-
'label' => esc_html__( 'Clear Cache Data', 'htmega-addons' ),
|
139 |
-
'type' => Controls_Manager::SWITCHER,
|
140 |
-
'label_on' => esc_html__( 'Yes', 'htmega-addons' ),
|
141 |
-
'label_off' => esc_html__( 'No', 'htmega-addons' ),
|
142 |
-
'return_value' => 'yes',
|
143 |
-
'default' => 'no',
|
144 |
-
]
|
145 |
-
);
|
146 |
-
|
147 |
-
$this->add_control(
|
148 |
-
'lazy_load',
|
149 |
-
[
|
150 |
-
'label' => __( 'Lazy Load', 'htmega-addons' ),
|
151 |
-
'type' => Controls_Manager::SWITCHER,
|
152 |
-
'label_on' => __( 'Show', 'htmega-addons' ),
|
153 |
-
'label_off' => __( 'Hide', 'htmega-addons' ),
|
154 |
-
'return_value' => 'yes',
|
155 |
-
'default' => 'no',
|
156 |
-
]
|
157 |
-
);
|
158 |
-
|
159 |
-
$this->add_control(
|
160 |
-
'show_like',
|
161 |
-
[
|
162 |
-
'label' => __( 'Show Like', 'htmega-addons' ),
|
163 |
-
'type' => Controls_Manager::SWITCHER,
|
164 |
-
'label_on' => __( 'Show', 'htmega-addons' ),
|
165 |
-
'label_off' => __( 'Hide', 'htmega-addons' ),
|
166 |
-
'return_value' => 'yes',
|
167 |
-
'default' => 'yes',
|
168 |
-
]
|
169 |
-
);
|
170 |
-
|
171 |
-
$this->add_control(
|
172 |
-
'show_comment',
|
173 |
-
[
|
174 |
-
'label' => __( 'Show Comment', 'htmega-addons' ),
|
175 |
-
'type' => Controls_Manager::SWITCHER,
|
176 |
-
'label_on' => __( 'Show', 'htmega-addons' ),
|
177 |
-
'label_off' => __( 'Hide', 'htmega-addons' ),
|
178 |
-
'return_value' => 'yes',
|
179 |
-
'default' => 'yes',
|
180 |
-
]
|
181 |
-
);
|
182 |
-
|
183 |
-
$this->add_control(
|
184 |
-
'show_light_box',
|
185 |
-
[
|
186 |
-
'label' => __( 'Show Light Box', 'htmega-addons' ),
|
187 |
-
'type' => Controls_Manager::SWITCHER,
|
188 |
-
'label_on' => __( 'Show', 'htmega-addons' ),
|
189 |
-
'label_off' => __( 'Hide', 'htmega-addons' ),
|
190 |
-
'return_value' => 'yes',
|
191 |
-
'default' => 'yes',
|
192 |
-
]
|
193 |
-
);
|
194 |
-
|
195 |
-
$this->add_control(
|
196 |
-
'show_flow_button',
|
197 |
-
[
|
198 |
-
'label' => __( 'Show Follow Button', 'htmega-addons' ),
|
199 |
-
'type' => Controls_Manager::SWITCHER,
|
200 |
-
'label_on' => __( 'Show', 'htmega-addons' ),
|
201 |
-
'label_off' => __( 'Hide', 'htmega-addons' ),
|
202 |
-
'return_value' => 'yes',
|
203 |
-
'default' => 'yes',
|
204 |
-
]
|
205 |
-
);
|
206 |
-
|
207 |
-
$this->add_control(
|
208 |
-
'slider_on',
|
209 |
-
[
|
210 |
-
'label' => __( 'Slider', 'htmega-addons' ),
|
211 |
-
'type' => Controls_Manager::SWITCHER,
|
212 |
-
'label_on' => __( 'On', 'htmega-addons' ),
|
213 |
-
'label_off' => __( 'Off', 'htmega-addons' ),
|
214 |
-
'return_value' => 'yes',
|
215 |
-
'default' => 'no',
|
216 |
-
]
|
217 |
-
);
|
218 |
-
|
219 |
-
$this->add_control(
|
220 |
-
'zoomicon_type',
|
221 |
-
[
|
222 |
-
'label' => esc_html__('Zoom Icon Type','htmega-addons'),
|
223 |
-
'type' =>Controls_Manager::CHOOSE,
|
224 |
-
'options' =>[
|
225 |
-
'img' =>[
|
226 |
-
'title' =>__('Image','htmega-addons'),
|
227 |
-
'icon' =>'fa fa-picture-o',
|
228 |
-
],
|
229 |
-
'icon' =>[
|
230 |
-
'title' =>__('Icon','htmega-addons'),
|
231 |
-
'icon' =>'fa fa-info',
|
232 |
-
]
|
233 |
-
],
|
234 |
-
'default' =>'icon',
|
235 |
-
'condition' =>[
|
236 |
-
'show_light_box' =>'yes',
|
237 |
-
],
|
238 |
-
]
|
239 |
-
);
|
240 |
-
|
241 |
-
$this->add_control(
|
242 |
-
'zoom_image',
|
243 |
-
[
|
244 |
-
'label' => __('Zoom Image Icon','htmega-addons'),
|
245 |
-
'type'=>Controls_Manager::MEDIA,
|
246 |
-
'dynamic' => [
|
247 |
-
'active' => true,
|
248 |
-
],
|
249 |
-
'condition' => [
|
250 |
-
'show_light_box' =>'yes',
|
251 |
-
'zoomicon_type' => 'img',
|
252 |
-
]
|
253 |
-
]
|
254 |
-
);
|
255 |
-
|
256 |
-
$this->add_group_control(
|
257 |
-
Group_Control_Image_Size::get_type(),
|
258 |
-
[
|
259 |
-
'name' => 'zoom_imagesize',
|
260 |
-
'default' => 'large',
|
261 |
-
'separator' => 'none',
|
262 |
-
'condition' => [
|
263 |
-
'show_light_box' =>'yes',
|
264 |
-
'zoomicon_type' => 'img',
|
265 |
-
],
|
266 |
-
'fields_options'=>[
|
267 |
-
'size'=>[
|
268 |
-
'label' => __('Zoom Icon Size','htmega-addons')
|
269 |
-
]
|
270 |
-
]
|
271 |
-
]
|
272 |
-
);
|
273 |
-
|
274 |
-
$this->add_control(
|
275 |
-
'zoom_icon',
|
276 |
-
[
|
277 |
-
'label' =>__('Zoom Icon','htmega-addons'),
|
278 |
-
'type'=>Controls_Manager::ICONS,
|
279 |
-
'default' => [
|
280 |
-
'value'=>'fas fa-plus',
|
281 |
-
'library' => 'solid',
|
282 |
-
],
|
283 |
-
'condition' => [
|
284 |
-
'show_light_box' =>'yes',
|
285 |
-
'zoomicon_type' => 'icon',
|
286 |
-
]
|
287 |
-
]
|
288 |
-
);
|
289 |
-
|
290 |
-
$this->add_control(
|
291 |
-
'comment_icon',
|
292 |
-
[
|
293 |
-
'label' =>__('Comment Icon','htmega-addons'),
|
294 |
-
'type'=>Controls_Manager::ICONS,
|
295 |
-
'default' => [
|
296 |
-
'value'=>'far fa-comment',
|
297 |
-
'library' => 'solid',
|
298 |
-
],
|
299 |
-
'condition' => [
|
300 |
-
'show_comment' =>'yes',
|
301 |
-
]
|
302 |
-
]
|
303 |
-
);
|
304 |
-
|
305 |
-
$this->add_control(
|
306 |
-
'like_icon',
|
307 |
-
[
|
308 |
-
'label' =>__('Like Icon','htmega-addons'),
|
309 |
-
'type'=>Controls_Manager::ICONS,
|
310 |
-
'default' => [
|
311 |
-
'value'=>'far fa-heart',
|
312 |
-
'library' => 'solid',
|
313 |
-
],
|
314 |
-
'condition' => [
|
315 |
-
'show_like' =>'yes',
|
316 |
-
]
|
317 |
-
]
|
318 |
-
);
|
319 |
-
|
320 |
-
$this->add_control(
|
321 |
-
'flow_button_icon',
|
322 |
-
[
|
323 |
-
'label' =>__('Flow Button Icon','htmega-addons'),
|
324 |
-
'type'=>Controls_Manager::ICONS,
|
325 |
-
'default' => [
|
326 |
-
'value'=>'fab fa-instagram',
|
327 |
-
'library' => 'solid',
|
328 |
-
],
|
329 |
-
'condition' => [
|
330 |
-
'show_flow_button' =>'yes',
|
331 |
-
]
|
332 |
-
]
|
333 |
-
);
|
334 |
-
|
335 |
-
$this->add_control(
|
336 |
-
'flow_button_txt',
|
337 |
-
[
|
338 |
-
'label' => __( 'Flow Button Prefix', 'htmega-addons' ),
|
339 |
-
'type' => Controls_Manager::TEXT,
|
340 |
-
'default' => __( 'Follow @', 'htmega-addons' ),
|
341 |
-
]
|
342 |
-
);
|
343 |
-
|
344 |
-
$this->end_controls_section();
|
345 |
-
|
346 |
-
// Slider setting
|
347 |
-
$this->start_controls_section(
|
348 |
-
'instagram_slider_option',
|
349 |
-
[
|
350 |
-
'label' => esc_html__( 'Slider Option', 'htmega-addons' ),
|
351 |
-
'condition' => [
|
352 |
-
'slider_on' => 'yes',
|
353 |
-
]
|
354 |
-
]
|
355 |
-
);
|
356 |
-
|
357 |
-
$this->add_control(
|
358 |
-
'slitems',
|
359 |
-
[
|
360 |
-
'label' => esc_html__( 'Slider Items', 'htmega-addons' ),
|
361 |
-
'type' => Controls_Manager::NUMBER,
|
362 |
-
'min' => 1,
|
363 |
-
'max' => 20,
|
364 |
-
'step' => 1,
|
365 |
-
'default' => 8,
|
366 |
-
'condition' => [
|
367 |
-
'slider_on' => 'yes',
|
368 |
-
]
|
369 |
-
]
|
370 |
-
);
|
371 |
-
|
372 |
-
$this->add_control(
|
373 |
-
'slarrows',
|
374 |
-
[
|
375 |
-
'label' => esc_html__( 'Slider Arrow', 'htmega-addons' ),
|
376 |
-
'type' => Controls_Manager::SWITCHER,
|
377 |
-
'return_value' => 'yes',
|
378 |
-
'default' => 'yes',
|
379 |
-
'condition' => [
|
380 |
-
'slider_on' => 'yes',
|
381 |
-
]
|
382 |
-
]
|
383 |
-
);
|
384 |
-
|
385 |
-
$this->add_control(
|
386 |
-
'slprevicon',
|
387 |
-
[
|
388 |
-
'label' => __( 'Previous icon', 'htmega-addons' ),
|
389 |
-
'type' => Controls_Manager::ICONS,
|
390 |
-
'default' => [
|
391 |
-
'value'=>'fas fa-angle-left',
|
392 |
-
'library' => 'solid',
|
393 |
-
],
|
394 |
-
'condition' => [
|
395 |
-
'slider_on' => 'yes',
|
396 |
-
'slarrows' => 'yes',
|
397 |
-
]
|
398 |
-
]
|
399 |
-
);
|
400 |
-
|
401 |
-
$this->add_control(
|
402 |
-
'slnexticon',
|
403 |
-
[
|
404 |
-
'label' => __( 'Next icon', 'htmega-addons' ),
|
405 |
-
'type' => Controls_Manager::ICONS,
|
406 |
-
'default' => [
|
407 |
-
'value'=>'fas fa-angle-right',
|
408 |
-
'library' => 'solid',
|
409 |
-
],
|
410 |
-
'condition' => [
|
411 |
-
'slider_on' => 'yes',
|
412 |
-
'slarrows' => 'yes',
|
413 |
-
]
|
414 |
-
]
|
415 |
-
);
|
416 |
-
|
417 |
-
$this->add_control(
|
418 |
-
'sldots',
|
419 |
-
[
|
420 |
-
'label' => esc_html__( 'Slider dots', 'htmega-addons' ),
|
421 |
-
'type' => Controls_Manager::SWITCHER,
|
422 |
-
'return_value' => 'yes',
|
423 |
-
'default' => 'no',
|
424 |
-
'condition' => [
|
425 |
-
'slider_on' => 'yes',
|
426 |
-
]
|
427 |
-
]
|
428 |
-
);
|
429 |
-
|
430 |
-
$this->add_control(
|
431 |
-
'slpause_on_hover',
|
432 |
-
[
|
433 |
-
'type' => Controls_Manager::SWITCHER,
|
434 |
-
'label_off' => __('No', 'htmega-addons'),
|
435 |
-
'label_on' => __('Yes', 'htmega-addons'),
|
436 |
-
'return_value' => 'yes',
|
437 |
-
'default' => 'yes',
|
438 |
-
'label' => __('Pause on Hover?', 'htmega-addons'),
|
439 |
-
'condition' => [
|
440 |
-
'slider_on' => 'yes',
|
441 |
-
]
|
442 |
-
]
|
443 |
-
);
|
444 |
-
|
445 |
-
$this->add_control(
|
446 |
-
'slcentermode',
|
447 |
-
[
|
448 |
-
'label' => esc_html__( 'Center Mode', 'htmega-addons' ),
|
449 |
-
'type' => Controls_Manager::SWITCHER,
|
450 |
-
'return_value' => 'yes',
|
451 |
-
'default' => 'no',
|
452 |
-
'condition' => [
|
453 |
-
'slider_on' => 'yes',
|
454 |
-
]
|
455 |
-
]
|
456 |
-
);
|
457 |
-
|
458 |
-
$this->add_control(
|
459 |
-
'slcenterpadding',
|
460 |
-
[
|
461 |
-
'label' => esc_html__( 'Center padding', 'htmega-addons' ),
|
462 |
-
'type' => Controls_Manager::NUMBER,
|
463 |
-
'min' => 0,
|
464 |
-
'max' => 500,
|
465 |
-
'step' => 1,
|
466 |
-
'default' => 50,
|
467 |
-
'condition' => [
|
468 |
-
'slider_on' => 'yes',
|
469 |
-
'slcentermode' => 'yes',
|
470 |
-
]
|
471 |
-
]
|
472 |
-
);
|
473 |
-
|
474 |
-
$this->add_control(
|
475 |
-
'slautolay',
|
476 |
-
[
|
477 |
-
'label' => esc_html__( 'Slider auto play', 'htmega-addons' ),
|
478 |
-
'type' => Controls_Manager::SWITCHER,
|
479 |
-
'return_value' => 'yes',
|
480 |
-
'separator' => 'before',
|
481 |
-
'default' => 'no',
|
482 |
-
'condition' => [
|
483 |
-
'slider_on' => 'yes',
|
484 |
-
]
|
485 |
-
]
|
486 |
-
);
|
487 |
-
|
488 |
-
$this->add_control(
|
489 |
-
'slautoplay_speed',
|
490 |
-
[
|
491 |
-
'label' => __('Autoplay speed', 'htmega-addons'),
|
492 |
-
'type' => Controls_Manager::NUMBER,
|
493 |
-
'default' => 3000,
|
494 |
-
'condition' => [
|
495 |
-
'slider_on' => 'yes',
|
496 |
-
]
|
497 |
-
]
|
498 |
-
);
|
499 |
-
|
500 |
-
$this->add_control(
|
501 |
-
'slanimation_speed',
|
502 |
-
[
|
503 |
-
'label' => __('Autoplay animation speed', 'htmega-addons'),
|
504 |
-
'type' => Controls_Manager::NUMBER,
|
505 |
-
'default' => 300,
|
506 |
-
'condition' => [
|
507 |
-
'slider_on' => 'yes',
|
508 |
-
]
|
509 |
-
]
|
510 |
-
);
|
511 |
-
|
512 |
-
$this->add_control(
|
513 |
-
'slscroll_columns',
|
514 |
-
[
|
515 |
-
'label' => __('Slider item to scroll', 'htmega-addons'),
|
516 |
-
'type' => Controls_Manager::NUMBER,
|
517 |
-
'min' => 1,
|
518 |
-
'max' => 10,
|
519 |
-
'step' => 1,
|
520 |
-
'default' => 1,
|
521 |
-
'condition' => [
|
522 |
-
'slider_on' => 'yes',
|
523 |
-
]
|
524 |
-
]
|
525 |
-
);
|
526 |
-
|
527 |
-
$this->add_control(
|
528 |
-
'heading_tablet',
|
529 |
-
[
|
530 |
-
'label' => __( 'Tablet', 'htmega-addons' ),
|
531 |
-
'type' => Controls_Manager::HEADING,
|
532 |
-
'separator' => 'after',
|
533 |
-
'condition' => [
|
534 |
-
'slider_on' => 'yes',
|
535 |
-
]
|
536 |
-
]
|
537 |
-
);
|
538 |
-
|
539 |
-
$this->add_control(
|
540 |
-
'sltablet_display_columns',
|
541 |
-
[
|
542 |
-
'label' => __('Slider Items', 'htmega-addons'),
|
543 |
-
'type' => Controls_Manager::NUMBER,
|
544 |
-
'min' => 1,
|
545 |
-
'max' => 8,
|
546 |
-
'step' => 1,
|
547 |
-
'default' => 1,
|
548 |
-
'condition' => [
|
549 |
-
'slider_on' => 'yes',
|
550 |
-
]
|
551 |
-
]
|
552 |
-
);
|
553 |
-
|
554 |
-
$this->add_control(
|
555 |
-
'sltablet_scroll_columns',
|
556 |
-
[
|
557 |
-
'label' => __('Slider item to scroll', 'htmega-addons'),
|
558 |
-
'type' => Controls_Manager::NUMBER,
|
559 |
-
'min' => 1,
|
560 |
-
'max' => 8,
|
561 |
-
'step' => 1,
|
562 |
-
'default' => 1,
|
563 |
-
'condition' => [
|
564 |
-
'slider_on' => 'yes',
|
565 |
-
]
|
566 |
-
]
|
567 |
-
);
|
568 |
-
|
569 |
-
$this->add_control(
|
570 |
-
'sltablet_width',
|
571 |
-
[
|
572 |
-
'label' => __('Tablet Resolution', 'htmega-addons'),
|
573 |
-
'description' => __('The resolution to tablet.', 'htmega-addons'),
|
574 |
-
'type' => Controls_Manager::NUMBER,
|
575 |
-
'default' => 750,
|
576 |
-
'condition' => [
|
577 |
-
'slider_on' => 'yes',
|
578 |
-
]
|
579 |
-
]
|
580 |
-
);
|
581 |
-
|
582 |
-
$this->add_control(
|
583 |
-
'heading_mobile',
|
584 |
-
[
|
585 |
-
'label' => __( 'Mobile Phone', 'htmega-addons' ),
|
586 |
-
'type' => Controls_Manager::HEADING,
|
587 |
-
'separator' => 'after',
|
588 |
-
'condition' => [
|
589 |
-
'slider_on' => 'yes',
|
590 |
-
]
|
591 |
-
]
|
592 |
-
);
|
593 |
-
|
594 |
-
$this->add_control(
|
595 |
-
'slmobile_display_columns',
|
596 |
-
[
|
597 |
-
'label' => __('Slider Items', 'htmega-addons'),
|
598 |
-
'type' => Controls_Manager::NUMBER,
|
599 |
-
'min' => 1,
|
600 |
-
'max' => 4,
|
601 |
-
'step' => 1,
|
602 |
-
'default' => 1,
|
603 |
-
'condition' => [
|
604 |
-
'slider_on' => 'yes',
|
605 |
-
]
|
606 |
-
]
|
607 |
-
);
|
608 |
-
|
609 |
-
$this->add_control(
|
610 |
-
'slmobile_scroll_columns',
|
611 |
-
[
|
612 |
-
'label' => __('Slider item to scroll', 'htmega-addons'),
|
613 |
-
'type' => Controls_Manager::NUMBER,
|
614 |
-
'min' => 1,
|
615 |
-
'max' => 4,
|
616 |
-
'step' => 1,
|
617 |
-
'default' => 1,
|
618 |
-
'condition' => [
|
619 |
-
'slider_on' => 'yes',
|
620 |
-
]
|
621 |
-
]
|
622 |
-
);
|
623 |
-
|
624 |
-
$this->add_control(
|
625 |
-
'slmobile_width',
|
626 |
-
[
|
627 |
-
'label' => __('Mobile Resolution', 'htmega-addons'),
|
628 |
-
'description' => __('The resolution to mobile.', 'htmega-addons'),
|
629 |
-
'type' => Controls_Manager::NUMBER,
|
630 |
-
'default' => 480,
|
631 |
-
'condition' => [
|
632 |
-
'slider_on' => 'yes',
|
633 |
-
]
|
634 |
-
]
|
635 |
-
);
|
636 |
-
|
637 |
-
$this->end_controls_section(); // Slider Option end
|
638 |
-
|
639 |
-
// Style tab section
|
640 |
-
$this->start_controls_section(
|
641 |
-
'htmega_instagram_style_section',
|
642 |
-
[
|
643 |
-
'label' => __( 'Style', 'htmega-addons' ),
|
644 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
645 |
-
]
|
646 |
-
);
|
647 |
-
|
648 |
-
$this->add_group_control(
|
649 |
-
Group_Control_Background::get_type(),
|
650 |
-
[
|
651 |
-
'name' => 'instagram_background',
|
652 |
-
'label' => __( 'Background', 'htmega-addons' ),
|
653 |
-
'types' => [ 'classic', 'gradient' ],
|
654 |
-
'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list',
|
655 |
-
]
|
656 |
-
);
|
657 |
-
|
658 |
-
$this->add_responsive_control(
|
659 |
-
'instagram_margin',
|
660 |
-
[
|
661 |
-
'label' => __( 'Margin', 'htmega-addons' ),
|
662 |
-
'type' => Controls_Manager::DIMENSIONS,
|
663 |
-
'size_units' => [ 'px', '%', 'em' ],
|
664 |
-
'selectors' => [
|
665 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
666 |
-
],
|
667 |
-
'separator' =>'before',
|
668 |
-
]
|
669 |
-
);
|
670 |
-
|
671 |
-
$this->add_responsive_control(
|
672 |
-
'instagram_padding',
|
673 |
-
[
|
674 |
-
'label' => __( 'Padding', 'htmega-addons' ),
|
675 |
-
'type' => Controls_Manager::DIMENSIONS,
|
676 |
-
'size_units' => [ 'px', '%', 'em' ],
|
677 |
-
'selectors' => [
|
678 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
679 |
-
],
|
680 |
-
]
|
681 |
-
);
|
682 |
-
|
683 |
-
$this->end_controls_section(); // Style Section
|
684 |
-
|
685 |
-
// Item Style
|
686 |
-
$this->start_controls_section(
|
687 |
-
'htmega_instagram_item_style_section',
|
688 |
-
[
|
689 |
-
'label' => __( 'Item', 'htmega-addons' ),
|
690 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
691 |
-
]
|
692 |
-
);
|
693 |
-
|
694 |
-
$this->add_group_control(
|
695 |
-
Group_Control_Background::get_type(),
|
696 |
-
[
|
697 |
-
'name' => 'instagram_item_background',
|
698 |
-
'label' => __( 'Background', 'htmega-addons' ),
|
699 |
-
'types' => [ 'classic', 'gradient' ],
|
700 |
-
'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li',
|
701 |
-
]
|
702 |
-
);
|
703 |
-
|
704 |
-
$this->add_responsive_control(
|
705 |
-
'instagram_item_margin',
|
706 |
-
[
|
707 |
-
'label' => __( 'Margin', 'htmega-addons' ),
|
708 |
-
'type' => Controls_Manager::DIMENSIONS,
|
709 |
-
'size_units' => [ 'px', '%', 'em' ],
|
710 |
-
'selectors' => [
|
711 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
712 |
-
],
|
713 |
-
'separator' =>'before',
|
714 |
-
]
|
715 |
-
);
|
716 |
-
|
717 |
-
$this->add_responsive_control(
|
718 |
-
'instagram_item_padding',
|
719 |
-
[
|
720 |
-
'label' => __( 'Padding', 'htmega-addons' ),
|
721 |
-
'type' => Controls_Manager::DIMENSIONS,
|
722 |
-
'size_units' => [ 'px', '%', 'em' ],
|
723 |
-
'selectors' => [
|
724 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
725 |
-
],
|
726 |
-
]
|
727 |
-
);
|
728 |
-
|
729 |
-
$this->add_group_control(
|
730 |
-
Group_Control_Border::get_type(),
|
731 |
-
[
|
732 |
-
'name' => 'instagram_item_border',
|
733 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
734 |
-
'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li',
|
735 |
-
]
|
736 |
-
);
|
737 |
-
|
738 |
-
$this->add_responsive_control(
|
739 |
-
'instagram_item_border_radius',
|
740 |
-
[
|
741 |
-
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
742 |
-
'type' => Controls_Manager::DIMENSIONS,
|
743 |
-
'selectors' => [
|
744 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
745 |
-
],
|
746 |
-
]
|
747 |
-
);
|
748 |
-
|
749 |
-
$this->add_control(
|
750 |
-
'instagram_item_overlay_color',
|
751 |
-
[
|
752 |
-
'label' => __( 'Overlay Color', 'htmega-addons' ),
|
753 |
-
'type' => Controls_Manager::COLOR,
|
754 |
-
'default' => 'rgba(0, 0, 0, 0.7)',
|
755 |
-
'selectors' => [
|
756 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip::before' => 'background-color: {{VALUE}};',
|
757 |
-
],
|
758 |
-
]
|
759 |
-
);
|
760 |
-
|
761 |
-
$this->end_controls_section(); // Item Style end
|
762 |
-
|
763 |
-
// Zoom icon Style
|
764 |
-
$this->start_controls_section(
|
765 |
-
'htmega_instagram_icon_style_section',
|
766 |
-
[
|
767 |
-
'label' => __( 'Zoom Icon', 'htmega-addons' ),
|
768 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
769 |
-
'condition' =>[
|
770 |
-
'zoomicon_type'=>'icon',
|
771 |
-
'zoom_icon[value]!'=>'',
|
772 |
-
]
|
773 |
-
]
|
774 |
-
);
|
775 |
-
|
776 |
-
$this->add_control(
|
777 |
-
'icon_size',
|
778 |
-
[
|
779 |
-
'label' => __( 'Font Size', 'htmega-addons' ),
|
780 |
-
'type' => Controls_Manager::SLIDER,
|
781 |
-
'size_units' => [ 'px', '%' ],
|
782 |
-
'range' => [
|
783 |
-
'px' => [
|
784 |
-
'min' => 0,
|
785 |
-
'max' => 100,
|
786 |
-
'step' => 1,
|
787 |
-
],
|
788 |
-
'%' => [
|
789 |
-
'min' => 0,
|
790 |
-
'max' => 100,
|
791 |
-
],
|
792 |
-
],
|
793 |
-
'default' => [
|
794 |
-
'unit' => 'px',
|
795 |
-
'size' => 43,
|
796 |
-
],
|
797 |
-
'selectors' => [
|
798 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon i' => 'font-size: {{SIZE}}{{UNIT}};',
|
799 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon svg' => 'font-size: {{SIZE}}{{UNIT}};',
|
800 |
-
],
|
801 |
-
]
|
802 |
-
);
|
803 |
-
|
804 |
-
$this->add_control(
|
805 |
-
'instagram_icon_color',
|
806 |
-
[
|
807 |
-
'label' => __( 'Color', 'htmega-addons' ),
|
808 |
-
'type' => Controls_Manager::COLOR,
|
809 |
-
'default' => '#ffffff',
|
810 |
-
'selectors' => [
|
811 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon i' => 'color: {{VALUE}};',
|
812 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon svg' => 'color: {{VALUE}};',
|
813 |
-
],
|
814 |
-
]
|
815 |
-
);
|
816 |
-
|
817 |
-
$this->add_group_control(
|
818 |
-
Group_Control_Background::get_type(),
|
819 |
-
[
|
820 |
-
'name' => 'instagram_icon_background',
|
821 |
-
'label' => __( 'Background', 'htmega-addons' ),
|
822 |
-
'types' => [ 'classic', 'gradient' ],
|
823 |
-
'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon',
|
824 |
-
]
|
825 |
-
);
|
826 |
-
|
827 |
-
$this->add_responsive_control(
|
828 |
-
'instagram_icon_padding',
|
829 |
-
[
|
830 |
-
'label' => __( 'Padding', 'htmega-addons' ),
|
831 |
-
'type' => Controls_Manager::DIMENSIONS,
|
832 |
-
'size_units' => [ 'px', '%', 'em' ],
|
833 |
-
'selectors' => [
|
834 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
835 |
-
],
|
836 |
-
]
|
837 |
-
);
|
838 |
-
|
839 |
-
$this->add_group_control(
|
840 |
-
Group_Control_Border::get_type(),
|
841 |
-
[
|
842 |
-
'name' => 'instagram_icon_border',
|
843 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
844 |
-
'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon',
|
845 |
-
]
|
846 |
-
);
|
847 |
-
|
848 |
-
$this->add_responsive_control(
|
849 |
-
'instagram_icon_border_radius',
|
850 |
-
[
|
851 |
-
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
852 |
-
'type' => Controls_Manager::DIMENSIONS,
|
853 |
-
'selectors' => [
|
854 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
855 |
-
],
|
856 |
-
]
|
857 |
-
);
|
858 |
-
|
859 |
-
$this->end_controls_section(); // Zoom icon Style end
|
860 |
-
|
861 |
-
// Zoom icon Style
|
862 |
-
$this->start_controls_section(
|
863 |
-
'htmega_instagram_commentlike_style_section',
|
864 |
-
[
|
865 |
-
'label' => __( 'Comment & Like', 'htmega-addons' ),
|
866 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
867 |
-
]
|
868 |
-
);
|
869 |
-
|
870 |
-
$this->add_control(
|
871 |
-
'commentlike_size',
|
872 |
-
[
|
873 |
-
'label' => __( 'Font Size', 'htmega-addons' ),
|
874 |
-
'type' => Controls_Manager::SLIDER,
|
875 |
-
'size_units' => [ 'px', '%' ],
|
876 |
-
'range' => [
|
877 |
-
'px' => [
|
878 |
-
'min' => 0,
|
879 |
-
'max' => 100,
|
880 |
-
'step' => 1,
|
881 |
-
],
|
882 |
-
'%' => [
|
883 |
-
'min' => 0,
|
884 |
-
'max' => 100,
|
885 |
-
],
|
886 |
-
],
|
887 |
-
'default' => [
|
888 |
-
'unit' => 'px',
|
889 |
-
'size' => 16,
|
890 |
-
],
|
891 |
-
'selectors' => [
|
892 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'font-size: {{SIZE}}{{UNIT}};',
|
893 |
-
],
|
894 |
-
]
|
895 |
-
);
|
896 |
-
|
897 |
-
$this->add_control(
|
898 |
-
'instagram_commentlike_color',
|
899 |
-
[
|
900 |
-
'label' => __( 'Color', 'htmega-addons' ),
|
901 |
-
'type' => Controls_Manager::COLOR,
|
902 |
-
'default' => '#ffffff',
|
903 |
-
'selectors' => [
|
904 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'color: {{VALUE}};',
|
905 |
-
],
|
906 |
-
]
|
907 |
-
);
|
908 |
-
|
909 |
-
$this->add_responsive_control(
|
910 |
-
'instagram_commentlike_padding',
|
911 |
-
[
|
912 |
-
'label' => __( 'Padding', 'htmega-addons' ),
|
913 |
-
'type' => Controls_Manager::DIMENSIONS,
|
914 |
-
'size_units' => [ 'px', '%', 'em' ],
|
915 |
-
'selectors' => [
|
916 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
917 |
-
],
|
918 |
-
]
|
919 |
-
);
|
920 |
-
|
921 |
-
$this->add_responsive_control(
|
922 |
-
'instagram_commentlike_margin',
|
923 |
-
[
|
924 |
-
'label' => __( 'Margin', 'htmega-addons' ),
|
925 |
-
'type' => Controls_Manager::DIMENSIONS,
|
926 |
-
'size_units' => [ 'px', '%', 'em' ],
|
927 |
-
'selectors' => [
|
928 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
929 |
-
],
|
930 |
-
]
|
931 |
-
);
|
932 |
-
|
933 |
-
$this->add_group_control(
|
934 |
-
Group_Control_Border::get_type(),
|
935 |
-
[
|
936 |
-
'name' => 'instagram_commentlike_border',
|
937 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
938 |
-
'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span',
|
939 |
-
]
|
940 |
-
);
|
941 |
-
|
942 |
-
$this->add_responsive_control(
|
943 |
-
'instagram_commentlike_border_radius',
|
944 |
-
[
|
945 |
-
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
946 |
-
'type' => Controls_Manager::DIMENSIONS,
|
947 |
-
'selectors' => [
|
948 |
-
'{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
949 |
-
],
|
950 |
-
]
|
951 |
-
);
|
952 |
-
|
953 |
-
$this->end_controls_section(); // Zoom icon Style end
|
954 |
-
|
955 |
-
// Style Follow Button style start
|
956 |
-
$this->start_controls_section(
|
957 |
-
'htmega_instagram_follow_btn_style',
|
958 |
-
[
|
959 |
-
'label' => __( 'Follow Button', 'htmega-addons' ),
|
960 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
961 |
-
'condition' =>[
|
962 |
-
'show_flow_button' => 'yes',
|
963 |
-
],
|
964 |
-
]
|
965 |
-
);
|
966 |
-
|
967 |
-
$this->add_control(
|
968 |
-
'follow_btn_margin',
|
969 |
-
[
|
970 |
-
'label' => __( 'Margin', 'htmega-addons' ),
|
971 |
-
'type' => Controls_Manager::DIMENSIONS,
|
972 |
-
'size_units' => [ 'px', '%', 'em' ],
|
973 |
-
'selectors' => [
|
974 |
-
'{{WRAPPER}} a.instagram_follow_btn' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
975 |
-
],
|
976 |
-
]
|
977 |
-
);
|
978 |
-
|
979 |
-
$this->add_control(
|
980 |
-
'follow_btn_color',
|
981 |
-
[
|
982 |
-
'label' => __( 'Color', 'htmega-addons' ),
|
983 |
-
'type' => Controls_Manager::COLOR,
|
984 |
-
'selectors' => [
|
985 |
-
'{{WRAPPER}} a.instagram_follow_btn' => 'color: {{VALUE}}',
|
986 |
-
],
|
987 |
-
]
|
988 |
-
);
|
989 |
-
|
990 |
-
$this->add_control(
|
991 |
-
'follow_btn_bg_color',
|
992 |
-
[
|
993 |
-
'label' => __( 'Background Color', 'htmega-addons' ),
|
994 |
-
'type' => Controls_Manager::COLOR,
|
995 |
-
'selectors' => [
|
996 |
-
'{{WRAPPER}} a.instagram_follow_btn' => 'background-color: {{VALUE}}',
|
997 |
-
],
|
998 |
-
]
|
999 |
-
);
|
1000 |
-
|
1001 |
-
$this->add_control(
|
1002 |
-
'follow_btn_icon_bg_color',
|
1003 |
-
[
|
1004 |
-
'label' => __( 'Icon Background Color', 'htmega-addons' ),
|
1005 |
-
'type' => Controls_Manager::COLOR,
|
1006 |
-
'selectors' => [
|
1007 |
-
'{{WRAPPER}} a.instagram_follow_btn i' => 'background-color: {{VALUE}}',
|
1008 |
-
],
|
1009 |
-
]
|
1010 |
-
);
|
1011 |
-
|
1012 |
-
$this->end_controls_section(); // Follow Button Style end
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
// Style instagram arrow style start
|
1017 |
-
$this->start_controls_section(
|
1018 |
-
'htmega_instagram_arrow_style',
|
1019 |
-
[
|
1020 |
-
'label' => __( 'Arrow', 'htmega-addons' ),
|
1021 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
1022 |
-
'condition' =>[
|
1023 |
-
'slider_on' => 'yes',
|
1024 |
-
'slarrows' => 'yes',
|
1025 |
-
],
|
1026 |
-
]
|
1027 |
-
);
|
1028 |
-
|
1029 |
-
$this->start_controls_tabs( 'instagram_arrow_style_tabs' );
|
1030 |
-
|
1031 |
-
// Normal tab Start
|
1032 |
-
$this->start_controls_tab(
|
1033 |
-
'instagram_arrow_style_normal_tab',
|
1034 |
-
[
|
1035 |
-
'label' => __( 'Normal', 'htmega-addons' ),
|
1036 |
-
]
|
1037 |
-
);
|
1038 |
-
|
1039 |
-
$this->add_control(
|
1040 |
-
'htmega_instagram_arrow_color',
|
1041 |
-
[
|
1042 |
-
'label' => __( 'Color', 'htmega-addons' ),
|
1043 |
-
'type' => Controls_Manager::COLOR,
|
1044 |
-
'default' => '#ffffff',
|
1045 |
-
'selectors' => [
|
1046 |
-
'{{WRAPPER}} .htmega-instragram .slick-arrow' => 'color: {{VALUE}};',
|
1047 |
-
],
|
1048 |
-
]
|
1049 |
-
);
|
1050 |
-
|
1051 |
-
$this->add_control(
|
1052 |
-
'htmega_instagram_arrow_fontsize',
|
1053 |
-
[
|
1054 |
-
'label' => __( 'Font Size', 'htmega-addons' ),
|
1055 |
-
'type' => Controls_Manager::SLIDER,
|
1056 |
-
'size_units' => [ 'px', '%' ],
|
1057 |
-
'range' => [
|
1058 |
-
'px' => [
|
1059 |
-
'min' => 0,
|
1060 |
-
'max' => 100,
|
1061 |
-
'step' => 1,
|
1062 |
-
],
|
1063 |
-
'%' => [
|
1064 |
-
'min' => 0,
|
1065 |
-
'max' => 100,
|
1066 |
-
],
|
1067 |
-
],
|
1068 |
-
'default' => [
|
1069 |
-
'unit' => 'px',
|
1070 |
-
'size' => 20,
|
1071 |
-
],
|
1072 |
-
'selectors' => [
|
1073 |
-
'{{WRAPPER}} .htmega-instragram .slick-arrow' => 'font-size: {{SIZE}}{{UNIT}};',
|
1074 |
-
],
|
1075 |
-
]
|
1076 |
-
);
|
1077 |
-
|
1078 |
-
$this->add_group_control(
|
1079 |
-
Group_Control_Background::get_type(),
|
1080 |
-
[
|
1081 |
-
'name' => 'instagram_arrow_background',
|
1082 |
-
'label' => __( 'Background', 'htmega-addons' ),
|
1083 |
-
'types' => [ 'classic', 'gradient' ],
|
1084 |
-
'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow',
|
1085 |
-
]
|
1086 |
-
);
|
1087 |
-
|
1088 |
-
$this->add_group_control(
|
1089 |
-
Group_Control_Border::get_type(),
|
1090 |
-
[
|
1091 |
-
'name' => 'htmega_instagram_arrow_border',
|
1092 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
1093 |
-
'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow',
|
1094 |
-
]
|
1095 |
-
);
|
1096 |
-
|
1097 |
-
$this->add_responsive_control(
|
1098 |
-
'htmega_instagram_arrow_border_radius',
|
1099 |
-
[
|
1100 |
-
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1101 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1102 |
-
'selectors' => [
|
1103 |
-
'{{WRAPPER}} .htmega-instragram .slick-arrow' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1104 |
-
],
|
1105 |
-
]
|
1106 |
-
);
|
1107 |
-
|
1108 |
-
$this->add_control(
|
1109 |
-
'htmega_instagram_arrow_height',
|
1110 |
-
[
|
1111 |
-
'label' => __( 'Height', 'htmega-addons' ),
|
1112 |
-
'type' => Controls_Manager::SLIDER,
|
1113 |
-
'size_units' => [ 'px', '%' ],
|
1114 |
-
'range' => [
|
1115 |
-
'px' => [
|
1116 |
-
'min' => 0,
|
1117 |
-
'max' => 1000,
|
1118 |
-
'step' => 1,
|
1119 |
-
],
|
1120 |
-
'%' => [
|
1121 |
-
'min' => 0,
|
1122 |
-
'max' => 100,
|
1123 |
-
],
|
1124 |
-
],
|
1125 |
-
'default' => [
|
1126 |
-
'unit' => 'px',
|
1127 |
-
'size' => 30,
|
1128 |
-
],
|
1129 |
-
'selectors' => [
|
1130 |
-
'{{WRAPPER}} .htmega-instragram .slick-arrow' => 'height: {{SIZE}}{{UNIT}};',
|
1131 |
-
],
|
1132 |
-
]
|
1133 |
-
);
|
1134 |
-
|
1135 |
-
$this->add_control(
|
1136 |
-
'htmega_instagram_arrow_width',
|
1137 |
-
[
|
1138 |
-
'label' => __( 'Width', 'htmega-addons' ),
|
1139 |
-
'type' => Controls_Manager::SLIDER,
|
1140 |
-
'size_units' => [ 'px', '%' ],
|
1141 |
-
'range' => [
|
1142 |
-
'px' => [
|
1143 |
-
'min' => 0,
|
1144 |
-
'max' => 1000,
|
1145 |
-
'step' => 1,
|
1146 |
-
],
|
1147 |
-
'%' => [
|
1148 |
-
'min' => 0,
|
1149 |
-
'max' => 100,
|
1150 |
-
],
|
1151 |
-
],
|
1152 |
-
'default' => [
|
1153 |
-
'unit' => 'px',
|
1154 |
-
'size' => 30,
|
1155 |
-
],
|
1156 |
-
'selectors' => [
|
1157 |
-
'{{WRAPPER}} .htmega-instragram .slick-arrow' => 'width: {{SIZE}}{{UNIT}};',
|
1158 |
-
],
|
1159 |
-
]
|
1160 |
-
);
|
1161 |
-
|
1162 |
-
$this->add_responsive_control(
|
1163 |
-
'htmega_instagram_arrow_padding',
|
1164 |
-
[
|
1165 |
-
'label' => __( 'Padding', 'htmega-addons' ),
|
1166 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1167 |
-
'size_units' => [ 'px', '%', 'em' ],
|
1168 |
-
'selectors' => [
|
1169 |
-
'{{WRAPPER}} .htmega-instragram .slick-arrow' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
1170 |
-
],
|
1171 |
-
'separator' =>'before',
|
1172 |
-
]
|
1173 |
-
);
|
1174 |
-
|
1175 |
-
$this->end_controls_tab(); // Normal tab end
|
1176 |
-
|
1177 |
-
// Hover tab Start
|
1178 |
-
$this->start_controls_tab(
|
1179 |
-
'instagram_arrow_style_hover_tab',
|
1180 |
-
[
|
1181 |
-
'label' => __( 'Hover', 'htmega-addons' ),
|
1182 |
-
]
|
1183 |
-
);
|
1184 |
-
|
1185 |
-
$this->add_control(
|
1186 |
-
'htmega_instagram_arrow_hover_color',
|
1187 |
-
[
|
1188 |
-
'label' => __( 'Color', 'htmega-addons' ),
|
1189 |
-
'type' => Controls_Manager::COLOR,
|
1190 |
-
'default' => '#ffffff',
|
1191 |
-
'selectors' => [
|
1192 |
-
'{{WRAPPER}} .htmega-instragram .slick-arrow:hover' => 'color: {{VALUE}};',
|
1193 |
-
],
|
1194 |
-
]
|
1195 |
-
);
|
1196 |
-
|
1197 |
-
$this->add_group_control(
|
1198 |
-
Group_Control_Background::get_type(),
|
1199 |
-
[
|
1200 |
-
'name' => 'instagram_arrow_hover_background',
|
1201 |
-
'label' => __( 'Background', 'htmega-addons' ),
|
1202 |
-
'types' => [ 'classic', 'gradient' ],
|
1203 |
-
'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow:hover',
|
1204 |
-
]
|
1205 |
-
);
|
1206 |
-
|
1207 |
-
$this->add_group_control(
|
1208 |
-
Group_Control_Border::get_type(),
|
1209 |
-
[
|
1210 |
-
'name' => 'htmega_instagram_arrow_hover_border',
|
1211 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
1212 |
-
'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow:hover',
|
1213 |
-
]
|
1214 |
-
);
|
1215 |
-
|
1216 |
-
$this->add_responsive_control(
|
1217 |
-
'htmega_instagram_arrow_hover_border_radius',
|
1218 |
-
[
|
1219 |
-
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1220 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1221 |
-
'selectors' => [
|
1222 |
-
'{{WRAPPER}} .htmega-instragram .slick-arrow:hover' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1223 |
-
],
|
1224 |
-
]
|
1225 |
-
);
|
1226 |
-
|
1227 |
-
$this->end_controls_tab(); // Hover tab end
|
1228 |
-
|
1229 |
-
$this->end_controls_tabs();
|
1230 |
-
|
1231 |
-
$this->end_controls_section(); // Style instagram arrow style end
|
1232 |
-
|
1233 |
-
|
1234 |
-
// Style instagram Dots style start
|
1235 |
-
$this->start_controls_section(
|
1236 |
-
'htmega_instagram_dots_style',
|
1237 |
-
[
|
1238 |
-
'label' => __( 'Pagination', 'htmega-addons' ),
|
1239 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
1240 |
-
'condition' =>[
|
1241 |
-
'slider_on' => 'yes',
|
1242 |
-
'sldots' => 'yes',
|
1243 |
-
],
|
1244 |
-
]
|
1245 |
-
);
|
1246 |
-
|
1247 |
-
$this->start_controls_tabs( 'instagram_dots_style_tabs' );
|
1248 |
-
|
1249 |
-
// Normal tab Start
|
1250 |
-
$this->start_controls_tab(
|
1251 |
-
'instagram_dots_style_normal_tab',
|
1252 |
-
[
|
1253 |
-
'label' => __( 'Normal', 'htmega-addons' ),
|
1254 |
-
]
|
1255 |
-
);
|
1256 |
-
|
1257 |
-
$this->add_group_control(
|
1258 |
-
Group_Control_Background::get_type(),
|
1259 |
-
[
|
1260 |
-
'name' => 'instagram_dots_background',
|
1261 |
-
'label' => __( 'Background', 'htmega-addons' ),
|
1262 |
-
'types' => [ 'classic', 'gradient' ],
|
1263 |
-
'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li',
|
1264 |
-
]
|
1265 |
-
);
|
1266 |
-
|
1267 |
-
$this->add_group_control(
|
1268 |
-
Group_Control_Border::get_type(),
|
1269 |
-
[
|
1270 |
-
'name' => 'htmega_instagram_dots_border',
|
1271 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
1272 |
-
'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li',
|
1273 |
-
]
|
1274 |
-
);
|
1275 |
-
|
1276 |
-
$this->add_responsive_control(
|
1277 |
-
'htmega_instagram_dots_border_radius',
|
1278 |
-
[
|
1279 |
-
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1280 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1281 |
-
'selectors' => [
|
1282 |
-
'{{WRAPPER}} .htmega-instragram .slick-dots li' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1283 |
-
],
|
1284 |
-
]
|
1285 |
-
);
|
1286 |
-
|
1287 |
-
$this->add_control(
|
1288 |
-
'htmega_instagram_dots_height',
|
1289 |
-
[
|
1290 |
-
'label' => __( 'Height', 'htmega-addons' ),
|
1291 |
-
'type' => Controls_Manager::SLIDER,
|
1292 |
-
'size_units' => [ 'px', '%' ],
|
1293 |
-
'range' => [
|
1294 |
-
'px' => [
|
1295 |
-
'min' => 0,
|
1296 |
-
'max' => 1000,
|
1297 |
-
'step' => 1,
|
1298 |
-
],
|
1299 |
-
'%' => [
|
1300 |
-
'min' => 0,
|
1301 |
-
'max' => 100,
|
1302 |
-
],
|
1303 |
-
],
|
1304 |
-
'default' => [
|
1305 |
-
'unit' => 'px',
|
1306 |
-
'size' => 15,
|
1307 |
-
],
|
1308 |
-
'selectors' => [
|
1309 |
-
'{{WRAPPER}} .htmega-instragram .slick-dots li' => 'height: {{SIZE}}{{UNIT}};',
|
1310 |
-
],
|
1311 |
-
]
|
1312 |
-
);
|
1313 |
-
|
1314 |
-
$this->add_control(
|
1315 |
-
'htmega_instagram_dots_width',
|
1316 |
-
[
|
1317 |
-
'label' => __( 'Width', 'htmega-addons' ),
|
1318 |
-
'type' => Controls_Manager::SLIDER,
|
1319 |
-
'size_units' => [ 'px', '%' ],
|
1320 |
-
'range' => [
|
1321 |
-
'px' => [
|
1322 |
-
'min' => 0,
|
1323 |
-
'max' => 1000,
|
1324 |
-
'step' => 1,
|
1325 |
-
],
|
1326 |
-
'%' => [
|
1327 |
-
'min' => 0,
|
1328 |
-
'max' => 100,
|
1329 |
-
],
|
1330 |
-
],
|
1331 |
-
'default' => [
|
1332 |
-
'unit' => 'px',
|
1333 |
-
'size' => 15,
|
1334 |
-
],
|
1335 |
-
'selectors' => [
|
1336 |
-
'{{WRAPPER}} .htmega-instragram .slick-dots li' => 'width: {{SIZE}}{{UNIT}} !important;',
|
1337 |
-
],
|
1338 |
-
]
|
1339 |
-
);
|
1340 |
-
|
1341 |
-
$this->end_controls_tab(); // Normal tab end
|
1342 |
-
|
1343 |
-
// Hover tab Start
|
1344 |
-
$this->start_controls_tab(
|
1345 |
-
'instagram_dots_style_hover_tab',
|
1346 |
-
[
|
1347 |
-
'label' => __( 'Active', 'htmega-addons' ),
|
1348 |
-
]
|
1349 |
-
);
|
1350 |
-
|
1351 |
-
$this->add_group_control(
|
1352 |
-
Group_Control_Background::get_type(),
|
1353 |
-
[
|
1354 |
-
'name' => 'instagram_dots_hover_background',
|
1355 |
-
'label' => __( 'Background', 'htmega-addons' ),
|
1356 |
-
'types' => [ 'classic', 'gradient' ],
|
1357 |
-
'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active',
|
1358 |
-
]
|
1359 |
-
);
|
1360 |
-
|
1361 |
-
$this->add_group_control(
|
1362 |
-
Group_Control_Border::get_type(),
|
1363 |
-
[
|
1364 |
-
'name' => 'htmega_instagram_dots_hover_border',
|
1365 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
1366 |
-
'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active',
|
1367 |
-
]
|
1368 |
-
);
|
1369 |
-
|
1370 |
-
$this->add_responsive_control(
|
1371 |
-
'htmega_instagram_dots_hover_border_radius',
|
1372 |
-
[
|
1373 |
-
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1374 |
-
'type' => Controls_Manager::DIMENSIONS,
|
1375 |
-
'selectors' => [
|
1376 |
-
'{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1377 |
-
],
|
1378 |
-
]
|
1379 |
-
);
|
1380 |
-
|
1381 |
-
$this->end_controls_tab(); // Hover tab end
|
1382 |
-
|
1383 |
-
$this->end_controls_tabs();
|
1384 |
-
|
1385 |
-
$this->end_controls_section(); // Style instagram dots style end
|
1386 |
-
|
1387 |
-
}
|
1388 |
-
|
1389 |
-
protected function render( $instance = [] ) {
|
1390 |
-
|
1391 |
-
$settings = $this->get_settings_for_display();
|
1392 |
-
$id = $this->get_id();
|
1393 |
-
|
1394 |
-
$this->add_render_attribute( 'htmega_instragram', 'class', 'htmega-instragram' );
|
1395 |
-
$this->add_render_attribute( 'htmega_instragram', 'class', 'htmega-instragram-style-'.$settings['instagram_style'] );
|
1396 |
-
$imagesize = (int)$settings['instagram_image_size'];
|
1397 |
-
|
1398 |
-
$limit = !empty( $settings['limit'] ) ? $settings['limit'] : 8;
|
1399 |
-
$username = !empty( $settings['username'] ) ? $settings['username'] : 'portfolio.devitems';
|
1400 |
-
$profile_link = 'https://www.instagram.com/'.$username;
|
1401 |
-
|
1402 |
-
|
1403 |
-
if( $settings['slider_on'] == 'yes' ){
|
1404 |
-
|
1405 |
-
$slider_settings = [
|
1406 |
-
'arrows' => ('yes' === $settings['slarrows']),
|
1407 |
-
'arrow_prev_txt' => HTMega_Icon_manager::render_icon( $settings['slprevicon'], [ 'aria-hidden' => 'true' ] ),
|
1408 |
-
'arrow_next_txt' => HTMega_Icon_manager::render_icon( $settings['slnexticon'], [ 'aria-hidden' => 'true' ] ),
|
1409 |
-
'dots' => ('yes' === $settings['sldots']),
|
1410 |
-
'autoplay' => ('yes' === $settings['slautolay']),
|
1411 |
-
'autoplay_speed' => absint($settings['slautoplay_speed']),
|
1412 |
-
'animation_speed' => absint($settings['slanimation_speed']),
|
1413 |
-
'pause_on_hover' => ('yes' === $settings['slpause_on_hover']),
|
1414 |
-
'center_mode' => ( 'yes' === $settings['slcentermode']),
|
1415 |
-
'center_padding' => absint($settings['slcenterpadding']),
|
1416 |
-
];
|
1417 |
-
|
1418 |
-
$slider_responsive_settings = [
|
1419 |
-
'display_columns' => $settings['slitems'],
|
1420 |
-
'scroll_columns' => $settings['slscroll_columns'],
|
1421 |
-
'tablet_width' => $settings['sltablet_width'],
|
1422 |
-
'tablet_display_columns' => $settings['sltablet_display_columns'],
|
1423 |
-
'tablet_scroll_columns' => $settings['sltablet_scroll_columns'],
|
1424 |
-
'mobile_width' => $settings['slmobile_width'],
|
1425 |
-
'mobile_display_columns' => $settings['slmobile_display_columns'],
|
1426 |
-
'mobile_scroll_columns' => $settings['slmobile_scroll_columns'],
|
1427 |
-
|
1428 |
-
];
|
1429 |
-
|
1430 |
-
$slider_settings = array_merge( $slider_settings, $slider_responsive_settings );
|
1431 |
-
}else{
|
1432 |
-
$slider_settings = [];
|
1433 |
-
}
|
1434 |
-
|
1435 |
-
?>
|
1436 |
-
<div <?php echo $this->get_render_attribute_string('htmega_instragram'); ?> >
|
1437 |
-
|
1438 |
-
<div id="htmega-instagram-list-<?php echo $id; ?>"></div>
|
1439 |
-
|
1440 |
-
<?php
|
1441 |
-
if( $settings['show_flow_button'] == 'yes' ):
|
1442 |
-
$flowtxt = $settings['flow_button_txt'].' '.$username;
|
1443 |
-
?>
|
1444 |
-
<a class="instagram_follow_btn" href="<?php echo esc_url( $profile_link ); ?>" target="_blank">
|
1445 |
-
<?php echo HTMega_Icon_manager::render_icon( $settings['flow_button_icon'], [ 'aria-hidden' => 'true' ] ); ?>
|
1446 |
-
<span><?php echo esc_html__( $flowtxt, 'htmega-addons' );?></span>
|
1447 |
-
</a>
|
1448 |
-
<?php endif; ?>
|
1449 |
-
|
1450 |
-
</div>
|
1451 |
-
|
1452 |
-
<?php
|
1453 |
-
$zoo_image = '';
|
1454 |
-
if( !empty( $settings['zoom_image'] ) && $settings['zoomicon_type'] == 'img' ){
|
1455 |
-
$zoo_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'zoom_imagesize', 'zoom_image' );
|
1456 |
-
}else{
|
1457 |
-
$zoo_image = sprintf('<span class="zoom_icon">%1$s</span>', HTMega_Icon_manager::render_icon( $settings['zoom_icon'], [ 'aria-hidden' => 'true' ] ) );
|
1458 |
-
}
|
1459 |
-
?>
|
1460 |
-
|
1461 |
-
<script type="text/javascript">
|
1462 |
-
;jQuery(document).ready(function($) {
|
1463 |
-
'use strict';
|
1464 |
-
|
1465 |
-
var limit = <?php echo $limit; ?>,
|
1466 |
-
id = '<?php echo $id; ?>',
|
1467 |
-
username = '<?php echo $username; ?>',
|
1468 |
-
img_size = <?php echo $imagesize; ?>,
|
1469 |
-
slider_on = '<?php echo $settings['slider_on']; ?>';
|
1470 |
-
|
1471 |
-
// Meta Option
|
1472 |
-
var comment = '<?php echo $settings['show_comment']; ?>',
|
1473 |
-
like = '<?php echo $settings['show_like']; ?>',
|
1474 |
-
lightbox = '<?php echo $settings['show_light_box']; ?>',
|
1475 |
-
like_icon = '<?php echo HTMega_Icon_manager::render_icon( $settings['like_icon'], [ 'aria-hidden' => 'true' ] ); ?>',
|
1476 |
-
comment_icon = '<?php echo HTMega_Icon_manager::render_icon( $settings['comment_icon'], [ 'aria-hidden' => 'true' ] ); ?>',
|
1477 |
-
zoo_image = '<?php echo $zoo_image; ?>',
|
1478 |
-
lazy_load = '<?php echo $settings['lazy_load']; ?>';
|
1479 |
-
|
1480 |
-
// Slider Option
|
1481 |
-
if( slider_on == 'yes' ){
|
1482 |
-
var slider_opt = <?php echo wp_json_encode( $slider_settings ); ?>;
|
1483 |
-
var arrows = slider_opt['arrows'],
|
1484 |
-
arrow_prev_txt = slider_opt['arrow_prev_txt'],
|
1485 |
-
arrow_next_txt = slider_opt['arrow_next_txt'],
|
1486 |
-
dots = slider_opt['dots'],
|
1487 |
-
autoplay = slider_opt['autoplay'],
|
1488 |
-
autoplay_speed = parseInt(slider_opt['autoplay_speed']) || 3000,
|
1489 |
-
animation_speed = parseInt(slider_opt['animation_speed']) || 300,
|
1490 |
-
pause_on_hover = slider_opt['pause_on_hover'],
|
1491 |
-
center_mode = slider_opt['center_mode'],
|
1492 |
-
center_padding = slider_opt['center_padding'] ? slider_opt['center_padding'] : '50px',
|
1493 |
-
display_columns = parseInt(slider_opt['display_columns']) || 1,
|
1494 |
-
scroll_columns = parseInt(slider_opt['scroll_columns']) || 1,
|
1495 |
-
tablet_width = parseInt(slider_opt['tablet_width']) || 800,
|
1496 |
-
tablet_display_columns = parseInt(slider_opt['tablet_display_columns']) || 1,
|
1497 |
-
tablet_scroll_columns = parseInt(slider_opt['tablet_scroll_columns']) || 1,
|
1498 |
-
mobile_width = parseInt(slider_opt['mobile_width']) || 480,
|
1499 |
-
mobile_display_columns = parseInt(slider_opt['mobile_display_columns']) || 1,
|
1500 |
-
mobile_scroll_columns = parseInt(slider_opt['mobile_scroll_columns']) || 1;
|
1501 |
-
}
|
1502 |
-
|
1503 |
-
// Manage Image Size
|
1504 |
-
var image_sizes = {
|
1505 |
-
"150": 0,
|
1506 |
-
"240": 1,
|
1507 |
-
"320": 2,
|
1508 |
-
"480": 3,
|
1509 |
-
"640": 4
|
1510 |
-
};
|
1511 |
-
|
1512 |
-
//image size
|
1513 |
-
var image_index = typeof image_sizes[img_size] !== "undefined" ? image_sizes[img_size] : image_sizes[640];
|
1514 |
-
|
1515 |
-
// Clear localStorage data
|
1516 |
-
var clearLocalData = '<?php echo $settings['clear_cache_data']; ?>';
|
1517 |
-
if( clearLocalData == 'yes' ){
|
1518 |
-
window.localStorage.clear();
|
1519 |
-
}
|
1520 |
-
|
1521 |
-
// Display Instagram item
|
1522 |
-
function htMegaDisplayInstagramFeed( data ){
|
1523 |
-
var html = "<ul class='htmega-instagram-list'>";
|
1524 |
-
var imgs = (data.edge_owner_to_timeline_media || data.edge_hashtag_to_media).edges,
|
1525 |
-
max = ( imgs.length > limit ) ? limit : imgs.length;
|
1526 |
-
|
1527 |
-
for (var i = 0; i < max; i++) {
|
1528 |
-
var url = "https://www.instagram.com/p/" + imgs[i].node.shortcode,
|
1529 |
-
image, fullimage, type_resource, caption;
|
1530 |
-
|
1531 |
-
switch (imgs[i].node.__typename) {
|
1532 |
-
case "GraphSidecar":
|
1533 |
-
type_resource = "sidecar"
|
1534 |
-
image = imgs[i].node.thumbnail_resources[image_index].src;
|
1535 |
-
fullimage = imgs[i].node.thumbnail_src;
|
1536 |
-
break;
|
1537 |
-
case "GraphVideo":
|
1538 |
-
type_resource = "video";
|
1539 |
-
image = imgs[i].node.thumbnail_src
|
1540 |
-
fullimage = imgs[i].node.thumbnail_src;
|
1541 |
-
break;
|
1542 |
-
default:
|
1543 |
-
type_resource = "image";
|
1544 |
-
image = imgs[i].node.thumbnail_resources[image_index].src;
|
1545 |
-
fullimage = imgs[i].node.thumbnail_src;
|
1546 |
-
}
|
1547 |
-
|
1548 |
-
if (
|
1549 |
-
typeof imgs[i].node.edge_media_to_caption.edges[0] !== "undefined" &&
|
1550 |
-
typeof imgs[i].node.edge_media_to_caption.edges[0].node !== "undefined" &&
|
1551 |
-
typeof imgs[i].node.edge_media_to_caption.edges[0].node.text !== "undefined" &&
|
1552 |
-
imgs[i].node.edge_media_to_caption.edges[0].node.text !== null
|
1553 |
-
) {
|
1554 |
-
caption = imgs[i].node.edge_media_to_caption.edges[0].node.text;
|
1555 |
-
} else if (
|
1556 |
-
typeof imgs[i].node.accessibility_caption !== "undefined" &&
|
1557 |
-
imgs[i].node.accessibility_caption !== null
|
1558 |
-
) {
|
1559 |
-
caption = imgs[i].node.accessibility_caption;
|
1560 |
-
} else {
|
1561 |
-
caption = (is_tag ? data.name : data.username) + " image " + i;
|
1562 |
-
}
|
1563 |
-
|
1564 |
-
html += '<li>';
|
1565 |
-
html += "<a href='" + url + "' rel='noopener' target='_blank'>";
|
1566 |
-
html += "<img" + (lazy_load == 'yes' ? " loading='lazy'" : '') +" src='" + image + "' alt='" + caption + "' />";
|
1567 |
-
html += "</a>";
|
1568 |
-
|
1569 |
-
if( comment == 'yes' || like == 'yes' || lightbox == 'yes' ){
|
1570 |
-
|
1571 |
-
html += '<div class="instagram-clip"><div class="htmega-content">';
|
1572 |
-
|
1573 |
-
if( comment == 'yes' || like == 'yes' ){
|
1574 |
-
html += '<div class="instagram-like-comment">';
|
1575 |
-
if( like == 'yes' ){
|
1576 |
-
html += '<span class="like">'+like_icon+imgs[i].node.edge_liked_by.count+'</span>';
|
1577 |
-
}
|
1578 |
-
if( comment == 'yes' ){
|
1579 |
-
html += '<span class="comment">'+comment_icon+imgs[i].node.edge_media_to_comment.count+'</span>';
|
1580 |
-
}
|
1581 |
-
html +='</div>';
|
1582 |
-
}
|
1583 |
-
|
1584 |
-
if( lightbox == 'yes' ){
|
1585 |
-
html += '<div class="instagram-btn">';
|
1586 |
-
html += '<a class="image-popup-vertical-fit" href="'+ fullimage +'">'+zoo_image+'</a>';
|
1587 |
-
html += '</div>';
|
1588 |
-
}
|
1589 |
-
|
1590 |
-
html += '</div></div>';
|
1591 |
-
}
|
1592 |
-
|
1593 |
-
|
1594 |
-
html += '</li>';
|
1595 |
-
}
|
1596 |
-
|
1597 |
-
html += '</ul>';
|
1598 |
-
|
1599 |
-
$( "#htmega-instagram-list-"+id ).html( html );
|
1600 |
-
}
|
1601 |
-
|
1602 |
-
// Instagram Feed
|
1603 |
-
if( window.localStorage.getItem( "htmega_instragram_local_data_status"+id ) === 'true' ){
|
1604 |
-
var localdata = window.localStorage.getItem( "htmega_instragram_local_data_"+id );
|
1605 |
-
htMegaDisplayInstagramFeed( JSON.parse( localdata ) );
|
1606 |
-
}else{
|
1607 |
-
$.instagramFeed({
|
1608 |
-
'username': username,
|
1609 |
-
'callback': function( data ){
|
1610 |
-
window.localStorage.setItem( "htmega_instragram_local_data_"+id, JSON.stringify( data ) );
|
1611 |
-
window.localStorage.setItem( "htmega_instragram_local_data_status"+id, 'true' );
|
1612 |
-
htMegaDisplayInstagramFeed( data );
|
1613 |
-
}
|
1614 |
-
});
|
1615 |
-
}
|
1616 |
-
|
1617 |
-
if( slider_on == 'yes' ){
|
1618 |
-
|
1619 |
-
function htMegaInstagramSlider( selector = 'htmega-instagram-list' ){
|
1620 |
-
$("#htmega-instagram-list-"+id+" ." + selector ).slick({
|
1621 |
-
arrows: arrows,
|
1622 |
-
prevArrow: '<button class="htmega-carosul-prev">'+arrow_prev_txt+'</button>',
|
1623 |
-
nextArrow: '<button class="htmega-carosul-next">'+arrow_next_txt+'</button>',
|
1624 |
-
dots: dots,
|
1625 |
-
infinite: true,
|
1626 |
-
autoplay: autoplay,
|
1627 |
-
autoplaySpeed: autoplay_speed,
|
1628 |
-
speed: animation_speed,
|
1629 |
-
fade: false,
|
1630 |
-
pauseOnHover: pause_on_hover,
|
1631 |
-
slidesToShow: display_columns,
|
1632 |
-
slidesToScroll: scroll_columns,
|
1633 |
-
centerMode: center_mode,
|
1634 |
-
centerPadding: center_padding,
|
1635 |
-
responsive: [
|
1636 |
-
{
|
1637 |
-
breakpoint: tablet_width,
|
1638 |
-
settings: {
|
1639 |
-
slidesToShow: tablet_display_columns,
|
1640 |
-
slidesToScroll: tablet_scroll_columns
|
1641 |
-
}
|
1642 |
-
},
|
1643 |
-
{
|
1644 |
-
breakpoint: mobile_width,
|
1645 |
-
settings: {
|
1646 |
-
slidesToShow: mobile_display_columns,
|
1647 |
-
slidesToScroll: mobile_scroll_columns
|
1648 |
-
}
|
1649 |
-
}
|
1650 |
-
]
|
1651 |
-
})
|
1652 |
-
}
|
1653 |
-
|
1654 |
-
if( window.localStorage.getItem( "htmega_instragram_local_data_status"+id ) === 'true' ){
|
1655 |
-
htMegaInstagramSlider();
|
1656 |
-
}else{
|
1657 |
-
$("#htmega-instagram-list-"+id).on("DOMNodeInserted", function (e) {
|
1658 |
-
if ( e.target.className == 'htmega-instagram-list' ) {
|
1659 |
-
htMegaInstagramSlider();
|
1660 |
-
}
|
1661 |
-
});
|
1662 |
-
}
|
1663 |
-
|
1664 |
-
}
|
1665 |
-
|
1666 |
-
});
|
1667 |
-
</script>
|
1668 |
-
|
1669 |
-
<?php
|
1670 |
-
}
|
1671 |
-
|
1672 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/widgets/htmega_instagram.php
CHANGED
@@ -84,6 +84,18 @@ class HTMega_Elementor_Widget_Instagram extends Widget_Base {
|
|
84 |
]
|
85 |
);
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
$this->add_control(
|
88 |
'delete_cache',
|
89 |
[
|
@@ -111,6 +123,7 @@ class HTMega_Elementor_Widget_Instagram extends Widget_Base {
|
|
111 |
'delete_cache!'=>'yes',
|
112 |
],
|
113 |
'label_block'=>true,
|
|
|
114 |
]
|
115 |
);
|
116 |
|
@@ -1370,7 +1383,7 @@ class HTMega_Elementor_Widget_Instagram extends Widget_Base {
|
|
1370 |
$countitem++;
|
1371 |
?>
|
1372 |
<li>
|
1373 |
-
<a href="<?php echo esc_url( $item['link'] ); ?>"
|
1374 |
<img src="<?php echo esc_url( $item['src'] ); ?>" alt="<?php echo esc_attr__( $item['username'],'htmega-addons');?>">
|
1375 |
</a>
|
1376 |
<?php if( $settings['show_caption'] == 'yes' || $settings['show_light_box'] == 'yes' ): ?>
|
84 |
]
|
85 |
);
|
86 |
|
87 |
+
$this->add_control(
|
88 |
+
'image_link_newtab',
|
89 |
+
[
|
90 |
+
'label' => __( 'Image link in new tab', 'htmega-addons' ),
|
91 |
+
'type' => Controls_Manager::SWITCHER,
|
92 |
+
'separator' => 'before',
|
93 |
+
'condition'=>[
|
94 |
+
'instagram_style'=>'3',
|
95 |
+
],
|
96 |
+
]
|
97 |
+
);
|
98 |
+
|
99 |
$this->add_control(
|
100 |
'delete_cache',
|
101 |
[
|
123 |
'delete_cache!'=>'yes',
|
124 |
],
|
125 |
'label_block'=>true,
|
126 |
+
'separator' => 'before',
|
127 |
]
|
128 |
);
|
129 |
|
1383 |
$countitem++;
|
1384 |
?>
|
1385 |
<li>
|
1386 |
+
<a href="<?php echo esc_url( $item['link'] ); ?>" <?php echo 'yes' == $settings['image_link_newtab'] ? 'target="_blank"' : '' ?>>
|
1387 |
<img src="<?php echo esc_url( $item['src'] ); ?>" alt="<?php echo esc_attr__( $item['username'],'htmega-addons');?>">
|
1388 |
</a>
|
1389 |
<?php if( $settings['show_caption'] == 'yes' || $settings['show_light_box'] == 'yes' ): ?>
|
includes/widgets/htmega_mailchimp_for_wp.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Mailchimp_Wp extends Widget_Base {
|
@@ -174,7 +170,6 @@ class HTMega_Elementor_Widget_Mailchimp_Wp extends Widget_Base {
|
|
174 |
Group_Control_Typography::get_type(),
|
175 |
[
|
176 |
'name' => 'htmega_input_box_typography',
|
177 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
178 |
'selector' => '{{WRAPPER}} .mc4wp-form input[type*="email"]',
|
179 |
]
|
180 |
);
|
@@ -292,7 +287,7 @@ class HTMega_Elementor_Widget_Mailchimp_Wp extends Widget_Base {
|
|
292 |
]
|
293 |
);
|
294 |
|
295 |
-
$this->
|
296 |
'htmega_input_submit_height',
|
297 |
[
|
298 |
'label' => __( 'Height', 'htmega-addons' ),
|
@@ -310,12 +305,48 @@ class HTMega_Elementor_Widget_Mailchimp_Wp extends Widget_Base {
|
|
310 |
],
|
311 |
]
|
312 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
|
314 |
$this->add_group_control(
|
315 |
Group_Control_Typography::get_type(),
|
316 |
[
|
317 |
'name' => 'htmega_input_submit_typography',
|
318 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
319 |
'selector' => '{{WRAPPER}} .mc4wp-form input[type*="submit"]',
|
320 |
]
|
321 |
);
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class HTMega_Elementor_Widget_Mailchimp_Wp extends Widget_Base {
|
170 |
Group_Control_Typography::get_type(),
|
171 |
[
|
172 |
'name' => 'htmega_input_box_typography',
|
|
|
173 |
'selector' => '{{WRAPPER}} .mc4wp-form input[type*="email"]',
|
174 |
]
|
175 |
);
|
287 |
]
|
288 |
);
|
289 |
|
290 |
+
$this->add_responsive_control(
|
291 |
'htmega_input_submit_height',
|
292 |
[
|
293 |
'label' => __( 'Height', 'htmega-addons' ),
|
305 |
],
|
306 |
]
|
307 |
);
|
308 |
+
|
309 |
+
$this->add_responsive_control(
|
310 |
+
'htmega_input_submit_width',
|
311 |
+
[
|
312 |
+
'label' => __( 'Width', 'htmega-addons' ),
|
313 |
+
'type' => Controls_Manager::SLIDER,
|
314 |
+
'range' => [
|
315 |
+
'px' => [
|
316 |
+
'max' => 150,
|
317 |
+
],
|
318 |
+
],
|
319 |
+
'selectors' => [
|
320 |
+
'{{WRAPPER}} .mc4wp-form input[type*="submit"]' => 'width: {{SIZE}}{{UNIT}};',
|
321 |
+
],
|
322 |
+
]
|
323 |
+
);
|
324 |
+
$this->add_responsive_control(
|
325 |
+
'htmega_input_submit_position',
|
326 |
+
[
|
327 |
+
'label' => __( 'Position', 'htmega-addons' ),
|
328 |
+
'type' => Controls_Manager::SLIDER,
|
329 |
+
'range' => [
|
330 |
+
'px' => [
|
331 |
+
'max' => 150,
|
332 |
+
],
|
333 |
+
],
|
334 |
+
'default' => [
|
335 |
+
'size' => 20,
|
336 |
+
],
|
337 |
+
'selectors' => [
|
338 |
+
'{{WRAPPER}} .htmega-mailchimp-style-4 .htmega-input-box::before' => 'right: {{SIZE}}{{UNIT}};',
|
339 |
+
],
|
340 |
+
'condition' => [
|
341 |
+
'htmega_mailchimp_form_style' =>'4',
|
342 |
+
],
|
343 |
+
]
|
344 |
+
);
|
345 |
|
346 |
$this->add_group_control(
|
347 |
Group_Control_Typography::get_type(),
|
348 |
[
|
349 |
'name' => 'htmega_input_submit_typography',
|
|
|
350 |
'selector' => '{{WRAPPER}} .mc4wp-form input[type*="submit"]',
|
351 |
]
|
352 |
);
|
includes/widgets/htmega_popover.php
CHANGED
@@ -2,9 +2,6 @@
|
|
2 |
namespace Elementor;
|
3 |
|
4 |
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Popover extends Widget_Base {
|
@@ -207,7 +204,7 @@ class HTMega_Elementor_Widget_Popover extends Widget_Base {
|
|
207 |
]
|
208 |
);
|
209 |
|
210 |
-
$this->
|
211 |
'popover_space',
|
212 |
[
|
213 |
'label' => __( 'Space With Button', 'htmega-addons' ),
|
@@ -345,7 +342,6 @@ class HTMega_Elementor_Widget_Popover extends Widget_Base {
|
|
345 |
Group_Control_Typography::get_type(),
|
346 |
[
|
347 |
'name' => 'button_typography',
|
348 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
349 |
'selector' => '{{WRAPPER}} .htmega-popover span',
|
350 |
'condition'=>[
|
351 |
'popover_button_type'=>'text',
|
@@ -504,7 +500,7 @@ class HTMega_Elementor_Widget_Popover extends Widget_Base {
|
|
504 |
'label' => __( 'Area', 'htmega-addons' ),
|
505 |
]
|
506 |
);
|
507 |
-
$this->
|
508 |
'hover_popover_area_width',
|
509 |
[
|
510 |
'label' => __( 'Width', 'htmega-addons' ),
|
@@ -588,7 +584,6 @@ class HTMega_Elementor_Widget_Popover extends Widget_Base {
|
|
588 |
Group_Control_Typography::get_type(),
|
589 |
[
|
590 |
'name' => 'hover_popover_header_typography',
|
591 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
592 |
'selector' => '{{WRAPPER}} .htb-popover .htb-popover-header',
|
593 |
]
|
594 |
);
|
@@ -693,7 +688,6 @@ class HTMega_Elementor_Widget_Popover extends Widget_Base {
|
|
693 |
Group_Control_Typography::get_type(),
|
694 |
[
|
695 |
'name' => 'hover_popover_content_typography',
|
696 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
697 |
'selector' => '{{WRAPPER}} .htb-popover .htb-popover-body',
|
698 |
]
|
699 |
);
|
2 |
namespace Elementor;
|
3 |
|
4 |
// Elementor Classes
|
|
|
|
|
|
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
class HTMega_Elementor_Widget_Popover extends Widget_Base {
|
204 |
]
|
205 |
);
|
206 |
|
207 |
+
$this->add_responsive_control(
|
208 |
'popover_space',
|
209 |
[
|
210 |
'label' => __( 'Space With Button', 'htmega-addons' ),
|
342 |
Group_Control_Typography::get_type(),
|
343 |
[
|
344 |
'name' => 'button_typography',
|
|
|
345 |
'selector' => '{{WRAPPER}} .htmega-popover span',
|
346 |
'condition'=>[
|
347 |
'popover_button_type'=>'text',
|
500 |
'label' => __( 'Area', 'htmega-addons' ),
|
501 |
]
|
502 |
);
|
503 |
+
$this->add_responsive_control(
|
504 |
'hover_popover_area_width',
|
505 |
[
|
506 |
'label' => __( 'Width', 'htmega-addons' ),
|
584 |
Group_Control_Typography::get_type(),
|
585 |
[
|
586 |
'name' => 'hover_popover_header_typography',
|
|
|
587 |
'selector' => '{{WRAPPER}} .htb-popover .htb-popover-header',
|
588 |
]
|
589 |
);
|
688 |
Group_Control_Typography::get_type(),
|
689 |
[
|
690 |
'name' => 'hover_popover_content_typography',
|
|
|
691 |
'selector' => '{{WRAPPER}} .htb-popover .htb-popover-body',
|
692 |
]
|
693 |
);
|
includes/widgets/htmega_progressbar.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
@@ -144,7 +140,19 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
144 |
'{{WRAPPER}} {{CURRENT_ITEM}} .percent-label' => 'background-color: {{VALUE}};',
|
145 |
],
|
146 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
);
|
|
|
148 |
$repeater->add_control(
|
149 |
'progressbar_before_after',
|
150 |
[
|
@@ -167,7 +175,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
167 |
],
|
168 |
'separator' => 'before',
|
169 |
]
|
170 |
-
);
|
171 |
|
172 |
|
173 |
$this->add_control(
|
@@ -176,6 +184,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
176 |
'label' => __( 'Progress Bar', 'htmega-addons' ),
|
177 |
'type' => Controls_Manager::REPEATER,
|
178 |
'fields' => $repeater->get_controls(),
|
|
|
179 |
'condition' => [
|
180 |
'htmega_progress_bar_style!' =>'circle',
|
181 |
],
|
@@ -282,7 +291,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
282 |
$repeater_two->add_control(
|
283 |
'htmega_progressbar_two_color',
|
284 |
[
|
285 |
-
'label' => __( 'Progress bar
|
286 |
'type' => Controls_Manager::COLOR,
|
287 |
'default' =>'#1cb9da',
|
288 |
]
|
@@ -313,7 +322,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
313 |
'label' => __( 'Progress bar value background color', 'htmega-addons' ),
|
314 |
'type' => Controls_Manager::COLOR,
|
315 |
'selectors' => [
|
316 |
-
'{{WRAPPER}} {{CURRENT_ITEM}} .radial-progress span' => 'background-color: {{VALUE}};',
|
317 |
],
|
318 |
]
|
319 |
);
|
@@ -358,10 +367,10 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
358 |
$repeater_two->add_control(
|
359 |
'progressbar_single_items_border_radius',
|
360 |
[
|
361 |
-
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
362 |
'type' => Controls_Manager::DIMENSIONS,
|
363 |
'selectors' => [
|
364 |
-
'{{WRAPPER}} {{CURRENT_ITEM}} .radial-progressbg' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
365 |
],
|
366 |
'separator' => 'before',
|
367 |
]
|
@@ -373,6 +382,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
373 |
'label' => __( 'Progress Bar', 'htmega-addons' ),
|
374 |
'type' => Controls_Manager::REPEATER,
|
375 |
'fields' => $repeater_two->get_controls(),
|
|
|
376 |
'condition' => [
|
377 |
'htmega_progress_bar_style' =>'circle',
|
378 |
],
|
@@ -388,6 +398,230 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
388 |
|
389 |
$this->end_controls_section();
|
390 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
// Style tab Title section
|
392 |
$this->start_controls_section(
|
393 |
'htmega_progressbar_title_style',
|
@@ -397,6 +631,21 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
397 |
]
|
398 |
);
|
399 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
400 |
$this->add_group_control(
|
401 |
Group_Control_Background::get_type(),
|
402 |
[
|
@@ -415,7 +664,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
415 |
'size_units' => [ 'px', '%', 'em' ],
|
416 |
'selectors' => [
|
417 |
'{{WRAPPER}} p.htmega_progress_title' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
418 |
-
'{{WRAPPER}} .radial-progress-single h5.radial-
|
419 |
],
|
420 |
'separator' => 'before',
|
421 |
]
|
@@ -429,7 +678,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
429 |
'size_units' => [ 'px', '%', 'em' ],
|
430 |
'selectors' => [
|
431 |
'{{WRAPPER}} p.htmega_progress_title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
432 |
-
'{{WRAPPER}} .radial-progress-single h5.radial-
|
433 |
],
|
434 |
'separator' => 'before',
|
435 |
]
|
@@ -451,7 +700,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
451 |
'type' => Controls_Manager::DIMENSIONS,
|
452 |
'selectors' => [
|
453 |
'{{WRAPPER}} p.htmega_progress_title' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
454 |
-
'{{WRAPPER}} .radial-progress-single h5.radial-
|
455 |
],
|
456 |
'separator' => 'before',
|
457 |
]
|
@@ -474,7 +723,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
474 |
'type' => Controls_Manager::COLOR,
|
475 |
'selectors' => [
|
476 |
'{{WRAPPER}} p.htmega_progress_title' => 'color: {{VALUE}};',
|
477 |
-
'{{WRAPPER}} .radial-progress-single h5.radial-
|
478 |
],
|
479 |
'separator' => 'before',
|
480 |
]
|
@@ -485,8 +734,7 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
485 |
[
|
486 |
'name' => 'progressbar_title_typography',
|
487 |
'label' => __( 'Typography', 'htmega-addons' ),
|
488 |
-
'
|
489 |
-
'selector' => '{{WRAPPER}} p.htmega_progress_title',
|
490 |
'separator' => 'before',
|
491 |
]
|
492 |
);
|
@@ -565,198 +813,39 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
565 |
[
|
566 |
'name' => 'progressbar_value_typography',
|
567 |
'label' => __( 'Typography', 'htmega-addons' ),
|
568 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
569 |
'selector' => '{{WRAPPER}} .htmega-single-skill .htb-progress span.percent-label,{{WRAPPER}} .radial-progress-single .radial-progressbg .radial-progress span',
|
570 |
'separator' => 'before',
|
571 |
]
|
572 |
);
|
573 |
|
574 |
-
$this->end_controls_section(); // Progress Bar value style tab end
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
// Progress Bar value style tab start
|
579 |
-
$this->start_controls_section(
|
580 |
-
'htmega_progressbar_items_style',
|
581 |
-
[
|
582 |
-
'label' => __( 'Items Style', 'htmega-addons' ),
|
583 |
-
'tab' => Controls_Manager::TAB_STYLE,
|
584 |
-
]
|
585 |
-
);
|
586 |
-
|
587 |
-
$this->add_control(
|
588 |
-
'htmega_progress_height',
|
589 |
-
[
|
590 |
-
'label' => __( 'Height', 'htmega-addons' ),
|
591 |
-
'type' => Controls_Manager::SLIDER,
|
592 |
-
'size_units' => [ 'px', '%' ],
|
593 |
-
'range' => [
|
594 |
-
'px' => [
|
595 |
-
'min' => 0,
|
596 |
-
'max' => 1000,
|
597 |
-
'step' => 1,
|
598 |
-
],
|
599 |
-
'%' => [
|
600 |
-
'min' => 0,
|
601 |
-
'max' => 100,
|
602 |
-
],
|
603 |
-
],
|
604 |
-
'default' => [
|
605 |
-
'unit' => 'px',
|
606 |
-
'size' => 5,
|
607 |
-
],
|
608 |
-
'selectors' => [
|
609 |
-
'{{WRAPPER}} .htmega-single-skill .htb-progress' => 'height: {{SIZE}}{{UNIT}};',
|
610 |
-
],
|
611 |
-
'condition' => [
|
612 |
-
'htmega_progress_bar_style' =>'horizontal',
|
613 |
-
],
|
614 |
-
|
615 |
-
]
|
616 |
-
);
|
617 |
-
|
618 |
-
$this->add_group_control(
|
619 |
-
Group_Control_Background::get_type(),
|
620 |
-
[
|
621 |
-
'name' => 'progressbarbackground',
|
622 |
-
'label' => __( 'Background', 'htmega-addons' ),
|
623 |
-
'types' => [ 'classic', 'gradient' ],
|
624 |
-
'selector' => '{{WRAPPER}} .htmega-single-skill .htb-progress',
|
625 |
-
]
|
626 |
-
);
|
627 |
-
|
628 |
-
$this->add_group_control(
|
629 |
-
Group_Control_Border::get_type(),
|
630 |
-
[
|
631 |
-
'name' => 'progressbar_items_border',
|
632 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
633 |
-
'selector' => '{{WRAPPER}} .htmega-single-skill .htb-progress',
|
634 |
-
]
|
635 |
-
);
|
636 |
-
|
637 |
$this->add_responsive_control(
|
638 |
-
'
|
639 |
[
|
640 |
-
'label' =>
|
641 |
-
'type' => Controls_Manager::DIMENSIONS,
|
642 |
-
'selectors' => [
|
643 |
-
'{{WRAPPER}} .htmega-single-skill .htb-progress' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
644 |
-
'{{WRAPPER}} .htmega-single-skill .htb-progress-bar' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
645 |
-
'{{WRAPPER}} .radial-progress-single' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
646 |
-
],
|
647 |
-
'separator' => 'before',
|
648 |
-
]
|
649 |
-
);
|
650 |
-
|
651 |
-
$this->add_group_control(
|
652 |
-
Group_Control_Box_Shadow::get_type(),
|
653 |
-
[
|
654 |
-
'name' => 'progressbar_items_box_shadow',
|
655 |
-
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
656 |
-
'selector' => '{{WRAPPER}} .htmega-single-skill .htb-progress',
|
657 |
-
'separator' => 'before',
|
658 |
-
]
|
659 |
-
);
|
660 |
-
|
661 |
-
$this->add_responsive_control(
|
662 |
-
'progressbar_items_padding',
|
663 |
-
[
|
664 |
-
'label' => __( 'Padding', 'htmega-addons' ),
|
665 |
-
'type' => Controls_Manager::DIMENSIONS,
|
666 |
-
'size_units' => [ 'px', '%', 'em' ],
|
667 |
-
'selectors' => [
|
668 |
-
'{{WRAPPER}} .htmega-single-skill .htb-progress-bar' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
669 |
-
'{{WRAPPER}} .radial-progress-single' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
670 |
-
],
|
671 |
-
'separator' => 'before',
|
672 |
-
]
|
673 |
-
);
|
674 |
-
|
675 |
-
$this->add_control(
|
676 |
-
'progress_bar_indicator',
|
677 |
-
[
|
678 |
-
'label' => __( 'Progress Indicator', 'htmega-addons' ),
|
679 |
-
'type' => Controls_Manager::SWITCHER,
|
680 |
-
'return_value' => 'yes',
|
681 |
-
'default' => 'no',
|
682 |
-
'condition' =>[
|
683 |
-
'htmega_progress_bar_style!' => 'circle',
|
684 |
-
],
|
685 |
-
'separator' => 'before',
|
686 |
-
]
|
687 |
-
);
|
688 |
-
|
689 |
-
|
690 |
-
$this->add_control(
|
691 |
-
'indicatordimention',
|
692 |
-
[
|
693 |
-
'label' => __( 'Indicator Size', 'htmega-addons' ),
|
694 |
'type' => Controls_Manager::SLIDER,
|
695 |
'size_units' => [ 'px', '%' ],
|
696 |
'range' => [
|
697 |
'px' => [
|
698 |
-
'min' =>
|
699 |
-
'max' =>
|
700 |
'step' => 1,
|
701 |
],
|
702 |
'%' => [
|
703 |
-
'min' =>
|
704 |
'max' => 100,
|
705 |
],
|
706 |
],
|
707 |
-
'default' => [
|
708 |
-
'unit' => 'px',
|
709 |
-
'size' => 24,
|
710 |
-
],
|
711 |
'selectors' => [
|
712 |
-
'{{WRAPPER}} .htmega-
|
713 |
],
|
714 |
'condition' => [
|
715 |
-
'
|
716 |
-
|
717 |
-
]
|
718 |
-
);
|
719 |
-
|
720 |
-
$this->add_group_control(
|
721 |
-
Group_Control_Background::get_type(),
|
722 |
-
[
|
723 |
-
'name' => 'indicatorbackground',
|
724 |
-
'label' => __( 'Indicator Background', 'htmega-addons' ),
|
725 |
-
'types' => [ 'classic', 'gradient' ],
|
726 |
-
'selector' => '{{WRAPPER}} .htmega-progress-indicator .htb-progress .htb-progress-bar::after',
|
727 |
-
'condition' => [
|
728 |
-
'progress_bar_indicator' =>'yes',
|
729 |
],
|
730 |
-
]
|
731 |
-
);
|
732 |
|
733 |
-
$this->add_group_control(
|
734 |
-
Group_Control_Border::get_type(),
|
735 |
-
[
|
736 |
-
'name' => 'progressbar_indicator_border',
|
737 |
-
'label' => __( 'Border', 'htmega-addons' ),
|
738 |
-
'selector' => '{{WRAPPER}} .htmega-progress-indicator .htb-progress .htb-progress-bar::after',
|
739 |
-
'condition' => [
|
740 |
-
'progress_bar_indicator' =>'yes',
|
741 |
-
],
|
742 |
]
|
743 |
);
|
744 |
|
745 |
-
$this->add_responsive_control(
|
746 |
-
'progressbar_indicator_border_radius',
|
747 |
-
[
|
748 |
-
'label' => esc_html__( 'Indicator Border Radius', 'htmega-addons' ),
|
749 |
-
'type' => Controls_Manager::DIMENSIONS,
|
750 |
-
'selectors' => [
|
751 |
-
'{{WRAPPER}} .htmega-progress-indicator .htb-progress .htb-progress-bar::after' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
752 |
-
],
|
753 |
-
'condition' => [
|
754 |
-
'progress_bar_indicator' =>'yes',
|
755 |
-
],
|
756 |
-
]
|
757 |
-
);
|
758 |
-
|
759 |
-
|
760 |
$this->end_controls_section(); // Progress Bar value style tab end
|
761 |
|
762 |
|
@@ -766,20 +855,18 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
766 |
|
767 |
$settings = $this->get_settings_for_display();
|
768 |
$progressbar_list = $settings['htmega_progressbar_list'];
|
|
|
769 |
$progressbar_list_two = $settings['htmega_progressbar_list_two'];
|
770 |
$progress_type_class = '';
|
771 |
|
772 |
-
$this->add_render_attribute( 'htmega_progress_skill', 'class', 'htmega-single-skill' );
|
773 |
-
$this->add_render_attribute( 'htmega_progress_skill', 'class', 'htmega-progress-bar-'.$settings['htmega_progress_bar_style'] );
|
774 |
-
|
775 |
-
if( $settings['progress_bar_indicator'] == 'yes' ){
|
776 |
-
$this->add_render_attribute( 'htmega_progress_skill', 'class', 'htmega-progress-indicator' );
|
777 |
-
}
|
778 |
if( $settings['progress_value_postion'] == 'yes' ){
|
779 |
-
$this->add_render_attribute( 'htmega_progress_skill', 'class', 'htmega-progress-value-inner' );
|
780 |
$this->add_render_attribute( 'htmega_progress_circle', 'class', 'htmega-progress-value-inner' );
|
781 |
}
|
782 |
|
|
|
|
|
|
|
|
|
783 |
if( $settings['htmega_progress_bar_type'] == 'striped' ){
|
784 |
$progress_type_class = 'htb-progress-bar-striped ';
|
785 |
}
|
@@ -803,20 +890,36 @@ class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
|
803 |
<span style="<?php echo 'line-height:'.$items_value_size.'px;';echo 'width:'.$items_value_size.'px;';echo 'height:'.$items_value_size.'px;';?>"><?php echo esc_attr__( $item['htmega_progressbar_value']['size'] ).'%';?></span>
|
804 |
</div>
|
805 |
</div>
|
806 |
-
<h5 class="radial-
|
807 |
</div>
|
808 |
<?php
|
809 |
}
|
810 |
}
|
811 |
}else{
|
812 |
-
if( $
|
813 |
-
|
814 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
815 |
if( $item['progressbar_before_after'] == 'yes' ){
|
816 |
-
$this->add_render_attribute(
|
|
|
|
|
|
|
817 |
}
|
818 |
?>
|
819 |
-
<div <?php echo $this->get_render_attribute_string(
|
820 |
<p class="htmega_progress_title"><?php echo esc_attr__( $item['htmega_progressbar_title'],'htmega-addons' );?></p>
|
821 |
<div class="htb-progress">
|
822 |
<div class="htb-progress-bar wow <?php echo esc_attr__( $progress_type_class,'htmega-addons' ).' '; if( $settings['htmega_progress_bar_style'] == 'vertical' ){ echo 'fadeInUp'; }else{ echo 'fadeInLeft'; } ?>" data-wow-duration="0.5s" data-wow-delay=".3s" role="progressbar"
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class HTMega_Elementor_Widget_Progress_Bar extends Widget_Base {
|
140 |
'{{WRAPPER}} {{CURRENT_ITEM}} .percent-label' => 'background-color: {{VALUE}};',
|
141 |
],
|
142 |
]
|
143 |
+
); //
|
144 |
+
|
145 |
+
$repeater->add_control(
|
146 |
+
'htmega_progressbar_indicator_color',
|
147 |
+
[
|
148 |
+
'label' => __( 'Progress Indicator', 'htmega-addons' ),
|
149 |
+
'type' => Controls_Manager::COLOR,
|
150 |
+
'selectors' => [
|
151 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}.htmega-progress-indicator .htb-progress .htb-progress-bar::after' => 'background-color: {{VALUE}};border-color: {{VALUE}};'
|
152 |
+
],
|
153 |
+
]
|
154 |
);
|
155 |
+
|
156 |
$repeater->add_control(
|
157 |
'progressbar_before_after',
|
158 |
[
|
175 |
],
|
176 |
'separator' => 'before',
|
177 |
]
|
178 |
+
);
|
179 |
|
180 |
|
181 |
$this->add_control(
|
184 |
'label' => __( 'Progress Bar', 'htmega-addons' ),
|
185 |
'type' => Controls_Manager::REPEATER,
|
186 |
'fields' => $repeater->get_controls(),
|
187 |
+
'prevent_empty'=>false,
|
188 |
'condition' => [
|
189 |
'htmega_progress_bar_style!' =>'circle',
|
190 |
],
|
291 |
$repeater_two->add_control(
|
292 |
'htmega_progressbar_two_color',
|
293 |
[
|
294 |
+
'label' => __( 'Progress bar Background', 'htmega-addons' ),
|
295 |
'type' => Controls_Manager::COLOR,
|
296 |
'default' =>'#1cb9da',
|
297 |
]
|
322 |
'label' => __( 'Progress bar value background color', 'htmega-addons' ),
|
323 |
'type' => Controls_Manager::COLOR,
|
324 |
'selectors' => [
|
325 |
+
'{{WRAPPER}} {{CURRENT_ITEM}}.htmega-progress-value-inner .radial-progress span' => 'background-color: {{VALUE}};',
|
326 |
],
|
327 |
]
|
328 |
);
|
367 |
$repeater_two->add_control(
|
368 |
'progressbar_single_items_border_radius',
|
369 |
[
|
370 |
+
'label' => esc_html__( 'Border Radius aaa', 'htmega-addons' ),
|
371 |
'type' => Controls_Manager::DIMENSIONS,
|
372 |
'selectors' => [
|
373 |
+
'{{WRAPPER}} {{CURRENT_ITEM}} .radial-progressbg , {{WRAPPER}} {{CURRENT_ITEM}}.htmega-progress-value-inner .radial-progress span' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
374 |
],
|
375 |
'separator' => 'before',
|
376 |
]
|
382 |
'label' => __( 'Progress Bar', 'htmega-addons' ),
|
383 |
'type' => Controls_Manager::REPEATER,
|
384 |
'fields' => $repeater_two->get_controls(),
|
385 |
+
'prevent_empty'=>false,
|
386 |
'condition' => [
|
387 |
'htmega_progress_bar_style' =>'circle',
|
388 |
],
|
398 |
|
399 |
$this->end_controls_section();
|
400 |
|
401 |
+
// Progress Bar value style tab start
|
402 |
+
$this->start_controls_section(
|
403 |
+
'htmega_progressbar_items_style',
|
404 |
+
[
|
405 |
+
'label' => __( 'Items Style', 'htmega-addons' ),
|
406 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
407 |
+
]
|
408 |
+
);
|
409 |
+
|
410 |
+
$this->add_control(
|
411 |
+
'htmega_progress_height',
|
412 |
+
[
|
413 |
+
'label' => __( 'Height', 'htmega-addons' ),
|
414 |
+
'type' => Controls_Manager::SLIDER,
|
415 |
+
'size_units' => [ 'px', '%' ],
|
416 |
+
'range' => [
|
417 |
+
'px' => [
|
418 |
+
'min' => 0,
|
419 |
+
'max' => 1000,
|
420 |
+
'step' => 1,
|
421 |
+
],
|
422 |
+
'%' => [
|
423 |
+
'min' => 0,
|
424 |
+
'max' => 100,
|
425 |
+
],
|
426 |
+
],
|
427 |
+
'default' => [
|
428 |
+
'unit' => 'px',
|
429 |
+
'size' => 5,
|
430 |
+
],
|
431 |
+
'selectors' => [
|
432 |
+
'{{WRAPPER}} .htmega-single-skill .htb-progress' => 'height: {{SIZE}}{{UNIT}};',
|
433 |
+
],
|
434 |
+
'condition' => [
|
435 |
+
'htmega_progress_bar_style' =>'horizontal',
|
436 |
+
],
|
437 |
+
|
438 |
+
]
|
439 |
+
);
|
440 |
+
|
441 |
+
$this->add_responsive_control(
|
442 |
+
'htmega_progress_position',
|
443 |
+
[
|
444 |
+
'label' => __( 'Progress Position Top-Bottom', 'htmega-addons' ),
|
445 |
+
'type' => Controls_Manager::SLIDER,
|
446 |
+
'size_units' => [ 'px', '%' ],
|
447 |
+
'range' => [
|
448 |
+
'px' => [
|
449 |
+
'min' => -100,
|
450 |
+
'max' => 100,
|
451 |
+
'step' => 1,
|
452 |
+
],
|
453 |
+
'%' => [
|
454 |
+
'min' => -100,
|
455 |
+
'max' => 100,
|
456 |
+
],
|
457 |
+
],
|
458 |
+
'selectors' => [
|
459 |
+
'{{WRAPPER}} .htmega-single-skill .htb-progress-bar' => 'top: {{SIZE}}{{UNIT}};',
|
460 |
+
],
|
461 |
+
'condition' => [
|
462 |
+
'htmega_progress_bar_style' =>'horizontal',
|
463 |
+
],
|
464 |
+
|
465 |
+
]
|
466 |
+
);
|
467 |
+
|
468 |
+
$this->add_group_control(
|
469 |
+
Group_Control_Background::get_type(),
|
470 |
+
[
|
471 |
+
'name' => 'progressbarbackground',
|
472 |
+
'label' => __( 'Background', 'htmega-addons' ),
|
473 |
+
'types' => [ 'classic', 'gradient' ],
|
474 |
+
'selector' => '{{WRAPPER}} .htmega-single-skill .htb-progress',
|
475 |
+
]
|
476 |
+
);
|
477 |
+
|
478 |
+
$this->add_group_control(
|
479 |
+
Group_Control_Border::get_type(),
|
480 |
+
[
|
481 |
+
'name' => 'progressbar_items_border',
|
482 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
483 |
+
'selector' => '{{WRAPPER}} .htmega-single-skill .htb-progress',
|
484 |
+
]
|
485 |
+
);
|
486 |
+
|
487 |
+
$this->add_responsive_control(
|
488 |
+
'progressbar_items_border_radius',
|
489 |
+
[
|
490 |
+
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
491 |
+
'type' => Controls_Manager::DIMENSIONS,
|
492 |
+
'selectors' => [
|
493 |
+
'{{WRAPPER}} .htmega-single-skill .htb-progress' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
494 |
+
'{{WRAPPER}} .htmega-single-skill .htb-progress-bar' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
495 |
+
'{{WRAPPER}} .radial-progress-single' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
496 |
+
],
|
497 |
+
'separator' => 'before',
|
498 |
+
]
|
499 |
+
);
|
500 |
+
|
501 |
+
$this->add_group_control(
|
502 |
+
Group_Control_Box_Shadow::get_type(),
|
503 |
+
[
|
504 |
+
'name' => 'progressbar_items_box_shadow',
|
505 |
+
'label' => __( 'Box Shadow', 'htmega-addons' ),
|
506 |
+
'selector' => '{{WRAPPER}} .htmega-single-skill .htb-progress',
|
507 |
+
'separator' => 'before',
|
508 |
+
]
|
509 |
+
);
|
510 |
+
|
511 |
+
$this->add_responsive_control(
|
512 |
+
'progressbar_items_padding',
|
513 |
+
[
|
514 |
+
'label' => __( 'Item Padding', 'htmega-addons' ),
|
515 |
+
'type' => Controls_Manager::DIMENSIONS,
|
516 |
+
'size_units' => [ 'px', '%', 'em' ],
|
517 |
+
'selectors' => [
|
518 |
+
'{{WRAPPER}} .radial-progress-single' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
519 |
+
'{{WRAPPER}} .htmega-single-skill' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
520 |
+
],
|
521 |
+
'separator' => 'before',
|
522 |
+
]
|
523 |
+
);
|
524 |
+
|
525 |
+
$this->add_responsive_control(
|
526 |
+
'progressbar_items_inner_padding',
|
527 |
+
[
|
528 |
+
'label' => __( 'Item Inner Padding', 'htmega-addons' ),
|
529 |
+
'type' => Controls_Manager::DIMENSIONS,
|
530 |
+
'size_units' => [ 'px', '%', 'em' ],
|
531 |
+
'selectors' => [
|
532 |
+
'{{WRAPPER}} .htmega-single-skill .htb-progress' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
533 |
+
],
|
534 |
+
'separator' => 'before',
|
535 |
+
]
|
536 |
+
);
|
537 |
+
|
538 |
+
$this->add_control(
|
539 |
+
'progress_bar_indicator',
|
540 |
+
[
|
541 |
+
'label' => __( 'Progress Indicator', 'htmega-addons' ),
|
542 |
+
'type' => Controls_Manager::SWITCHER,
|
543 |
+
'return_value' => 'yes',
|
544 |
+
'default' => 'no',
|
545 |
+
'condition' =>[
|
546 |
+
'htmega_progress_bar_style!' => 'circle',
|
547 |
+
],
|
548 |
+
'separator' => 'before',
|
549 |
+
]
|
550 |
+
);
|
551 |
+
|
552 |
+
|
553 |
+
$this->add_control(
|
554 |
+
'indicatordimention',
|
555 |
+
[
|
556 |
+
'label' => __( 'Indicator Size', 'htmega-addons' ),
|
557 |
+
'type' => Controls_Manager::SLIDER,
|
558 |
+
'size_units' => [ 'px', '%' ],
|
559 |
+
'range' => [
|
560 |
+
'px' => [
|
561 |
+
'min' => 0,
|
562 |
+
'max' => 200,
|
563 |
+
'step' => 1,
|
564 |
+
],
|
565 |
+
'%' => [
|
566 |
+
'min' => 0,
|
567 |
+
'max' => 100,
|
568 |
+
],
|
569 |
+
],
|
570 |
+
'default' => [
|
571 |
+
'unit' => 'px',
|
572 |
+
'size' => 24,
|
573 |
+
],
|
574 |
+
'selectors' => [
|
575 |
+
'{{WRAPPER}} .htmega-progress-indicator .htb-progress .htb-progress-bar::after' => 'width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};',
|
576 |
+
],
|
577 |
+
'condition' => [
|
578 |
+
'progress_bar_indicator' =>'yes',
|
579 |
+
],
|
580 |
+
]
|
581 |
+
);
|
582 |
+
|
583 |
+
$this->add_group_control(
|
584 |
+
Group_Control_Background::get_type(),
|
585 |
+
[
|
586 |
+
'name' => 'indicatorbackground',
|
587 |
+
'label' => __( 'Indicator Background', 'htmega-addons' ),
|
588 |
+
'types' => [ 'classic', 'gradient' ],
|
589 |
+
'selector' => '{{WRAPPER}} .htmega-progress-indicator .htb-progress .htb-progress-bar::after',
|
590 |
+
'condition' => [
|
591 |
+
'progress_bar_indicator' =>'yes',
|
592 |
+
],
|
593 |
+
]
|
594 |
+
);
|
595 |
+
|
596 |
+
$this->add_group_control(
|
597 |
+
Group_Control_Border::get_type(),
|
598 |
+
[
|
599 |
+
'name' => 'progressbar_indicator_border',
|
600 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
601 |
+
'selector' => '{{WRAPPER}} .htmega-progress-indicator .htb-progress .htb-progress-bar::after',
|
602 |
+
'condition' => [
|
603 |
+
'progress_bar_indicator' =>'yes',
|
604 |
+
],
|
605 |
+
]
|
606 |
+
);
|
607 |
+
|
608 |
+
$this->add_responsive_control(
|
609 |
+
'progressbar_indicator_border_radius',
|
610 |
+
[
|
611 |
+
'label' => esc_html__( 'Indicator Border Radius', 'htmega-addons' ),
|
612 |
+
'type' => Controls_Manager::DIMENSIONS,
|
613 |
+
'selectors' => [
|
614 |
+
'{{WRAPPER}} .htmega-progress-indicator .htb-progress .htb-progress-bar::after' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
615 |
+
],
|
616 |
+
'condition' => [
|
617 |
+
'progress_bar_indicator' =>'yes',
|
618 |
+
],
|
619 |
+
]
|
620 |
+
);
|
621 |
+
|
622 |
+
|
623 |
+
$this->end_controls_section(); // Progress Bar value style tab end
|
624 |
+
|
625 |
// Style tab Title section
|
626 |
$this->start_controls_section(
|
627 |
'htmega_progressbar_title_style',
|
631 |
]
|
632 |
);
|
633 |
|
634 |
+
$this->add_control(
|
635 |
+
'progress_text_postion',
|
636 |
+
[
|
637 |
+
'label' => __( 'Position', 'htmega-addons' ),
|
638 |
+
'type' => Controls_Manager::SWITCHER,
|
639 |
+
'label_on' => __( 'Inner', 'htmega-addons' ),
|
640 |
+
'label_off' => __( 'Outer', 'htmega-addons' ),
|
641 |
+
'return_value' => 'yes',
|
642 |
+
'default' => 'no',
|
643 |
+
'condition' => [
|
644 |
+
'htmega_progress_bar_style!' => 'circle',
|
645 |
+
],
|
646 |
+
]
|
647 |
+
);
|
648 |
+
|
649 |
$this->add_group_control(
|
650 |
Group_Control_Background::get_type(),
|
651 |
[
|
664 |
'size_units' => [ 'px', '%', 'em' ],
|
665 |
'selectors' => [
|
666 |
'{{WRAPPER}} p.htmega_progress_title' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
667 |
+
'{{WRAPPER}} .radial-progress-single h5.radial-htmega-' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
668 |
],
|
669 |
'separator' => 'before',
|
670 |
]
|
678 |
'size_units' => [ 'px', '%', 'em' ],
|
679 |
'selectors' => [
|
680 |
'{{WRAPPER}} p.htmega_progress_title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
681 |
+
'{{WRAPPER}} .radial-progress-single h5.radial-htmega-' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
682 |
],
|
683 |
'separator' => 'before',
|
684 |
]
|
700 |
'type' => Controls_Manager::DIMENSIONS,
|
701 |
'selectors' => [
|
702 |
'{{WRAPPER}} p.htmega_progress_title' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
703 |
+
'{{WRAPPER}} .radial-progress-single h5.radial-htmega-' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
704 |
],
|
705 |
'separator' => 'before',
|
706 |
]
|
723 |
'type' => Controls_Manager::COLOR,
|
724 |
'selectors' => [
|
725 |
'{{WRAPPER}} p.htmega_progress_title' => 'color: {{VALUE}};',
|
726 |
+
'{{WRAPPER}} .radial-progress-single h5.radial-htmega-' => 'color: {{VALUE}};',
|
727 |
],
|
728 |
'separator' => 'before',
|
729 |
]
|
734 |
[
|
735 |
'name' => 'progressbar_title_typography',
|
736 |
'label' => __( 'Typography', 'htmega-addons' ),
|
737 |
+
'selector' => '{{WRAPPER}} p.htmega_progress_title, {{WRAPPER}} .radial-progress-single h5.radial-htmega-',
|
|
|
738 |
'separator' => 'before',
|
739 |
]
|
740 |
);
|
813 |
[
|
814 |
'name' => 'progressbar_value_typography',
|
815 |
'label' => __( 'Typography', 'htmega-addons' ),
|
|
|
816 |
'selector' => '{{WRAPPER}} .htmega-single-skill .htb-progress span.percent-label,{{WRAPPER}} .radial-progress-single .radial-progressbg .radial-progress span',
|
817 |
'separator' => 'before',
|
818 |
]
|
819 |
);
|
820 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
821 |
$this->add_responsive_control(
|
822 |
+
'progressbar_value_position',
|
823 |
[
|
824 |
+
'label' => __( 'Position', 'htmega-addons' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
825 |
'type' => Controls_Manager::SLIDER,
|
826 |
'size_units' => [ 'px', '%' ],
|
827 |
'range' => [
|
828 |
'px' => [
|
829 |
+
'min' => -100,
|
830 |
+
'max' => 100,
|
831 |
'step' => 1,
|
832 |
],
|
833 |
'%' => [
|
834 |
+
'min' => -100,
|
835 |
'max' => 100,
|
836 |
],
|
837 |
],
|
|
|
|
|
|
|
|
|
838 |
'selectors' => [
|
839 |
+
'{{WRAPPER}} .htmega-single-skill .htb-progress span.percent-label' => 'top: {{SIZE}}{{UNIT}};',
|
840 |
],
|
841 |
'condition' => [
|
842 |
+
'htmega_progress_bar_style' =>'horizontal',
|
843 |
+
'progress_value_postion!' => 'yes'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
844 |
],
|
|
|
|
|
845 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
846 |
]
|
847 |
);
|
848 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
849 |
$this->end_controls_section(); // Progress Bar value style tab end
|
850 |
|
851 |
|
855 |
|
856 |
$settings = $this->get_settings_for_display();
|
857 |
$progressbar_list = $settings['htmega_progressbar_list'];
|
858 |
+
|
859 |
$progressbar_list_two = $settings['htmega_progressbar_list_two'];
|
860 |
$progress_type_class = '';
|
861 |
|
|
|
|
|
|
|
|
|
|
|
|
|
862 |
if( $settings['progress_value_postion'] == 'yes' ){
|
|
|
863 |
$this->add_render_attribute( 'htmega_progress_circle', 'class', 'htmega-progress-value-inner' );
|
864 |
}
|
865 |
|
866 |
+
if( $settings['progress_text_postion'] == 'yes' ){
|
867 |
+
$this->add_render_attribute( 'htmega_progress_circle', 'class', 'htmega-progress-text-inner' );
|
868 |
+
}
|
869 |
+
|
870 |
if( $settings['htmega_progress_bar_type'] == 'striped' ){
|
871 |
$progress_type_class = 'htb-progress-bar-striped ';
|
872 |
}
|
890 |
<span style="<?php echo 'line-height:'.$items_value_size.'px;';echo 'width:'.$items_value_size.'px;';echo 'height:'.$items_value_size.'px;';?>"><?php echo esc_attr__( $item['htmega_progressbar_value']['size'] ).'%';?></span>
|
891 |
</div>
|
892 |
</div>
|
893 |
+
<h5 class="radial-htmega-"><?php echo esc_attr__( $item['htmega_progressbar_title'],'htmega-addons' );?></h5>
|
894 |
</div>
|
895 |
<?php
|
896 |
}
|
897 |
}
|
898 |
}else{
|
899 |
+
if( $settings['htmega_progressbar_list'] ){
|
900 |
+
|
901 |
+
foreach ( $settings['htmega_progressbar_list'] as $key => $item ) {
|
902 |
+
|
903 |
+
$column_repeater_key = $this->get_repeater_setting_key( 'htmega_progressbar_title', 'htmega_progressbar_list', $key );
|
904 |
+
$this->add_render_attribute( $column_repeater_key, 'class', 'htmega-single-skill' );
|
905 |
+
$this->add_render_attribute( $column_repeater_key, 'class', 'htmega-progress-bar-'.$settings['htmega_progress_bar_style'] );
|
906 |
+
|
907 |
+
if( $settings['progress_value_postion'] == 'yes' ){
|
908 |
+
$this->add_render_attribute( $column_repeater_key, 'class', 'htmega-progress-value-inner' );
|
909 |
+
}
|
910 |
+
if( $settings['progress_text_postion'] == 'yes' ){
|
911 |
+
$this->add_render_attribute( $column_repeater_key, 'class', 'htmega-progress-text-inner' );
|
912 |
+
}
|
913 |
+
|
914 |
+
$this->add_render_attribute( $column_repeater_key, 'class', 'elementor-repeater-item-'. $item['_id'] );
|
915 |
if( $item['progressbar_before_after'] == 'yes' ){
|
916 |
+
$this->add_render_attribute( $column_repeater_key, 'class', 'htmega-progressbar-value-bottom' );
|
917 |
+
}
|
918 |
+
if( $settings['progress_bar_indicator'] == 'yes' ){
|
919 |
+
$this->add_render_attribute( $column_repeater_key, 'class', 'htmega-progress-indicator' );
|
920 |
}
|
921 |
?>
|
922 |
+
<div <?php echo $this->get_render_attribute_string( $column_repeater_key ); ?> >
|
923 |
<p class="htmega_progress_title"><?php echo esc_attr__( $item['htmega_progressbar_title'],'htmega-addons' );?></p>
|
924 |
<div class="htb-progress">
|
925 |
<div class="htb-progress-bar wow <?php echo esc_attr__( $progress_type_class,'htmega-addons' ).' '; if( $settings['htmega_progress_bar_style'] == 'vertical' ){ echo 'fadeInUp'; }else{ echo 'fadeInLeft'; } ?>" data-wow-duration="0.5s" data-wow-delay=".3s" role="progressbar"
|
includes/widgets/htmega_scroll_image.php
CHANGED
@@ -40,6 +40,19 @@ class HTMega_Elementor_Widget_Scroll_Image extends Widget_Base {
|
|
40 |
]
|
41 |
);
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
$this->add_group_control(
|
44 |
Group_Control_Image_Size::get_type(),
|
45 |
[
|
@@ -73,16 +86,59 @@ class HTMega_Elementor_Widget_Scroll_Image extends Widget_Base {
|
|
73 |
'selectors' => [
|
74 |
'{{WRAPPER}} .ht-scroll-image .thumb' => 'min-height: {{SIZE}}{{UNIT}};',
|
75 |
],
|
|
|
76 |
]
|
77 |
);
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
$this->end_controls_section();
|
80 |
|
81 |
// Style tab section
|
82 |
$this->start_controls_section(
|
83 |
'scroll_image_style_section',
|
84 |
[
|
85 |
-
'label' => __( 'Style', 'htmega-addons' ),
|
86 |
'tab' => Controls_Manager::TAB_STYLE,
|
87 |
]
|
88 |
);
|
@@ -120,7 +176,7 @@ class HTMega_Elementor_Widget_Scroll_Image extends Widget_Base {
|
|
120 |
$this->add_responsive_control(
|
121 |
'scroll_image_margin',
|
122 |
[
|
123 |
-
'label' => __( '
|
124 |
'type' => Controls_Manager::DIMENSIONS,
|
125 |
'size_units' => [ 'px', '%', 'em' ],
|
126 |
'selectors' => [
|
@@ -154,6 +210,184 @@ class HTMega_Elementor_Widget_Scroll_Image extends Widget_Base {
|
|
154 |
|
155 |
$this->end_controls_section();
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
}
|
158 |
|
159 |
protected function render( $instance = [] ) {
|
@@ -163,13 +397,54 @@ class HTMega_Elementor_Widget_Scroll_Image extends Widget_Base {
|
|
163 |
if ( !$scroll_image_url ) {
|
164 |
$scroll_image_url = $settings['scroll_image']['url'];
|
165 |
}
|
|
|
|
|
|
|
166 |
$this->add_render_attribute('scrollimage', 'class', 'thumb');
|
167 |
$this->add_render_attribute('scrollimage', 'style', 'background-image: url('.esc_url( $scroll_image_url ).');');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
?>
|
169 |
|
170 |
-
|
171 |
-
|
172 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
|
174 |
<?php
|
175 |
|
40 |
]
|
41 |
);
|
42 |
|
43 |
+
$this->add_control(
|
44 |
+
'scroll_image_link',
|
45 |
+
[
|
46 |
+
'label' => __('Custom Link', 'htmega-addons'),
|
47 |
+
'show_label' => false,
|
48 |
+
'type' => Controls_Manager::URL,
|
49 |
+
'placeholder' => __('https://example.com/', 'htmega-addons'),
|
50 |
+
'dynamic' => [
|
51 |
+
'active' => true,
|
52 |
+
],
|
53 |
+
]
|
54 |
+
);
|
55 |
+
|
56 |
$this->add_group_control(
|
57 |
Group_Control_Image_Size::get_type(),
|
58 |
[
|
86 |
'selectors' => [
|
87 |
'{{WRAPPER}} .ht-scroll-image .thumb' => 'min-height: {{SIZE}}{{UNIT}};',
|
88 |
],
|
89 |
+
'separator' => 'after',
|
90 |
]
|
91 |
);
|
92 |
|
93 |
+
$this->add_control(
|
94 |
+
'show_badge',
|
95 |
+
[
|
96 |
+
'label' => __('Show Badge', 'htmega-addons'),
|
97 |
+
'type' => Controls_Manager::SWITCHER,
|
98 |
+
'label_on' => __( 'Show', 'htmega-addons' ),
|
99 |
+
'label_off' => __( 'Hide', 'htmega-addons' ),
|
100 |
+
'return_value' => 'yes',
|
101 |
+
'default' => 'no',
|
102 |
+
]
|
103 |
+
);
|
104 |
+
|
105 |
+
$this->add_control(
|
106 |
+
'badge_text',
|
107 |
+
[
|
108 |
+
'label' => __( 'Badge Text', 'htmega-addons' ),
|
109 |
+
'show_label' => false,
|
110 |
+
'label_block' => true,
|
111 |
+
'type' => Controls_Manager::TEXT,
|
112 |
+
'placeholder' => __( 'Badge Text', 'htmega-addons' ),
|
113 |
+
'dynamic' => [
|
114 |
+
'active' => true,
|
115 |
+
],
|
116 |
+
'condition' => [
|
117 |
+
'show_badge' => 'yes',
|
118 |
+
]
|
119 |
+
]
|
120 |
+
);
|
121 |
+
|
122 |
+
$this->add_control(
|
123 |
+
'speed_scroll_time',
|
124 |
+
[
|
125 |
+
'label' => __( 'Speed', 'htmega-addons' ),
|
126 |
+
'type' => Controls_Manager::NUMBER,
|
127 |
+
'min' => 0,
|
128 |
+
'default' => 3,
|
129 |
+
'selectors' => [
|
130 |
+
'{{WRAPPER}} .ht-scroll-image .thumb' => 'transition-duration: {{Value}}s',
|
131 |
+
]
|
132 |
+
]
|
133 |
+
);
|
134 |
+
|
135 |
$this->end_controls_section();
|
136 |
|
137 |
// Style tab section
|
138 |
$this->start_controls_section(
|
139 |
'scroll_image_style_section',
|
140 |
[
|
141 |
+
'label' => __( 'Scroll Image Style', 'htmega-addons' ),
|
142 |
'tab' => Controls_Manager::TAB_STYLE,
|
143 |
]
|
144 |
);
|
176 |
$this->add_responsive_control(
|
177 |
'scroll_image_margin',
|
178 |
[
|
179 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
180 |
'type' => Controls_Manager::DIMENSIONS,
|
181 |
'size_units' => [ 'px', '%', 'em' ],
|
182 |
'selectors' => [
|
210 |
|
211 |
$this->end_controls_section();
|
212 |
|
213 |
+
// Style tab section
|
214 |
+
$this->start_controls_section(
|
215 |
+
'scroll_badge_style_section',
|
216 |
+
[
|
217 |
+
'label' => __( 'Badge', 'htmega-addons' ),
|
218 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
219 |
+
'condition'=>[
|
220 |
+
'show_badge' => 'yes',
|
221 |
+
]
|
222 |
+
]
|
223 |
+
);
|
224 |
+
|
225 |
+
$this->add_control(
|
226 |
+
'scroll_badge_offset_toggle',
|
227 |
+
[
|
228 |
+
'label' => __( 'Offset', 'htmega-addons' ),
|
229 |
+
'type' => Controls_Manager::POPOVER_TOGGLE,
|
230 |
+
'label_off' => __( 'None', 'htmega-addons' ),
|
231 |
+
'label_on' => __( 'Custom', 'htmega-addons' ),
|
232 |
+
'return_value' => 'yes',
|
233 |
+
'condition'=>[
|
234 |
+
'show_badge' => 'yes',
|
235 |
+
],
|
236 |
+
]
|
237 |
+
);
|
238 |
+
|
239 |
+
$this->start_popover();
|
240 |
+
|
241 |
+
$this->add_responsive_control(
|
242 |
+
'scroll_badge_left_right',
|
243 |
+
[
|
244 |
+
'label' => __( 'Left-Right', 'htmega-addons' ),
|
245 |
+
'type' => Controls_Manager::SLIDER,
|
246 |
+
'size_units' => [ 'px', '%' ],
|
247 |
+
'range' => [
|
248 |
+
'px' => [
|
249 |
+
'min' => -1000,
|
250 |
+
'step' => 1,
|
251 |
+
'max'=> 1000,
|
252 |
+
],
|
253 |
+
'%' => [
|
254 |
+
'min' => -100,
|
255 |
+
'max' => 100,
|
256 |
+
],
|
257 |
+
],
|
258 |
+
'selectors' => [
|
259 |
+
'{{WRAPPER}} .ht-scroll-image span.htmega-badge' => 'left: {{SIZE}}{{UNIT}};',
|
260 |
+
],
|
261 |
+
]
|
262 |
+
);
|
263 |
+
|
264 |
+
$this->add_responsive_control(
|
265 |
+
'scroll_badge_top_bottom',
|
266 |
+
[
|
267 |
+
'label' => __( 'Top-Bottom', 'htmega-addons' ),
|
268 |
+
'type' => Controls_Manager::SLIDER,
|
269 |
+
'size_units' => [ 'px', '%' ],
|
270 |
+
'range' => [
|
271 |
+
'px' => [
|
272 |
+
'min' => -1000,
|
273 |
+
'step' => 1,
|
274 |
+
'max'=> 1000,
|
275 |
+
],
|
276 |
+
'%' => [
|
277 |
+
'min' => -100,
|
278 |
+
'max' => 100,
|
279 |
+
],
|
280 |
+
],
|
281 |
+
'selectors' => [
|
282 |
+
'{{WRAPPER}} .ht-scroll-image span.htmega-badge' => 'top: {{SIZE}}{{UNIT}};',
|
283 |
+
],
|
284 |
+
]
|
285 |
+
);
|
286 |
+
|
287 |
+
$this->end_popover();
|
288 |
+
|
289 |
+
$this->add_group_control(
|
290 |
+
Group_Control_Background::get_type(),
|
291 |
+
[
|
292 |
+
'name' => 'scroll_badge_background',
|
293 |
+
'label' => __( 'Background', 'htmega-addons' ),
|
294 |
+
'types' => [ 'classic', 'gradient' ],
|
295 |
+
'selector' => '{{WRAPPER}} .ht-scroll-image span.htmega-badge',
|
296 |
+
'condition'=>[
|
297 |
+
'show_badge' => 'yes',
|
298 |
+
]
|
299 |
+
]
|
300 |
+
);
|
301 |
+
|
302 |
+
$this->add_control(
|
303 |
+
'scroll_badge_text_color',
|
304 |
+
[
|
305 |
+
'label' => __( 'Color', 'htmega-addons' ),
|
306 |
+
'type' => Controls_Manager::COLOR,
|
307 |
+
'selectors' => [
|
308 |
+
'{{WRAPPER}} .ht-scroll-image span.htmega-badge' => 'color: {{VALUE}};',
|
309 |
+
],
|
310 |
+
'condition'=>[
|
311 |
+
'show_badge' => 'yes',
|
312 |
+
]
|
313 |
+
]
|
314 |
+
);
|
315 |
+
|
316 |
+
$this->add_group_control(
|
317 |
+
Group_Control_Border::get_type(),
|
318 |
+
[
|
319 |
+
'name' => 'scroll_badge_border',
|
320 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
321 |
+
'selector' => '{{WRAPPER}} .ht-scroll-image span.htmega-badge',
|
322 |
+
]
|
323 |
+
);
|
324 |
+
|
325 |
+
$this->add_responsive_control(
|
326 |
+
'scroll_badge_border_radius',
|
327 |
+
[
|
328 |
+
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
329 |
+
'type' => Controls_Manager::DIMENSIONS,
|
330 |
+
'selectors' => [
|
331 |
+
'{{WRAPPER}} .ht-scroll-image span.htmega-badge' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
332 |
+
],
|
333 |
+
]
|
334 |
+
);
|
335 |
+
|
336 |
+
$this->add_responsive_control(
|
337 |
+
'scroll_badge_margin',
|
338 |
+
[
|
339 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
340 |
+
'type' => Controls_Manager::DIMENSIONS,
|
341 |
+
'size_units' => [ 'px', '%', 'em' ],
|
342 |
+
'selectors' => [
|
343 |
+
'{{WRAPPER}} .ht-scroll-image span.htmega-badge' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
344 |
+
],
|
345 |
+
'separator' =>'before',
|
346 |
+
]
|
347 |
+
);
|
348 |
+
|
349 |
+
$this->add_responsive_control(
|
350 |
+
'scroll_badge_padding',
|
351 |
+
[
|
352 |
+
'label' => __( 'Padding', 'htmega-addons' ),
|
353 |
+
'type' => Controls_Manager::DIMENSIONS,
|
354 |
+
'size_units' => [ 'px', '%', 'em' ],
|
355 |
+
'selectors' => [
|
356 |
+
'{{WRAPPER}} .ht-scroll-image span.htmega-badge' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
357 |
+
],
|
358 |
+
'separator' =>'before',
|
359 |
+
]
|
360 |
+
);
|
361 |
+
|
362 |
+
$this->add_group_control(
|
363 |
+
Group_Control_Box_Shadow::get_type(),
|
364 |
+
[
|
365 |
+
'name' => 'scroll_badge_box_shadow',
|
366 |
+
'exclude' => [
|
367 |
+
'box_shadow_position',
|
368 |
+
],
|
369 |
+
'selector' => '{{WRAPPER}} .ht-scroll-image span.htmega-badge',
|
370 |
+
]
|
371 |
+
);
|
372 |
+
|
373 |
+
$this->add_group_control(
|
374 |
+
Group_Control_Typography::get_type(),
|
375 |
+
[
|
376 |
+
'name' => 'scroll_badge_typography',
|
377 |
+
'label' => __( 'Typography', 'htmega-addons' ),
|
378 |
+
'exclude' => [
|
379 |
+
'line_height'
|
380 |
+
],
|
381 |
+
'default' => [
|
382 |
+
'font_size' => ['']
|
383 |
+
],
|
384 |
+
'selector' => '{{WRAPPER}} .ht-scroll-image span.htmega-badge',
|
385 |
+
]
|
386 |
+
);
|
387 |
+
|
388 |
+
|
389 |
+
$this->end_controls_section();
|
390 |
+
|
391 |
}
|
392 |
|
393 |
protected function render( $instance = [] ) {
|
397 |
if ( !$scroll_image_url ) {
|
398 |
$scroll_image_url = $settings['scroll_image']['url'];
|
399 |
}
|
400 |
+
if( 'yes'=== $settings['show_badge'] && $settings['badge_text'] ){
|
401 |
+
$this->add_render_attribute('htbadge','class','htmega-badge');
|
402 |
+
}
|
403 |
$this->add_render_attribute('scrollimage', 'class', 'thumb');
|
404 |
$this->add_render_attribute('scrollimage', 'style', 'background-image: url('.esc_url( $scroll_image_url ).');');
|
405 |
+
|
406 |
+
// Event Link
|
407 |
+
if ( isset( $settings['scroll_image_link'] ) ) {
|
408 |
+
|
409 |
+
$this->add_render_attribute( 'url', 'href', $settings['scroll_image_link']['url'] );
|
410 |
+
|
411 |
+
if ( $settings['scroll_image_link']['is_external'] ) {
|
412 |
+
$this->add_render_attribute( 'url', 'target', '_blank' );
|
413 |
+
}
|
414 |
+
|
415 |
+
if ( ! empty( $settings['scroll_image_link']['nofollow'] ) ) {
|
416 |
+
$this->add_render_attribute( 'url', 'rel', 'nofollow' );
|
417 |
+
}
|
418 |
+
}
|
419 |
+
|
420 |
?>
|
421 |
|
422 |
+
|
423 |
+
<?php
|
424 |
+
|
425 |
+
if(!empty($settings['scroll_image_link']['url'])){ ?>
|
426 |
+
<a <?php echo $this->get_render_attribute_string( 'url' ); ?> >
|
427 |
+
<div class="ht-scroll-image">
|
428 |
+
<?php if( 'yes'=== $settings['show_badge'] && $settings['badge_text'] ): ?>
|
429 |
+
<span <?php $this->print_render_attribute_string('htbadge'); ?>>
|
430 |
+
<?php esc_html_e($settings['badge_text']);?>
|
431 |
+
</span>
|
432 |
+
<?php endif; ?>
|
433 |
+
<div <?php echo $this->get_render_attribute_string( 'scrollimage' ); ?> ></div>
|
434 |
+
</div>
|
435 |
+
</a>
|
436 |
+
<?php } else{ ?>
|
437 |
+
<div class="ht-scroll-image">
|
438 |
+
<?php if( 'yes'=== $settings['show_badge'] && $settings['badge_text'] ): ?>
|
439 |
+
<span <?php $this->print_render_attribute_string('htbadge'); ?>>
|
440 |
+
<?php esc_html_e($settings['badge_text']);?>
|
441 |
+
</span>
|
442 |
+
<?php endif; ?>
|
443 |
+
<div <?php echo $this->get_render_attribute_string( 'scrollimage' ); ?> ></div>
|
444 |
+
</div>
|
445 |
+
<?php } ?>
|
446 |
+
|
447 |
+
|
448 |
|
449 |
<?php
|
450 |
|
includes/widgets/htmega_scroll_navigation.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Scroll_Navigation extends Widget_Base {
|
@@ -86,14 +82,16 @@ class HTMega_Elementor_Widget_Scroll_Navigation extends Widget_Base {
|
|
86 |
[
|
87 |
'type' => Controls_Manager::REPEATER,
|
88 |
'fields' => $repeater->get_controls() ,
|
|
|
|
|
89 |
'default' => [
|
90 |
|
91 |
[
|
92 |
'navigation_content' => __( 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'htmega-addons' ),
|
|
|
93 |
],
|
94 |
|
95 |
],
|
96 |
-
'title_field' => '{{{ content_source }}}',
|
97 |
]
|
98 |
);
|
99 |
|
@@ -237,7 +235,6 @@ class HTMega_Elementor_Widget_Scroll_Navigation extends Widget_Base {
|
|
237 |
Group_Control_Typography::get_type(),
|
238 |
[
|
239 |
'name' => 'scroll_navigation_content_typography',
|
240 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
241 |
'selector' => '{{WRAPPER}} .scroll-navigation-content',
|
242 |
]
|
243 |
);
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class HTMega_Elementor_Widget_Scroll_Navigation extends Widget_Base {
|
82 |
[
|
83 |
'type' => Controls_Manager::REPEATER,
|
84 |
'fields' => $repeater->get_controls() ,
|
85 |
+
'prevent_empty'=>false,
|
86 |
+
'title_field' => '<# print( (content_source == "custom" ) ? content_source : ("Elementor Template") ) #>',
|
87 |
'default' => [
|
88 |
|
89 |
[
|
90 |
'navigation_content' => __( 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'htmega-addons' ),
|
91 |
+
'content_source' => 'custom'
|
92 |
],
|
93 |
|
94 |
],
|
|
|
95 |
]
|
96 |
);
|
97 |
|
235 |
Group_Control_Typography::get_type(),
|
236 |
[
|
237 |
'name' => 'scroll_navigation_content_typography',
|
|
|
238 |
'selector' => '{{WRAPPER}} .scroll-navigation-content',
|
239 |
]
|
240 |
);
|
includes/widgets/htmega_section_title.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
@@ -57,6 +53,7 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
57 |
'placeholder' => __( 'Enter your title', 'htmega-addons' ),
|
58 |
'default' => __( 'Add Your Heading Text Here', 'htmega-addons' ),
|
59 |
'title' => __( 'Enter your title', 'htmega-addons' ),
|
|
|
60 |
]
|
61 |
);
|
62 |
|
@@ -144,6 +141,33 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
144 |
]
|
145 |
);
|
146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
$this->end_controls_section();
|
148 |
|
149 |
// Title Option start
|
@@ -381,7 +405,7 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
381 |
'label' => __( 'Alignment', 'htmega-addons' ),
|
382 |
'type' => Controls_Manager::CHOOSE,
|
383 |
'options' => [
|
384 |
-
'
|
385 |
'title' => __( 'Left', 'htmega-addons' ),
|
386 |
'icon' => 'eicon-text-align-left',
|
387 |
],
|
@@ -389,17 +413,13 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
389 |
'title' => __( 'Center', 'htmega-addons' ),
|
390 |
'icon' => 'eicon-text-align-center',
|
391 |
],
|
392 |
-
'
|
393 |
'title' => __( 'Right', 'htmega-addons' ),
|
394 |
'icon' => 'eicon-text-align-right',
|
395 |
],
|
396 |
-
'justify' => [
|
397 |
-
'title' => __( 'Justified', 'htmega-addons' ),
|
398 |
-
'icon' => 'eicon-text-align-justify',
|
399 |
-
],
|
400 |
],
|
401 |
'selectors' => [
|
402 |
-
'{{WRAPPER}} .htmega-section-title' => 'text-align: {{VALUE}};',
|
403 |
],
|
404 |
'default' => 'center',
|
405 |
'prefix_class' => 'htmega-title-align%s-',
|
@@ -501,17 +521,46 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
501 |
Group_Control_Typography::get_type(),
|
502 |
[
|
503 |
'name' => 'titletypography',
|
504 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
505 |
'selector' => '{{WRAPPER}} .htmega-section-title .section-title-txt',
|
506 |
]
|
507 |
);
|
508 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
$this->add_group_control(
|
510 |
Group_Control_Border::get_type(),
|
511 |
[
|
512 |
'name' => 'title_border',
|
513 |
'label' => __( 'Border', 'htmega-addons' ),
|
514 |
'selector' => '{{WRAPPER}} .htmega-section-title .section-title-txt',
|
|
|
515 |
]
|
516 |
);
|
517 |
|
@@ -583,6 +632,72 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
583 |
]
|
584 |
);
|
585 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
586 |
$this->end_controls_section(); // Title style end
|
587 |
|
588 |
// Style tab sub tite section
|
@@ -613,7 +728,6 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
613 |
Group_Control_Typography::get_type(),
|
614 |
[
|
615 |
'name' => 'subtitletypography',
|
616 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
617 |
'selector' => '{{WRAPPER}} .htmega-section-title .section-subtitle-txt',
|
618 |
]
|
619 |
);
|
@@ -694,6 +808,59 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
694 |
]
|
695 |
);
|
696 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
697 |
$this->end_controls_section();
|
698 |
|
699 |
// Style tab advance tite section
|
@@ -724,7 +891,6 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
724 |
Group_Control_Typography::get_type(),
|
725 |
[
|
726 |
'name' => 'advancetitletypography',
|
727 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
728 |
'selector' => '{{WRAPPER}} .htmega-section-title .section-advancetitle-txt',
|
729 |
]
|
730 |
);
|
@@ -812,27 +978,92 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
812 |
]
|
813 |
);
|
814 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
815 |
$this->end_controls_section();
|
816 |
|
817 |
}
|
818 |
|
819 |
protected function render( $instance = [] ) {
|
820 |
-
|
821 |
$settings = $this->get_settings_for_display();
|
822 |
$titlestyle = $settings['titlestyle'];
|
|
|
823 |
|
824 |
-
$this->add_render_attribute( 'section_area_attr', 'class',
|
825 |
$this->add_render_attribute( 'section_area_attr', 'class', 'htmega-subtitle-position-'. $settings['subtitle_position'] );
|
826 |
-
|
|
|
|
|
|
|
827 |
|
828 |
$this->add_render_attribute( 'section_title_text', 'class', 'section-title-txt' );
|
829 |
-
|
|
|
|
|
|
|
|
|
|
|
830 |
|
831 |
$this->add_render_attribute( 'section_advancetitle_attr', 'class', 'section-advancetitle-txt' );
|
832 |
|
833 |
$title = ! empty( $settings['section_title_text'] ) ? $settings['section_title_text'] : '';
|
834 |
$subtitle = ! empty( $settings['section_subtitle_text'] ) ? $settings['section_subtitle_text'] : '';
|
835 |
|
|
|
|
|
|
|
836 |
// URL Generate Title
|
837 |
if ( ! empty( $settings['section_link']['url'] ) ) {
|
838 |
$this->add_render_attribute( 'url', 'href', $settings['section_link']['url'] );
|
@@ -898,7 +1129,7 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
898 |
echo sprintf( '<%1$s %2$s>%3$s</%1$s>', $sub_title_tag, $this->get_render_attribute_string( 'section_subtitle_attr' ), $subtitle );
|
899 |
}
|
900 |
if( !empty( $settings['titleimage'] ) ){
|
901 |
-
echo Group_Control_Image_Size::get_attachment_image_html( $settings, 'iconimagesize', 'titleimage' );
|
902 |
}
|
903 |
if( !empty( $settings['titleicon']['value'] ) ){
|
904 |
echo HTMega_Icon_manager::render_icon( $settings['titleicon'], [ 'aria-hidden' => 'true' ] );
|
@@ -908,8 +1139,14 @@ class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
|
908 |
?>
|
909 |
</div>
|
910 |
|
|
|
911 |
<?php
|
912 |
-
|
|
|
|
|
|
|
|
|
|
|
913 |
}
|
914 |
}
|
915 |
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class HTMega_Elementor_Widget_Section_Title extends Widget_Base {
|
53 |
'placeholder' => __( 'Enter your title', 'htmega-addons' ),
|
54 |
'default' => __( 'Add Your Heading Text Here', 'htmega-addons' ),
|
55 |
'title' => __( 'Enter your title', 'htmega-addons' ),
|
56 |
+
'description' => __( 'Put the highlighted word in between the span tags!', 'htmega-addons' ),
|
57 |
]
|
58 |
);
|
59 |
|
141 |
]
|
142 |
);
|
143 |
|
144 |
+
$this->add_control(
|
145 |
+
'image_position',
|
146 |
+
[
|
147 |
+
'label' => __( 'Image Position', 'htmega-addons' ),
|
148 |
+
'type' => Controls_Manager::CHOOSE,
|
149 |
+
'options' => [
|
150 |
+
'top' => [
|
151 |
+
'title' => __( 'Top', 'htmega-addons' ),
|
152 |
+
'icon' => 'eicon-v-align-top',
|
153 |
+
],
|
154 |
+
'center' => [
|
155 |
+
'title' => __( 'Top', 'htmega-addons' ),
|
156 |
+
'icon' => 'eicon-align-center-h',
|
157 |
+
],
|
158 |
+
'bottom' => [
|
159 |
+
'title' => __( 'Bottom', 'htmega-addons' ),
|
160 |
+
'icon' => 'eicon-v-align-bottom',
|
161 |
+
],
|
162 |
+
],
|
163 |
+
'default' => 'bottom',
|
164 |
+
'condition' => [
|
165 |
+
'section_icon_type' => 'img',
|
166 |
+
'titlestyle!' => 'one',
|
167 |
+
]
|
168 |
+
]
|
169 |
+
);
|
170 |
+
|
171 |
$this->end_controls_section();
|
172 |
|
173 |
// Title Option start
|
405 |
'label' => __( 'Alignment', 'htmega-addons' ),
|
406 |
'type' => Controls_Manager::CHOOSE,
|
407 |
'options' => [
|
408 |
+
'start' => [
|
409 |
'title' => __( 'Left', 'htmega-addons' ),
|
410 |
'icon' => 'eicon-text-align-left',
|
411 |
],
|
413 |
'title' => __( 'Center', 'htmega-addons' ),
|
414 |
'icon' => 'eicon-text-align-center',
|
415 |
],
|
416 |
+
'end' => [
|
417 |
'title' => __( 'Right', 'htmega-addons' ),
|
418 |
'icon' => 'eicon-text-align-right',
|
419 |
],
|
|
|
|
|
|
|
|
|
420 |
],
|
421 |
'selectors' => [
|
422 |
+
'{{WRAPPER}} .htmega-section-title' => 'text-align: {{VALUE}}; align-items: {{VALUE}};',
|
423 |
],
|
424 |
'default' => 'center',
|
425 |
'prefix_class' => 'htmega-title-align%s-',
|
521 |
Group_Control_Typography::get_type(),
|
522 |
[
|
523 |
'name' => 'titletypography',
|
|
|
524 |
'selector' => '{{WRAPPER}} .htmega-section-title .section-title-txt',
|
525 |
]
|
526 |
);
|
527 |
|
528 |
+
$this->add_control(
|
529 |
+
'sectitle-heading_span',
|
530 |
+
[
|
531 |
+
'label' => __( 'Highlight Title Color', 'htmega-addons' ),
|
532 |
+
'type' => Controls_Manager::HEADING,
|
533 |
+
'separator' =>'before',
|
534 |
+
]
|
535 |
+
);
|
536 |
+
|
537 |
+
$this->add_control(
|
538 |
+
'title_color_span',
|
539 |
+
[
|
540 |
+
'label' => __( 'Color', 'htmega-addons' ),
|
541 |
+
'type' => Controls_Manager::COLOR,
|
542 |
+
'default' => '#23252a',
|
543 |
+
'selectors' => [
|
544 |
+
'{{WRAPPER}} .htmega-section-title .section-title-txt span' => 'color: {{VALUE}};',
|
545 |
+
],
|
546 |
+
]
|
547 |
+
);
|
548 |
+
|
549 |
+
$this->add_group_control(
|
550 |
+
Group_Control_Typography::get_type(),
|
551 |
+
[
|
552 |
+
'name' => 'title_typography_span',
|
553 |
+
'selector' => '{{WRAPPER}} .htmega-section-title .section-title-txt span',
|
554 |
+
]
|
555 |
+
);
|
556 |
+
|
557 |
$this->add_group_control(
|
558 |
Group_Control_Border::get_type(),
|
559 |
[
|
560 |
'name' => 'title_border',
|
561 |
'label' => __( 'Border', 'htmega-addons' ),
|
562 |
'selector' => '{{WRAPPER}} .htmega-section-title .section-title-txt',
|
563 |
+
'separator' =>'before',
|
564 |
]
|
565 |
);
|
566 |
|
632 |
]
|
633 |
);
|
634 |
|
635 |
+
$this->add_control(
|
636 |
+
'htmega_section_title_font_backround',
|
637 |
+
[
|
638 |
+
'label' => esc_html__( 'Use Backround for Text', 'htmega-addons' ),
|
639 |
+
'type' => Controls_Manager::SWITCHER,
|
640 |
+
'return_value' => 'yes',
|
641 |
+
'default' => 'no',
|
642 |
+
'separator' =>'before',
|
643 |
+
'selector' => '{{WRAPPER}} .htmega-section-title .section-title-txt: ',
|
644 |
+
]
|
645 |
+
);
|
646 |
+
|
647 |
+
$this->add_control(
|
648 |
+
'htmega_section_title_font_stroke',
|
649 |
+
[
|
650 |
+
'label' => esc_html__( 'Stroke', 'htmega-addons' ),
|
651 |
+
'type' => Controls_Manager::SWITCHER,
|
652 |
+
'return_value' => 'yes',
|
653 |
+
'default' => 'no',
|
654 |
+
'separator' =>'before',
|
655 |
+
]
|
656 |
+
);
|
657 |
+
$this->add_control(
|
658 |
+
'htmega_section_title_font_stroke_color',
|
659 |
+
[
|
660 |
+
'label' => __( 'Stroke Color', 'htmega-addons' ),
|
661 |
+
'type' => Controls_Manager::COLOR,
|
662 |
+
'default' => '#838383',
|
663 |
+
'selectors' => [
|
664 |
+
'{{WRAPPER}} .section-title-txt' => '-webkit-text-stroke-color: {{VALUE}};',
|
665 |
+
],
|
666 |
+
'condition' =>[
|
667 |
+
'htmega_section_title_font_stroke' => 'yes',
|
668 |
+
]
|
669 |
+
]
|
670 |
+
);
|
671 |
+
$this->add_control(
|
672 |
+
'htmega_section_title_font_stroke_widht',
|
673 |
+
[
|
674 |
+
'label' => __( 'Stroke Fill Width', 'htmega-addons' ),
|
675 |
+
'type' => Controls_Manager::SLIDER,
|
676 |
+
'size_units' => [ 'px', '%' ],
|
677 |
+
'range' => [
|
678 |
+
'px' => [
|
679 |
+
'min' => 1,
|
680 |
+
'max' => 100,
|
681 |
+
'step' => 1,
|
682 |
+
],
|
683 |
+
'%' => [
|
684 |
+
'min' => 1,
|
685 |
+
'max' => 100,
|
686 |
+
],
|
687 |
+
],
|
688 |
+
'default' => [
|
689 |
+
'unit' => 'px',
|
690 |
+
'size' => 1,
|
691 |
+
],
|
692 |
+
'selectors' => [
|
693 |
+
'{{WRAPPER}} .section-title-txt' => '-webkit-text-stroke-width: {{SIZE}}{{UNIT}};',
|
694 |
+
],
|
695 |
+
'condition' =>[
|
696 |
+
'htmega_section_title_font_stroke' => 'yes',
|
697 |
+
]
|
698 |
+
]
|
699 |
+
);
|
700 |
+
|
701 |
$this->end_controls_section(); // Title style end
|
702 |
|
703 |
// Style tab sub tite section
|
728 |
Group_Control_Typography::get_type(),
|
729 |
[
|
730 |
'name' => 'subtitletypography',
|
|
|
731 |
'selector' => '{{WRAPPER}} .htmega-section-title .section-subtitle-txt',
|
732 |
]
|
733 |
);
|
808 |
]
|
809 |
);
|
810 |
|
811 |
+
$this->add_control(
|
812 |
+
'htmega_section_sublitle_border_both',
|
813 |
+
[
|
814 |
+
'label' => esc_html__( 'Befor, After Border', 'htmega-addons' ),
|
815 |
+
'type' => Controls_Manager::SWITCHER,
|
816 |
+
'return_value' => 'yes',
|
817 |
+
'default' => 'no',
|
818 |
+
'separator' =>'before',
|
819 |
+
'selector' => '{{WRAPPER}} .htmega-section-title .section-title-txt: ',
|
820 |
+
]
|
821 |
+
);
|
822 |
+
|
823 |
+
$this->add_responsive_control(
|
824 |
+
'htmega_section_sublitle_border_both_width',
|
825 |
+
[
|
826 |
+
'label' => esc_html__( 'Border Width', 'htmega-addons' ),
|
827 |
+
'type' => Controls_Manager::SLIDER,
|
828 |
+
'range' => [
|
829 |
+
'px' => [
|
830 |
+
'min' => 0,
|
831 |
+
'max' => 100,
|
832 |
+
],
|
833 |
+
],
|
834 |
+
|
835 |
+
'selectors' => [
|
836 |
+
'{{WRAPPER}} .htmega_sub_title_border_both::before' => 'width: {{SIZE}}px;',
|
837 |
+
'{{WRAPPER}} .htmega_sub_title_border_both::after' => 'width: {{SIZE}}px;',
|
838 |
+
],
|
839 |
+
'condition' => [
|
840 |
+
'htmega_section_sublitle_border_both' => 'yes',
|
841 |
+
]
|
842 |
+
]
|
843 |
+
);
|
844 |
+
|
845 |
+
$this->add_control(
|
846 |
+
'htmega_section_sublitle_border_both_hight',
|
847 |
+
[
|
848 |
+
'label' => esc_html__( 'Border Height', 'htmega-addons' ),
|
849 |
+
'type' => Controls_Manager::NUMBER,
|
850 |
+
'min' => 0,
|
851 |
+
'max' => 15,
|
852 |
+
'step' => 1,
|
853 |
+
'default' => 2,
|
854 |
+
'selectors' => [
|
855 |
+
'{{WRAPPER}} .htmega_sub_title_border_both::before, .htmega_sub_title_border_both::after' => 'height: {{SIZE}}px;',
|
856 |
+
],
|
857 |
+
'condition' => [
|
858 |
+
'htmega_section_sublitle_border_both' => 'yes',
|
859 |
+
]
|
860 |
+
]
|
861 |
+
);
|
862 |
+
|
863 |
+
|
864 |
$this->end_controls_section();
|
865 |
|
866 |
// Style tab advance tite section
|
891 |
Group_Control_Typography::get_type(),
|
892 |
[
|
893 |
'name' => 'advancetitletypography',
|
|
|
894 |
'selector' => '{{WRAPPER}} .htmega-section-title .section-advancetitle-txt',
|
895 |
]
|
896 |
);
|
978 |
]
|
979 |
);
|
980 |
|
981 |
+
$this->add_control(
|
982 |
+
'htmega_section_advance_title_stroke',
|
983 |
+
[
|
984 |
+
'label' => esc_html__( 'Stroke', 'htmega-addons' ),
|
985 |
+
'type' => Controls_Manager::SWITCHER,
|
986 |
+
'return_value' => 'yes',
|
987 |
+
'default' => 'no',
|
988 |
+
'separator' =>'before',
|
989 |
+
]
|
990 |
+
);
|
991 |
+
$this->add_control(
|
992 |
+
'htmega_section_advance_title_stroke_color',
|
993 |
+
[
|
994 |
+
'label' => __( 'Stroke Color', 'htmega-addons' ),
|
995 |
+
'type' => Controls_Manager::COLOR,
|
996 |
+
'default' => '#838383',
|
997 |
+
'selectors' => [
|
998 |
+
'{{WRAPPER}} .section-advancetitle-txt' => '-webkit-text-stroke-color: {{VALUE}};',
|
999 |
+
],
|
1000 |
+
'condition' =>[
|
1001 |
+
'htmega_section_advance_title_stroke' => 'yes',
|
1002 |
+
]
|
1003 |
+
]
|
1004 |
+
);
|
1005 |
+
$this->add_control(
|
1006 |
+
'htmega_section_advance_title_stroke_widht',
|
1007 |
+
[
|
1008 |
+
'label' => __( 'Stroke Fill Width', 'htmega-addons' ),
|
1009 |
+
'type' => Controls_Manager::SLIDER,
|
1010 |
+
'size_units' => [ 'px', '%' ],
|
1011 |
+
'range' => [
|
1012 |
+
'px' => [
|
1013 |
+
'min' => 1,
|
1014 |
+
'max' => 100,
|
1015 |
+
'step' => 1,
|
1016 |
+
],
|
1017 |
+
'%' => [
|
1018 |
+
'min' => 1,
|
1019 |
+
'max' => 100,
|
1020 |
+
],
|
1021 |
+
],
|
1022 |
+
'default' => [
|
1023 |
+
'unit' => 'px',
|
1024 |
+
'size' => 1,
|
1025 |
+
],
|
1026 |
+
'selectors' => [
|
1027 |
+
'{{WRAPPER}} .section-advancetitle-txt' => '-webkit-text-stroke-width: {{SIZE}}{{UNIT}};',
|
1028 |
+
],
|
1029 |
+
'condition' =>[
|
1030 |
+
'htmega_section_advance_title_stroke' => 'yes',
|
1031 |
+
]
|
1032 |
+
]
|
1033 |
+
);
|
1034 |
+
|
1035 |
$this->end_controls_section();
|
1036 |
|
1037 |
}
|
1038 |
|
1039 |
protected function render( $instance = [] ) {
|
|
|
1040 |
$settings = $this->get_settings_for_display();
|
1041 |
$titlestyle = $settings['titlestyle'];
|
1042 |
+
$sectionid = "htmega-". $this-> get_id();
|
1043 |
|
1044 |
+
$this->add_render_attribute( 'section_area_attr', 'class', "$sectionid htmega-section-title" );
|
1045 |
$this->add_render_attribute( 'section_area_attr', 'class', 'htmega-subtitle-position-'. $settings['subtitle_position'] );
|
1046 |
+
|
1047 |
+
$image_pasition_parent = ($settings['subtitle_position'] == 'bottom') ? 'htmega-section-title-order-parent' : '';
|
1048 |
+
|
1049 |
+
$this->add_render_attribute( 'section_area_attr', 'class', 'title-style-'. $settings['titlestyle'].' '. $image_pasition_parent .' image-' .$settings['image_position']);
|
1050 |
|
1051 |
$this->add_render_attribute( 'section_title_text', 'class', 'section-title-txt' );
|
1052 |
+
|
1053 |
+
$subTitleBoderBoth = '';
|
1054 |
+
if($settings['htmega_section_sublitle_border_both'] == 'yes'){
|
1055 |
+
$subTitleBoderBoth = ' htmega_sub_title_border_both';
|
1056 |
+
}
|
1057 |
+
$this->add_render_attribute( 'section_subtitle_attr', 'class', 'section-subtitle-txt'.$subTitleBoderBoth );
|
1058 |
|
1059 |
$this->add_render_attribute( 'section_advancetitle_attr', 'class', 'section-advancetitle-txt' );
|
1060 |
|
1061 |
$title = ! empty( $settings['section_title_text'] ) ? $settings['section_title_text'] : '';
|
1062 |
$subtitle = ! empty( $settings['section_subtitle_text'] ) ? $settings['section_subtitle_text'] : '';
|
1063 |
|
1064 |
+
$this->add_render_attribute( 'title_image_pasition', 'class', 'htmaga-section-title-image-position-'. $settings['image_position'] );
|
1065 |
+
$title_image_pasition = $this->get_render_attribute_string( 'title_image_pasition' );
|
1066 |
+
|
1067 |
// URL Generate Title
|
1068 |
if ( ! empty( $settings['section_link']['url'] ) ) {
|
1069 |
$this->add_render_attribute( 'url', 'href', $settings['section_link']['url'] );
|
1129 |
echo sprintf( '<%1$s %2$s>%3$s</%1$s>', $sub_title_tag, $this->get_render_attribute_string( 'section_subtitle_attr' ), $subtitle );
|
1130 |
}
|
1131 |
if( !empty( $settings['titleimage'] ) ){
|
1132 |
+
echo "<div {$title_image_pasition}>". Group_Control_Image_Size::get_attachment_image_html( $settings, 'iconimagesize', 'titleimage' ).'</div>';
|
1133 |
}
|
1134 |
if( !empty( $settings['titleicon']['value'] ) ){
|
1135 |
echo HTMega_Icon_manager::render_icon( $settings['titleicon'], [ 'aria-hidden' => 'true' ] );
|
1139 |
?>
|
1140 |
</div>
|
1141 |
|
1142 |
+
|
1143 |
<?php
|
1144 |
+
if($settings['htmega_section_title_font_backround'] == 'yes'){
|
1145 |
+
echo "<style>.".esc_html( $sectionid ).".htmega-section-title .section-title-txt {
|
1146 |
+
-webkit-background-clip: text;
|
1147 |
+
-webkit-text-fill-color: transparent;
|
1148 |
+
}</style>";
|
1149 |
+
}
|
1150 |
}
|
1151 |
}
|
1152 |
|
includes/widgets/htmega_slider_thumb_gallery.php
CHANGED
@@ -2,9 +2,6 @@
|
|
2 |
namespace Elementor;
|
3 |
|
4 |
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
@@ -72,6 +69,13 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
72 |
'default' => __('Location Name Here.','htmega-addons'),
|
73 |
]
|
74 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
$repeater->add_control(
|
77 |
'slider_image',
|
@@ -117,6 +121,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
117 |
|
118 |
[
|
119 |
'slider_title' => __('Location Name Here.','htmega-addons'),
|
|
|
120 |
],
|
121 |
|
122 |
],
|
@@ -605,7 +610,15 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
605 |
|
606 |
]
|
607 |
);
|
608 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
609 |
$this->add_control(
|
610 |
'slnavmobile_display_columns',
|
611 |
[
|
@@ -615,6 +628,9 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
615 |
'max' => 4,
|
616 |
'step' => 1,
|
617 |
'default' => 1,
|
|
|
|
|
|
|
618 |
|
619 |
]
|
620 |
);
|
@@ -628,6 +644,9 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
628 |
'max' => 4,
|
629 |
'step' => 1,
|
630 |
'default' => 1,
|
|
|
|
|
|
|
631 |
|
632 |
]
|
633 |
);
|
@@ -649,9 +668,17 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
649 |
$this->start_controls_section(
|
650 |
'slider_title_style',
|
651 |
[
|
652 |
-
'label' => __( '
|
653 |
'tab' => Controls_Manager::TAB_STYLE,
|
654 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
);
|
656 |
$this->add_control(
|
657 |
'slider_title_color',
|
@@ -669,7 +696,6 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
669 |
Group_Control_Typography::get_type(),
|
670 |
[
|
671 |
'name' => 'slider_title_typography',
|
672 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
673 |
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .content h2',
|
674 |
]
|
675 |
);
|
@@ -686,7 +712,6 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
686 |
'separator' =>'before',
|
687 |
]
|
688 |
);
|
689 |
-
|
690 |
$this->add_responsive_control(
|
691 |
'slider_title_padding',
|
692 |
[
|
@@ -700,6 +725,65 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
700 |
]
|
701 |
);
|
702 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
703 |
$this->add_group_control(
|
704 |
Group_Control_Background::get_type(),
|
705 |
[
|
@@ -741,12 +825,12 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
741 |
'type' => Controls_Manager::COLOR,
|
742 |
'default' => '#ffffff',
|
743 |
'selectors' => [
|
744 |
-
'{{WRAPPER}} .htmega-thumbgallery-for button' => 'color: {{VALUE}};',
|
745 |
],
|
746 |
]
|
747 |
);
|
748 |
|
749 |
-
$this->
|
750 |
'thumbnails_arrow_fontsize',
|
751 |
[
|
752 |
'label' => __( 'Font Size', 'htmega-addons' ),
|
@@ -768,7 +852,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
768 |
'size' => 30,
|
769 |
],
|
770 |
'selectors' => [
|
771 |
-
'{{WRAPPER}} .htmega-thumbgallery-for button.slick-arrow' => 'font-size: {{SIZE}}{{UNIT}};',
|
772 |
],
|
773 |
]
|
774 |
);
|
@@ -779,7 +863,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
779 |
'name' => 'thumbnails_arrow_background',
|
780 |
'label' => __( 'Background', 'htmega-addons' ),
|
781 |
'types' => [ 'classic', 'gradient' ],
|
782 |
-
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for button.slick-arrow',
|
783 |
]
|
784 |
);
|
785 |
|
@@ -788,7 +872,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
788 |
[
|
789 |
'name' => 'thumbnails_arrow_border',
|
790 |
'label' => __( 'Border', 'htmega-addons' ),
|
791 |
-
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow',
|
792 |
]
|
793 |
);
|
794 |
|
@@ -798,12 +882,12 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
798 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
799 |
'type' => Controls_Manager::DIMENSIONS,
|
800 |
'selectors' => [
|
801 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
802 |
],
|
803 |
]
|
804 |
);
|
805 |
|
806 |
-
$this->
|
807 |
'thumbnails_arrow_height',
|
808 |
[
|
809 |
'label' => __( 'Height', 'htmega-addons' ),
|
@@ -825,12 +909,12 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
825 |
'size' => 50,
|
826 |
],
|
827 |
'selectors' => [
|
828 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow' => 'height: {{SIZE}}{{UNIT}};',
|
829 |
],
|
830 |
]
|
831 |
);
|
832 |
|
833 |
-
$this->
|
834 |
'thumbnails_arrow_width',
|
835 |
[
|
836 |
'label' => __( 'Width', 'htmega-addons' ),
|
@@ -852,11 +936,36 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
852 |
'size' => 50,
|
853 |
],
|
854 |
'selectors' => [
|
855 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow' => 'width: {{SIZE}}{{UNIT}};',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
856 |
],
|
857 |
]
|
858 |
);
|
859 |
-
|
860 |
$this->add_responsive_control(
|
861 |
'thumbnails_arrow_padding',
|
862 |
[
|
@@ -887,7 +996,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
887 |
'type' => Controls_Manager::COLOR,
|
888 |
'default' => '#ffffff',
|
889 |
'selectors' => [
|
890 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow:hover' => 'color: {{VALUE}};',
|
891 |
],
|
892 |
]
|
893 |
);
|
@@ -898,7 +1007,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
898 |
'name' => 'thumbnails_arrow_hover_background',
|
899 |
'label' => __( 'Background', 'htmega-addons' ),
|
900 |
'types' => [ 'classic', 'gradient' ],
|
901 |
-
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow:hover',
|
902 |
]
|
903 |
);
|
904 |
|
@@ -907,7 +1016,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
907 |
[
|
908 |
'name' => 'thumbnails_arrow_hover_border',
|
909 |
'label' => __( 'Border', 'htmega-addons' ),
|
910 |
-
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow:hover',
|
911 |
]
|
912 |
);
|
913 |
|
@@ -917,7 +1026,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
917 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
918 |
'type' => Controls_Manager::DIMENSIONS,
|
919 |
'selectors' => [
|
920 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow:hover' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
921 |
],
|
922 |
]
|
923 |
);
|
@@ -935,9 +1044,22 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
935 |
[
|
936 |
'label' => __( 'Pagination', 'htmega-addons' ),
|
937 |
'tab' => Controls_Manager::TAB_STYLE,
|
938 |
-
'
|
939 |
-
'
|
940 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
941 |
]
|
942 |
);
|
943 |
|
@@ -957,7 +1079,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
957 |
'name' => 'thumbnails_dots_background',
|
958 |
'label' => __( 'Background', 'htmega-addons' ),
|
959 |
'types' => [ 'classic', 'gradient' ],
|
960 |
-
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button',
|
961 |
]
|
962 |
);
|
963 |
|
@@ -966,7 +1088,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
966 |
[
|
967 |
'name' => 'thumbnails_dots_border',
|
968 |
'label' => __( 'Border', 'htmega-addons' ),
|
969 |
-
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button',
|
970 |
]
|
971 |
);
|
972 |
|
@@ -976,7 +1098,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
976 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
977 |
'type' => Controls_Manager::DIMENSIONS,
|
978 |
'selectors' => [
|
979 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
980 |
],
|
981 |
]
|
982 |
);
|
@@ -1003,7 +1125,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1003 |
'size' => 12,
|
1004 |
],
|
1005 |
'selectors' => [
|
1006 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button' => 'height: {{SIZE}}{{UNIT}};',
|
1007 |
],
|
1008 |
]
|
1009 |
);
|
@@ -1030,7 +1152,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1030 |
'size' => 12,
|
1031 |
],
|
1032 |
'selectors' => [
|
1033 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button' => 'width: {{SIZE}}{{UNIT}};',
|
1034 |
],
|
1035 |
]
|
1036 |
);
|
@@ -1051,7 +1173,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1051 |
'name' => 'thumbnails_dots_hover_background',
|
1052 |
'label' => __( 'Background', 'htmega-addons' ),
|
1053 |
'types' => [ 'classic', 'gradient' ],
|
1054 |
-
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li.slick-active button',
|
1055 |
]
|
1056 |
);
|
1057 |
|
@@ -1060,7 +1182,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1060 |
[
|
1061 |
'name' => 'thumbnails_dots_hover_border',
|
1062 |
'label' => __( 'Border', 'htmega-addons' ),
|
1063 |
-
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li.slick-active button',
|
1064 |
]
|
1065 |
);
|
1066 |
|
@@ -1070,7 +1192,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1070 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1071 |
'type' => Controls_Manager::DIMENSIONS,
|
1072 |
'selectors' => [
|
1073 |
-
'{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li.slick-active button' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1074 |
],
|
1075 |
]
|
1076 |
);
|
@@ -1079,15 +1201,132 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1079 |
|
1080 |
$this->end_controls_tabs();
|
1081 |
|
1082 |
-
$this->end_controls_section(); // Style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
|
1084 |
}
|
1085 |
|
1086 |
protected function render( $instance = [] ) {
|
1087 |
|
1088 |
$settings = $this->get_settings_for_display();
|
1089 |
-
|
1090 |
-
$this->add_render_attribute( 'htmega_thumbnail_sliderarea_attr', 'class', 'htmega-sliderarea htmega-thumbnails-style-'.$settings['sliderthumbnails_style'] );
|
1091 |
|
1092 |
// Slider options
|
1093 |
$direction = is_rtl() ? 'rtl' : 'ltr';
|
@@ -1161,7 +1400,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1161 |
<div class="htb-row row--5 htb-align-items-center mt--40">
|
1162 |
|
1163 |
<?php if( $settings['sliderthumbnails_style'] == 3 ): ?>
|
1164 |
-
<div class="htb-col-lg-2 htb-col-md-2 htb-col-sm-2">
|
1165 |
<div <?php echo $this->get_render_attribute_string( 'htmega_thumbnails_navslider_attr' ); ?> >
|
1166 |
<?php foreach ( $settings['slider_list'] as $slideritem ) :?>
|
1167 |
<div class="small-thumb">
|
@@ -1179,8 +1418,16 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1179 |
<li>
|
1180 |
<?php
|
1181 |
echo Group_Control_Image_Size::get_attachment_image_html( $slideritem, 'slider_imagesize', 'slider_image' );
|
1182 |
-
|
1183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1184 |
}
|
1185 |
?>
|
1186 |
</li>
|
@@ -1191,7 +1438,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1191 |
</div>
|
1192 |
|
1193 |
<?php elseif( $settings['sliderthumbnails_style'] == 4 ): ?>
|
1194 |
-
<div class="htb-col-lg-12">
|
1195 |
<div <?php echo $this->get_render_attribute_string( 'htmega_thumbnails_navslider_attr' ); ?> >
|
1196 |
<?php foreach ( $settings['slider_list'] as $slideritem ) :?>
|
1197 |
<div class="small-thumb">
|
@@ -1209,8 +1456,15 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1209 |
<li>
|
1210 |
<?php
|
1211 |
echo Group_Control_Image_Size::get_attachment_image_html( $slideritem, 'slider_imagesize', 'slider_image' );
|
1212 |
-
if( !empty( $slideritem['slider_title'] ) ){
|
1213 |
-
echo '<div class="content"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1214 |
}
|
1215 |
?>
|
1216 |
</li>
|
@@ -1228,9 +1482,19 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1228 |
<li>
|
1229 |
<?php
|
1230 |
echo Group_Control_Image_Size::get_attachment_image_html( $slideritem, 'slider_imagesize', 'slider_image' );
|
1231 |
-
|
1232 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1233 |
}
|
|
|
|
|
1234 |
?>
|
1235 |
</li>
|
1236 |
<?php endforeach;?>
|
@@ -1239,7 +1503,7 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1239 |
</div>
|
1240 |
</div>
|
1241 |
|
1242 |
-
<div class="<?php if( $settings['sliderthumbnails_style'] == 2 ){ echo 'htb-col-lg-12';}else{ echo 'htb-col-lg-2 htb-col-md-2 htb-col-sm-2'; }?>">
|
1243 |
<div <?php echo $this->get_render_attribute_string( 'htmega_thumbnails_navslider_attr' ); ?> >
|
1244 |
<?php foreach ( $settings['slider_list'] as $slideritem ) :?>
|
1245 |
<div class="small-thumb">
|
@@ -1255,7 +1519,20 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
|
1255 |
<!-- End Thumb Gallery -->
|
1256 |
</div>
|
1257 |
</div>
|
1258 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1259 |
<?php
|
1260 |
|
1261 |
}
|
2 |
namespace Elementor;
|
3 |
|
4 |
// Elementor Classes
|
|
|
|
|
|
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
|
69 |
'default' => __('Location Name Here.','htmega-addons'),
|
70 |
]
|
71 |
);
|
72 |
+
$repeater->add_control(
|
73 |
+
'slider_sub_title',
|
74 |
+
[
|
75 |
+
'label' => __( 'Sub Title', 'htmega-addons' ),
|
76 |
+
'type' => Controls_Manager::TEXT,
|
77 |
+
]
|
78 |
+
);
|
79 |
|
80 |
$repeater->add_control(
|
81 |
'slider_image',
|
121 |
|
122 |
[
|
123 |
'slider_title' => __('Location Name Here.','htmega-addons'),
|
124 |
+
'slider_sub_title' => __('','htmega-addons'),
|
125 |
],
|
126 |
|
127 |
],
|
610 |
|
611 |
]
|
612 |
);
|
613 |
+
$this->add_control(
|
614 |
+
'hide_on_mobile',
|
615 |
+
[
|
616 |
+
'label' => esc_html__( 'Hide on Mobile', 'htmega-addons' ),
|
617 |
+
'type' => Controls_Manager::SWITCHER,
|
618 |
+
'return_value' => 'yes',
|
619 |
+
'default' => 'no',
|
620 |
+
]
|
621 |
+
);
|
622 |
$this->add_control(
|
623 |
'slnavmobile_display_columns',
|
624 |
[
|
628 |
'max' => 4,
|
629 |
'step' => 1,
|
630 |
'default' => 1,
|
631 |
+
'condition' =>[
|
632 |
+
'hide_on_mobile!'=>'yes'
|
633 |
+
]
|
634 |
|
635 |
]
|
636 |
);
|
644 |
'max' => 4,
|
645 |
'step' => 1,
|
646 |
'default' => 1,
|
647 |
+
'condition' =>[
|
648 |
+
'hide_on_mobile!'=>'yes'
|
649 |
+
]
|
650 |
|
651 |
]
|
652 |
);
|
668 |
$this->start_controls_section(
|
669 |
'slider_title_style',
|
670 |
[
|
671 |
+
'label' => __( 'Content Box Style', 'htmega-addons' ),
|
672 |
'tab' => Controls_Manager::TAB_STYLE,
|
673 |
]
|
674 |
+
);
|
675 |
+
$this->add_control(
|
676 |
+
'title_style',
|
677 |
+
[
|
678 |
+
'label' => __( 'Title Style', 'htmega-addons' ),
|
679 |
+
'type' => Controls_Manager::HEADING,
|
680 |
+
'separator' => 'before',
|
681 |
+
]
|
682 |
);
|
683 |
$this->add_control(
|
684 |
'slider_title_color',
|
696 |
Group_Control_Typography::get_type(),
|
697 |
[
|
698 |
'name' => 'slider_title_typography',
|
|
|
699 |
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .content h2',
|
700 |
]
|
701 |
);
|
712 |
'separator' =>'before',
|
713 |
]
|
714 |
);
|
|
|
715 |
$this->add_responsive_control(
|
716 |
'slider_title_padding',
|
717 |
[
|
725 |
]
|
726 |
);
|
727 |
|
728 |
+
$this->add_control(
|
729 |
+
'sub_title_style',
|
730 |
+
[
|
731 |
+
'label' => __( 'Sub Title Style', 'htmega-addons' ),
|
732 |
+
'type' => Controls_Manager::HEADING,
|
733 |
+
'separator' => 'before',
|
734 |
+
]
|
735 |
+
);
|
736 |
+
$this->add_control(
|
737 |
+
'slider_sub_title_color',
|
738 |
+
[
|
739 |
+
'label' => __( 'Color', 'htmega-addons' ),
|
740 |
+
'type' => Controls_Manager::COLOR,
|
741 |
+
'default' => '#ffffff',
|
742 |
+
'selectors' => [
|
743 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .content h4' => 'color: {{VALUE}};',
|
744 |
+
],
|
745 |
+
]
|
746 |
+
);
|
747 |
+
|
748 |
+
$this->add_group_control(
|
749 |
+
Group_Control_Typography::get_type(),
|
750 |
+
[
|
751 |
+
'name' => 'slider_sub_title_typography',
|
752 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .content h4',
|
753 |
+
]
|
754 |
+
);
|
755 |
+
$this->add_control(
|
756 |
+
'box_style',
|
757 |
+
[
|
758 |
+
'label' => __( 'Content Box', 'htmega-addons' ),
|
759 |
+
'type' => Controls_Manager::HEADING,
|
760 |
+
'separator' => 'before',
|
761 |
+
]
|
762 |
+
);
|
763 |
+
$this->add_responsive_control(
|
764 |
+
'content_box_padding',
|
765 |
+
[
|
766 |
+
'label' => __( 'Padding', 'htmega-addons' ),
|
767 |
+
'type' => Controls_Manager::DIMENSIONS,
|
768 |
+
'size_units' => [ 'px', '%', 'em' ],
|
769 |
+
'selectors' => [
|
770 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .content' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
771 |
+
],
|
772 |
+
'separator' =>'before',
|
773 |
+
]
|
774 |
+
);
|
775 |
+
$this->add_responsive_control(
|
776 |
+
'content_box_margin',
|
777 |
+
[
|
778 |
+
'label' => __( 'Margin', 'htmega-addons' ),
|
779 |
+
'type' => Controls_Manager::DIMENSIONS,
|
780 |
+
'size_units' => [ 'px', '%', 'em' ],
|
781 |
+
'selectors' => [
|
782 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .content' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
783 |
+
],
|
784 |
+
'separator' =>'before',
|
785 |
+
]
|
786 |
+
);
|
787 |
$this->add_group_control(
|
788 |
Group_Control_Background::get_type(),
|
789 |
[
|
825 |
'type' => Controls_Manager::COLOR,
|
826 |
'default' => '#ffffff',
|
827 |
'selectors' => [
|
828 |
+
'{{WRAPPER}} .htmega-thumbgallery-for button,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow' => 'color: {{VALUE}};',
|
829 |
],
|
830 |
]
|
831 |
);
|
832 |
|
833 |
+
$this->add_responsive_control(
|
834 |
'thumbnails_arrow_fontsize',
|
835 |
[
|
836 |
'label' => __( 'Font Size', 'htmega-addons' ),
|
852 |
'size' => 30,
|
853 |
],
|
854 |
'selectors' => [
|
855 |
+
'{{WRAPPER}} .htmega-thumbgallery-for button.slick-arrow,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow' => 'font-size: {{SIZE}}{{UNIT}};',
|
856 |
],
|
857 |
]
|
858 |
);
|
863 |
'name' => 'thumbnails_arrow_background',
|
864 |
'label' => __( 'Background', 'htmega-addons' ),
|
865 |
'types' => [ 'classic', 'gradient' ],
|
866 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for button.slick-arrow,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow',
|
867 |
]
|
868 |
);
|
869 |
|
872 |
[
|
873 |
'name' => 'thumbnails_arrow_border',
|
874 |
'label' => __( 'Border', 'htmega-addons' ),
|
875 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow',
|
876 |
]
|
877 |
);
|
878 |
|
882 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
883 |
'type' => Controls_Manager::DIMENSIONS,
|
884 |
'selectors' => [
|
885 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
886 |
],
|
887 |
]
|
888 |
);
|
889 |
|
890 |
+
$this->add_responsive_control(
|
891 |
'thumbnails_arrow_height',
|
892 |
[
|
893 |
'label' => __( 'Height', 'htmega-addons' ),
|
909 |
'size' => 50,
|
910 |
],
|
911 |
'selectors' => [
|
912 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow' => 'height: {{SIZE}}{{UNIT}};',
|
913 |
],
|
914 |
]
|
915 |
);
|
916 |
|
917 |
+
$this->add_responsive_control(
|
918 |
'thumbnails_arrow_width',
|
919 |
[
|
920 |
'label' => __( 'Width', 'htmega-addons' ),
|
936 |
'size' => 50,
|
937 |
],
|
938 |
'selectors' => [
|
939 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow' => 'width: {{SIZE}}{{UNIT}};',
|
940 |
+
],
|
941 |
+
]
|
942 |
+
);
|
943 |
+
$this->add_responsive_control(
|
944 |
+
'slider_arrow_horizontal_postion',
|
945 |
+
[
|
946 |
+
'label' => __( 'Horizontal Position', 'htmega-addons' ),
|
947 |
+
'type' => Controls_Manager::SLIDER,
|
948 |
+
'size_units' => [ 'px', '%' ],
|
949 |
+
'range' => [
|
950 |
+
'px' => [
|
951 |
+
'min' => -1200,
|
952 |
+
'max' => 1200,
|
953 |
+
'step' => 1,
|
954 |
+
],
|
955 |
+
'%' => [
|
956 |
+
'min' => -100,
|
957 |
+
'max' => 100,
|
958 |
+
],
|
959 |
+
],
|
960 |
+
'default' => [
|
961 |
+
'unit' => 'px',
|
962 |
+
],
|
963 |
+
'selectors' => [
|
964 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow' => 'left: {{SIZE}}{{UNIT}};',
|
965 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow.htmega-carosul-next' => 'right: {{SIZE}}{{UNIT}}; left:auto;',
|
966 |
],
|
967 |
]
|
968 |
);
|
|
|
969 |
$this->add_responsive_control(
|
970 |
'thumbnails_arrow_padding',
|
971 |
[
|
996 |
'type' => Controls_Manager::COLOR,
|
997 |
'default' => '#ffffff',
|
998 |
'selectors' => [
|
999 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow:hover,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow:hover' => 'color: {{VALUE}};',
|
1000 |
],
|
1001 |
]
|
1002 |
);
|
1007 |
'name' => 'thumbnails_arrow_hover_background',
|
1008 |
'label' => __( 'Background', 'htmega-addons' ),
|
1009 |
'types' => [ 'classic', 'gradient' ],
|
1010 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow:hover,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow:hover',
|
1011 |
]
|
1012 |
);
|
1013 |
|
1016 |
[
|
1017 |
'name' => 'thumbnails_arrow_hover_border',
|
1018 |
'label' => __( 'Border', 'htmega-addons' ),
|
1019 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow:hover,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow:hover',
|
1020 |
]
|
1021 |
);
|
1022 |
|
1026 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1027 |
'type' => Controls_Manager::DIMENSIONS,
|
1028 |
'selectors' => [
|
1029 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-arrow:hover,{{WRAPPER}} .htmega-thumbgallery-nav button.slick-arrow:hover' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1030 |
],
|
1031 |
]
|
1032 |
);
|
1044 |
[
|
1045 |
'label' => __( 'Pagination', 'htmega-addons' ),
|
1046 |
'tab' => Controls_Manager::TAB_STYLE,
|
1047 |
+
'conditions' => [
|
1048 |
+
'relation' => 'or',
|
1049 |
+
'terms' => [
|
1050 |
+
[
|
1051 |
+
'terms' => [
|
1052 |
+
['name' => 'sldots', 'operator' => '===', 'value' => 'yes']
|
1053 |
+
]
|
1054 |
+
],
|
1055 |
+
[
|
1056 |
+
'terms' => [
|
1057 |
+
['name' => 'slnavdots', 'operator' => '===', 'value' => 'yes'],
|
1058 |
+
]
|
1059 |
+
],
|
1060 |
+
]
|
1061 |
+
],
|
1062 |
+
|
1063 |
]
|
1064 |
);
|
1065 |
|
1079 |
'name' => 'thumbnails_dots_background',
|
1080 |
'label' => __( 'Background', 'htmega-addons' ),
|
1081 |
'types' => [ 'classic', 'gradient' ],
|
1082 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button,{{WRAPPER}} .htmega-thumbgallery-nav .slick-dots li button',
|
1083 |
]
|
1084 |
);
|
1085 |
|
1088 |
[
|
1089 |
'name' => 'thumbnails_dots_border',
|
1090 |
'label' => __( 'Border', 'htmega-addons' ),
|
1091 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button,{{WRAPPER}} .htmega-thumbgallery-nav .slick-dots li button',
|
1092 |
]
|
1093 |
);
|
1094 |
|
1098 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1099 |
'type' => Controls_Manager::DIMENSIONS,
|
1100 |
'selectors' => [
|
1101 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button,{{WRAPPER}} .htmega-thumbgallery-nav .slick-dots li button' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1102 |
],
|
1103 |
]
|
1104 |
);
|
1125 |
'size' => 12,
|
1126 |
],
|
1127 |
'selectors' => [
|
1128 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button,{{WRAPPER}} .htmega-thumbgallery-nav .slick-dots li button' => 'height: {{SIZE}}{{UNIT}};',
|
1129 |
],
|
1130 |
]
|
1131 |
);
|
1152 |
'size' => 12,
|
1153 |
],
|
1154 |
'selectors' => [
|
1155 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li button,{{WRAPPER}} .htmega-thumbgallery-nav .slick-dots li button' => 'width: {{SIZE}}{{UNIT}};',
|
1156 |
],
|
1157 |
]
|
1158 |
);
|
1173 |
'name' => 'thumbnails_dots_hover_background',
|
1174 |
'label' => __( 'Background', 'htmega-addons' ),
|
1175 |
'types' => [ 'classic', 'gradient' ],
|
1176 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li.slick-active button,{{WRAPPER}} .htmega-thumbgallery-nav .slick-dots li.slick-active button',
|
1177 |
]
|
1178 |
);
|
1179 |
|
1182 |
[
|
1183 |
'name' => 'thumbnails_dots_hover_border',
|
1184 |
'label' => __( 'Border', 'htmega-addons' ),
|
1185 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li.slick-active button,{{WRAPPER}} .htmega-thumbgallery-nav .slick-dots li.slick-active button',
|
1186 |
]
|
1187 |
);
|
1188 |
|
1192 |
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1193 |
'type' => Controls_Manager::DIMENSIONS,
|
1194 |
'selectors' => [
|
1195 |
+
'{{WRAPPER}} .htmega-thumbgallery-for .slick-dots li.slick-active button,{{WRAPPER}} .htmega-thumbgallery-nav .slick-dots li.slick-active button' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1196 |
],
|
1197 |
]
|
1198 |
);
|
1201 |
|
1202 |
$this->end_controls_tabs();
|
1203 |
|
1204 |
+
$this->end_controls_section(); // Style Thumb dots style end
|
1205 |
+
|
1206 |
+
// Thumbnail gallery hover style start
|
1207 |
+
$this->start_controls_section(
|
1208 |
+
'thumbnails_thumbnail_style',
|
1209 |
+
[
|
1210 |
+
'label' => __( 'Thumbnail Style', 'htmega-addons' ),
|
1211 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
1212 |
+
]
|
1213 |
+
);
|
1214 |
+
|
1215 |
+
$this->start_controls_tabs( 'thumbnails_thumbnail_style_tabs' );
|
1216 |
+
|
1217 |
+
// Normal tab Start
|
1218 |
+
$this->start_controls_tab(
|
1219 |
+
'thumbnails_thumbnail_style_normal_tab',
|
1220 |
+
[
|
1221 |
+
'label' => __( 'Normal', 'htmega-addons' ),
|
1222 |
+
]
|
1223 |
+
);
|
1224 |
+
$this->add_group_control(
|
1225 |
+
Group_Control_Border::get_type(),
|
1226 |
+
[
|
1227 |
+
'name' => 'thumbnails_border',
|
1228 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
1229 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-nav .small-thumb img',
|
1230 |
+
]
|
1231 |
+
);
|
1232 |
+
|
1233 |
+
$this->add_responsive_control(
|
1234 |
+
'thumbnails_border_radius',
|
1235 |
+
[
|
1236 |
+
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1237 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1238 |
+
'selectors' => [
|
1239 |
+
'{{WRAPPER}} .htmega-thumbgallery-nav .small-thumb img,{{WRAPPER}} .htmega-thumbgallery-nav .small-thumb' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1240 |
+
],
|
1241 |
+
]
|
1242 |
+
);
|
1243 |
+
|
1244 |
+
$this->add_responsive_control(
|
1245 |
+
'thumbnails_space',
|
1246 |
+
[
|
1247 |
+
'label' => __( 'Item space', 'htmega-addons' ),
|
1248 |
+
'type' => Controls_Manager::SLIDER,
|
1249 |
+
'size_units' => [ 'px', '%' ],
|
1250 |
+
'range' => [
|
1251 |
+
'px' => [
|
1252 |
+
'min' => 0,
|
1253 |
+
'max' => 1000,
|
1254 |
+
'step' => 1,
|
1255 |
+
],
|
1256 |
+
'%' => [
|
1257 |
+
'min' => 0,
|
1258 |
+
'max' => 100,
|
1259 |
+
],
|
1260 |
+
],
|
1261 |
+
'default' => [
|
1262 |
+
'unit' => 'px',
|
1263 |
+
],
|
1264 |
+
'selectors' => [
|
1265 |
+
'{{WRAPPER}} .htb-row' => 'margin-left:-{{SIZE}}{{UNIT}};margin-right: -{{SIZE}}{{UNIT}};',
|
1266 |
+
'{{WRAPPER}} .htb-row > [class*="col"]' => 'padding-left:{{SIZE}}{{UNIT}};padding-right: {{SIZE}}{{UNIT}};',
|
1267 |
+
'{{WRAPPER}} .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide' => 'padding-top:{{SIZE}}{{UNIT}};padding-bottom: {{SIZE}}{{UNIT}};padding-left:0; padding-right:0;',
|
1268 |
+
'{{WRAPPER}} .htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide' => 'padding-right:{{SIZE}}{{UNIT}};padding-bottom:0',
|
1269 |
+
'{{WRAPPER}} .htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav,{{WRAPPER}} .htmega-thumbnails-style-4 .htmega-thumbgallery-nav.htmega-thumbgallery-nav' => 'margin-right:-{{SIZE}}{{UNIT}};',
|
1270 |
+
|
1271 |
+
'{{WRAPPER}} .htmega-thumbnails-style-4 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide' => 'padding-top:0;padding-right:{{SIZE}}{{UNIT}};',
|
1272 |
+
|
1273 |
+
'{{WRAPPER}} .slick-vertical .slick-slide' => 'border:none;',
|
1274 |
+
],
|
1275 |
+
]
|
1276 |
+
);
|
1277 |
+
$this->end_controls_tab(); // Normal tab end
|
1278 |
+
|
1279 |
+
// Hover tab Start
|
1280 |
+
$this->start_controls_tab(
|
1281 |
+
'thumbnails_style_hover_tab',
|
1282 |
+
[
|
1283 |
+
'label' => __( 'Active', 'htmega-addons' ),
|
1284 |
+
]
|
1285 |
+
);
|
1286 |
+
|
1287 |
+
$this->add_group_control(
|
1288 |
+
Group_Control_Background::get_type(),
|
1289 |
+
[
|
1290 |
+
'name' => 'thumbnails_hover_background',
|
1291 |
+
'label' => __( 'Background', 'htmega-addons' ),
|
1292 |
+
'types' => [ 'classic', 'gradient' ],
|
1293 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-nav .small-thumb:after',
|
1294 |
+
]
|
1295 |
+
);
|
1296 |
+
|
1297 |
+
$this->add_group_control(
|
1298 |
+
Group_Control_Border::get_type(),
|
1299 |
+
[
|
1300 |
+
'name' => 'thumbnails_hover_border',
|
1301 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
1302 |
+
'selector' => '{{WRAPPER}} .htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img,{{WRAPPER}} .htmega-thumbgallery-nav .slick-slide.slick-current .small-thumb img',
|
1303 |
+
]
|
1304 |
+
);
|
1305 |
+
|
1306 |
+
$this->add_responsive_control(
|
1307 |
+
'thumbnails_hover_border_radius',
|
1308 |
+
[
|
1309 |
+
'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
|
1310 |
+
'type' => Controls_Manager::DIMENSIONS,
|
1311 |
+
'selectors' => [
|
1312 |
+
'{{WRAPPER}} .htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img,{{WRAPPER}} .htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb,{{WRAPPER}} .htmega-thumbgallery-nav .slick-slide.slick-current .small-thumb img,{{WRAPPER}} .htmega-thumbgallery-nav .slick-slide.slick-current .small-thumb' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
1313 |
+
],
|
1314 |
+
]
|
1315 |
+
);
|
1316 |
+
|
1317 |
+
$this->end_controls_tab(); // Hover tab end
|
1318 |
+
|
1319 |
+
$this->end_controls_tabs();
|
1320 |
+
|
1321 |
+
$this->end_controls_section(); // Style Thumb gallery hover style end
|
1322 |
|
1323 |
}
|
1324 |
|
1325 |
protected function render( $instance = [] ) {
|
1326 |
|
1327 |
$settings = $this->get_settings_for_display();
|
1328 |
+
$sectionid = "sid". $this-> get_id();
|
1329 |
+
$this->add_render_attribute( 'htmega_thumbnail_sliderarea_attr', 'class', 'htmega-sliderarea htmega-thumbnails-style-'.$settings['sliderthumbnails_style'].' '.$sectionid );
|
1330 |
|
1331 |
// Slider options
|
1332 |
$direction = is_rtl() ? 'rtl' : 'ltr';
|
1400 |
<div class="htb-row row--5 htb-align-items-center mt--40">
|
1401 |
|
1402 |
<?php if( $settings['sliderthumbnails_style'] == 3 ): ?>
|
1403 |
+
<div class="htb-col-lg-2 htb-col-md-2 htb-col-sm-2 htmega-nav-col">
|
1404 |
<div <?php echo $this->get_render_attribute_string( 'htmega_thumbnails_navslider_attr' ); ?> >
|
1405 |
<?php foreach ( $settings['slider_list'] as $slideritem ) :?>
|
1406 |
<div class="small-thumb">
|
1418 |
<li>
|
1419 |
<?php
|
1420 |
echo Group_Control_Image_Size::get_attachment_image_html( $slideritem, 'slider_imagesize', 'slider_image' );
|
1421 |
+
|
1422 |
+
if( !empty( $slideritem['slider_title'] ) || !empty( $slideritem['slider_sub_title'] ) ){
|
1423 |
+
echo '<div class="content right-bottom">';
|
1424 |
+
if( !empty( $slideritem['slider_title'] ) ){
|
1425 |
+
echo '<h2>'.esc_html__( $slideritem['slider_title'], 'htmega-addons').'</h2>';
|
1426 |
+
}
|
1427 |
+
if( !empty( $slideritem['slider_sub_title'] ) ){
|
1428 |
+
echo '<h4>'.esc_html__( $slideritem['slider_sub_title'], 'htmega-addons').'</h4>';
|
1429 |
+
}
|
1430 |
+
echo '</div>';
|
1431 |
}
|
1432 |
?>
|
1433 |
</li>
|
1438 |
</div>
|
1439 |
|
1440 |
<?php elseif( $settings['sliderthumbnails_style'] == 4 ): ?>
|
1441 |
+
<div class="htb-col-lg-12 htmega-nav-col">
|
1442 |
<div <?php echo $this->get_render_attribute_string( 'htmega_thumbnails_navslider_attr' ); ?> >
|
1443 |
<?php foreach ( $settings['slider_list'] as $slideritem ) :?>
|
1444 |
<div class="small-thumb">
|
1456 |
<li>
|
1457 |
<?php
|
1458 |
echo Group_Control_Image_Size::get_attachment_image_html( $slideritem, 'slider_imagesize', 'slider_image' );
|
1459 |
+
if( !empty( $slideritem['slider_title'] ) || !empty( $slideritem['slider_sub_title'] ) ){
|
1460 |
+
echo '<div class="content">';
|
1461 |
+
if( !empty( $slideritem['slider_title'] ) ){
|
1462 |
+
echo '<h2>'.esc_html__( $slideritem['slider_title'], 'htmega-addons').'</h2>';
|
1463 |
+
}
|
1464 |
+
if( !empty( $slideritem['slider_sub_title'] ) ){
|
1465 |
+
echo '<h4>'.esc_html__( $slideritem['slider_sub_title'], 'htmega-addons').'</h4>';
|
1466 |
+
}
|
1467 |
+
echo '</div>';
|
1468 |
}
|
1469 |
?>
|
1470 |
</li>
|
1482 |
<li>
|
1483 |
<?php
|
1484 |
echo Group_Control_Image_Size::get_attachment_image_html( $slideritem, 'slider_imagesize', 'slider_image' );
|
1485 |
+
|
1486 |
+
if( !empty( $slideritem['slider_title'] ) || !empty( $slideritem['slider_sub_title'] ) ){
|
1487 |
+
echo '<div class="content">';
|
1488 |
+
if( !empty( $slideritem['slider_title'] ) ){
|
1489 |
+
echo '<h2>'.esc_html__( $slideritem['slider_title'], 'htmega-addons').'</h2>';
|
1490 |
+
}
|
1491 |
+
if( !empty( $slideritem['slider_sub_title'] ) ){
|
1492 |
+
echo '<h4>'.esc_html__( $slideritem['slider_sub_title'], 'htmega-addons').'</h4>';
|
1493 |
+
}
|
1494 |
+
echo '</div>';
|
1495 |
}
|
1496 |
+
|
1497 |
+
|
1498 |
?>
|
1499 |
</li>
|
1500 |
<?php endforeach;?>
|
1503 |
</div>
|
1504 |
</div>
|
1505 |
|
1506 |
+
<div class="<?php if( $settings['sliderthumbnails_style'] == 2 ){ echo 'htb-col-lg-12 htmega-nav-col';}else{ echo 'htb-col-lg-2 htb-col-md-2 htb-col-sm-2 htmega-nav-col'; }?>">
|
1507 |
<div <?php echo $this->get_render_attribute_string( 'htmega_thumbnails_navslider_attr' ); ?> >
|
1508 |
<?php foreach ( $settings['slider_list'] as $slideritem ) :?>
|
1509 |
<div class="small-thumb">
|
1519 |
<!-- End Thumb Gallery -->
|
1520 |
</div>
|
1521 |
</div>
|
1522 |
+
|
1523 |
+
<?php
|
1524 |
+
|
1525 |
+
if( 'yes'== $settings['hide_on_mobile'] ){
|
1526 |
+
|
1527 |
+
$slnavmobile_width = $settings['slnavmobile_width'];
|
1528 |
+
echo "<style> @media (max-width: {$slnavmobile_width}px) {
|
1529 |
+
.{$sectionid} .htmega-nav-col {
|
1530 |
+
display:none;
|
1531 |
+
}
|
1532 |
+
}
|
1533 |
+
</style>";
|
1534 |
+
?>
|
1535 |
+
<?php } ?>
|
1536 |
<?php
|
1537 |
|
1538 |
}
|
includes/widgets/htmega_working_process.php
CHANGED
@@ -2,9 +2,6 @@
|
|
2 |
namespace Elementor;
|
3 |
|
4 |
// Elementor Classes
|
5 |
-
use Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
@@ -384,7 +381,6 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
|
384 |
[
|
385 |
'name' => 'title_typography',
|
386 |
'label' => __( 'Typography', 'htmega-addons' ),
|
387 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
388 |
'selector' => '{{WRAPPER}} .htmega-process-area .htmega-content h4',
|
389 |
'separator' =>'before',
|
390 |
]
|
@@ -464,7 +460,6 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
|
464 |
[
|
465 |
'name' => 'content_typography',
|
466 |
'label' => __( 'Typography', 'htmega-addons' ),
|
467 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
468 |
'selector' => '{{WRAPPER}} .htmega-process-area .htmega-content p',
|
469 |
'separator' =>'before',
|
470 |
]
|
@@ -573,7 +568,6 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
|
573 |
[
|
574 |
'name' => 'number_typography',
|
575 |
'label' => __( 'Typography', 'htmega-addons' ),
|
576 |
-
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
577 |
'selector' => '{{WRAPPER}} .htmega-process-area .htmega-number span',
|
578 |
'separator' =>'before',
|
579 |
]
|
@@ -635,6 +629,18 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
|
635 |
'tab' => Controls_Manager::TAB_STYLE,
|
636 |
]
|
637 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
638 |
|
639 |
$this->add_control(
|
640 |
'icon_color',
|
@@ -645,6 +651,7 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
|
645 |
'selectors' => [
|
646 |
'{{WRAPPER}} .htmega-process-area .htmega-single-process .icon' => 'color: {{VALUE}}',
|
647 |
'{{WRAPPER}} .htmega-process-area .htmega-single-process .icon i' => 'color: {{VALUE}}',
|
|
|
648 |
],
|
649 |
]
|
650 |
);
|
@@ -672,6 +679,7 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
|
672 |
],
|
673 |
'selectors' => [
|
674 |
'{{WRAPPER}} .htmega-process-area .htmega-single-process .icon i' => 'font-size: {{SIZE}}{{UNIT}};',
|
|
|
675 |
],
|
676 |
]
|
677 |
);
|
@@ -715,6 +723,44 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
|
715 |
]
|
716 |
);
|
717 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
718 |
$this->end_controls_section();
|
719 |
|
720 |
}
|
2 |
namespace Elementor;
|
3 |
|
4 |
// Elementor Classes
|
|
|
|
|
|
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
|
381 |
[
|
382 |
'name' => 'title_typography',
|
383 |
'label' => __( 'Typography', 'htmega-addons' ),
|
|
|
384 |
'selector' => '{{WRAPPER}} .htmega-process-area .htmega-content h4',
|
385 |
'separator' =>'before',
|
386 |
]
|
460 |
[
|
461 |
'name' => 'content_typography',
|
462 |
'label' => __( 'Typography', 'htmega-addons' ),
|
|
|
463 |
'selector' => '{{WRAPPER}} .htmega-process-area .htmega-content p',
|
464 |
'separator' =>'before',
|
465 |
]
|
568 |
[
|
569 |
'name' => 'number_typography',
|
570 |
'label' => __( 'Typography', 'htmega-addons' ),
|
|
|
571 |
'selector' => '{{WRAPPER}} .htmega-process-area .htmega-number span',
|
572 |
'separator' =>'before',
|
573 |
]
|
629 |
'tab' => Controls_Manager::TAB_STYLE,
|
630 |
]
|
631 |
);
|
632 |
+
$this->start_controls_tabs(
|
633 |
+
'icon_style_tabs'
|
634 |
+
);
|
635 |
+
// Normal Style Tab
|
636 |
+
$this->start_controls_tab(
|
637 |
+
'icon_style_normal_tab',
|
638 |
+
[
|
639 |
+
'label' => __( 'Normal', 'htmega-addons' ),
|
640 |
+
]
|
641 |
+
);
|
642 |
+
|
643 |
+
|
644 |
|
645 |
$this->add_control(
|
646 |
'icon_color',
|
651 |
'selectors' => [
|
652 |
'{{WRAPPER}} .htmega-process-area .htmega-single-process .icon' => 'color: {{VALUE}}',
|
653 |
'{{WRAPPER}} .htmega-process-area .htmega-single-process .icon i' => 'color: {{VALUE}}',
|
654 |
+
'{{WRAPPER}} .htmega-process-area .htmega-single-process .icon svg' => 'fill: {{VALUE}}',
|
655 |
],
|
656 |
]
|
657 |
);
|
679 |
],
|
680 |
'selectors' => [
|
681 |
'{{WRAPPER}} .htmega-process-area .htmega-single-process .icon i' => 'font-size: {{SIZE}}{{UNIT}};',
|
682 |
+
'{{WRAPPER}} .htmega-process-area .htmega-single-process .icon svg' => 'width: {{SIZE}}{{UNIT}};',
|
683 |
],
|
684 |
]
|
685 |
);
|
723 |
]
|
724 |
);
|
725 |
|
726 |
+
$this->end_controls_tab(); //end normal tab
|
727 |
+
|
728 |
+
// Hover Style Tab
|
729 |
+
$this->start_controls_tab(
|
730 |
+
'icon_style_hover_tab',
|
731 |
+
[
|
732 |
+
'label' => __( 'Hover', 'htmega-addons' ),
|
733 |
+
]
|
734 |
+
);
|
735 |
+
$this->add_control(
|
736 |
+
'icon_color_hover',
|
737 |
+
[
|
738 |
+
'label' => __( 'Color', 'htmega-addons' ),
|
739 |
+
'type' => Controls_Manager::COLOR,
|
740 |
+
'selectors' => [
|
741 |
+
'{{WRAPPER}} .htmega-process-area .htmega-single-process:hover .icon' => 'color: {{VALUE}}',
|
742 |
+
'{{WRAPPER}} .htmega-process-area .htmega-single-process:hover .icon i' => 'color: {{VALUE}}',
|
743 |
+
'{{WRAPPER}} .htmega-process-area .htmega-single-process:hover .icon svg' => 'fill: {{VALUE}}',
|
744 |
+
],
|
745 |
+
]
|
746 |
+
);
|
747 |
+
$this->add_group_control(
|
748 |
+
Group_Control_Background::get_type(),
|
749 |
+
[
|
750 |
+
'name' => 'icon_background_hover',
|
751 |
+
'label' => __( 'Background', 'htmega-addons' ),
|
752 |
+
'types' => [ 'classic', 'gradient' ],
|
753 |
+
'selector' => '{{WRAPPER}} .htmega-process-area .htmega-single-process:hover .icon',
|
754 |
+
]
|
755 |
+
);
|
756 |
+
$this->add_group_control(
|
757 |
+
Group_Control_Border::get_type(),
|
758 |
+
[
|
759 |
+
'name' => 'icon_border_hover',
|
760 |
+
'label' => __( 'Border', 'htmega-addons' ),
|
761 |
+
'selector' => '{{WRAPPER}} .htmega-process-area .htmega-single-process:hover .icon',
|
762 |
+
]
|
763 |
+
);
|
764 |
$this->end_controls_section();
|
765 |
|
766 |
}
|
languages/htmega-addons.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: HT Mega - Absolute Addons for Elementor Page Builder\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2022-01-
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
@@ -42,12 +42,12 @@ msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
|
42 |
msgstr ""
|
43 |
|
44 |
#: includes/widgets/htmega_brand.php:86 includes/widgets/htmega_brand.php:99
|
45 |
-
#: includes/widgets/htmega_image_grid.php:
|
46 |
-
#: includes/widgets/htmega_image_masonry.php:
|
47 |
msgid "#"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: includes/widgets/htmega_counter.php:
|
51 |
msgid "$"
|
52 |
msgstr ""
|
53 |
|
@@ -75,13 +75,15 @@ msgstr ""
|
|
75 |
msgid "(no name)"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: includes/widgets/htmega_counter.php:
|
79 |
msgid "+"
|
80 |
msgstr ""
|
81 |
|
82 |
#: includes/widgets/htmega_booked_calender.php:56
|
83 |
-
#: includes/widgets/htmega_flip-box.php:
|
84 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
|
|
85 |
msgid "01"
|
86 |
msgstr ""
|
87 |
|
@@ -117,8 +119,7 @@ msgstr ""
|
|
117 |
msgid "09"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: includes/widgets/htmega_instagram
|
121 |
-
#: includes/widgets/htmega_instagram.php:152
|
122 |
#: includes/widgets/htmega_pricing_list_view.php:1077
|
123 |
#: includes/widgets/htmega_pricing_list_view.php:1078
|
124 |
#: includes/widgets/htmega_pricing_list_view.php:1084
|
@@ -198,10 +199,6 @@ msgstr ""
|
|
198 |
msgid "15 Templates"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: includes/widgets/htmega_instagram - Copy.php:126
|
202 |
-
msgid "150"
|
203 |
-
msgstr ""
|
204 |
-
|
205 |
#: includes/widgets/htmega_booked_calender.php:71
|
206 |
msgid "16"
|
207 |
msgstr ""
|
@@ -218,8 +215,7 @@ msgstr ""
|
|
218 |
msgid "19"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: includes/widgets/htmega_instagram
|
222 |
-
#: includes/widgets/htmega_instagram.php:153
|
223 |
msgid "2"
|
224 |
msgstr ""
|
225 |
|
@@ -355,10 +351,6 @@ msgstr ""
|
|
355 |
msgid "24"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: includes/widgets/htmega_instagram - Copy.php:127
|
359 |
-
msgid "240"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
#: includes/widgets/htmega_booked_calender.php:80
|
363 |
msgid "25"
|
364 |
msgstr ""
|
@@ -379,12 +371,11 @@ msgstr ""
|
|
379 |
msgid "29"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
383 |
msgid "294"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: includes/widgets/htmega_instagram
|
387 |
-
#: includes/widgets/htmega_instagram.php:154
|
388 |
msgid "3"
|
389 |
msgstr ""
|
390 |
|
@@ -408,10 +399,6 @@ msgstr ""
|
|
408 |
msgid "31"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: includes/widgets/htmega_instagram - Copy.php:128
|
412 |
-
msgid "320"
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
#: admin/include/admin-setting.php:1253
|
416 |
msgid "325 Blocks / Sections"
|
417 |
msgstr ""
|
@@ -432,8 +419,7 @@ msgstr ""
|
|
432 |
msgid "39 Categories and 491 Page Templates."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: includes/widgets/htmega_instagram
|
436 |
-
#: includes/widgets/htmega_instagram.php:155
|
437 |
msgid "4"
|
438 |
msgstr ""
|
439 |
|
@@ -464,12 +450,7 @@ msgstr ""
|
|
464 |
msgid "404 Page Template."
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: includes/widgets/htmega_instagram
|
468 |
-
msgid "480"
|
469 |
-
msgstr ""
|
470 |
-
|
471 |
-
#: includes/widgets/htmega_instagram - Copy.php:113
|
472 |
-
#: includes/widgets/htmega_instagram.php:156
|
473 |
msgid "5"
|
474 |
msgstr ""
|
475 |
|
@@ -489,8 +470,7 @@ msgstr ""
|
|
489 |
msgid "524 Templates"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: includes/widgets/htmega_instagram
|
493 |
-
#: includes/widgets/htmega_instagram.php:157
|
494 |
msgid "6"
|
495 |
msgstr ""
|
496 |
|
@@ -498,10 +478,6 @@ msgstr ""
|
|
498 |
msgid "6 seconds"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: includes/widgets/htmega_instagram - Copy.php:130
|
502 |
-
msgid "640"
|
503 |
-
msgstr ""
|
504 |
-
|
505 |
#: extensions/wc-sales-notification/admin/setting.php:124
|
506 |
msgid "7 seconds"
|
507 |
msgstr ""
|
@@ -573,7 +549,7 @@ msgstr ""
|
|
573 |
#: includes/widgets/htmega_accordion.php:211
|
574 |
#: includes/widgets/htmega_accordion.php:213
|
575 |
#: includes/widgets/htmega_accordion.php:222
|
576 |
-
#: includes/widgets/htmega_accordion.php:
|
577 |
msgid "Accordion Content"
|
578 |
msgstr ""
|
579 |
|
@@ -638,19 +614,19 @@ msgid "Activating.."
|
|
638 |
msgstr ""
|
639 |
|
640 |
#: includes/class.assests.php:374 includes/widgets/htmega_accordion.php:564
|
641 |
-
#: includes/widgets/htmega_accordion.php:
|
642 |
#: includes/widgets/htmega_buddy_press.php:59
|
643 |
#: includes/widgets/htmega_carousel.php:747
|
644 |
#: includes/widgets/htmega_inline_menu.php:281
|
645 |
-
#: includes/widgets/htmega_instagram
|
646 |
-
#: includes/widgets/htmega_instagram.php:1226
|
647 |
#: includes/widgets/htmega_panel_slider.php:965
|
648 |
-
#: includes/widgets/htmega_popover.php:
|
649 |
#: includes/widgets/htmega_post_carousel.php:1994
|
650 |
#: includes/widgets/htmega_post_slider.php:1856
|
651 |
#: includes/widgets/htmega_post_slider.php:2005
|
652 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
653 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
654 |
#: includes/widgets/htmega_switcher.php:426 includes/widgets/htmega_tab.php:425
|
655 |
#: includes/widgets/htmega_testimonial.php:1157
|
656 |
#: includes/widgets/htmega_twitter_feed.php:1434
|
@@ -686,7 +662,7 @@ msgstr ""
|
|
686 |
msgid "Add to Cart"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: includes/widgets/htmega_section_title.php:
|
690 |
msgid "Add Your Heading Text Here"
|
691 |
msgstr ""
|
692 |
|
@@ -695,7 +671,7 @@ msgid "Additional Option"
|
|
695 |
msgstr ""
|
696 |
|
697 |
#: includes/widgets/htmega_accordion.php:341
|
698 |
-
#: includes/widgets/htmega_flip-box.php:
|
699 |
msgid "Additional Options"
|
700 |
msgstr ""
|
701 |
|
@@ -715,15 +691,15 @@ msgstr ""
|
|
715 |
msgid "Advance Options"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: includes/widgets/htmega_section_title.php:
|
719 |
msgid "Advance Title"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: includes/widgets/htmega_section_title.php:
|
723 |
msgid "Advance Title Setting"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: includes/widgets/htmega_section_title.php:
|
727 |
msgid "Advance Title style"
|
728 |
msgstr ""
|
729 |
|
@@ -732,6 +708,22 @@ msgstr ""
|
|
732 |
msgid "After"
|
733 |
msgstr ""
|
734 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
735 |
#: includes/widgets/htmega_image_comparison.php:73
|
736 |
msgid "After Image"
|
737 |
msgstr ""
|
@@ -758,7 +750,8 @@ msgstr ""
|
|
758 |
#: includes/widgets/htmega_accordion.php:651
|
759 |
#: includes/widgets/htmega_accordion.php:809
|
760 |
#: includes/widgets/htmega_accordion.php:973
|
761 |
-
#: includes/widgets/htmega_accordion.php:
|
|
|
762 |
#: includes/widgets/htmega_add_banner.php:358
|
763 |
#: includes/widgets/htmega_blockquote.php:173
|
764 |
#: includes/widgets/htmega_buddy_press.php:239
|
@@ -766,24 +759,29 @@ msgstr ""
|
|
766 |
#: includes/widgets/htmega_button.php:143
|
767 |
#: includes/widgets/htmega_call_to_action.php:182
|
768 |
#: includes/widgets/htmega_contact_form_seven.php:112
|
769 |
-
#: includes/widgets/htmega_counter.php:
|
770 |
-
#: includes/widgets/
|
771 |
-
#: includes/widgets/
|
772 |
-
#: includes/widgets/
|
|
|
|
|
|
|
|
|
|
|
773 |
#: includes/widgets/htmega_easy_digital_download.php:303
|
774 |
-
#: includes/widgets/htmega_image_grid.php:
|
775 |
-
#: includes/widgets/htmega_image_grid.php:
|
776 |
-
#: includes/widgets/htmega_image_masonry.php:
|
777 |
-
#: includes/widgets/htmega_image_masonry.php:
|
778 |
#: includes/widgets/htmega_inline_menu.php:113
|
779 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
780 |
#: includes/widgets/htmega_modal.php:342 includes/widgets/htmega_modal.php:743
|
781 |
#: includes/widgets/htmega_news_ticker.php:443
|
782 |
#: includes/widgets/htmega_offcanvas.php:236
|
783 |
#: includes/widgets/htmega_panel_slider.php:486
|
784 |
-
#: includes/widgets/htmega_popover.php:
|
785 |
-
#: includes/widgets/htmega_popover.php:
|
786 |
-
#: includes/widgets/htmega_popover.php:
|
787 |
#: includes/widgets/htmega_post_carousel.php:790
|
788 |
#: includes/widgets/htmega_post_carousel.php:998
|
789 |
#: includes/widgets/htmega_post_carousel.php:1085
|
@@ -802,7 +800,7 @@ msgstr ""
|
|
802 |
#: includes/widgets/htmega_pricing_list_view.php:455
|
803 |
#: includes/widgets/htmega_pricing_list_view.php:1108
|
804 |
#: includes/widgets/htmega_search.php:127
|
805 |
-
#: includes/widgets/htmega_section_title.php:
|
806 |
#: includes/widgets/htmega_services.php:231
|
807 |
#: includes/widgets/htmega_services.php:415
|
808 |
#: includes/widgets/htmega_services.php:520
|
@@ -897,7 +895,7 @@ msgstr ""
|
|
897 |
msgid "Animatied duration"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: includes/widgets/htmega_flip-box.php:
|
901 |
msgid "Animation"
|
902 |
msgstr ""
|
903 |
|
@@ -949,28 +947,28 @@ msgid "Archive Title"
|
|
949 |
msgstr ""
|
950 |
|
951 |
#: includes/widgets/htmega_buddy_press.php:165
|
952 |
-
#: includes/widgets/htmega_popover.php:
|
953 |
msgid "Area"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: includes/widgets/htmega_carousel.php:420
|
957 |
-
#:
|
958 |
#: includes/widgets/htmega_panel_slider.php:632
|
959 |
-
#: includes/widgets/htmega_popover.php:
|
960 |
#: includes/widgets/htmega_post_carousel.php:1529
|
961 |
#: includes/widgets/htmega_post_slider.php:1409
|
962 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
963 |
#: includes/widgets/htmega_testimonial.php:830
|
964 |
#: includes/widgets/htmega_tooltip.php:544
|
965 |
#: includes/widgets/htmega_twitter_feed.php:1052
|
966 |
msgid "Arrow"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: includes/widgets/htmega_popover.php:
|
970 |
msgid "Arrow Background Color"
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: includes/widgets/htmega_popover.php:
|
974 |
msgid "Arrow Border Color"
|
975 |
msgstr ""
|
976 |
|
@@ -978,7 +976,7 @@ msgstr ""
|
|
978 |
msgid "Arrow Color"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: includes/widgets/htmega_working_process.php:
|
982 |
msgid "Arrow Left Color"
|
983 |
msgstr ""
|
984 |
|
@@ -986,7 +984,7 @@ msgstr ""
|
|
986 |
msgid "Arrow Position"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: includes/widgets/htmega_working_process.php:
|
990 |
msgid "Arrow Right Color"
|
991 |
msgstr ""
|
992 |
|
@@ -1041,23 +1039,23 @@ msgstr ""
|
|
1041 |
msgid "Auto Start"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: includes/widgets/htmega_carousel.php:280
|
1045 |
-
#:
|
1046 |
#: includes/widgets/htmega_panel_slider.php:304
|
1047 |
#: includes/widgets/htmega_post_carousel.php:457
|
1048 |
#: includes/widgets/htmega_post_slider.php:460
|
1049 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1050 |
#: includes/widgets/htmega_testimonial.php:338
|
1051 |
#: includes/widgets/htmega_twitter_feed.php:402
|
1052 |
msgid "Autoplay animation speed"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: includes/widgets/htmega_carousel.php:267
|
1056 |
-
#:
|
1057 |
#: includes/widgets/htmega_panel_slider.php:291
|
1058 |
#: includes/widgets/htmega_post_carousel.php:446
|
1059 |
#: includes/widgets/htmega_post_slider.php:447
|
1060 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1061 |
#: includes/widgets/htmega_testimonial.php:325
|
1062 |
#: includes/widgets/htmega_twitter_feed.php:389
|
1063 |
msgid "Autoplay speed"
|
@@ -1067,8 +1065,8 @@ msgstr ""
|
|
1067 |
msgid "Available Date"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: includes/widgets/htmega_flip-box.php:
|
1071 |
-
#: includes/widgets/htmega_flip-box.php:
|
1072 |
msgid "Back"
|
1073 |
msgstr ""
|
1074 |
|
@@ -1087,6 +1085,10 @@ msgstr ""
|
|
1087 |
msgid "Back to Library"
|
1088 |
msgstr ""
|
1089 |
|
|
|
|
|
|
|
|
|
1090 |
#: includes/widgets/htmega_404_content.php:562
|
1091 |
#: includes/widgets/htmega_404_content.php:649
|
1092 |
#: includes/widgets/htmega_404_content.php:714
|
@@ -1097,8 +1099,8 @@ msgstr ""
|
|
1097 |
#: includes/widgets/htmega_accordion.php:740
|
1098 |
#: includes/widgets/htmega_accordion.php:836
|
1099 |
#: includes/widgets/htmega_accordion.php:995
|
1100 |
-
#: includes/widgets/htmega_accordion.php:
|
1101 |
-
#: includes/widgets/htmega_accordion.php:
|
1102 |
#: includes/widgets/htmega_add_banner.php:388
|
1103 |
#: includes/widgets/htmega_add_banner.php:662
|
1104 |
#: includes/widgets/htmega_add_banner.php:741
|
@@ -1136,56 +1138,49 @@ msgstr ""
|
|
1136 |
#: includes/widgets/htmega_countdown.php:597
|
1137 |
#: includes/widgets/htmega_countdown.php:664
|
1138 |
#: includes/widgets/htmega_countdown.php:720
|
1139 |
-
#: includes/widgets/htmega_counter.php:
|
1140 |
-
#: includes/widgets/htmega_counter.php:
|
1141 |
-
#: includes/widgets/htmega_counter.php:
|
1142 |
-
#: includes/widgets/htmega_counter.php:
|
1143 |
-
#: includes/widgets/htmega_counter.php:
|
1144 |
-
#: includes/widgets/htmega_counter.php:
|
1145 |
-
#: includes/widgets/htmega_double_button.php:
|
1146 |
-
#: includes/widgets/htmega_double_button.php:
|
1147 |
-
#: includes/widgets/htmega_double_button.php:
|
1148 |
-
#: includes/widgets/htmega_double_button.php:
|
1149 |
-
#: includes/widgets/htmega_double_button.php:
|
1150 |
-
#: includes/widgets/htmega_dropcaps.php:
|
1151 |
-
#: includes/widgets/htmega_dropcaps.php:
|
1152 |
#: includes/widgets/htmega_easy_digital_download.php:544
|
1153 |
#: includes/widgets/htmega_easy_digital_download.php:613
|
1154 |
-
#: includes/widgets/htmega_flip-box.php:
|
1155 |
-
#: includes/widgets/htmega_flip-box.php:
|
1156 |
#: includes/widgets/htmega_gravity_forms.php:182
|
1157 |
#: includes/widgets/htmega_image_comparison.php:204
|
1158 |
#: includes/widgets/htmega_image_comparison.php:286
|
1159 |
#: includes/widgets/htmega_image_comparison.php:355
|
1160 |
#: includes/widgets/htmega_image_comparison.php:421
|
1161 |
#: includes/widgets/htmega_image_comparison.php:441
|
1162 |
-
#: includes/widgets/htmega_image_grid.php:
|
1163 |
-
#: includes/widgets/htmega_image_grid.php:
|
1164 |
-
#: includes/widgets/htmega_image_grid.php:
|
1165 |
#: includes/widgets/htmega_image_marker.php:45
|
1166 |
#: includes/widgets/htmega_image_marker.php:226
|
1167 |
#: includes/widgets/htmega_image_marker.php:279
|
1168 |
-
#: includes/widgets/htmega_image_masonry.php:
|
1169 |
-
#: includes/widgets/htmega_image_masonry.php:
|
1170 |
-
#: includes/widgets/htmega_image_masonry.php:
|
1171 |
#: includes/widgets/htmega_inline_menu.php:162
|
1172 |
#: includes/widgets/htmega_inline_menu.php:248
|
1173 |
#: includes/widgets/htmega_inline_menu.php:302
|
1174 |
-
#: includes/widgets/htmega_instagram
|
1175 |
-
#: includes/widgets/htmega_instagram
|
1176 |
-
#: includes/widgets/htmega_instagram
|
1177 |
-
#: includes/widgets/htmega_instagram
|
1178 |
-
#: includes/widgets/htmega_instagram
|
1179 |
-
#: includes/widgets/htmega_instagram
|
1180 |
-
#: includes/widgets/htmega_instagram
|
1181 |
-
#: includes/widgets/
|
1182 |
-
#: includes/widgets/htmega_instagram.php:659
|
1183 |
-
#: includes/widgets/htmega_instagram.php:782
|
1184 |
-
#: includes/widgets/htmega_instagram.php:961
|
1185 |
-
#: includes/widgets/htmega_instagram.php:1080
|
1186 |
-
#: includes/widgets/htmega_instagram.php:1140
|
1187 |
-
#: includes/widgets/htmega_instagram.php:1234
|
1188 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:105
|
1189 |
#: includes/widgets/htmega_modal.php:222 includes/widgets/htmega_modal.php:395
|
1190 |
#: includes/widgets/htmega_modal.php:460 includes/widgets/htmega_modal.php:549
|
1191 |
#: includes/widgets/htmega_modal.php:642 includes/widgets/htmega_modal.php:688
|
@@ -1208,11 +1203,11 @@ msgstr ""
|
|
1208 |
#: includes/widgets/htmega_panel_slider.php:809
|
1209 |
#: includes/widgets/htmega_panel_slider.php:922
|
1210 |
#: includes/widgets/htmega_panel_slider.php:973
|
1211 |
-
#: includes/widgets/htmega_popover.php:
|
1212 |
-
#: includes/widgets/htmega_popover.php:
|
1213 |
-
#: includes/widgets/htmega_popover.php:
|
1214 |
-
#: includes/widgets/htmega_popover.php:
|
1215 |
-
#: includes/widgets/htmega_popover.php:
|
1216 |
#: includes/widgets/htmega_post_carousel.php:653
|
1217 |
#: includes/widgets/htmega_post_carousel.php:674
|
1218 |
#: includes/widgets/htmega_post_carousel.php:697
|
@@ -1258,20 +1253,21 @@ msgstr ""
|
|
1258 |
#: includes/widgets/htmega_pricing_table.php:636
|
1259 |
#: includes/widgets/htmega_pricing_table.php:711
|
1260 |
#: includes/widgets/htmega_pricing_table.php:799
|
1261 |
-
#: includes/widgets/htmega_progressbar.php:
|
1262 |
-
#: includes/widgets/htmega_progressbar.php:
|
1263 |
#: includes/widgets/htmega_qu_forms.php:77
|
1264 |
#: includes/widgets/htmega_qu_forms.php:166
|
1265 |
-
#: includes/widgets/htmega_scroll_image.php:
|
1266 |
-
#: includes/widgets/
|
1267 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
|
|
1268 |
#: includes/widgets/htmega_search.php:229
|
1269 |
#: includes/widgets/htmega_search.php:360
|
1270 |
#: includes/widgets/htmega_search.php:465
|
1271 |
-
#: includes/widgets/htmega_section_title.php:
|
1272 |
-
#: includes/widgets/htmega_section_title.php:
|
1273 |
-
#: includes/widgets/htmega_section_title.php:
|
1274 |
-
#: includes/widgets/htmega_section_title.php:
|
1275 |
#: includes/widgets/htmega_services.php:204
|
1276 |
#: includes/widgets/htmega_services.php:272
|
1277 |
#: includes/widgets/htmega_services.php:324
|
@@ -1283,11 +1279,12 @@ msgstr ""
|
|
1283 |
#: includes/widgets/htmega_services.php:1122
|
1284 |
#: includes/widgets/htmega_single_post.php:300
|
1285 |
#: includes/widgets/htmega_single_post.php:479
|
1286 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1287 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1288 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1289 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1290 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
1291 |
#: includes/widgets/htmega_socialshere.php:150
|
1292 |
#: includes/widgets/htmega_socialshere.php:189
|
1293 |
#: includes/widgets/htmega_socialshere.php:238
|
@@ -1341,11 +1338,12 @@ msgstr ""
|
|
1341 |
#: includes/widgets/htmega_wc_element_pages.php:1154
|
1342 |
#: includes/widgets/htmega_wc_element_pages.php:1197
|
1343 |
#: includes/widgets/htmega_weather.php:197
|
1344 |
-
#: includes/widgets/htmega_working_process.php:
|
1345 |
-
#: includes/widgets/htmega_working_process.php:
|
1346 |
-
#: includes/widgets/htmega_working_process.php:
|
1347 |
-
#: includes/widgets/htmega_working_process.php:
|
1348 |
-
#: includes/widgets/htmega_working_process.php:
|
|
|
1349 |
#: includes/widgets/htmega_wpforms.php:260
|
1350 |
msgid "Background"
|
1351 |
msgstr ""
|
@@ -1368,10 +1366,9 @@ msgstr ""
|
|
1368 |
#: includes/widgets/htmega_gravity_forms.php:271
|
1369 |
#: includes/widgets/htmega_gravity_forms.php:425
|
1370 |
#: includes/widgets/htmega_gravity_forms.php:512
|
1371 |
-
#: includes/widgets/
|
1372 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
1373 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
1374 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:425
|
1375 |
#: includes/widgets/htmega_ninja_forms.php:359
|
1376 |
#: includes/widgets/htmega_ninja_forms.php:470
|
1377 |
#: includes/widgets/htmega_ninja_forms.php:624
|
@@ -1429,16 +1426,25 @@ msgstr ""
|
|
1429 |
msgid "Background color option"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: includes/widgets/htmega_counter.php:
|
1433 |
-
#: includes/widgets/htmega_flip-box.php:
|
1434 |
-
#: includes/widgets/htmega_flip-box.php:
|
1435 |
msgid "Background Overlay"
|
1436 |
msgstr ""
|
1437 |
|
|
|
|
|
|
|
|
|
1438 |
#: includes/widgets/htmega_special_banner.php:151
|
1439 |
msgid "Badge Image"
|
1440 |
msgstr ""
|
1441 |
|
|
|
|
|
|
|
|
|
|
|
1442 |
#: includes/widgets/htmega_pricing_table.php:206
|
1443 |
msgid "Baht"
|
1444 |
msgstr ""
|
@@ -1493,12 +1499,16 @@ msgstr ""
|
|
1493 |
msgid "bbPress"
|
1494 |
msgstr ""
|
1495 |
|
|
|
|
|
|
|
|
|
1496 |
#: includes/widgets/htmega_blockquote.php:398
|
1497 |
#: includes/widgets/htmega_image_comparison.php:105
|
1498 |
msgid "Before"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: includes/widgets/htmega_section_title.php:
|
1502 |
msgid "Before And After Border Color"
|
1503 |
msgstr ""
|
1504 |
|
@@ -1573,8 +1583,8 @@ msgstr ""
|
|
1573 |
msgid "BL: Site Title"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: includes/widgets/htmega_section_title.php:
|
1577 |
-
#: includes/widgets/htmega_section_title.php:
|
1578 |
msgid "Block"
|
1579 |
msgstr ""
|
1580 |
|
@@ -1656,8 +1666,8 @@ msgstr ""
|
|
1656 |
#: includes/widgets/htmega_accordion.php:763
|
1657 |
#: includes/widgets/htmega_accordion.php:861
|
1658 |
#: includes/widgets/htmega_accordion.php:1017
|
1659 |
-
#: includes/widgets/htmega_accordion.php:
|
1660 |
-
#: includes/widgets/htmega_accordion.php:
|
1661 |
#: includes/widgets/htmega_add_banner.php:182
|
1662 |
#: includes/widgets/htmega_add_banner.php:210
|
1663 |
#: includes/widgets/htmega_add_banner.php:270
|
@@ -1671,7 +1681,7 @@ msgstr ""
|
|
1671 |
#: includes/widgets/htmega_blockquote.php:375
|
1672 |
#: includes/widgets/htmega_blockquote.php:549
|
1673 |
#: includes/widgets/htmega_blockquote.php:729
|
1674 |
-
#: includes/widgets/htmega_brand.php:
|
1675 |
#: includes/widgets/htmega_buddy_press.php:174
|
1676 |
#: includes/widgets/htmega_business_hours.php:262
|
1677 |
#: includes/widgets/htmega_business_hours.php:338
|
@@ -1697,36 +1707,40 @@ msgstr ""
|
|
1697 |
#: includes/widgets/htmega_countdown.php:730
|
1698 |
#: includes/widgets/htmega_countdown.php:838
|
1699 |
#: includes/widgets/htmega_countdown.php:923
|
1700 |
-
#: includes/widgets/htmega_counter.php:
|
1701 |
-
#: includes/widgets/htmega_counter.php:
|
1702 |
-
#: includes/widgets/htmega_counter.php:
|
1703 |
-
#: includes/widgets/htmega_counter.php:
|
1704 |
-
#: includes/widgets/htmega_counter.php:
|
1705 |
-
#: includes/widgets/htmega_counter.php:
|
1706 |
#: includes/widgets/htmega_cuctom_event.php:421
|
1707 |
#: includes/widgets/htmega_cuctom_event.php:463
|
1708 |
-
#: includes/widgets/htmega_double_button.php:
|
1709 |
-
#: includes/widgets/htmega_double_button.php:
|
1710 |
-
#: includes/widgets/htmega_double_button.php:
|
1711 |
-
#: includes/widgets/htmega_double_button.php:
|
1712 |
-
#: includes/widgets/htmega_double_button.php:
|
1713 |
-
#: includes/widgets/htmega_double_button.php:
|
1714 |
-
#: includes/widgets/htmega_double_button.php:
|
1715 |
#: includes/widgets/htmega_download_monitor.php:182
|
1716 |
#: includes/widgets/htmega_download_monitor.php:255
|
1717 |
-
#: includes/widgets/htmega_dropcaps.php:
|
1718 |
-
#: includes/widgets/htmega_dropcaps.php:
|
1719 |
#: includes/widgets/htmega_easy_digital_download.php:271
|
1720 |
#: includes/widgets/htmega_easy_digital_download.php:555
|
1721 |
#: includes/widgets/htmega_easy_digital_download.php:624
|
1722 |
-
#: includes/widgets/htmega_flip-box.php:
|
1723 |
-
#: includes/widgets/htmega_flip-box.php:
|
1724 |
-
#: includes/widgets/htmega_flip-box.php:
|
1725 |
-
#: includes/widgets/htmega_flip-box.php:
|
1726 |
-
#: includes/widgets/htmega_flip-box.php:
|
1727 |
-
#: includes/widgets/htmega_flip-box.php:
|
1728 |
-
#: includes/widgets/htmega_flip-box.php:
|
1729 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
|
|
|
|
|
|
1730 |
#: includes/widgets/htmega_gravity_forms.php:214
|
1731 |
#: includes/widgets/htmega_gravity_forms.php:348
|
1732 |
#: includes/widgets/htmega_gravity_forms.php:463
|
@@ -1735,35 +1749,30 @@ msgstr ""
|
|
1735 |
#: includes/widgets/htmega_image_comparison.php:265
|
1736 |
#: includes/widgets/htmega_image_comparison.php:334
|
1737 |
#: includes/widgets/htmega_image_comparison.php:451
|
1738 |
-
#: includes/widgets/htmega_image_grid.php:
|
1739 |
-
#: includes/widgets/htmega_image_grid.php:
|
|
|
1740 |
#: includes/widgets/htmega_image_magnifier.php:110
|
1741 |
#: includes/widgets/htmega_image_marker.php:236
|
1742 |
#: includes/widgets/htmega_image_marker.php:289
|
1743 |
#: includes/widgets/htmega_image_marker.php:351
|
1744 |
-
#: includes/widgets/htmega_image_masonry.php:
|
1745 |
-
#: includes/widgets/htmega_image_masonry.php:
|
|
|
1746 |
#: includes/widgets/htmega_inline_menu.php:185
|
1747 |
#: includes/widgets/htmega_inline_menu.php:258
|
1748 |
#: includes/widgets/htmega_inline_menu.php:312
|
1749 |
-
#: includes/widgets/htmega_instagram
|
1750 |
-
#: includes/widgets/htmega_instagram
|
1751 |
-
#: includes/widgets/htmega_instagram
|
1752 |
-
#: includes/widgets/htmega_instagram
|
1753 |
-
#: includes/widgets/htmega_instagram
|
1754 |
-
#: includes/widgets/htmega_instagram
|
1755 |
-
#: includes/widgets/htmega_instagram - Copy.php:1365
|
1756 |
-
#: includes/widgets/htmega_instagram.php:694
|
1757 |
-
#: includes/widgets/htmega_instagram.php:804
|
1758 |
-
#: includes/widgets/htmega_instagram.php:971
|
1759 |
-
#: includes/widgets/htmega_instagram.php:1090
|
1760 |
-
#: includes/widgets/htmega_instagram.php:1150
|
1761 |
-
#: includes/widgets/htmega_instagram.php:1244
|
1762 |
#: includes/widgets/htmega_lightbox.php:233
|
1763 |
#: includes/widgets/htmega_lightbox.php:363
|
1764 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
1765 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
1766 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
1767 |
#: includes/widgets/htmega_modal.php:232 includes/widgets/htmega_modal.php:405
|
1768 |
#: includes/widgets/htmega_modal.php:470 includes/widgets/htmega_modal.php:559
|
1769 |
#: includes/widgets/htmega_modal.php:698
|
@@ -1788,11 +1797,11 @@ msgstr ""
|
|
1788 |
#: includes/widgets/htmega_panel_slider.php:819
|
1789 |
#: includes/widgets/htmega_panel_slider.php:944
|
1790 |
#: includes/widgets/htmega_panel_slider.php:983
|
1791 |
-
#: includes/widgets/htmega_popover.php:
|
1792 |
-
#: includes/widgets/htmega_popover.php:
|
1793 |
-
#: includes/widgets/htmega_popover.php:
|
1794 |
-
#: includes/widgets/htmega_popover.php:
|
1795 |
-
#: includes/widgets/htmega_popover.php:
|
1796 |
#: includes/widgets/htmega_post_carousel.php:763
|
1797 |
#: includes/widgets/htmega_post_carousel.php:1453
|
1798 |
#: includes/widgets/htmega_post_carousel.php:1503
|
@@ -1824,27 +1833,28 @@ msgstr ""
|
|
1824 |
#: includes/widgets/htmega_pricing_table.php:605
|
1825 |
#: includes/widgets/htmega_pricing_table.php:768
|
1826 |
#: includes/widgets/htmega_pricing_table.php:820
|
1827 |
-
#: includes/widgets/htmega_progressbar.php:
|
1828 |
-
#: includes/widgets/htmega_progressbar.php:
|
1829 |
-
#: includes/widgets/htmega_progressbar.php:
|
1830 |
-
#: includes/widgets/htmega_progressbar.php:
|
1831 |
-
#: includes/widgets/htmega_progressbar.php:
|
1832 |
#: includes/widgets/htmega_qu_forms.php:109
|
1833 |
#: includes/widgets/htmega_qu_forms.php:198
|
1834 |
#: includes/widgets/htmega_qu_forms.php:335
|
1835 |
#: includes/widgets/htmega_qu_forms.php:444
|
1836 |
#: includes/widgets/htmega_qu_forms.php:558
|
1837 |
#: includes/widgets/htmega_qu_forms.php:619
|
1838 |
-
#: includes/widgets/htmega_scroll_image.php:
|
1839 |
-
#: includes/widgets/
|
1840 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
|
|
1841 |
#: includes/widgets/htmega_search.php:292
|
1842 |
#: includes/widgets/htmega_search.php:423
|
1843 |
#: includes/widgets/htmega_search.php:475
|
1844 |
-
#: includes/widgets/htmega_section_title.php:
|
1845 |
-
#: includes/widgets/htmega_section_title.php:
|
1846 |
-
#: includes/widgets/htmega_section_title.php:
|
1847 |
-
#: includes/widgets/htmega_section_title.php:
|
1848 |
#: includes/widgets/htmega_services.php:213
|
1849 |
#: includes/widgets/htmega_services.php:281
|
1850 |
#: includes/widgets/htmega_services.php:334
|
@@ -1853,10 +1863,12 @@ msgstr ""
|
|
1853 |
#: includes/widgets/htmega_services.php:952
|
1854 |
#: includes/widgets/htmega_services.php:1080
|
1855 |
#: includes/widgets/htmega_services.php:1132
|
1856 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1857 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1858 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
1859 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
|
|
1860 |
#: includes/widgets/htmega_socialshere.php:160
|
1861 |
#: includes/widgets/htmega_socialshere.php:199
|
1862 |
#: includes/widgets/htmega_socialshere.php:248
|
@@ -1919,11 +1931,12 @@ msgstr ""
|
|
1919 |
#: includes/widgets/htmega_wc_element_pages.php:740
|
1920 |
#: includes/widgets/htmega_wc_element_pages.php:937
|
1921 |
#: includes/widgets/htmega_wc_element_pages.php:1012
|
1922 |
-
#: includes/widgets/htmega_working_process.php:
|
1923 |
-
#: includes/widgets/htmega_working_process.php:
|
1924 |
-
#: includes/widgets/htmega_working_process.php:
|
1925 |
-
#: includes/widgets/htmega_working_process.php:
|
1926 |
-
#: includes/widgets/htmega_working_process.php:
|
|
|
1927 |
#: includes/widgets/htmega_wpforms.php:149
|
1928 |
#: includes/widgets/htmega_wpforms.php:229
|
1929 |
#: includes/widgets/htmega_wpforms.php:292
|
@@ -1937,6 +1950,10 @@ msgstr ""
|
|
1937 |
msgid "Border"
|
1938 |
msgstr ""
|
1939 |
|
|
|
|
|
|
|
|
|
1940 |
#: includes/widgets/htmega_booked_calender.php:363
|
1941 |
#: includes/widgets/htmega_booked_calender.php:672
|
1942 |
#: includes/widgets/htmega_booked_calender.php:818
|
@@ -1950,7 +1967,7 @@ msgstr ""
|
|
1950 |
msgid "Border Color"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
-
#: includes/widgets/htmega_progressbar.php:
|
1954 |
msgid "Border color"
|
1955 |
msgstr ""
|
1956 |
|
@@ -1958,6 +1975,10 @@ msgstr ""
|
|
1958 |
msgid "Border Gradient Color"
|
1959 |
msgstr ""
|
1960 |
|
|
|
|
|
|
|
|
|
1961 |
#: includes/widgets/htmega_post_carousel.php:906
|
1962 |
msgid "Border Hover Gradient Color"
|
1963 |
msgstr ""
|
@@ -1974,8 +1995,8 @@ msgstr ""
|
|
1974 |
#: includes/widgets/htmega_accordion.php:771
|
1975 |
#: includes/widgets/htmega_accordion.php:870
|
1976 |
#: includes/widgets/htmega_accordion.php:1025
|
1977 |
-
#: includes/widgets/htmega_accordion.php:
|
1978 |
-
#: includes/widgets/htmega_accordion.php:
|
1979 |
#: includes/widgets/htmega_add_banner.php:278
|
1980 |
#: includes/widgets/htmega_add_banner.php:332
|
1981 |
#: includes/widgets/htmega_add_banner.php:650
|
@@ -1989,7 +2010,7 @@ msgstr ""
|
|
1989 |
#: includes/widgets/htmega_blockquote.php:737
|
1990 |
#: includes/widgets/htmega_booked_calender.php:598
|
1991 |
#: includes/widgets/htmega_booked_calender.php:745
|
1992 |
-
#: includes/widgets/htmega_brand.php:
|
1993 |
#: includes/widgets/htmega_buddy_press.php:182
|
1994 |
#: includes/widgets/htmega_business_hours.php:270
|
1995 |
#: includes/widgets/htmega_business_hours.php:346
|
@@ -2014,69 +2035,67 @@ msgstr ""
|
|
2014 |
#: includes/widgets/htmega_countdown.php:738
|
2015 |
#: includes/widgets/htmega_countdown.php:849
|
2016 |
#: includes/widgets/htmega_countdown.php:934
|
2017 |
-
#: includes/widgets/htmega_counter.php:
|
2018 |
-
#: includes/widgets/htmega_counter.php:
|
2019 |
-
#: includes/widgets/htmega_counter.php:
|
2020 |
-
#: includes/widgets/htmega_counter.php:
|
2021 |
-
#: includes/widgets/htmega_counter.php:
|
2022 |
-
#: includes/widgets/htmega_counter.php:
|
2023 |
#: includes/widgets/htmega_cuctom_event.php:429
|
2024 |
-
#: includes/widgets/htmega_double_button.php:
|
2025 |
-
#: includes/widgets/htmega_double_button.php:
|
2026 |
-
#: includes/widgets/htmega_double_button.php:
|
2027 |
-
#: includes/widgets/htmega_double_button.php:
|
2028 |
-
#: includes/widgets/htmega_double_button.php:
|
2029 |
-
#: includes/widgets/htmega_double_button.php:
|
2030 |
-
#: includes/widgets/htmega_double_button.php:
|
2031 |
-
#: includes/widgets/htmega_double_button.php:
|
2032 |
#: includes/widgets/htmega_download_monitor.php:193
|
2033 |
#: includes/widgets/htmega_download_monitor.php:266
|
2034 |
-
#: includes/widgets/htmega_dropcaps.php:
|
2035 |
-
#: includes/widgets/htmega_dropcaps.php:
|
2036 |
#: includes/widgets/htmega_easy_digital_download.php:280
|
2037 |
#: includes/widgets/htmega_easy_digital_download.php:566
|
2038 |
#: includes/widgets/htmega_easy_digital_download.php:634
|
2039 |
-
#: includes/widgets/htmega_flip-box.php:
|
2040 |
-
#: includes/widgets/htmega_flip-box.php:
|
2041 |
-
#: includes/widgets/htmega_flip-box.php:
|
2042 |
-
#: includes/widgets/htmega_flip-box.php:
|
2043 |
-
#: includes/widgets/htmega_flip-box.php:
|
2044 |
-
#: includes/widgets/htmega_flip-box.php:
|
2045 |
-
#: includes/widgets/htmega_flip-box.php:
|
2046 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
|
|
|
|
2047 |
#: includes/widgets/htmega_gravity_forms.php:222
|
2048 |
#: includes/widgets/htmega_gravity_forms.php:357
|
2049 |
#: includes/widgets/htmega_gravity_forms.php:471
|
2050 |
#: includes/widgets/htmega_image_comparison.php:191
|
2051 |
#: includes/widgets/htmega_image_comparison.php:273
|
2052 |
#: includes/widgets/htmega_image_comparison.php:342
|
2053 |
-
#: includes/widgets/htmega_image_grid.php:
|
2054 |
-
#: includes/widgets/htmega_image_grid.php:
|
|
|
2055 |
#: includes/widgets/htmega_image_magnifier.php:118
|
2056 |
#: includes/widgets/htmega_image_marker.php:244
|
2057 |
#: includes/widgets/htmega_image_marker.php:359
|
2058 |
-
#: includes/widgets/htmega_image_masonry.php:
|
2059 |
-
#: includes/widgets/htmega_image_masonry.php:
|
|
|
2060 |
#: includes/widgets/htmega_inline_menu.php:193
|
2061 |
#: includes/widgets/htmega_inline_menu.php:266
|
2062 |
#: includes/widgets/htmega_inline_menu.php:320
|
2063 |
-
#: includes/widgets/htmega_instagram
|
2064 |
-
#: includes/widgets/htmega_instagram
|
2065 |
-
#: includes/widgets/htmega_instagram
|
2066 |
-
#: includes/widgets/htmega_instagram
|
2067 |
-
#: includes/widgets/htmega_instagram
|
2068 |
-
#: includes/widgets/htmega_instagram
|
2069 |
-
#: includes/widgets/htmega_instagram - Copy.php:1373
|
2070 |
-
#: includes/widgets/htmega_instagram.php:702
|
2071 |
-
#: includes/widgets/htmega_instagram.php:812
|
2072 |
-
#: includes/widgets/htmega_instagram.php:979
|
2073 |
-
#: includes/widgets/htmega_instagram.php:1098
|
2074 |
-
#: includes/widgets/htmega_instagram.php:1158
|
2075 |
-
#: includes/widgets/htmega_instagram.php:1252
|
2076 |
#: includes/widgets/htmega_lightbox.php:241
|
2077 |
#: includes/widgets/htmega_lightbox.php:371
|
2078 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
2079 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
2080 |
#: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:478
|
2081 |
#: includes/widgets/htmega_modal.php:567 includes/widgets/htmega_modal.php:706
|
2082 |
#: includes/widgets/htmega_news_ticker.php:366
|
@@ -2098,10 +2117,10 @@ msgstr ""
|
|
2098 |
#: includes/widgets/htmega_panel_slider.php:827
|
2099 |
#: includes/widgets/htmega_panel_slider.php:952
|
2100 |
#: includes/widgets/htmega_panel_slider.php:991
|
2101 |
-
#: includes/widgets/htmega_popover.php:
|
2102 |
-
#: includes/widgets/htmega_popover.php:
|
2103 |
-
#: includes/widgets/htmega_popover.php:
|
2104 |
-
#: includes/widgets/htmega_popover.php:
|
2105 |
#: includes/widgets/htmega_post_carousel.php:632
|
2106 |
#: includes/widgets/htmega_post_carousel.php:774
|
2107 |
#: includes/widgets/htmega_post_carousel.php:1461
|
@@ -2141,24 +2160,24 @@ msgstr ""
|
|
2141 |
#: includes/widgets/htmega_pricing_table.php:613
|
2142 |
#: includes/widgets/htmega_pricing_table.php:776
|
2143 |
#: includes/widgets/htmega_pricing_table.php:828
|
2144 |
-
#: includes/widgets/htmega_progressbar.php:
|
2145 |
-
#: includes/widgets/htmega_progressbar.php:
|
2146 |
-
#: includes/widgets/htmega_progressbar.php:
|
2147 |
-
#: includes/widgets/htmega_progressbar.php:640
|
2148 |
#: includes/widgets/htmega_qu_forms.php:117
|
2149 |
#: includes/widgets/htmega_qu_forms.php:206
|
2150 |
#: includes/widgets/htmega_qu_forms.php:343
|
2151 |
#: includes/widgets/htmega_qu_forms.php:452
|
2152 |
#: includes/widgets/htmega_qu_forms.php:566
|
2153 |
-
#: includes/widgets/htmega_scroll_image.php:
|
2154 |
-
#: includes/widgets/
|
2155 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
|
|
2156 |
#: includes/widgets/htmega_search.php:301
|
2157 |
#: includes/widgets/htmega_search.php:432
|
2158 |
#: includes/widgets/htmega_search.php:484
|
2159 |
-
#: includes/widgets/htmega_section_title.php:
|
2160 |
-
#: includes/widgets/htmega_section_title.php:
|
2161 |
-
#: includes/widgets/htmega_section_title.php:
|
2162 |
#: includes/widgets/htmega_services.php:221
|
2163 |
#: includes/widgets/htmega_services.php:289
|
2164 |
#: includes/widgets/htmega_services.php:698
|
@@ -2166,10 +2185,12 @@ msgstr ""
|
|
2166 |
#: includes/widgets/htmega_services.php:960
|
2167 |
#: includes/widgets/htmega_services.php:1088
|
2168 |
#: includes/widgets/htmega_services.php:1140
|
2169 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
2170 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
2171 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
2172 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
|
|
2173 |
#: includes/widgets/htmega_socialshere.php:256
|
2174 |
#: includes/widgets/htmega_socialshere.php:439
|
2175 |
#: includes/widgets/htmega_socialshere.php:535
|
@@ -2222,11 +2243,11 @@ msgstr ""
|
|
2222 |
#: includes/widgets/htmega_wc_element_pages.php:751
|
2223 |
#: includes/widgets/htmega_wc_element_pages.php:950
|
2224 |
#: includes/widgets/htmega_wc_element_pages.php:1023
|
2225 |
-
#: includes/widgets/htmega_working_process.php:
|
2226 |
-
#: includes/widgets/htmega_working_process.php:
|
2227 |
-
#: includes/widgets/htmega_working_process.php:
|
2228 |
-
#: includes/widgets/htmega_working_process.php:
|
2229 |
-
#: includes/widgets/htmega_working_process.php:
|
2230 |
#: includes/widgets/htmega_wpforms.php:157
|
2231 |
#: includes/widgets/htmega_wpforms.php:237
|
2232 |
#: includes/widgets/htmega_wpforms.php:300
|
@@ -2239,6 +2260,10 @@ msgstr ""
|
|
2239 |
msgid "Border Radius"
|
2240 |
msgstr ""
|
2241 |
|
|
|
|
|
|
|
|
|
2242 |
#: includes/widgets/htmega_news_ticker.php:807
|
2243 |
msgid "Border Radius Next Button"
|
2244 |
msgstr ""
|
@@ -2252,21 +2277,27 @@ msgstr ""
|
|
2252 |
msgid "Border Type"
|
2253 |
msgstr ""
|
2254 |
|
|
|
|
|
|
|
|
|
|
|
2255 |
#: includes/widgets/htmega_pricing_list_view.php:572
|
2256 |
msgid "Both"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
#: includes/widgets/htmega_add_banner.php:58
|
2260 |
#: includes/widgets/htmega_button.php:107
|
2261 |
-
#: includes/widgets/htmega_flip-box.php:
|
2262 |
#: includes/widgets/htmega_image_comparison.php:136
|
2263 |
#: includes/widgets/htmega_offcanvas.php:96
|
2264 |
-
#: includes/widgets/htmega_popover.php:
|
2265 |
#: includes/widgets/htmega_pricing_list_view.php:502
|
2266 |
#: includes/widgets/htmega_pricing_list_view.php:1155
|
2267 |
-
#: includes/widgets/htmega_section_title.php:
|
|
|
2268 |
#: includes/widgets/htmega_single_post.php:56
|
2269 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
2270 |
#: includes/widgets/htmega_special_banner.php:42
|
2271 |
#: includes/widgets/htmega_teammember.php:102
|
2272 |
#: includes/widgets/htmega_tooltip.php:181
|
@@ -2282,6 +2313,11 @@ msgstr ""
|
|
2282 |
msgid "Bottom Fullwidth"
|
2283 |
msgstr ""
|
2284 |
|
|
|
|
|
|
|
|
|
|
|
2285 |
#: includes/widgets/htmega_notify.php:102
|
2286 |
#: extensions/wc-sales-notification/admin/setting.php:82
|
2287 |
msgid "Bottom Left"
|
@@ -2342,6 +2378,14 @@ msgstr ""
|
|
2342 |
msgid "bounceOutUp"
|
2343 |
msgstr ""
|
2344 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2345 |
#: includes/widgets/htmega_news_ticker.php:648
|
2346 |
msgid "Box Height and Width"
|
2347 |
msgstr ""
|
@@ -2351,8 +2395,8 @@ msgstr ""
|
|
2351 |
#: includes/widgets/htmega_accordion.php:784
|
2352 |
#: includes/widgets/htmega_accordion.php:884
|
2353 |
#: includes/widgets/htmega_accordion.php:1038
|
2354 |
-
#: includes/widgets/htmega_accordion.php:
|
2355 |
-
#: includes/widgets/htmega_accordion.php:
|
2356 |
#: includes/widgets/htmega_animated_heading.php:213
|
2357 |
#: includes/widgets/htmega_animated_heading.php:344
|
2358 |
#: includes/widgets/htmega_animated_heading.php:432
|
@@ -2370,44 +2414,59 @@ msgstr ""
|
|
2370 |
#: includes/widgets/htmega_call_to_action.php:498
|
2371 |
#: includes/widgets/htmega_contact_form_seven.php:645
|
2372 |
#: includes/widgets/htmega_countdown.php:413
|
2373 |
-
#: includes/widgets/
|
2374 |
-
#: includes/widgets/htmega_double_button.php:
|
2375 |
-
#: includes/widgets/htmega_double_button.php:
|
2376 |
-
#: includes/widgets/htmega_double_button.php:
|
2377 |
-
#: includes/widgets/htmega_double_button.php:
|
2378 |
-
#: includes/widgets/htmega_double_button.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2379 |
#: includes/widgets/htmega_gravity_forms.php:483
|
2380 |
-
#: includes/widgets/htmega_image_grid.php:
|
2381 |
-
#: includes/widgets/htmega_image_grid.php:
|
|
|
2382 |
#: includes/widgets/htmega_image_magnifier.php:132
|
2383 |
-
#: includes/widgets/htmega_image_masonry.php:
|
2384 |
-
#: includes/widgets/htmega_image_masonry.php:
|
|
|
2385 |
#: includes/widgets/htmega_inline_menu.php:206
|
2386 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
2387 |
#: includes/widgets/htmega_modal.php:213 includes/widgets/htmega_modal.php:451
|
2388 |
#: includes/widgets/htmega_ninja_forms.php:682
|
2389 |
#: includes/widgets/htmega_notify.php:367
|
2390 |
-
#: includes/widgets/htmega_popover.php:
|
2391 |
#: includes/widgets/htmega_post_carousel.php:816
|
2392 |
#: includes/widgets/htmega_pricing_table.php:424
|
2393 |
-
#: includes/widgets/htmega_progressbar.php:
|
2394 |
-
#: includes/widgets/htmega_progressbar.php:
|
2395 |
-
#: includes/widgets/htmega_progressbar.php:
|
2396 |
#: includes/widgets/htmega_qu_forms.php:578
|
2397 |
-
#: includes/widgets/htmega_scroll_image.php:
|
2398 |
-
#: includes/widgets/htmega_section_title.php:
|
2399 |
#: includes/widgets/htmega_teammember.php:391
|
2400 |
#: includes/widgets/htmega_twitter_feed.php:561
|
2401 |
#: includes/widgets/htmega_user_login_form.php:304
|
2402 |
#: includes/widgets/htmega_wc_categories.php:225
|
2403 |
#: includes/widgets/htmega_weather.php:207
|
2404 |
-
#: includes/widgets/htmega_working_process.php:
|
2405 |
-
#: includes/widgets/htmega_working_process.php:
|
2406 |
#: includes/widgets/htmega_wpforms.php:672
|
2407 |
msgid "Box Shadow"
|
2408 |
msgstr ""
|
2409 |
|
|
|
|
|
|
|
|
|
2410 |
#: includes/widgets/htmega_add_banner.php:140
|
|
|
|
|
|
|
2411 |
#: includes/widgets/htmega_services.php:159
|
2412 |
msgid "Box Style"
|
2413 |
msgstr ""
|
@@ -2460,20 +2519,20 @@ msgstr ""
|
|
2460 |
#: includes/widgets/htmega_call_to_action.php:337
|
2461 |
#: includes/widgets/htmega_contact_form_seven.php:530
|
2462 |
#: includes/widgets/htmega_cuctom_event.php:379
|
2463 |
-
#: includes/widgets/htmega_double_button.php:
|
2464 |
-
#: includes/widgets/htmega_double_button.php:
|
2465 |
-
#: includes/widgets/htmega_double_button.php:
|
2466 |
#: includes/widgets/htmega_download_monitor.php:100
|
2467 |
#: includes/widgets/htmega_easy_digital_download.php:511
|
2468 |
#: includes/widgets/htmega_gravity_forms.php:372
|
2469 |
#: includes/widgets/htmega_lightbox.php:121
|
2470 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
2471 |
#: includes/widgets/htmega_modal.php:101 includes/widgets/htmega_modal.php:175
|
2472 |
#: includes/widgets/htmega_ninja_forms.php:571
|
2473 |
#: includes/widgets/htmega_notify.php:37 includes/widgets/htmega_notify.php:297
|
2474 |
#: includes/widgets/htmega_offcanvas.php:106
|
2475 |
#: includes/widgets/htmega_offcanvas.php:269
|
2476 |
-
#: includes/widgets/htmega_popover.php:
|
2477 |
#: includes/widgets/htmega_pricing_list_view.php:576
|
2478 |
#: includes/widgets/htmega_qu_forms.php:467
|
2479 |
#: includes/widgets/htmega_services.php:1004
|
@@ -2486,7 +2545,7 @@ msgstr ""
|
|
2486 |
msgid "Button"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
-
#: includes/widgets/htmega_double_button.php:
|
2490 |
msgid "Button Area"
|
2491 |
msgstr ""
|
2492 |
|
@@ -2531,12 +2590,12 @@ msgstr ""
|
|
2531 |
#: includes/widgets/htmega_404_content.php:153
|
2532 |
#: includes/widgets/htmega_404_content.php:201
|
2533 |
#: includes/widgets/htmega_call_to_action.php:84
|
2534 |
-
#: includes/widgets/htmega_flip-box.php:
|
2535 |
msgid "Button Link"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: includes/widgets/htmega_double_button.php:
|
2539 |
-
#: includes/widgets/htmega_double_button.php:
|
2540 |
msgid "Button One"
|
2541 |
msgstr ""
|
2542 |
|
@@ -2545,7 +2604,7 @@ msgid "Button Padding"
|
|
2545 |
msgstr ""
|
2546 |
|
2547 |
#: includes/widgets/htmega_button.php:75
|
2548 |
-
#: includes/widgets/htmega_double_button.php:
|
2549 |
msgid "Button Size"
|
2550 |
msgstr ""
|
2551 |
|
@@ -2562,11 +2621,11 @@ msgstr ""
|
|
2562 |
#: includes/widgets/htmega_add_banner.php:130
|
2563 |
#: includes/widgets/htmega_call_to_action.php:75
|
2564 |
#: includes/widgets/htmega_call_to_action.php:77
|
2565 |
-
#: includes/widgets/htmega_flip-box.php:
|
2566 |
#: includes/widgets/htmega_instagram_feed.php:90
|
2567 |
#: includes/widgets/htmega_notify.php:44
|
2568 |
#: includes/widgets/htmega_offcanvas.php:112
|
2569 |
-
#: includes/widgets/htmega_popover.php:
|
2570 |
#: includes/widgets/htmega_pricing_table.php:373
|
2571 |
#: includes/widgets/htmega_special_banner.php:132
|
2572 |
#: includes/widgets/htmega_special_banner.php:134
|
@@ -2579,17 +2638,17 @@ msgstr ""
|
|
2579 |
msgid "Button Text Color"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
-
#: includes/widgets/htmega_double_button.php:
|
2583 |
-
#: includes/widgets/htmega_double_button.php:
|
2584 |
msgid "Button Two"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
-
#: includes/widgets/htmega_popover.php:
|
2588 |
#: includes/widgets/htmega_tooltip.php:45
|
2589 |
msgid "Button Type"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: includes/widgets/htmega_double_button.php:
|
2593 |
msgid "Button Width"
|
2594 |
msgstr ""
|
2595 |
|
@@ -2608,7 +2667,7 @@ msgstr ""
|
|
2608 |
msgid "C"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
-
#: includes/widgets/htmega_instagram.php:
|
2612 |
msgid "Cache Time Duration"
|
2613 |
msgstr ""
|
2614 |
|
@@ -2648,7 +2707,7 @@ msgstr ""
|
|
2648 |
msgid "Call To Action"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
-
#: includes/widgets/htmega_instagram.php:
|
2652 |
msgid "Caption"
|
2653 |
msgstr ""
|
2654 |
|
@@ -2723,7 +2782,8 @@ msgstr ""
|
|
2723 |
#: includes/widgets/htmega_accordion.php:468
|
2724 |
#: includes/widgets/htmega_accordion.php:659
|
2725 |
#: includes/widgets/htmega_accordion.php:817
|
2726 |
-
#: includes/widgets/htmega_accordion.php:
|
|
|
2727 |
#: includes/widgets/htmega_add_banner.php:57
|
2728 |
#: includes/widgets/htmega_add_banner.php:366
|
2729 |
#: includes/widgets/htmega_blockquote.php:181
|
@@ -2734,25 +2794,29 @@ msgstr ""
|
|
2734 |
#: includes/widgets/htmega_contact_form_seven.php:120
|
2735 |
#: includes/widgets/htmega_countdown.php:476
|
2736 |
#: includes/widgets/htmega_countdown.php:507
|
2737 |
-
#: includes/widgets/htmega_counter.php:
|
2738 |
-
#: includes/widgets/
|
2739 |
-
#: includes/widgets/
|
2740 |
-
#: includes/widgets/
|
|
|
|
|
|
|
|
|
2741 |
#: includes/widgets/htmega_easy_digital_download.php:311
|
2742 |
#: includes/widgets/htmega_image_comparison.php:135
|
2743 |
-
#: includes/widgets/htmega_image_grid.php:
|
2744 |
-
#: includes/widgets/htmega_image_grid.php:
|
2745 |
-
#: includes/widgets/htmega_image_masonry.php:
|
2746 |
-
#: includes/widgets/htmega_image_masonry.php:
|
2747 |
#: includes/widgets/htmega_inline_menu.php:121
|
2748 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
2749 |
#: includes/widgets/htmega_modal.php:350 includes/widgets/htmega_modal.php:751
|
2750 |
#: includes/widgets/htmega_news_ticker.php:451
|
2751 |
#: includes/widgets/htmega_offcanvas.php:244
|
2752 |
#: includes/widgets/htmega_panel_slider.php:494
|
2753 |
-
#: includes/widgets/htmega_popover.php:
|
2754 |
-
#: includes/widgets/htmega_popover.php:
|
2755 |
-
#: includes/widgets/htmega_popover.php:
|
2756 |
#: includes/widgets/htmega_post_carousel.php:798
|
2757 |
#: includes/widgets/htmega_post_carousel.php:1006
|
2758 |
#: includes/widgets/htmega_post_carousel.php:1093
|
@@ -2771,7 +2835,7 @@ msgstr ""
|
|
2771 |
#: includes/widgets/htmega_pricing_list_view.php:463
|
2772 |
#: includes/widgets/htmega_pricing_list_view.php:1116
|
2773 |
#: includes/widgets/htmega_search.php:135
|
2774 |
-
#: includes/widgets/htmega_section_title.php:
|
2775 |
#: includes/widgets/htmega_services.php:239
|
2776 |
#: includes/widgets/htmega_services.php:423
|
2777 |
#: includes/widgets/htmega_services.php:528
|
@@ -2822,23 +2886,23 @@ msgstr ""
|
|
2822 |
msgid "Center Center"
|
2823 |
msgstr ""
|
2824 |
|
2825 |
-
#: includes/widgets/htmega_carousel.php:224
|
2826 |
-
#:
|
2827 |
#: includes/widgets/htmega_panel_slider.php:248
|
2828 |
#: includes/widgets/htmega_post_carousel.php:403
|
2829 |
#: includes/widgets/htmega_post_slider.php:404
|
2830 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
2831 |
#: includes/widgets/htmega_testimonial.php:282
|
2832 |
#: includes/widgets/htmega_twitter_feed.php:346
|
2833 |
msgid "Center Mode"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
-
#: includes/widgets/htmega_carousel.php:237
|
2837 |
-
#:
|
2838 |
#: includes/widgets/htmega_panel_slider.php:261
|
2839 |
#: includes/widgets/htmega_post_carousel.php:416
|
2840 |
#: includes/widgets/htmega_post_slider.php:417
|
2841 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
2842 |
#: includes/widgets/htmega_testimonial.php:295
|
2843 |
#: includes/widgets/htmega_twitter_feed.php:359
|
2844 |
msgid "Center padding"
|
@@ -2864,14 +2928,10 @@ msgstr ""
|
|
2864 |
msgid "Choose Product"
|
2865 |
msgstr ""
|
2866 |
|
2867 |
-
#: includes/widgets/htmega_progressbar.php:
|
2868 |
msgid "Circle"
|
2869 |
msgstr ""
|
2870 |
|
2871 |
-
#: includes/widgets/htmega_instagram - Copy.php:138
|
2872 |
-
msgid "Clear Cache Data"
|
2873 |
-
msgstr ""
|
2874 |
-
|
2875 |
#: includes/widgets/htmega_button.php:51
|
2876 |
msgid "Click Me"
|
2877 |
msgstr ""
|
@@ -2994,8 +3054,8 @@ msgstr ""
|
|
2994 |
#: includes/widgets/htmega_accordion.php:676
|
2995 |
#: includes/widgets/htmega_accordion.php:894
|
2996 |
#: includes/widgets/htmega_accordion.php:1004
|
2997 |
-
#: includes/widgets/htmega_accordion.php:
|
2998 |
-
#: includes/widgets/htmega_accordion.php:
|
2999 |
#: includes/widgets/htmega_add_banner.php:435
|
3000 |
#: includes/widgets/htmega_add_banner.php:494
|
3001 |
#: includes/widgets/htmega_add_banner.php:553
|
@@ -3030,11 +3090,11 @@ msgstr ""
|
|
3030 |
#: includes/widgets/htmega_countdown.php:689
|
3031 |
#: includes/widgets/htmega_countdown.php:809
|
3032 |
#: includes/widgets/htmega_countdown.php:894
|
3033 |
-
#: includes/widgets/htmega_counter.php:
|
3034 |
-
#: includes/widgets/htmega_counter.php:
|
3035 |
-
#: includes/widgets/htmega_counter.php:
|
3036 |
-
#: includes/widgets/htmega_counter.php:
|
3037 |
-
#: includes/widgets/htmega_counter.php:
|
3038 |
#: includes/widgets/htmega_cuctom_event.php:140
|
3039 |
#: includes/widgets/htmega_cuctom_event.php:196
|
3040 |
#: includes/widgets/htmega_cuctom_event.php:226
|
@@ -3042,19 +3102,20 @@ msgstr ""
|
|
3042 |
#: includes/widgets/htmega_cuctom_event.php:330
|
3043 |
#: includes/widgets/htmega_cuctom_event.php:399
|
3044 |
#: includes/widgets/htmega_cuctom_event.php:450
|
3045 |
-
#: includes/widgets/htmega_double_button.php:
|
3046 |
-
#: includes/widgets/htmega_double_button.php:
|
3047 |
-
#: includes/widgets/htmega_double_button.php:
|
3048 |
-
#: includes/widgets/htmega_double_button.php:
|
3049 |
-
#: includes/widgets/htmega_double_button.php:
|
3050 |
#: includes/widgets/htmega_download_monitor.php:153
|
3051 |
#: includes/widgets/htmega_download_monitor.php:226
|
3052 |
-
#: includes/widgets/htmega_dropcaps.php:
|
3053 |
-
#: includes/widgets/htmega_dropcaps.php:
|
3054 |
#: includes/widgets/htmega_easy_digital_download.php:348
|
3055 |
#: includes/widgets/htmega_easy_digital_download.php:421
|
3056 |
#: includes/widgets/htmega_easy_digital_download.php:531
|
3057 |
#: includes/widgets/htmega_easy_digital_download.php:600
|
|
|
3058 |
#: includes/widgets/htmega_gravity_forms.php:117
|
3059 |
#: includes/widgets/htmega_gravity_forms.php:151
|
3060 |
#: includes/widgets/htmega_gravity_forms.php:193
|
@@ -3064,29 +3125,24 @@ msgstr ""
|
|
3064 |
#: includes/widgets/htmega_image_comparison.php:158
|
3065 |
#: includes/widgets/htmega_image_comparison.php:240
|
3066 |
#: includes/widgets/htmega_image_comparison.php:320
|
3067 |
-
#: includes/widgets/htmega_image_grid.php:
|
3068 |
-
#: includes/widgets/htmega_image_grid.php:
|
3069 |
-
#: includes/widgets/htmega_image_grid.php:
|
3070 |
-
#: includes/widgets/htmega_image_grid.php:
|
3071 |
#: includes/widgets/htmega_image_marker.php:212
|
3072 |
#: includes/widgets/htmega_image_marker.php:329
|
3073 |
#: includes/widgets/htmega_image_marker.php:392
|
3074 |
-
#: includes/widgets/htmega_image_masonry.php:
|
3075 |
-
#: includes/widgets/htmega_image_masonry.php:
|
3076 |
-
#: includes/widgets/htmega_image_masonry.php:
|
3077 |
-
#: includes/widgets/htmega_image_masonry.php:
|
3078 |
#: includes/widgets/htmega_inline_menu.php:148
|
3079 |
#: includes/widgets/htmega_inline_menu.php:234
|
3080 |
#: includes/widgets/htmega_inline_menu.php:288
|
3081 |
-
#: includes/widgets/htmega_instagram
|
3082 |
-
#: includes/widgets/htmega_instagram
|
3083 |
-
#: includes/widgets/htmega_instagram
|
3084 |
-
#: includes/widgets/htmega_instagram
|
3085 |
-
#: includes/widgets/htmega_instagram - Copy.php:1188
|
3086 |
-
#: includes/widgets/htmega_instagram.php:768
|
3087 |
-
#: includes/widgets/htmega_instagram.php:861
|
3088 |
-
#: includes/widgets/htmega_instagram.php:921
|
3089 |
-
#: includes/widgets/htmega_instagram.php:1067
|
3090 |
#: includes/widgets/htmega_lightbox.php:262
|
3091 |
#: includes/widgets/htmega_modal.php:190 includes/widgets/htmega_modal.php:382
|
3092 |
#: includes/widgets/htmega_modal.php:428 includes/widgets/htmega_modal.php:526
|
@@ -3114,10 +3170,10 @@ msgstr ""
|
|
3114 |
#: includes/widgets/htmega_panel_slider.php:583
|
3115 |
#: includes/widgets/htmega_panel_slider.php:654
|
3116 |
#: includes/widgets/htmega_panel_slider.php:796
|
3117 |
-
#: includes/widgets/htmega_popover.php:
|
3118 |
-
#: includes/widgets/htmega_popover.php:
|
3119 |
-
#: includes/widgets/htmega_popover.php:
|
3120 |
-
#: includes/widgets/htmega_popover.php:
|
3121 |
#: includes/widgets/htmega_post_carousel.php:943
|
3122 |
#: includes/widgets/htmega_post_carousel.php:1040
|
3123 |
#: includes/widgets/htmega_post_carousel.php:1183
|
@@ -3154,19 +3210,21 @@ msgstr ""
|
|
3154 |
#: includes/widgets/htmega_pricing_table.php:645
|
3155 |
#: includes/widgets/htmega_pricing_table.php:720
|
3156 |
#: includes/widgets/htmega_pricing_table.php:808
|
3157 |
-
#: includes/widgets/htmega_progressbar.php:
|
3158 |
#: includes/widgets/htmega_qu_forms.php:88
|
3159 |
#: includes/widgets/htmega_qu_forms.php:177
|
3160 |
#: includes/widgets/htmega_qu_forms.php:267
|
3161 |
#: includes/widgets/htmega_qu_forms.php:378
|
3162 |
#: includes/widgets/htmega_qu_forms.php:509
|
3163 |
#: includes/widgets/htmega_qu_forms.php:596
|
3164 |
-
#: includes/widgets/
|
|
|
3165 |
#: includes/widgets/htmega_search.php:336
|
3166 |
#: includes/widgets/htmega_search.php:453
|
3167 |
-
#: includes/widgets/htmega_section_title.php:
|
3168 |
-
#: includes/widgets/htmega_section_title.php:
|
3169 |
-
#: includes/widgets/htmega_section_title.php:
|
|
|
3170 |
#: includes/widgets/htmega_services.php:358
|
3171 |
#: includes/widgets/htmega_services.php:474
|
3172 |
#: includes/widgets/htmega_services.php:639
|
@@ -3176,9 +3234,10 @@ msgstr ""
|
|
3176 |
#: includes/widgets/htmega_single_post.php:157
|
3177 |
#: includes/widgets/htmega_single_post.php:254
|
3178 |
#: includes/widgets/htmega_single_post.php:356
|
3179 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
3180 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
3181 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
3182 |
#: includes/widgets/htmega_socialshere.php:137
|
3183 |
#: includes/widgets/htmega_socialshere.php:226
|
3184 |
#: includes/widgets/htmega_special_banner.php:340
|
@@ -3241,10 +3300,11 @@ msgstr ""
|
|
3241 |
#: includes/widgets/htmega_weather.php:163
|
3242 |
#: includes/widgets/htmega_weather.php:226
|
3243 |
#: includes/widgets/htmega_weather.php:258
|
3244 |
-
#: includes/widgets/htmega_working_process.php:
|
3245 |
-
#: includes/widgets/htmega_working_process.php:
|
3246 |
-
#: includes/widgets/htmega_working_process.php:
|
3247 |
-
#: includes/widgets/htmega_working_process.php:
|
|
|
3248 |
#: includes/widgets/htmega_wpforms.php:102
|
3249 |
#: includes/widgets/htmega_wpforms.php:182
|
3250 |
#: includes/widgets/htmega_wpforms.php:271
|
@@ -3267,24 +3327,21 @@ msgstr ""
|
|
3267 |
msgid "Colspan"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
-
#: includes/widgets/htmega_image_grid.php:
|
3271 |
-
#:
|
|
|
3272 |
#: includes/widgets/htmega_pricing_list_view.php:536
|
3273 |
#: includes/widgets/htmega_table.php:200
|
3274 |
#: includes/widgets/htmega_testimonial_grid.php:54
|
3275 |
-
#: includes/widgets/htmega_working_process.php:
|
3276 |
msgid "Column"
|
3277 |
msgstr ""
|
3278 |
|
3279 |
-
#: includes/widgets/
|
3280 |
-
msgid "column"
|
3281 |
-
msgstr ""
|
3282 |
-
|
3283 |
-
#: includes/widgets/htmega_working_process.php:62
|
3284 |
msgid "Column Five"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
-
#: includes/widgets/htmega_working_process.php:
|
3288 |
msgid "Column Four"
|
3289 |
msgstr ""
|
3290 |
|
@@ -3297,10 +3354,11 @@ msgstr ""
|
|
3297 |
msgid "Column Name"
|
3298 |
msgstr ""
|
3299 |
|
3300 |
-
#: includes/widgets/htmega_working_process.php:
|
3301 |
msgid "Column One"
|
3302 |
msgstr ""
|
3303 |
|
|
|
3304 |
#: includes/widgets/htmega_post_carousel.php:311
|
3305 |
#: includes/widgets/htmega_twitter_feed.php:256
|
3306 |
msgid "Column Space"
|
@@ -3310,11 +3368,11 @@ msgstr ""
|
|
3310 |
msgid "Column Spacing"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: includes/widgets/htmega_working_process.php:
|
3314 |
msgid "Column Three"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
-
#: includes/widgets/htmega_working_process.php:
|
3318 |
msgid "Column Two"
|
3319 |
msgstr ""
|
3320 |
|
@@ -3335,10 +3393,6 @@ msgstr ""
|
|
3335 |
msgid "Coming Soon Page Template."
|
3336 |
msgstr ""
|
3337 |
|
3338 |
-
#: includes/widgets/htmega_instagram - Copy.php:865
|
3339 |
-
msgid "Comment & Like"
|
3340 |
-
msgstr ""
|
3341 |
-
|
3342 |
#: includes/widgets/htmega_news_ticker.php:248
|
3343 |
#: includes/widgets/htmega_post_carousel.php:171
|
3344 |
#: includes/widgets/htmega_post_grid.php:145
|
@@ -3347,10 +3401,6 @@ msgstr ""
|
|
3347 |
msgid "Comment count"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
-
#: includes/widgets/htmega_instagram - Copy.php:293
|
3351 |
-
msgid "Comment Icon"
|
3352 |
-
msgstr ""
|
3353 |
-
|
3354 |
#: includes/widgets/htmega_twitter_feed.php:81
|
3355 |
msgid "Consumer Key"
|
3356 |
msgstr ""
|
@@ -3390,13 +3440,13 @@ msgstr ""
|
|
3390 |
#: includes/widgets/htmega_blockquote.php:48
|
3391 |
#: includes/widgets/htmega_blockquote.php:61
|
3392 |
#: includes/widgets/htmega_blockquote.php:263
|
3393 |
-
#: includes/widgets/htmega_dropcaps.php:
|
3394 |
#: includes/widgets/htmega_image_marker.php:270
|
3395 |
#: includes/widgets/htmega_modal.php:62 includes/widgets/htmega_modal.php:75
|
3396 |
#: includes/widgets/htmega_modal.php:77
|
3397 |
#: includes/widgets/htmega_news_ticker.php:406
|
3398 |
#: includes/widgets/htmega_notify.php:459
|
3399 |
-
#: includes/widgets/htmega_popover.php:
|
3400 |
#: includes/widgets/htmega_post_carousel.php:226
|
3401 |
#: includes/widgets/htmega_post_carousel.php:1030
|
3402 |
#: includes/widgets/htmega_post_grid_tab.php:186
|
@@ -3406,9 +3456,9 @@ msgstr ""
|
|
3406 |
#: includes/widgets/htmega_pricing_list_view.php:54
|
3407 |
#: includes/widgets/htmega_pricing_list_view.php:181
|
3408 |
#: includes/widgets/htmega_pricing_list_view.php:546
|
3409 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
3410 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
3411 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
3412 |
#: includes/widgets/htmega_socialshere.php:49
|
3413 |
#: includes/widgets/htmega_switcher.php:93
|
3414 |
#: includes/widgets/htmega_switcher.php:106
|
@@ -3447,6 +3497,7 @@ msgid "Content area padding"
|
|
3447 |
msgstr ""
|
3448 |
|
3449 |
#: includes/widgets/htmega_single_post.php:470
|
|
|
3450 |
msgid "Content Box"
|
3451 |
msgstr ""
|
3452 |
|
@@ -3466,6 +3517,7 @@ msgstr ""
|
|
3466 |
msgid "Content Box Hover BG"
|
3467 |
msgstr ""
|
3468 |
|
|
|
3469 |
#: includes/widgets/htmega_teammember.php:590
|
3470 |
msgid "Content Box Padding"
|
3471 |
msgstr ""
|
@@ -3473,6 +3525,7 @@ msgstr ""
|
|
3473 |
#: includes/widgets/htmega_post_carousel.php:688
|
3474 |
#: includes/widgets/htmega_post_grid_tab.php:329
|
3475 |
#: includes/widgets/htmega_post_slider.php:708
|
|
|
3476 |
#: includes/widgets/htmega_special_banner.php:247
|
3477 |
msgid "Content Box Style"
|
3478 |
msgstr ""
|
@@ -3516,7 +3569,7 @@ msgstr ""
|
|
3516 |
|
3517 |
#: includes/widgets/htmega_post_grid_tab.php:70
|
3518 |
#: includes/widgets/htmega_post_slider.php:79
|
3519 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
3520 |
msgid "Content Source"
|
3521 |
msgstr ""
|
3522 |
|
@@ -3531,14 +3584,12 @@ msgstr ""
|
|
3531 |
msgid "Content Style"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
-
#: includes/widgets/htmega_flip-box.php:
|
3535 |
-
#: includes/widgets/htmega_flip-box.php:
|
3536 |
msgid "Content Style Tabs"
|
3537 |
msgstr ""
|
3538 |
|
3539 |
#: includes/widgets/htmega_buddy_press.php:53
|
3540 |
-
#: includes/widgets/htmega_flip-box.php:63
|
3541 |
-
#: includes/widgets/htmega_flip-box.php:158
|
3542 |
#: includes/widgets/htmega_pricing_list_view.php:556
|
3543 |
msgid "Content Type"
|
3544 |
msgstr ""
|
@@ -3575,7 +3626,7 @@ msgstr ""
|
|
3575 |
msgid "Counter separator"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
-
#: includes/widgets/htmega_counter.php:
|
3579 |
msgid "Counter Title"
|
3580 |
msgstr ""
|
3581 |
|
@@ -3612,8 +3663,9 @@ msgstr ""
|
|
3612 |
#: includes/widgets/htmega_blockquote.php:39
|
3613 |
#: includes/widgets/htmega_modal.php:53
|
3614 |
#: includes/widgets/htmega_pricing_table.php:221
|
3615 |
-
#: includes/widgets/
|
3616 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
|
|
3617 |
#: includes/widgets/htmega_switcher.php:84
|
3618 |
#: includes/widgets/htmega_switcher.php:155 includes/widgets/htmega_tab.php:88
|
3619 |
#: includes/widgets/htmega_toggle.php:80
|
@@ -3624,7 +3676,7 @@ msgstr ""
|
|
3624 |
msgid "Custom Background Color"
|
3625 |
msgstr ""
|
3626 |
|
3627 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
3628 |
#: includes/widgets/htmega_toggle.php:105
|
3629 |
msgid "Custom Content"
|
3630 |
msgstr ""
|
@@ -3639,7 +3691,7 @@ msgstr ""
|
|
3639 |
msgid "Custom Gradient Color"
|
3640 |
msgstr ""
|
3641 |
|
3642 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
3643 |
msgid "Custom Height"
|
3644 |
msgstr ""
|
3645 |
|
@@ -3652,6 +3704,10 @@ msgstr ""
|
|
3652 |
msgid "Custom label"
|
3653 |
msgstr ""
|
3654 |
|
|
|
|
|
|
|
|
|
3655 |
#: includes/widgets/htmega_news_ticker.php:229
|
3656 |
#: includes/widgets/htmega_post_carousel.php:136
|
3657 |
#: includes/widgets/htmega_post_grid.php:110
|
@@ -3731,7 +3787,7 @@ msgstr ""
|
|
3731 |
#: includes/widgets/htmega_business_hours.php:76
|
3732 |
#: includes/widgets/htmega_business_hours.php:498
|
3733 |
#: includes/widgets/htmega_countdown.php:128
|
3734 |
-
#: includes/widgets/htmega_instagram.php:
|
3735 |
msgid "Day"
|
3736 |
msgstr ""
|
3737 |
|
@@ -3770,7 +3826,7 @@ msgstr ""
|
|
3770 |
msgid "Delay"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
-
#: includes/widgets/htmega_instagram.php:
|
3774 |
msgid "Delete existing caching data"
|
3775 |
msgstr ""
|
3776 |
|
@@ -3801,28 +3857,32 @@ msgstr ""
|
|
3801 |
#: includes/widgets/htmega_cuctom_event.php:215
|
3802 |
#: includes/widgets/htmega_easy_digital_download.php:189
|
3803 |
#: includes/widgets/htmega_easy_digital_download.php:410
|
3804 |
-
#: includes/widgets/htmega_flip-box.php:
|
3805 |
-
#: includes/widgets/htmega_flip-box.php:
|
3806 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
|
|
|
|
3807 |
#: includes/widgets/htmega_gravity_forms.php:140
|
3808 |
-
#: includes/widgets/htmega_image_grid.php:
|
3809 |
-
#: includes/widgets/htmega_image_grid.php:
|
3810 |
#: includes/widgets/htmega_image_marker.php:385
|
3811 |
-
#: includes/widgets/htmega_image_masonry.php:
|
3812 |
-
#: includes/widgets/htmega_image_masonry.php:
|
3813 |
#: includes/widgets/htmega_ninja_forms.php:179
|
3814 |
#: includes/widgets/htmega_services.php:463
|
3815 |
#: includes/widgets/htmega_special_banner.php:90
|
3816 |
#: includes/widgets/htmega_special_banner.php:447
|
3817 |
#: includes/widgets/htmega_wc_categories.php:129
|
3818 |
-
#: includes/widgets/htmega_working_process.php:
|
3819 |
-
#: includes/widgets/htmega_working_process.php:
|
3820 |
#: includes/widgets/htmega_wpforms.php:76
|
3821 |
#: includes/widgets/htmega_wpforms.php:171
|
3822 |
msgid "Description"
|
3823 |
msgstr ""
|
3824 |
|
3825 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
3826 |
msgid "Description Color"
|
3827 |
msgstr ""
|
3828 |
|
@@ -3830,11 +3890,15 @@ msgstr ""
|
|
3830 |
msgid "Description Hide"
|
3831 |
msgstr ""
|
3832 |
|
3833 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
|
|
|
|
3834 |
msgid "Description Margin"
|
3835 |
msgstr ""
|
3836 |
|
3837 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
3838 |
msgid "Description Padding"
|
3839 |
msgstr ""
|
3840 |
|
@@ -3869,13 +3933,13 @@ msgid "Digg"
|
|
3869 |
msgstr ""
|
3870 |
|
3871 |
#: includes/widgets/htmega_news_ticker.php:115
|
3872 |
-
#: includes/widgets/htmega_popover.php:
|
3873 |
#: includes/widgets/htmega_tooltip.php:173
|
3874 |
msgid "Direction"
|
3875 |
msgstr ""
|
3876 |
|
3877 |
-
#: includes/widgets/htmega_section_title.php:
|
3878 |
-
#: includes/widgets/htmega_section_title.php:
|
3879 |
msgid "Display"
|
3880 |
msgstr ""
|
3881 |
|
@@ -3910,8 +3974,8 @@ msgid "Dot Style"
|
|
3910 |
msgstr ""
|
3911 |
|
3912 |
#: admin/include/admin-setting.php:214
|
3913 |
-
#: includes/widgets/htmega_double_button.php:
|
3914 |
-
#: includes/widgets/htmega_double_button.php:
|
3915 |
msgid "Double Button"
|
3916 |
msgstr ""
|
3917 |
|
@@ -3936,12 +4000,12 @@ msgstr ""
|
|
3936 |
msgid "Drag n Drop, No coding Required"
|
3937 |
msgstr ""
|
3938 |
|
3939 |
-
#: includes/widgets/htmega_dropcaps.php:
|
3940 |
msgid "Dropcap Latter"
|
3941 |
msgstr ""
|
3942 |
|
3943 |
-
#: admin/include/admin-setting.php:222 includes/widgets/htmega_dropcaps.php:
|
3944 |
-
#: includes/widgets/htmega_dropcaps.php:
|
3945 |
msgid "Dropcaps"
|
3946 |
msgstr ""
|
3947 |
|
@@ -4059,7 +4123,7 @@ msgstr ""
|
|
4059 |
#: includes/widgets/htmega_blockquote.php:40
|
4060 |
#: includes/widgets/htmega_modal.php:54
|
4061 |
#: includes/widgets/htmega_offcanvas.php:52
|
4062 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
4063 |
#: includes/widgets/htmega_switcher.php:85
|
4064 |
#: includes/widgets/htmega_switcher.php:156 includes/widgets/htmega_tab.php:89
|
4065 |
#: includes/widgets/htmega_toggle.php:81
|
@@ -4084,6 +4148,7 @@ msgid "Email is not valid"
|
|
4084 |
msgstr ""
|
4085 |
|
4086 |
#: includes/widgets/htmega_accordion.php:981
|
|
|
4087 |
msgid "End"
|
4088 |
msgstr ""
|
4089 |
|
@@ -4091,8 +4156,8 @@ msgstr ""
|
|
4091 |
msgid "Enter Map Style Json Code."
|
4092 |
msgstr ""
|
4093 |
|
4094 |
-
#: includes/widgets/htmega_section_title.php:
|
4095 |
-
#: includes/widgets/htmega_section_title.php:
|
4096 |
msgid "Enter your advance title"
|
4097 |
msgstr ""
|
4098 |
|
@@ -4100,7 +4165,7 @@ msgstr ""
|
|
4100 |
msgid "Enter your center address."
|
4101 |
msgstr ""
|
4102 |
|
4103 |
-
#: includes/widgets/htmega_dropcaps.php:
|
4104 |
msgid "Enter Your Dropcaps Content."
|
4105 |
msgstr ""
|
4106 |
|
@@ -4108,8 +4173,8 @@ msgstr ""
|
|
4108 |
msgid "Enter your service title"
|
4109 |
msgstr ""
|
4110 |
|
4111 |
-
#: includes/widgets/htmega_section_title.php:
|
4112 |
-
#: includes/widgets/htmega_section_title.php:
|
4113 |
msgid "Enter your sub title"
|
4114 |
msgstr ""
|
4115 |
|
@@ -4117,8 +4182,8 @@ msgstr ""
|
|
4117 |
msgid "Enter your Text"
|
4118 |
msgstr ""
|
4119 |
|
4120 |
-
#: includes/widgets/htmega_section_title.php:
|
4121 |
-
#: includes/widgets/htmega_section_title.php:
|
4122 |
msgid "Enter your title"
|
4123 |
msgstr ""
|
4124 |
|
@@ -4199,12 +4264,12 @@ msgid "Expand Item Height"
|
|
4199 |
msgstr ""
|
4200 |
|
4201 |
#: includes/widgets/htmega_button.php:82
|
4202 |
-
#: includes/widgets/htmega_double_button.php:
|
4203 |
msgid "Extra Large"
|
4204 |
msgstr ""
|
4205 |
|
4206 |
#: includes/widgets/htmega_button.php:83
|
4207 |
-
#: includes/widgets/htmega_double_button.php:
|
4208 |
msgid "Extra Small"
|
4209 |
msgstr ""
|
4210 |
|
@@ -4363,43 +4428,33 @@ msgstr ""
|
|
4363 |
msgid "First Slide Number"
|
4364 |
msgstr ""
|
4365 |
|
4366 |
-
#: includes/widgets/htmega_image_grid.php:
|
4367 |
-
#: includes/widgets/htmega_image_masonry.php:
|
4368 |
#: includes/widgets/htmega_testimonial_grid.php:62
|
4369 |
msgid "Five"
|
4370 |
msgstr ""
|
4371 |
|
4372 |
-
#: admin/include/admin-setting.php:230 includes/widgets/htmega_flip-box.php:
|
4373 |
msgid "Flip Box"
|
4374 |
msgstr ""
|
4375 |
|
4376 |
-
#: includes/widgets/htmega_flip-box.php:
|
4377 |
msgid "Flip Box Back Heading"
|
4378 |
msgstr ""
|
4379 |
|
4380 |
-
#: includes/widgets/htmega_flip-box.php:
|
4381 |
msgid "Flip Box Heading"
|
4382 |
msgstr ""
|
4383 |
|
4384 |
-
#: includes/widgets/htmega_instagram
|
4385 |
-
#: includes/widgets/htmega_instagram.php:292
|
4386 |
msgid "Flow Button Icon"
|
4387 |
msgstr ""
|
4388 |
|
4389 |
-
#: includes/widgets/htmega_instagram
|
4390 |
-
msgid "Flow Button Prefix"
|
4391 |
-
msgstr ""
|
4392 |
-
|
4393 |
-
#: includes/widgets/htmega_instagram - Copy.php:340
|
4394 |
-
#: includes/widgets/htmega_instagram.php:203
|
4395 |
msgid "Follow @"
|
4396 |
msgstr ""
|
4397 |
|
4398 |
-
#: includes/widgets/htmega_instagram
|
4399 |
-
msgid "Follow Button"
|
4400 |
-
msgstr ""
|
4401 |
-
|
4402 |
-
#: includes/widgets/htmega_instagram.php:201
|
4403 |
msgid "Follow button Aditional text"
|
4404 |
msgstr ""
|
4405 |
|
@@ -4421,22 +4476,20 @@ msgid "Follow Text Color"
|
|
4421 |
msgstr ""
|
4422 |
|
4423 |
#: includes/widgets/htmega_blockquote.php:568
|
4424 |
-
#: includes/widgets/htmega_carousel.php:454
|
4425 |
-
#:
|
4426 |
-
#: includes/widgets/htmega_instagram
|
4427 |
-
#: includes/widgets/htmega_instagram.php:
|
4428 |
-
#: includes/widgets/htmega_instagram.php:834
|
4429 |
-
#: includes/widgets/htmega_instagram.php:933
|
4430 |
#: includes/widgets/htmega_lightbox.php:287
|
4431 |
#: includes/widgets/htmega_panel_slider.php:666
|
4432 |
#: includes/widgets/htmega_post_carousel.php:1563
|
4433 |
#: includes/widgets/htmega_post_slider.php:1553
|
4434 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
4435 |
#: includes/widgets/htmega_teammember.php:1030
|
4436 |
#: includes/widgets/htmega_testimonial.php:864
|
4437 |
#: includes/widgets/htmega_twitter_feed.php:1087
|
4438 |
#: includes/widgets/htmega_video_player.php:313
|
4439 |
-
#: includes/widgets/htmega_working_process.php:
|
4440 |
msgid "Font Size"
|
4441 |
msgstr ""
|
4442 |
|
@@ -4479,7 +4532,7 @@ msgstr ""
|
|
4479 |
msgid "For Layout 4 only"
|
4480 |
msgstr ""
|
4481 |
|
4482 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
4483 |
msgid ""
|
4484 |
"For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
|
4485 |
"target=\"_blank\"> Click here </a>"
|
@@ -4515,8 +4568,8 @@ msgstr ""
|
|
4515 |
msgid "Forum Index"
|
4516 |
msgstr ""
|
4517 |
|
4518 |
-
#: includes/widgets/htmega_image_grid.php:
|
4519 |
-
#: includes/widgets/htmega_image_masonry.php:
|
4520 |
#: includes/widgets/htmega_testimonial_grid.php:61
|
4521 |
msgid "Four"
|
4522 |
msgstr ""
|
@@ -4538,7 +4591,7 @@ msgid "From Ajax"
|
|
4538 |
msgstr ""
|
4539 |
|
4540 |
#: includes/widgets/htmega_flip-box.php:56
|
4541 |
-
#: includes/widgets/htmega_flip-box.php:
|
4542 |
msgid "Front"
|
4543 |
msgstr ""
|
4544 |
|
@@ -4546,7 +4599,7 @@ msgstr ""
|
|
4546 |
msgid "Full"
|
4547 |
msgstr ""
|
4548 |
|
4549 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
4550 |
msgid "Full Screen"
|
4551 |
msgstr ""
|
4552 |
|
@@ -4708,7 +4761,7 @@ msgstr ""
|
|
4708 |
msgid "Handler"
|
4709 |
msgstr ""
|
4710 |
|
4711 |
-
#: includes/widgets/htmega_counter.php:
|
4712 |
msgid "Happy Clients"
|
4713 |
msgstr ""
|
4714 |
|
@@ -4722,7 +4775,7 @@ msgstr ""
|
|
4722 |
|
4723 |
#: includes/widgets/htmega_booked_calender.php:175
|
4724 |
#: includes/widgets/htmega_modal.php:420
|
4725 |
-
#: includes/widgets/htmega_popover.php:
|
4726 |
#: includes/widgets/htmega_pricing_table.php:60
|
4727 |
#: includes/widgets/htmega_pricing_table.php:481
|
4728 |
#: includes/widgets/htmega_tablepress.php:137
|
@@ -4780,16 +4833,14 @@ msgstr ""
|
|
4780 |
#: includes/widgets/htmega_contact_form_seven.php:153
|
4781 |
#: includes/widgets/htmega_contact_form_seven.php:326
|
4782 |
#: includes/widgets/htmega_contact_form_seven.php:547
|
4783 |
-
#: includes/widgets/htmega_flip-box.php:
|
4784 |
#: includes/widgets/htmega_gravity_forms.php:302
|
4785 |
#: includes/widgets/htmega_gravity_forms.php:389
|
4786 |
#: includes/widgets/htmega_image_comparison.php:387
|
4787 |
-
#: includes/widgets/htmega_instagram
|
4788 |
-
#: includes/widgets/htmega_instagram
|
4789 |
-
#: includes/widgets/
|
4790 |
-
#: includes/widgets/
|
4791 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:156
|
4792 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:298
|
4793 |
#: includes/widgets/htmega_modal.php:325
|
4794 |
#: includes/widgets/htmega_ninja_forms.php:392
|
4795 |
#: includes/widgets/htmega_ninja_forms.php:503
|
@@ -4803,19 +4854,19 @@ msgstr ""
|
|
4803 |
#: includes/widgets/htmega_post_slider.php:1758
|
4804 |
#: includes/widgets/htmega_pricing_list_view.php:371
|
4805 |
#: includes/widgets/htmega_pricing_list_view.php:998
|
4806 |
-
#: includes/widgets/htmega_progressbar.php:
|
4807 |
#: includes/widgets/htmega_qu_forms.php:288
|
4808 |
#: includes/widgets/htmega_qu_forms.php:399
|
4809 |
#: includes/widgets/htmega_qu_forms.php:484
|
4810 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
4811 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
4812 |
#: includes/widgets/htmega_search.php:263
|
4813 |
#: includes/widgets/htmega_search.php:394
|
4814 |
#: includes/widgets/htmega_services.php:587
|
4815 |
#: includes/widgets/htmega_services.php:835
|
4816 |
#: includes/widgets/htmega_services.php:898
|
4817 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
4818 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
4819 |
#: includes/widgets/htmega_testimonial.php:921
|
4820 |
#: includes/widgets/htmega_testimonial.php:1100
|
4821 |
#: includes/widgets/htmega_twitter_feed.php:1145
|
@@ -4844,19 +4895,15 @@ msgstr ""
|
|
4844 |
#: includes/widgets/htmega_buddy_press.php:120
|
4845 |
#: includes/widgets/htmega_buddy_press.php:135
|
4846 |
#: includes/widgets/htmega_buddy_press.php:150
|
4847 |
-
#: includes/widgets/htmega_double_button.php:
|
4848 |
#: includes/widgets/htmega_gravity_forms.php:70
|
4849 |
#: includes/widgets/htmega_gravity_forms.php:82
|
4850 |
-
#: includes/widgets/htmega_instagram
|
4851 |
-
#: includes/widgets/htmega_instagram
|
4852 |
-
#: includes/widgets/htmega_instagram
|
4853 |
-
#: includes/widgets/
|
4854 |
-
#: includes/widgets/
|
4855 |
-
#: includes/widgets/
|
4856 |
-
#: includes/widgets/htmega_instagram.php:180
|
4857 |
-
#: includes/widgets/htmega_instagram.php:192
|
4858 |
-
#: includes/widgets/htmega_popover.php:127
|
4859 |
-
#: includes/widgets/htmega_popover.php:204
|
4860 |
#: includes/widgets/htmega_socialshere.php:365
|
4861 |
#: includes/widgets/htmega_socialshere.php:380
|
4862 |
#: includes/widgets/htmega_table.php:65 includes/widgets/htmega_table.php:90
|
@@ -4901,6 +4948,10 @@ msgstr ""
|
|
4901 |
msgid "Hide Label"
|
4902 |
msgstr ""
|
4903 |
|
|
|
|
|
|
|
|
|
4904 |
#: includes/widgets/htmega_weather.php:117
|
4905 |
msgid "Hide Weather Attribution"
|
4906 |
msgstr ""
|
@@ -4909,6 +4960,10 @@ msgstr ""
|
|
4909 |
msgid "High Light Pricing Table"
|
4910 |
msgstr ""
|
4911 |
|
|
|
|
|
|
|
|
|
4912 |
#: includes/widgets/htmega_business_hours.php:94
|
4913 |
msgid "Hight Light this day"
|
4914 |
msgstr ""
|
@@ -4917,12 +4972,13 @@ msgstr ""
|
|
4917 |
msgid "Honesty is the best policy"
|
4918 |
msgstr ""
|
4919 |
|
4920 |
-
#: includes/widgets/htmega_progressbar.php:
|
4921 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
4922 |
msgid "Horizontal"
|
4923 |
msgstr ""
|
4924 |
|
4925 |
#: includes/widgets/htmega_post_carousel.php:1700
|
|
|
4926 |
#: includes/widgets/htmega_twitter_feed.php:1203
|
4927 |
msgid "Horizontal Position"
|
4928 |
msgstr ""
|
@@ -4939,7 +4995,7 @@ msgstr ""
|
|
4939 |
msgid "Horizontal Postion"
|
4940 |
msgstr ""
|
4941 |
|
4942 |
-
#: includes/widgets/htmega_instagram.php:
|
4943 |
msgid "Hour"
|
4944 |
msgstr ""
|
4945 |
|
@@ -4967,26 +5023,25 @@ msgstr ""
|
|
4967 |
#: includes/widgets/htmega_countdown.php:888
|
4968 |
#: includes/widgets/htmega_cuctom_event.php:189
|
4969 |
#: includes/widgets/htmega_cuctom_event.php:443
|
4970 |
-
#: includes/widgets/htmega_double_button.php:
|
4971 |
-
#: includes/widgets/htmega_double_button.php:
|
4972 |
-
#: includes/widgets/htmega_double_button.php:
|
4973 |
#: includes/widgets/htmega_download_monitor.php:220
|
4974 |
#: includes/widgets/htmega_easy_digital_download.php:385
|
4975 |
#: includes/widgets/htmega_easy_digital_download.php:593
|
4976 |
#: includes/widgets/htmega_gravity_forms.php:494
|
4977 |
-
#: includes/widgets/htmega_image_grid.php:
|
4978 |
-
#: includes/widgets/htmega_image_masonry.php:
|
4979 |
#: includes/widgets/htmega_inline_menu.php:227
|
4980 |
-
#: includes/widgets/htmega_instagram
|
4981 |
-
#: includes/widgets/
|
4982 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:407
|
4983 |
#: includes/widgets/htmega_modal.php:375
|
4984 |
#: includes/widgets/htmega_news_ticker.php:848
|
4985 |
#: includes/widgets/htmega_ninja_forms.php:693
|
4986 |
#: includes/widgets/htmega_notify.php:404
|
4987 |
#: includes/widgets/htmega_offcanvas.php:351
|
4988 |
#: includes/widgets/htmega_panel_slider.php:789
|
4989 |
-
#: includes/widgets/htmega_popover.php:
|
4990 |
#: includes/widgets/htmega_post_carousel.php:1240
|
4991 |
#: includes/widgets/htmega_post_carousel.php:1474
|
4992 |
#: includes/widgets/htmega_post_carousel.php:1818
|
@@ -5003,7 +5058,7 @@ msgstr ""
|
|
5003 |
#: includes/widgets/htmega_services.php:742
|
5004 |
#: includes/widgets/htmega_services.php:1102
|
5005 |
#: includes/widgets/htmega_single_post.php:449
|
5006 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
5007 |
#: includes/widgets/htmega_special_banner.php:724
|
5008 |
#: includes/widgets/htmega_testimonial.php:991
|
5009 |
#: includes/widgets/htmega_toggle.php:310
|
@@ -5022,6 +5077,7 @@ msgstr ""
|
|
5022 |
#: includes/widgets/htmega_wc_element_pages.php:778
|
5023 |
#: includes/widgets/htmega_wc_element_pages.php:1062
|
5024 |
#: includes/widgets/htmega_wc_element_pages.php:1178
|
|
|
5025 |
#: includes/widgets/htmega_wpforms.php:683
|
5026 |
msgid "Hover"
|
5027 |
msgstr ""
|
@@ -5171,8 +5227,8 @@ msgstr ""
|
|
5171 |
msgid "HTMega Pro"
|
5172 |
msgstr ""
|
5173 |
|
5174 |
-
#: includes/widgets/htmega_section_title.php:
|
5175 |
-
#: includes/widgets/htmega_section_title.php:
|
5176 |
msgid "HTML Tag"
|
5177 |
msgstr ""
|
5178 |
|
@@ -5184,10 +5240,16 @@ msgstr ""
|
|
5184 |
msgid "http://demo.wphash.com/htmega/"
|
5185 |
msgstr ""
|
5186 |
|
|
|
|
|
|
|
|
|
5187 |
#. Author URI of the plugin
|
5188 |
msgid "https://hasthemes.com/"
|
5189 |
msgstr ""
|
5190 |
|
|
|
|
|
5191 |
#: includes/widgets/htmega_teammember.php:219
|
5192 |
#: includes/widgets/htmega_teammember.php:300
|
5193 |
msgid "https://www.facebook.com/hastech.company/"
|
@@ -5221,16 +5283,16 @@ msgstr ""
|
|
5221 |
#: includes/widgets/htmega_button.php:64
|
5222 |
#: includes/widgets/htmega_call_to_action.php:86
|
5223 |
#: includes/widgets/htmega_cuctom_event.php:101
|
5224 |
-
#: includes/widgets/htmega_double_button.php:
|
5225 |
-
#: includes/widgets/htmega_double_button.php:
|
5226 |
-
#: includes/widgets/htmega_flip-box.php:
|
5227 |
-
#: includes/widgets/htmega_image_grid.php:
|
5228 |
-
#: includes/widgets/htmega_image_masonry.php:
|
5229 |
-
#: includes/widgets/htmega_popover.php:
|
5230 |
#: includes/widgets/htmega_pricing_list_view.php:114
|
5231 |
#: includes/widgets/htmega_pricing_list_view.php:648
|
5232 |
-
#: includes/widgets/htmega_section_title.php:
|
5233 |
-
#: includes/widgets/htmega_section_title.php:
|
5234 |
#: includes/widgets/htmega_services.php:143
|
5235 |
#: includes/widgets/htmega_special_banner.php:119
|
5236 |
#: includes/widgets/htmega_tooltip.php:138
|
@@ -5245,25 +5307,25 @@ msgstr ""
|
|
5245 |
#: includes/widgets/htmega_blockquote.php:128
|
5246 |
#: includes/widgets/htmega_button.php:91
|
5247 |
#: includes/widgets/htmega_countdown.php:276
|
5248 |
-
#: includes/widgets/htmega_counter.php:
|
5249 |
-
#: includes/widgets/htmega_counter.php:
|
5250 |
-
#: includes/widgets/
|
5251 |
-
#: includes/widgets/htmega_double_button.php:
|
5252 |
-
#: includes/widgets/htmega_double_button.php:183
|
5253 |
#: includes/widgets/htmega_download_monitor.php:115
|
5254 |
#: includes/widgets/htmega_flip-box.php:79
|
5255 |
-
#: includes/widgets/htmega_flip-box.php:
|
5256 |
-
#: includes/widgets/htmega_flip-box.php:
|
5257 |
-
#: includes/widgets/htmega_flip-box.php:
|
5258 |
-
#: includes/widgets/htmega_flip-box.php:
|
5259 |
-
#: includes/widgets/htmega_flip-box.php:
|
5260 |
-
#:
|
5261 |
-
#: includes/widgets/htmega_instagram.php:
|
|
|
5262 |
#: includes/widgets/htmega_lightbox.php:122
|
5263 |
#: includes/widgets/htmega_modal.php:125 includes/widgets/htmega_modal.php:161
|
5264 |
#: includes/widgets/htmega_notify.php:241
|
5265 |
-
#: includes/widgets/htmega_popover.php:
|
5266 |
-
#: includes/widgets/htmega_popover.php:
|
5267 |
#: includes/widgets/htmega_pricing_list_view.php:100
|
5268 |
#: includes/widgets/htmega_pricing_list_view.php:230
|
5269 |
#: includes/widgets/htmega_pricing_list_view.php:248
|
@@ -5273,8 +5335,8 @@ msgstr ""
|
|
5273 |
#: includes/widgets/htmega_pricing_table.php:175
|
5274 |
#: includes/widgets/htmega_pricing_table.php:310
|
5275 |
#: includes/widgets/htmega_search.php:73 includes/widgets/htmega_search.php:101
|
5276 |
-
#: includes/widgets/htmega_section_title.php:
|
5277 |
-
#: includes/widgets/htmega_section_title.php:
|
5278 |
#: includes/widgets/htmega_services.php:71
|
5279 |
#: includes/widgets/htmega_services.php:108
|
5280 |
#: includes/widgets/htmega_services.php:553
|
@@ -5286,9 +5348,9 @@ msgstr ""
|
|
5286 |
#: includes/widgets/htmega_tooltip.php:50
|
5287 |
#: includes/widgets/htmega_tooltip.php:83
|
5288 |
#: includes/widgets/htmega_video_player.php:84
|
5289 |
-
#: includes/widgets/htmega_working_process.php:
|
5290 |
-
#: includes/widgets/htmega_working_process.php:
|
5291 |
-
#: includes/widgets/htmega_working_process.php:
|
5292 |
msgid "Icon"
|
5293 |
msgstr ""
|
5294 |
|
@@ -5298,19 +5360,30 @@ msgstr ""
|
|
5298 |
msgid "Icon Background"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
-
#: includes/widgets/htmega_flip-box.php:
|
5302 |
-
#: includes/widgets/htmega_flip-box.php:
|
5303 |
-
#: -
|
|
|
5304 |
msgid "Icon Background Color"
|
5305 |
msgstr ""
|
5306 |
|
|
|
|
|
|
|
|
|
5307 |
#: includes/widgets/htmega_news_ticker.php:771
|
5308 |
msgid "Icon Box Height/Width"
|
5309 |
msgstr ""
|
5310 |
|
|
|
|
|
|
|
|
|
5311 |
#: includes/widgets/htmega_booked_calender.php:512
|
5312 |
-
#: includes/widgets/htmega_flip-box.php:
|
5313 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
|
|
5314 |
#: includes/widgets/htmega_notify.php:642
|
5315 |
#: includes/widgets/htmega_post_carousel.php:1294
|
5316 |
#: includes/widgets/htmega_post_grid_tab.php:750
|
@@ -5332,8 +5405,9 @@ msgstr ""
|
|
5332 |
msgid "Icon Font Size"
|
5333 |
msgstr ""
|
5334 |
|
5335 |
-
#: includes/widgets/htmega_flip-box.php:
|
5336 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
5337 |
#: includes/widgets/htmega_socialshere.php:547
|
5338 |
msgid "Icon Height"
|
5339 |
msgstr ""
|
@@ -5350,37 +5424,40 @@ msgstr ""
|
|
5350 |
msgid "Icon Hover Color"
|
5351 |
msgstr ""
|
5352 |
|
5353 |
-
#: includes/widgets/
|
5354 |
-
msgid "Icon
|
5355 |
msgstr ""
|
5356 |
|
5357 |
-
#: includes/widgets/
|
5358 |
-
|
5359 |
-
msgid "Icon Line Height"
|
5360 |
msgstr ""
|
5361 |
|
5362 |
-
#: includes/widgets/htmega_flip-box.php:
|
5363 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
5364 |
msgid "Icon Margin"
|
5365 |
msgstr ""
|
5366 |
|
5367 |
-
#: includes/widgets/htmega_flip-box.php:
|
5368 |
-
#: includes/widgets/htmega_flip-box.php:
|
5369 |
msgid "Icon Padding"
|
5370 |
msgstr ""
|
5371 |
|
5372 |
#: includes/widgets/htmega_button.php:100
|
|
|
|
|
5373 |
#: includes/widgets/htmega_offcanvas.php:129
|
5374 |
#: includes/widgets/htmega_pricing_list_view.php:1139
|
5375 |
msgid "Icon Position"
|
5376 |
msgstr ""
|
5377 |
|
5378 |
-
#: includes/widgets/htmega_flip-box.php:
|
5379 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
5380 |
#: includes/widgets/htmega_news_ticker.php:599
|
5381 |
#: includes/widgets/htmega_news_ticker.php:751
|
5382 |
#: includes/widgets/htmega_notify.php:632
|
5383 |
-
#: includes/widgets/htmega_popover.php:
|
5384 |
#: includes/widgets/htmega_pricing_list_view.php:737
|
5385 |
#: includes/widgets/htmega_services.php:618 includes/widgets/htmega_tab.php:191
|
5386 |
#: includes/widgets/htmega_tooltip.php:335
|
@@ -5392,8 +5469,8 @@ msgid "Icon space"
|
|
5392 |
msgstr ""
|
5393 |
|
5394 |
#: includes/widgets/htmega_button.php:118
|
5395 |
-
#: includes/widgets/htmega_double_button.php:
|
5396 |
-
#: includes/widgets/htmega_double_button.php:
|
5397 |
#: includes/widgets/htmega_offcanvas.php:145
|
5398 |
msgid "Icon Spacing"
|
5399 |
msgstr ""
|
@@ -5404,19 +5481,27 @@ msgstr ""
|
|
5404 |
msgid "Icon Style"
|
5405 |
msgstr ""
|
5406 |
|
5407 |
-
#: includes/widgets/htmega_counter.php:
|
5408 |
-
#: includes/widgets/
|
5409 |
-
#: includes/widgets/
|
|
|
|
|
|
|
5410 |
msgid "Icon Type"
|
5411 |
msgstr ""
|
5412 |
|
5413 |
-
#: includes/widgets/
|
5414 |
-
#: includes/widgets/htmega_flip-box.php:
|
5415 |
-
#: includes/widgets/htmega_flip-box.php:
|
5416 |
#: includes/widgets/htmega_socialshere.php:571
|
5417 |
msgid "Icon Width"
|
5418 |
msgstr ""
|
5419 |
|
|
|
|
|
|
|
|
|
|
|
5420 |
#: includes/widgets/htmega_pricing_list_view.php:615
|
5421 |
msgid "Icons"
|
5422 |
msgstr ""
|
@@ -5447,36 +5532,35 @@ msgstr ""
|
|
5447 |
#: includes/widgets/htmega_blockquote.php:87
|
5448 |
#: includes/widgets/htmega_blockquote.php:102
|
5449 |
#: includes/widgets/htmega_carousel.php:78
|
5450 |
-
#: includes/widgets/htmega_counter.php:
|
5451 |
-
#: includes/widgets/htmega_counter.php:
|
5452 |
#: includes/widgets/htmega_cuctom_event.php:48
|
5453 |
#: includes/widgets/htmega_flip-box.php:75
|
5454 |
-
#: includes/widgets/htmega_flip-box.php:
|
5455 |
-
#: includes/widgets/htmega_flip-box.php:
|
5456 |
-
#: includes/widgets/htmega_flip-box.php:
|
5457 |
-
#: includes/widgets/htmega_image_grid.php:
|
5458 |
#: includes/widgets/htmega_image_marker.php:37
|
5459 |
-
#: includes/widgets/htmega_image_masonry.php:
|
5460 |
-
#: includes/widgets/htmega_instagram
|
5461 |
-
#: includes/widgets/htmega_instagram.php:
|
5462 |
-
#: includes/widgets/htmega_instagram.php:248
|
5463 |
#: includes/widgets/htmega_lightbox.php:56
|
5464 |
#: includes/widgets/htmega_lightbox.php:66
|
5465 |
#: includes/widgets/htmega_lightbox.php:120
|
5466 |
#: includes/widgets/htmega_modal.php:121 includes/widgets/htmega_modal.php:135
|
5467 |
#: includes/widgets/htmega_panel_slider.php:88
|
5468 |
-
#: includes/widgets/htmega_popover.php:
|
5469 |
-
#: includes/widgets/htmega_popover.php:
|
5470 |
#: includes/widgets/htmega_pricing_list_view.php:234
|
5471 |
#: includes/widgets/htmega_pricing_list_view.php:261
|
5472 |
#: includes/widgets/htmega_pricing_table.php:125
|
5473 |
#: includes/widgets/htmega_pricing_table.php:143
|
5474 |
-
#: includes/widgets/htmega_section_title.php:
|
5475 |
-
#: includes/widgets/htmega_section_title.php:
|
5476 |
#: includes/widgets/htmega_services.php:67
|
5477 |
#: includes/widgets/htmega_services.php:82
|
5478 |
#: includes/widgets/htmega_services.php:870
|
5479 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
5480 |
#: includes/widgets/htmega_special_banner.php:52
|
5481 |
#: includes/widgets/htmega_testimonial.php:95
|
5482 |
#: includes/widgets/htmega_testimonial.php:518
|
@@ -5486,8 +5570,8 @@ msgstr ""
|
|
5486 |
#: includes/widgets/htmega_tooltip.php:98
|
5487 |
#: includes/widgets/htmega_video_player.php:85
|
5488 |
#: includes/widgets/htmega_wc_categories.php:397
|
5489 |
-
#: includes/widgets/htmega_working_process.php:
|
5490 |
-
#: includes/widgets/htmega_working_process.php:
|
5491 |
msgid "Image"
|
5492 |
msgstr ""
|
5493 |
|
@@ -5504,6 +5588,10 @@ msgstr ""
|
|
5504 |
msgid "Image Border Radius"
|
5505 |
msgstr ""
|
5506 |
|
|
|
|
|
|
|
|
|
5507 |
#: admin/include/admin-setting.php:254
|
5508 |
#: includes/widgets/htmega_image_comparison.php:17
|
5509 |
#: includes/widgets/htmega_image_comparison.php:46
|
@@ -5511,29 +5599,33 @@ msgid "Image Comparison"
|
|
5511 |
msgstr ""
|
5512 |
|
5513 |
#: admin/include/admin-setting.php:262
|
5514 |
-
#: includes/widgets/htmega_image_grid.php:
|
5515 |
-
#: includes/widgets/htmega_image_grid.php:
|
5516 |
msgid "Image Grid"
|
5517 |
msgstr ""
|
5518 |
|
5519 |
-
#: includes/widgets/htmega_image_grid.php:
|
5520 |
msgid "Image Grid Description"
|
5521 |
msgstr ""
|
5522 |
|
5523 |
-
#: includes/widgets/htmega_image_grid.php:
|
5524 |
msgid "Image Grid Description."
|
5525 |
msgstr ""
|
5526 |
|
5527 |
#: includes/widgets/htmega_carousel.php:100
|
5528 |
-
#: includes/widgets/htmega_image_grid.php:
|
5529 |
msgid "Image Grid Title"
|
5530 |
msgstr ""
|
5531 |
|
5532 |
#: includes/widgets/htmega_carousel.php:71
|
5533 |
-
#: includes/widgets/htmega_image_grid.php:
|
5534 |
msgid "Image Grid Title."
|
5535 |
msgstr ""
|
5536 |
|
|
|
|
|
|
|
|
|
5537 |
#: includes/widgets/htmega_teammember.php:94
|
5538 |
msgid "Image Hover Animate"
|
5539 |
msgstr ""
|
@@ -5546,6 +5638,10 @@ msgstr ""
|
|
5546 |
msgid "Image Left"
|
5547 |
msgstr ""
|
5548 |
|
|
|
|
|
|
|
|
|
5549 |
#: admin/include/admin-setting.php:270
|
5550 |
#: includes/widgets/htmega_image_magnifier.php:13
|
5551 |
msgid "Image Magnifier"
|
@@ -5557,24 +5653,24 @@ msgid "Image Marker"
|
|
5557 |
msgstr ""
|
5558 |
|
5559 |
#: admin/include/admin-setting.php:286
|
5560 |
-
#: includes/widgets/htmega_image_masonry.php:
|
5561 |
-
#: includes/widgets/htmega_image_masonry.php:
|
5562 |
msgid "Image Masonry"
|
5563 |
msgstr ""
|
5564 |
|
5565 |
-
#: includes/widgets/htmega_image_masonry.php:
|
5566 |
msgid "Image Masonry Description"
|
5567 |
msgstr ""
|
5568 |
|
5569 |
-
#: includes/widgets/htmega_image_masonry.php:
|
5570 |
msgid "Image Masonry Description."
|
5571 |
msgstr ""
|
5572 |
|
5573 |
-
#: includes/widgets/htmega_image_masonry.php:
|
5574 |
msgid "Image Masonry Title"
|
5575 |
msgstr ""
|
5576 |
|
5577 |
-
#: includes/widgets/htmega_image_masonry.php:
|
5578 |
msgid "Image Masonry Title."
|
5579 |
msgstr ""
|
5580 |
|
@@ -5592,11 +5688,11 @@ msgstr ""
|
|
5592 |
msgid "Image Padding"
|
5593 |
msgstr ""
|
5594 |
|
|
|
5595 |
#: extensions/wc-sales-notification/admin/setting.php:89
|
5596 |
msgid "Image Position"
|
5597 |
msgstr ""
|
5598 |
|
5599 |
-
#: includes/widgets/htmega_instagram - Copy.php:122
|
5600 |
#: includes/widgets/htmega_instagram_feed.php:53
|
5601 |
msgid "Image Size"
|
5602 |
msgstr ""
|
@@ -5637,23 +5733,33 @@ msgstr ""
|
|
5637 |
msgid "Incoming animation option"
|
5638 |
msgstr ""
|
5639 |
|
5640 |
-
#: includes/widgets/htmega_instagram.php:
|
5641 |
msgid "Incorrect access token specified."
|
5642 |
msgstr ""
|
5643 |
|
5644 |
-
#: includes/widgets/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5645 |
msgid "Indicator Background"
|
5646 |
msgstr ""
|
5647 |
|
5648 |
-
#: includes/widgets/htmega_progressbar.php:
|
5649 |
msgid "Indicator Border Radius"
|
5650 |
msgstr ""
|
5651 |
|
5652 |
-
#: includes/widgets/htmega_progressbar.php:
|
5653 |
msgid "Indicator color"
|
5654 |
msgstr ""
|
5655 |
|
5656 |
-
#: includes/widgets/htmega_progressbar.php:
|
5657 |
msgid "Indicator Size"
|
5658 |
msgstr ""
|
5659 |
|
@@ -5665,8 +5771,8 @@ msgstr ""
|
|
5665 |
msgid "Info Icon"
|
5666 |
msgstr ""
|
5667 |
|
5668 |
-
#: includes/widgets/htmega_section_title.php:
|
5669 |
-
#: includes/widgets/htmega_section_title.php:
|
5670 |
msgid "Inline block"
|
5671 |
msgstr ""
|
5672 |
|
@@ -5676,7 +5782,8 @@ msgstr ""
|
|
5676 |
msgid "Inline Navigation"
|
5677 |
msgstr ""
|
5678 |
|
5679 |
-
#: includes/widgets/htmega_progressbar.php:
|
|
|
5680 |
msgid "Inner"
|
5681 |
msgstr ""
|
5682 |
|
@@ -5694,7 +5801,7 @@ msgstr ""
|
|
5694 |
msgid "Input"
|
5695 |
msgstr ""
|
5696 |
|
5697 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
5698 |
msgid "Input Box"
|
5699 |
msgstr ""
|
5700 |
|
@@ -5706,9 +5813,7 @@ msgstr ""
|
|
5706 |
msgid "Insert Headers and Footers Code"
|
5707 |
msgstr ""
|
5708 |
|
5709 |
-
#: admin/include/admin-setting.php:302 includes/widgets/htmega_instagram
|
5710 |
-
#: Copy.php:13 includes/widgets/htmega_instagram - Copy.php:44
|
5711 |
-
#: includes/widgets/htmega_instagram.php:17
|
5712 |
#: includes/widgets/htmega_instagram.php:47
|
5713 |
msgid "Instagram"
|
5714 |
msgstr ""
|
@@ -5717,10 +5822,6 @@ msgstr ""
|
|
5717 |
msgid "Instagram Access Token"
|
5718 |
msgstr ""
|
5719 |
|
5720 |
-
#: includes/widgets/htmega_instagram - Copy.php:67
|
5721 |
-
msgid "Instagram UserName"
|
5722 |
-
msgstr ""
|
5723 |
-
|
5724 |
#: admin/include/template-library.php:267
|
5725 |
#: admin/include/template-library.php:319
|
5726 |
msgid "Install Now"
|
@@ -5745,8 +5846,7 @@ msgid "Invalid username or password!"
|
|
5745 |
msgstr ""
|
5746 |
|
5747 |
#: includes/widgets/htmega_business_hours.php:293
|
5748 |
-
#: includes/widgets/htmega_instagram
|
5749 |
-
#: includes/widgets/htmega_instagram.php:650
|
5750 |
msgid "Item"
|
5751 |
msgstr ""
|
5752 |
|
@@ -5780,8 +5880,11 @@ msgstr ""
|
|
5780 |
msgid "Item Gap"
|
5781 |
msgstr ""
|
5782 |
|
5783 |
-
#: includes/widgets/
|
5784 |
-
|
|
|
|
|
|
|
5785 |
msgid "Item Limit"
|
5786 |
msgstr ""
|
5787 |
|
@@ -5789,7 +5892,7 @@ msgstr ""
|
|
5789 |
msgid "Item Min Height"
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: includes/widgets/htmega_working_process.php:
|
5793 |
msgid "Item Number Shape"
|
5794 |
msgstr ""
|
5795 |
|
@@ -5798,6 +5901,10 @@ msgstr ""
|
|
5798 |
msgid "Item One Gradient"
|
5799 |
msgstr ""
|
5800 |
|
|
|
|
|
|
|
|
|
5801 |
#: includes/widgets/htmega_post_grid.php:426
|
5802 |
#: includes/widgets/htmega_post_grid_tab.php:1272
|
5803 |
msgid "Item Seven Gradient"
|
@@ -5808,7 +5915,11 @@ msgstr ""
|
|
5808 |
msgid "Item Six Gradient"
|
5809 |
msgstr ""
|
5810 |
|
5811 |
-
#: includes/widgets/
|
|
|
|
|
|
|
|
|
5812 |
msgid "Item style"
|
5813 |
msgstr ""
|
5814 |
|
@@ -5822,7 +5933,7 @@ msgstr ""
|
|
5822 |
msgid "Item Two Gradient"
|
5823 |
msgstr ""
|
5824 |
|
5825 |
-
#: includes/widgets/htmega_progressbar.php:
|
5826 |
msgid "Items Style"
|
5827 |
msgstr ""
|
5828 |
|
@@ -5865,7 +5976,7 @@ msgstr ""
|
|
5865 |
msgid "jondoy@gmail.com"
|
5866 |
msgstr ""
|
5867 |
|
5868 |
-
#: includes/widgets/htmega_progressbar.php:
|
5869 |
msgid "Joomla"
|
5870 |
msgstr ""
|
5871 |
|
@@ -5891,22 +6002,25 @@ msgstr ""
|
|
5891 |
#: includes/widgets/htmega_contact_form_seven.php:128
|
5892 |
#: includes/widgets/htmega_countdown.php:484
|
5893 |
#: includes/widgets/htmega_countdown.php:515
|
5894 |
-
#: includes/widgets/htmega_counter.php:
|
5895 |
-
#: includes/widgets/
|
5896 |
-
#: includes/widgets/
|
5897 |
-
#: includes/widgets/
|
5898 |
-
#: includes/widgets/
|
5899 |
-
#: includes/widgets/
|
5900 |
-
#: includes/widgets/
|
5901 |
-
#: includes/widgets/
|
5902 |
-
#: includes/widgets/
|
|
|
|
|
|
|
5903 |
#: includes/widgets/htmega_modal.php:358 includes/widgets/htmega_modal.php:759
|
5904 |
#: includes/widgets/htmega_news_ticker.php:459
|
5905 |
#: includes/widgets/htmega_offcanvas.php:252
|
5906 |
#: includes/widgets/htmega_panel_slider.php:502
|
5907 |
-
#: includes/widgets/htmega_popover.php:
|
5908 |
-
#: includes/widgets/htmega_popover.php:
|
5909 |
-
#: includes/widgets/htmega_popover.php:
|
5910 |
#: includes/widgets/htmega_post_carousel.php:1014
|
5911 |
#: includes/widgets/htmega_post_carousel.php:1101
|
5912 |
#: includes/widgets/htmega_post_grid.php:522
|
@@ -5918,7 +6032,6 @@ msgstr ""
|
|
5918 |
#: includes/widgets/htmega_pricing_list_view.php:471
|
5919 |
#: includes/widgets/htmega_pricing_list_view.php:1124
|
5920 |
#: includes/widgets/htmega_search.php:143
|
5921 |
-
#: includes/widgets/htmega_section_title.php:397
|
5922 |
#: includes/widgets/htmega_services.php:247
|
5923 |
#: includes/widgets/htmega_services.php:431
|
5924 |
#: includes/widgets/htmega_services.php:536
|
@@ -6010,7 +6123,7 @@ msgid "Label Typography"
|
|
6010 |
msgstr ""
|
6011 |
|
6012 |
#: includes/widgets/htmega_button.php:81
|
6013 |
-
#: includes/widgets/htmega_double_button.php:
|
6014 |
msgid "Large"
|
6015 |
msgstr ""
|
6016 |
|
@@ -6039,8 +6152,8 @@ msgstr ""
|
|
6039 |
#: includes/widgets/htmega_animated_heading.php:48
|
6040 |
#: includes/widgets/htmega_bbpress.php:35
|
6041 |
#: includes/widgets/htmega_business_hours.php:36
|
6042 |
-
#: includes/widgets/htmega_flip-box.php:
|
6043 |
-
#: includes/widgets/htmega_flip-box.php:
|
6044 |
#: includes/widgets/htmega_job_manager.php:35
|
6045 |
#: includes/widgets/htmega_post_carousel.php:50
|
6046 |
#: includes/widgets/htmega_post_grid.php:36
|
@@ -6055,6 +6168,7 @@ msgid "Layout"
|
|
6055 |
msgstr ""
|
6056 |
|
6057 |
#: includes/widgets/htmega_business_hours.php:44
|
|
|
6058 |
#: includes/widgets/htmega_post_carousel.php:58
|
6059 |
#: includes/widgets/htmega_post_grid.php:44
|
6060 |
#: includes/widgets/htmega_post_grid_tab.php:52
|
@@ -6063,6 +6177,7 @@ msgid "Layout Five"
|
|
6063 |
msgstr ""
|
6064 |
|
6065 |
#: includes/widgets/htmega_business_hours.php:43
|
|
|
6066 |
#: includes/widgets/htmega_post_carousel.php:57
|
6067 |
#: includes/widgets/htmega_post_grid.php:43
|
6068 |
#: includes/widgets/htmega_post_grid_tab.php:51
|
@@ -6075,7 +6190,7 @@ msgid "Layout Four ( No Border )"
|
|
6075 |
msgstr ""
|
6076 |
|
6077 |
#: includes/widgets/htmega_business_hours.php:40
|
6078 |
-
#: includes/widgets/htmega_flip-box.php:
|
6079 |
#: includes/widgets/htmega_post_carousel.php:54
|
6080 |
#: includes/widgets/htmega_post_grid.php:40
|
6081 |
#: includes/widgets/htmega_post_grid_tab.php:48
|
@@ -6095,6 +6210,7 @@ msgid "Layout Six"
|
|
6095 |
msgstr ""
|
6096 |
|
6097 |
#: includes/widgets/htmega_business_hours.php:42
|
|
|
6098 |
#: includes/widgets/htmega_post_carousel.php:56
|
6099 |
#: includes/widgets/htmega_post_grid.php:42
|
6100 |
#: includes/widgets/htmega_post_grid_tab.php:50
|
@@ -6106,7 +6222,7 @@ msgid "Layout Three"
|
|
6106 |
msgstr ""
|
6107 |
|
6108 |
#: includes/widgets/htmega_business_hours.php:41
|
6109 |
-
#: includes/widgets/htmega_flip-box.php:
|
6110 |
#: includes/widgets/htmega_post_carousel.php:55
|
6111 |
#: includes/widgets/htmega_post_grid.php:41
|
6112 |
#: includes/widgets/htmega_post_grid_tab.php:49
|
@@ -6117,10 +6233,6 @@ msgstr ""
|
|
6117 |
msgid "Layout Two"
|
6118 |
msgstr ""
|
6119 |
|
6120 |
-
#: includes/widgets/htmega_instagram - Copy.php:150
|
6121 |
-
msgid "Lazy Load"
|
6122 |
-
msgstr ""
|
6123 |
-
|
6124 |
#: admin/include/admin-setting.php:1170
|
6125 |
msgid "leaving us a review on our WP repository"
|
6126 |
msgstr ""
|
@@ -6129,7 +6241,8 @@ msgstr ""
|
|
6129 |
#: includes/widgets/htmega_accordion.php:464
|
6130 |
#: includes/widgets/htmega_accordion.php:655
|
6131 |
#: includes/widgets/htmega_accordion.php:813
|
6132 |
-
#: includes/widgets/htmega_accordion.php:
|
|
|
6133 |
#: includes/widgets/htmega_add_banner.php:362
|
6134 |
#: includes/widgets/htmega_blockquote.php:177
|
6135 |
#: includes/widgets/htmega_buddy_press.php:243
|
@@ -6140,29 +6253,35 @@ msgstr ""
|
|
6140 |
#: includes/widgets/htmega_contact_form_seven.php:116
|
6141 |
#: includes/widgets/htmega_countdown.php:472
|
6142 |
#: includes/widgets/htmega_countdown.php:503
|
6143 |
-
#: includes/widgets/htmega_counter.php:
|
6144 |
-
#: includes/widgets/
|
6145 |
-
#: includes/widgets/
|
6146 |
-
#: includes/widgets/
|
|
|
|
|
|
|
|
|
|
|
|
|
6147 |
#: includes/widgets/htmega_easy_digital_download.php:307
|
6148 |
-
#: includes/widgets/htmega_flip-box.php:
|
6149 |
-
#: includes/widgets/htmega_image_grid.php:
|
6150 |
-
#: includes/widgets/htmega_image_grid.php:
|
6151 |
-
#: includes/widgets/htmega_image_masonry.php:
|
6152 |
-
#: includes/widgets/htmega_image_masonry.php:
|
6153 |
#: includes/widgets/htmega_inline_menu.php:117
|
6154 |
#: includes/widgets/htmega_job_manager.php:144
|
6155 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
6156 |
#: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:747
|
6157 |
#: includes/widgets/htmega_news_ticker.php:447
|
6158 |
#: includes/widgets/htmega_offcanvas.php:93
|
6159 |
#: includes/widgets/htmega_offcanvas.php:133
|
6160 |
#: includes/widgets/htmega_offcanvas.php:240
|
6161 |
#: includes/widgets/htmega_panel_slider.php:490
|
6162 |
-
#: includes/widgets/htmega_popover.php:
|
6163 |
-
#: includes/widgets/htmega_popover.php:
|
6164 |
-
#: includes/widgets/htmega_popover.php:
|
6165 |
-
#: includes/widgets/htmega_popover.php:
|
6166 |
#: includes/widgets/htmega_post_carousel.php:794
|
6167 |
#: includes/widgets/htmega_post_carousel.php:1002
|
6168 |
#: includes/widgets/htmega_post_carousel.php:1089
|
@@ -6183,7 +6302,7 @@ msgstr ""
|
|
6183 |
#: includes/widgets/htmega_pricing_list_view.php:1112
|
6184 |
#: includes/widgets/htmega_pricing_list_view.php:1143
|
6185 |
#: includes/widgets/htmega_search.php:131
|
6186 |
-
#: includes/widgets/htmega_section_title.php:
|
6187 |
#: includes/widgets/htmega_services.php:235
|
6188 |
#: includes/widgets/htmega_services.php:419
|
6189 |
#: includes/widgets/htmega_services.php:524
|
@@ -6192,7 +6311,7 @@ msgstr ""
|
|
6192 |
#: includes/widgets/htmega_single_post.php:216
|
6193 |
#: includes/widgets/htmega_single_post.php:312
|
6194 |
#: includes/widgets/htmega_single_post.php:420
|
6195 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
6196 |
#: includes/widgets/htmega_special_banner.php:43
|
6197 |
#: includes/widgets/htmega_special_banner.php:259
|
6198 |
#: includes/widgets/htmega_tab.php:322 includes/widgets/htmega_table.php:422
|
@@ -6245,6 +6364,10 @@ msgstr ""
|
|
6245 |
msgid "Left Top"
|
6246 |
msgstr ""
|
6247 |
|
|
|
|
|
|
|
|
|
6248 |
#: includes/widgets/htmega_pricing_list_view.php:334
|
6249 |
#: includes/widgets/htmega_pricing_list_view.php:961
|
6250 |
msgid "Left-Right Position"
|
@@ -6263,10 +6386,6 @@ msgstr ""
|
|
6263 |
msgid "Lightbox Type"
|
6264 |
msgstr ""
|
6265 |
|
6266 |
-
#: includes/widgets/htmega_instagram - Copy.php:308
|
6267 |
-
msgid "Like Icon"
|
6268 |
-
msgstr ""
|
6269 |
-
|
6270 |
#: includes/widgets/htmega_post_carousel.php:126
|
6271 |
#: includes/widgets/htmega_post_grid.php:100
|
6272 |
#: includes/widgets/htmega_post_grid_tab.php:108
|
@@ -6286,14 +6405,15 @@ msgid "Line Height"
|
|
6286 |
msgstr ""
|
6287 |
|
6288 |
#: includes/widgets/htmega_button.php:59
|
6289 |
-
#: includes/widgets/htmega_double_button.php:
|
6290 |
-
#: includes/widgets/htmega_double_button.php:
|
6291 |
-
#: includes/widgets/
|
|
|
6292 |
#: includes/widgets/htmega_pricing_list_view.php:112
|
6293 |
#: includes/widgets/htmega_pricing_list_view.php:646
|
6294 |
#: includes/widgets/htmega_pricing_table.php:382
|
6295 |
-
#: includes/widgets/htmega_section_title.php:
|
6296 |
-
#: includes/widgets/htmega_section_title.php:
|
6297 |
#: includes/widgets/htmega_teammember.php:217
|
6298 |
#: includes/widgets/htmega_tooltip.php:136
|
6299 |
msgid "Link"
|
@@ -6361,8 +6481,8 @@ msgstr ""
|
|
6361 |
msgid "Location"
|
6362 |
msgstr ""
|
6363 |
|
6364 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
6365 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
6366 |
msgid "Location Name Here."
|
6367 |
msgstr ""
|
6368 |
|
@@ -6395,7 +6515,7 @@ msgstr ""
|
|
6395 |
msgid "Longitude"
|
6396 |
msgstr ""
|
6397 |
|
6398 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
6399 |
#: includes/widgets/htmega_testimonial.php:123
|
6400 |
#: includes/widgets/htmega_testimonial.php:137
|
6401 |
#: includes/widgets/htmega_testimonial.php:143
|
@@ -6411,20 +6531,20 @@ msgid ""
|
|
6411 |
"dolore magna aliqua."
|
6412 |
msgstr ""
|
6413 |
|
6414 |
-
#: includes/widgets/htmega_working_process.php:
|
6415 |
msgid ""
|
6416 |
"Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
|
6417 |
"tempor incid idunt ut labore"
|
6418 |
msgstr ""
|
6419 |
|
6420 |
-
#: includes/widgets/htmega_working_process.php:
|
6421 |
-
#: includes/widgets/htmega_working_process.php:
|
6422 |
msgid ""
|
6423 |
"Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
|
6424 |
"tempor incid idunt ut labore."
|
6425 |
msgstr ""
|
6426 |
|
6427 |
-
#: includes/widgets/htmega_dropcaps.php:
|
6428 |
msgid ""
|
6429 |
"Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
|
6430 |
"incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
|
@@ -6453,7 +6573,7 @@ msgstr ""
|
|
6453 |
|
6454 |
#: includes/widgets/htmega_tab.php:235 includes/widgets/htmega_tab.php:239
|
6455 |
#: includes/widgets/htmega_tab.php:243
|
6456 |
-
#: includes/widgets/htmega_working_process.php:
|
6457 |
msgid ""
|
6458 |
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
|
6459 |
"tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
|
@@ -6522,16 +6642,16 @@ msgstr ""
|
|
6522 |
msgid "Mail Placeholder"
|
6523 |
msgstr ""
|
6524 |
|
6525 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
6526 |
msgid "Mailchimp"
|
6527 |
msgstr ""
|
6528 |
|
6529 |
#: admin/include/admin-setting.php:1003
|
6530 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
6531 |
msgid "Mailchimp for wp"
|
6532 |
msgstr ""
|
6533 |
|
6534 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
6535 |
msgid "Mailchimp ID"
|
6536 |
msgstr ""
|
6537 |
|
@@ -6584,7 +6704,8 @@ msgstr ""
|
|
6584 |
#: includes/widgets/htmega_404_content.php:747
|
6585 |
#: includes/widgets/htmega_accordion.php:698
|
6586 |
#: includes/widgets/htmega_accordion.php:749
|
6587 |
-
#: includes/widgets/htmega_accordion.php:
|
|
|
6588 |
#: includes/widgets/htmega_add_banner.php:157
|
6589 |
#: includes/widgets/htmega_add_banner.php:245
|
6590 |
#: includes/widgets/htmega_add_banner.php:299
|
@@ -6599,7 +6720,7 @@ msgstr ""
|
|
6599 |
#: includes/widgets/htmega_blockquote.php:348
|
6600 |
#: includes/widgets/htmega_blockquote.php:535
|
6601 |
#: includes/widgets/htmega_blockquote.php:716
|
6602 |
-
#: includes/widgets/htmega_brand.php:121 includes/widgets/htmega_brand.php:
|
6603 |
#: includes/widgets/htmega_buddy_press.php:226
|
6604 |
#: includes/widgets/htmega_buddy_press.php:312
|
6605 |
#: includes/widgets/htmega_buddy_press.php:382
|
@@ -6620,42 +6741,43 @@ msgstr ""
|
|
6620 |
#: includes/widgets/htmega_countdown.php:640
|
6621 |
#: includes/widgets/htmega_countdown.php:763
|
6622 |
#: includes/widgets/htmega_countdown.php:861
|
6623 |
-
#: includes/widgets/htmega_counter.php:
|
6624 |
-
#: includes/widgets/htmega_counter.php:
|
6625 |
-
#: includes/widgets/htmega_counter.php:
|
6626 |
-
#: includes/widgets/htmega_counter.php:
|
6627 |
-
#: includes/widgets/htmega_counter.php:
|
6628 |
-
#: includes/widgets/htmega_counter.php:
|
6629 |
#: includes/widgets/htmega_cuctom_event.php:174
|
6630 |
#: includes/widgets/htmega_cuctom_event.php:260
|
6631 |
#: includes/widgets/htmega_cuctom_event.php:305
|
6632 |
#: includes/widgets/htmega_cuctom_event.php:363
|
6633 |
-
#: includes/widgets/htmega_double_button.php:
|
6634 |
-
#: includes/widgets/htmega_double_button.php:
|
6635 |
-
#: includes/widgets/htmega_double_button.php:
|
6636 |
-
#: includes/widgets/htmega_double_button.php:
|
6637 |
-
#: includes/widgets/htmega_dropcaps.php:
|
6638 |
-
#: includes/widgets/htmega_dropcaps.php:
|
6639 |
#: includes/widgets/htmega_easy_digital_download.php:370
|
6640 |
#: includes/widgets/htmega_easy_digital_download.php:434
|
|
|
6641 |
#: includes/widgets/htmega_gravity_forms.php:247
|
6642 |
#: includes/widgets/htmega_gravity_forms.php:335
|
6643 |
#: includes/widgets/htmega_gravity_forms.php:449
|
6644 |
-
#: includes/widgets/htmega_image_grid.php:
|
|
|
6645 |
#: includes/widgets/htmega_image_magnifier.php:153
|
6646 |
#: includes/widgets/htmega_image_marker.php:370
|
6647 |
#: includes/widgets/htmega_image_marker.php:414
|
6648 |
-
#: includes/widgets/
|
6649 |
-
#: includes/widgets/
|
6650 |
-
#: includes/widgets/
|
6651 |
-
#: includes/widgets/htmega_instagram
|
6652 |
-
#: includes/widgets/htmega_instagram.php:
|
6653 |
-
#: includes/widgets/htmega_instagram.php:
|
6654 |
-
#: includes/widgets/htmega_instagram.php:884
|
6655 |
#: includes/widgets/htmega_lightbox.php:206
|
6656 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
6657 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
6658 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
6659 |
#: includes/widgets/htmega_modal.php:489 includes/widgets/htmega_modal.php:578
|
6660 |
#: includes/widgets/htmega_modal.php:717
|
6661 |
#: includes/widgets/htmega_news_ticker.php:390
|
@@ -6675,8 +6797,8 @@ msgstr ""
|
|
6675 |
#: includes/widgets/htmega_panel_slider.php:548
|
6676 |
#: includes/widgets/htmega_panel_slider.php:605
|
6677 |
#: includes/widgets/htmega_panel_slider.php:931
|
6678 |
-
#: includes/widgets/htmega_popover.php:
|
6679 |
-
#: includes/widgets/htmega_popover.php:
|
6680 |
#: includes/widgets/htmega_post_carousel.php:733
|
6681 |
#: includes/widgets/htmega_post_carousel.php:974
|
6682 |
#: includes/widgets/htmega_post_carousel.php:1061
|
@@ -6714,19 +6836,21 @@ msgstr ""
|
|
6714 |
#: includes/widgets/htmega_pricing_table.php:500
|
6715 |
#: includes/widgets/htmega_pricing_table.php:677
|
6716 |
#: includes/widgets/htmega_pricing_table.php:754
|
6717 |
-
#: includes/widgets/htmega_progressbar.php:
|
6718 |
#: includes/widgets/htmega_qu_forms.php:142
|
6719 |
#: includes/widgets/htmega_qu_forms.php:231
|
6720 |
#: includes/widgets/htmega_qu_forms.php:321
|
6721 |
#: includes/widgets/htmega_qu_forms.php:431
|
6722 |
#: includes/widgets/htmega_qu_forms.php:544
|
6723 |
-
#: includes/widgets/
|
|
|
|
|
6724 |
#: includes/widgets/htmega_search.php:158
|
6725 |
#: includes/widgets/htmega_search.php:238
|
6726 |
#: includes/widgets/htmega_search.php:369
|
6727 |
-
#: includes/widgets/htmega_section_title.php:
|
6728 |
-
#: includes/widgets/htmega_section_title.php:
|
6729 |
-
#: includes/widgets/htmega_section_title.php:
|
6730 |
#: includes/widgets/htmega_services.php:177
|
6731 |
#: includes/widgets/htmega_services.php:389
|
6732 |
#: includes/widgets/htmega_services.php:494
|
@@ -6737,7 +6861,8 @@ msgstr ""
|
|
6737 |
#: includes/widgets/htmega_single_post.php:275
|
6738 |
#: includes/widgets/htmega_single_post.php:390
|
6739 |
#: includes/widgets/htmega_single_post.php:487
|
6740 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
6741 |
#: includes/widgets/htmega_socialshere.php:463
|
6742 |
#: includes/widgets/htmega_special_banner.php:284
|
6743 |
#: includes/widgets/htmega_special_banner.php:361
|
@@ -6788,11 +6913,11 @@ msgstr ""
|
|
6788 |
#: includes/widgets/htmega_video_player.php:341
|
6789 |
#: includes/widgets/htmega_wc_categories.php:319
|
6790 |
#: includes/widgets/htmega_wc_categories.php:414
|
6791 |
-
#: includes/widgets/htmega_working_process.php:
|
6792 |
-
#: includes/widgets/htmega_working_process.php:
|
6793 |
-
#: includes/widgets/htmega_working_process.php:
|
6794 |
-
#: includes/widgets/htmega_working_process.php:
|
6795 |
-
#: includes/widgets/htmega_working_process.php:
|
6796 |
#: includes/widgets/htmega_wpforms.php:136
|
6797 |
#: includes/widgets/htmega_wpforms.php:216
|
6798 |
#: includes/widgets/htmega_wpforms.php:325
|
@@ -6842,7 +6967,7 @@ msgid "Media"
|
|
6842 |
msgstr ""
|
6843 |
|
6844 |
#: includes/widgets/htmega_button.php:80
|
6845 |
-
#: includes/widgets/htmega_double_button.php:
|
6846 |
#: includes/widgets/htmega_instagram_feed.php:59
|
6847 |
msgid "Medium"
|
6848 |
msgstr ""
|
@@ -6909,17 +7034,17 @@ msgstr ""
|
|
6909 |
msgid "Meta Info"
|
6910 |
msgstr ""
|
6911 |
|
6912 |
-
#: includes/widgets/htmega_double_button.php:
|
6913 |
-
#: includes/widgets/htmega_double_button.php:
|
6914 |
-
#: includes/widgets/htmega_double_button.php:
|
6915 |
msgid "Middle Text"
|
6916 |
msgstr ""
|
6917 |
|
6918 |
-
#: includes/widgets/htmega_scroll_image.php:
|
6919 |
msgid "Minimum Height"
|
6920 |
msgstr ""
|
6921 |
|
6922 |
-
#: includes/widgets/htmega_instagram.php:
|
6923 |
msgid "Minute"
|
6924 |
msgstr ""
|
6925 |
|
@@ -6929,23 +7054,23 @@ msgstr ""
|
|
6929 |
msgid "Minutes"
|
6930 |
msgstr ""
|
6931 |
|
6932 |
-
#: includes/widgets/htmega_carousel.php:362
|
6933 |
-
#:
|
6934 |
#: includes/widgets/htmega_panel_slider.php:386
|
6935 |
#: includes/widgets/htmega_post_carousel.php:539
|
6936 |
#: includes/widgets/htmega_post_slider.php:542
|
6937 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
6938 |
#: includes/widgets/htmega_testimonial.php:422
|
6939 |
#: includes/widgets/htmega_twitter_feed.php:484
|
6940 |
msgid "Mobile Phone"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
-
#: includes/widgets/htmega_carousel.php:404
|
6944 |
-
#:
|
6945 |
#: includes/widgets/htmega_panel_slider.php:428
|
6946 |
#: includes/widgets/htmega_post_carousel.php:581
|
6947 |
#: includes/widgets/htmega_post_slider.php:584
|
6948 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
6949 |
#: includes/widgets/htmega_testimonial.php:465
|
6950 |
#: includes/widgets/htmega_twitter_feed.php:526
|
6951 |
msgid "Mobile Resolution"
|
@@ -6985,7 +7110,7 @@ msgid "Monday"
|
|
6985 |
msgstr ""
|
6986 |
|
6987 |
#: includes/widgets/htmega_booked_calender.php:94
|
6988 |
-
#: includes/widgets/htmega_instagram.php:
|
6989 |
msgid "Month"
|
6990 |
msgstr ""
|
6991 |
|
@@ -6993,7 +7118,7 @@ msgstr ""
|
|
6993 |
msgid "Monthly"
|
6994 |
msgstr ""
|
6995 |
|
6996 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
6997 |
msgid "Mouse Wheel"
|
6998 |
msgstr ""
|
6999 |
|
@@ -7063,12 +7188,12 @@ msgstr ""
|
|
7063 |
msgid "Next Icon"
|
7064 |
msgstr ""
|
7065 |
|
7066 |
-
#: includes/widgets/htmega_carousel.php:180
|
7067 |
-
#:
|
7068 |
#: includes/widgets/htmega_panel_slider.php:204
|
7069 |
#: includes/widgets/htmega_post_carousel.php:358
|
7070 |
#: includes/widgets/htmega_post_slider.php:344
|
7071 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
7072 |
#: includes/widgets/htmega_testimonial.php:238
|
7073 |
#: includes/widgets/htmega_twitter_feed.php:302
|
7074 |
msgid "Next icon"
|
@@ -7098,16 +7223,14 @@ msgstr ""
|
|
7098 |
|
7099 |
#: includes/widgets/htmega_carousel.php:210
|
7100 |
#: includes/widgets/htmega_gravity_forms.php:94
|
7101 |
-
#: includes/widgets/htmega_instagram
|
7102 |
-
#: includes/widgets/htmega_instagram - Copy.php:434
|
7103 |
-
#: includes/widgets/htmega_instagram.php:394
|
7104 |
#: includes/widgets/htmega_panel_slider.php:234
|
7105 |
#: includes/widgets/htmega_post_carousel.php:389
|
7106 |
#: includes/widgets/htmega_post_slider.php:390
|
7107 |
#: includes/widgets/htmega_pricing_list_view.php:191
|
7108 |
#: includes/widgets/htmega_pricing_list_view.php:433
|
7109 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
7110 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
7111 |
#: includes/widgets/htmega_table.php:149 includes/widgets/htmega_table.php:160
|
7112 |
#: includes/widgets/htmega_testimonial.php:268
|
7113 |
#: includes/widgets/htmega_twitter_feed.php:332
|
@@ -7151,9 +7274,9 @@ msgstr ""
|
|
7151 |
#: includes/helper-function.php:222 includes/widgets/htmega_blockquote.php:400
|
7152 |
#: includes/widgets/htmega_button.php:408
|
7153 |
#: includes/widgets/htmega_button.php:471
|
7154 |
-
#: includes/widgets/htmega_counter.php:
|
7155 |
#: includes/widgets/htmega_flip-box.php:67
|
7156 |
-
#: includes/widgets/htmega_flip-box.php:
|
7157 |
#: includes/widgets/htmega_job_manager.php:114
|
7158 |
#: includes/widgets/htmega_news_ticker.php:243
|
7159 |
#: includes/widgets/htmega_notify.php:133
|
@@ -7164,6 +7287,7 @@ msgstr ""
|
|
7164 |
#: includes/widgets/htmega_post_slider.php:157
|
7165 |
#: includes/widgets/htmega_pricing_list_view.php:238
|
7166 |
#: includes/widgets/htmega_pricing_table.php:203
|
|
|
7167 |
#: includes/widgets/htmega_teammember.php:98
|
7168 |
msgid "None"
|
7169 |
msgstr ""
|
@@ -7189,21 +7313,19 @@ msgstr ""
|
|
7189 |
#: includes/widgets/htmega_countdown.php:792
|
7190 |
#: includes/widgets/htmega_cuctom_event.php:133
|
7191 |
#: includes/widgets/htmega_cuctom_event.php:392
|
7192 |
-
#: includes/widgets/htmega_double_button.php:
|
7193 |
-
#: includes/widgets/htmega_double_button.php:
|
7194 |
-
#: includes/widgets/htmega_double_button.php:
|
7195 |
#: includes/widgets/htmega_download_monitor.php:136
|
7196 |
#: includes/widgets/htmega_easy_digital_download.php:341
|
7197 |
#: includes/widgets/htmega_easy_digital_download.php:524
|
7198 |
#: includes/widgets/htmega_gravity_forms.php:382
|
7199 |
-
#: includes/widgets/htmega_image_grid.php:
|
7200 |
-
#: includes/widgets/htmega_image_masonry.php:
|
7201 |
#: includes/widgets/htmega_inline_menu.php:142
|
7202 |
-
#: includes/widgets/htmega_instagram
|
7203 |
-
#: includes/widgets/htmega_instagram
|
7204 |
-
#: includes/widgets/
|
7205 |
-
#: includes/widgets/htmega_instagram.php:1132
|
7206 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:291
|
7207 |
#: includes/widgets/htmega_modal.php:184
|
7208 |
#: includes/widgets/htmega_news_ticker.php:723
|
7209 |
#: includes/widgets/htmega_ninja_forms.php:581
|
@@ -7211,7 +7333,7 @@ msgstr ""
|
|
7211 |
#: includes/widgets/htmega_offcanvas.php:279
|
7212 |
#: includes/widgets/htmega_panel_slider.php:647
|
7213 |
#: includes/widgets/htmega_panel_slider.php:860
|
7214 |
-
#: includes/widgets/htmega_popover.php:
|
7215 |
#: includes/widgets/htmega_post_carousel.php:1176
|
7216 |
#: includes/widgets/htmega_post_carousel.php:1390
|
7217 |
#: includes/widgets/htmega_post_carousel.php:1544
|
@@ -7225,16 +7347,17 @@ msgstr ""
|
|
7225 |
#: includes/widgets/htmega_post_slider.php:1751
|
7226 |
#: includes/widgets/htmega_post_slider.php:1916
|
7227 |
#: includes/widgets/htmega_pricing_table.php:703
|
7228 |
-
#: includes/widgets/htmega_progressbar.php:
|
7229 |
#: includes/widgets/htmega_qu_forms.php:477
|
7230 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
7231 |
#: includes/widgets/htmega_search.php:329
|
7232 |
#: includes/widgets/htmega_services.php:170
|
7233 |
#: includes/widgets/htmega_services.php:611
|
7234 |
#: includes/widgets/htmega_services.php:1016
|
7235 |
#: includes/widgets/htmega_single_post.php:350
|
7236 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
7237 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
7238 |
#: includes/widgets/htmega_special_banner.php:637
|
7239 |
#: includes/widgets/htmega_switcher.php:309 includes/widgets/htmega_tab.php:311
|
7240 |
#: includes/widgets/htmega_testimonial.php:845
|
@@ -7256,6 +7379,7 @@ msgstr ""
|
|
7256 |
#: includes/widgets/htmega_wc_element_pages.php:698
|
7257 |
#: includes/widgets/htmega_wc_element_pages.php:981
|
7258 |
#: includes/widgets/htmega_wc_element_pages.php:1125
|
|
|
7259 |
#: includes/widgets/htmega_wpforms.php:571
|
7260 |
msgid "Normal"
|
7261 |
msgstr ""
|
@@ -7341,25 +7465,25 @@ msgstr ""
|
|
7341 |
msgid "November"
|
7342 |
msgstr ""
|
7343 |
|
7344 |
-
#: includes/widgets/htmega_counter.php:
|
7345 |
#: includes/widgets/htmega_flip-box.php:71
|
7346 |
-
#: includes/widgets/htmega_flip-box.php:
|
7347 |
-
#: includes/widgets/htmega_flip-box.php:
|
7348 |
-
#: includes/widgets/htmega_flip-box.php:
|
7349 |
-
#: includes/widgets/htmega_flip-box.php:
|
7350 |
-
#: includes/widgets/htmega_flip-box.php:
|
7351 |
#: includes/widgets/htmega_job_manager.php:115
|
7352 |
-
#: includes/widgets/htmega_working_process.php:
|
7353 |
msgid "Number"
|
7354 |
msgstr ""
|
7355 |
|
7356 |
-
#: includes/widgets/htmega_flip-box.php:
|
7357 |
-
#: includes/widgets/htmega_flip-box.php:
|
7358 |
msgid "Number Color"
|
7359 |
msgstr ""
|
7360 |
|
7361 |
-
#: includes/widgets/htmega_flip-box.php:
|
7362 |
-
#: includes/widgets/htmega_flip-box.php:
|
7363 |
msgid "Number Margin"
|
7364 |
msgstr ""
|
7365 |
|
@@ -7379,16 +7503,16 @@ msgstr ""
|
|
7379 |
msgid "Number of listings to show"
|
7380 |
msgstr ""
|
7381 |
|
7382 |
-
#: includes/widgets/htmega_flip-box.php:
|
7383 |
-
#: includes/widgets/htmega_flip-box.php:
|
7384 |
msgid "Number Padding"
|
7385 |
msgstr ""
|
7386 |
|
7387 |
-
#: includes/widgets/htmega_counter.php:
|
7388 |
msgid "Number Prefix"
|
7389 |
msgstr ""
|
7390 |
|
7391 |
-
#: includes/widgets/htmega_counter.php:
|
7392 |
msgid "Number Suffix"
|
7393 |
msgstr ""
|
7394 |
|
@@ -7408,8 +7532,8 @@ msgstr ""
|
|
7408 |
msgid "Odnoklassniki"
|
7409 |
msgstr ""
|
7410 |
|
7411 |
-
#: includes/widgets/htmega_carousel.php:114
|
7412 |
-
#:
|
7413 |
#: includes/widgets/htmega_panel_slider.php:138
|
7414 |
#: includes/widgets/htmega_post_carousel.php:69
|
7415 |
#: includes/widgets/htmega_post_slider.php:278
|
@@ -7443,6 +7567,7 @@ msgid "Offer Tag Line"
|
|
7443 |
msgstr ""
|
7444 |
|
7445 |
#: includes/widgets/htmega_notify.php:199
|
|
|
7446 |
msgid "Offset"
|
7447 |
msgstr ""
|
7448 |
|
@@ -7450,8 +7575,8 @@ msgstr ""
|
|
7450 |
msgid "Old Features"
|
7451 |
msgstr ""
|
7452 |
|
7453 |
-
#: includes/widgets/htmega_carousel.php:113
|
7454 |
-
#:
|
7455 |
#: includes/widgets/htmega_panel_slider.php:137
|
7456 |
#: includes/widgets/htmega_post_carousel.php:68
|
7457 |
#: includes/widgets/htmega_post_slider.php:277
|
@@ -7463,8 +7588,8 @@ msgstr ""
|
|
7463 |
msgid "ON/OFF Image Hover rotation"
|
7464 |
msgstr ""
|
7465 |
|
7466 |
-
#: includes/widgets/htmega_image_grid.php:
|
7467 |
-
#: includes/widgets/htmega_image_masonry.php:
|
7468 |
#: includes/widgets/htmega_testimonial_grid.php:58
|
7469 |
msgid "One"
|
7470 |
msgstr ""
|
@@ -7483,12 +7608,12 @@ msgstr ""
|
|
7483 |
msgid "Only Top Level"
|
7484 |
msgstr ""
|
7485 |
|
7486 |
-
#: includes/widgets/htmega_section_title.php:
|
7487 |
msgid "Opacity"
|
7488 |
msgstr ""
|
7489 |
|
7490 |
-
#: includes/widgets/htmega_flip-box.php:
|
7491 |
-
#: includes/widgets/htmega_flip-box.php:
|
7492 |
#: includes/widgets/htmega_image_marker.php:68
|
7493 |
#: includes/widgets/htmega_post_carousel.php:1139
|
7494 |
msgid "Opacity (%)"
|
@@ -7522,7 +7647,7 @@ msgstr ""
|
|
7522 |
msgid "Options"
|
7523 |
msgstr ""
|
7524 |
|
7525 |
-
#: includes/widgets/htmega_double_button.php:
|
7526 |
msgid "Or"
|
7527 |
msgstr ""
|
7528 |
|
@@ -7589,7 +7714,8 @@ msgstr ""
|
|
7589 |
msgid "Other Plugins"
|
7590 |
msgstr ""
|
7591 |
|
7592 |
-
#: includes/widgets/htmega_progressbar.php:
|
|
|
7593 |
msgid "Outer"
|
7594 |
msgstr ""
|
7595 |
|
@@ -7601,10 +7727,9 @@ msgstr ""
|
|
7601 |
msgid "Overlay"
|
7602 |
msgstr ""
|
7603 |
|
7604 |
-
#: includes/widgets/htmega_image_grid.php:
|
7605 |
-
#: includes/widgets/htmega_image_masonry.php:
|
7606 |
-
#: includes/widgets/htmega_instagram
|
7607 |
-
#: includes/widgets/htmega_instagram.php:713
|
7608 |
msgid "Overlay Color"
|
7609 |
msgstr ""
|
7610 |
|
@@ -7625,7 +7750,7 @@ msgstr ""
|
|
7625 |
#: includes/widgets/htmega_accordion.php:495
|
7626 |
#: includes/widgets/htmega_accordion.php:711
|
7627 |
#: includes/widgets/htmega_accordion.php:846
|
7628 |
-
#: includes/widgets/htmega_accordion.php:
|
7629 |
#: includes/widgets/htmega_add_banner.php:169
|
7630 |
#: includes/widgets/htmega_add_banner.php:257
|
7631 |
#: includes/widgets/htmega_add_banner.php:311
|
@@ -7644,7 +7769,7 @@ msgstr ""
|
|
7644 |
#: includes/widgets/htmega_blockquote.php:703
|
7645 |
#: includes/widgets/htmega_booked_calender.php:618
|
7646 |
#: includes/widgets/htmega_booked_calender.php:765
|
7647 |
-
#: includes/widgets/htmega_brand.php:134 includes/widgets/htmega_brand.php:
|
7648 |
#: includes/widgets/htmega_buddy_press.php:213
|
7649 |
#: includes/widgets/htmega_business_hours.php:248
|
7650 |
#: includes/widgets/htmega_business_hours.php:324
|
@@ -7667,53 +7792,50 @@ msgstr ""
|
|
7667 |
#: includes/widgets/htmega_countdown.php:627
|
7668 |
#: includes/widgets/htmega_countdown.php:750
|
7669 |
#: includes/widgets/htmega_countdown.php:873
|
7670 |
-
#: includes/widgets/htmega_counter.php:
|
7671 |
-
#: includes/widgets/htmega_counter.php:
|
7672 |
-
#: includes/widgets/htmega_counter.php:
|
7673 |
-
#: includes/widgets/htmega_counter.php:
|
7674 |
-
#: includes/widgets/htmega_counter.php:
|
7675 |
-
#: includes/widgets/htmega_counter.php:
|
7676 |
#: includes/widgets/htmega_cuctom_event.php:161
|
7677 |
#: includes/widgets/htmega_cuctom_event.php:247
|
7678 |
-
#: includes/widgets/htmega_double_button.php:
|
7679 |
-
#: includes/widgets/htmega_double_button.php:
|
7680 |
-
#: includes/widgets/htmega_double_button.php:
|
7681 |
#: includes/widgets/htmega_download_monitor.php:205
|
7682 |
-
#: includes/widgets/htmega_dropcaps.php:
|
7683 |
-
#: includes/widgets/htmega_dropcaps.php:
|
7684 |
#: includes/widgets/htmega_easy_digital_download.php:257
|
7685 |
#: includes/widgets/htmega_easy_digital_download.php:578
|
7686 |
-
#: includes/widgets/htmega_flip-box.php:
|
7687 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
7688 |
#: includes/widgets/htmega_gravity_forms.php:234
|
7689 |
#: includes/widgets/htmega_gravity_forms.php:321
|
7690 |
#: includes/widgets/htmega_gravity_forms.php:436
|
7691 |
#: includes/widgets/htmega_image_comparison.php:213
|
7692 |
#: includes/widgets/htmega_image_comparison.php:295
|
7693 |
-
#: includes/widgets/htmega_image_grid.php:
|
7694 |
-
#: includes/widgets/htmega_image_grid.php:
|
7695 |
-
#: includes/widgets/htmega_image_grid.php:
|
7696 |
#: includes/widgets/htmega_image_magnifier.php:141
|
7697 |
#: includes/widgets/htmega_image_marker.php:255
|
7698 |
-
#: includes/widgets/htmega_image_masonry.php:
|
7699 |
-
#: includes/widgets/htmega_image_masonry.php:
|
7700 |
-
#: includes/widgets/htmega_image_masonry.php:
|
|
|
7701 |
#: includes/widgets/htmega_inline_menu.php:171
|
7702 |
-
#: includes/widgets/htmega_instagram
|
7703 |
-
#: includes/widgets/htmega_instagram
|
7704 |
-
#: includes/widgets/htmega_instagram
|
7705 |
-
#: includes/widgets/htmega_instagram
|
7706 |
-
#: includes/widgets/htmega_instagram
|
7707 |
-
#: includes/widgets/htmega_instagram.php:635
|
7708 |
-
#: includes/widgets/htmega_instagram.php:681
|
7709 |
-
#: includes/widgets/htmega_instagram.php:791
|
7710 |
-
#: includes/widgets/htmega_instagram.php:872
|
7711 |
-
#: includes/widgets/htmega_instagram.php:1044
|
7712 |
#: includes/widgets/htmega_lightbox.php:219
|
7713 |
#: includes/widgets/htmega_lightbox.php:349
|
7714 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
7715 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
7716 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
7717 |
#: includes/widgets/htmega_modal.php:251 includes/widgets/htmega_modal.php:502
|
7718 |
#: includes/widgets/htmega_modal.php:591 includes/widgets/htmega_modal.php:730
|
7719 |
#: includes/widgets/htmega_news_ticker.php:377
|
@@ -7736,10 +7858,10 @@ msgstr ""
|
|
7736 |
#: includes/widgets/htmega_panel_slider.php:560
|
7737 |
#: includes/widgets/htmega_panel_slider.php:617
|
7738 |
#: includes/widgets/htmega_panel_slider.php:773
|
7739 |
-
#: includes/widgets/htmega_popover.php:
|
7740 |
-
#: includes/widgets/htmega_popover.php:
|
7741 |
-
#: includes/widgets/htmega_popover.php:
|
7742 |
-
#: includes/widgets/htmega_popover.php:
|
7743 |
#: includes/widgets/htmega_post_carousel.php:749
|
7744 |
#: includes/widgets/htmega_post_carousel.php:986
|
7745 |
#: includes/widgets/htmega_post_carousel.php:1073
|
@@ -7777,25 +7899,24 @@ msgstr ""
|
|
7777 |
#: includes/widgets/htmega_pricing_table.php:488
|
7778 |
#: includes/widgets/htmega_pricing_table.php:665
|
7779 |
#: includes/widgets/htmega_pricing_table.php:741
|
7780 |
-
#: includes/widgets/htmega_progressbar.php:
|
7781 |
-
#: includes/widgets/htmega_progressbar.php:
|
7782 |
-
#: includes/widgets/htmega_progressbar.php:
|
7783 |
-
#: includes/widgets/htmega_progressbar.php:664
|
7784 |
#: includes/widgets/htmega_qu_forms.php:129
|
7785 |
#: includes/widgets/htmega_qu_forms.php:218
|
7786 |
#: includes/widgets/htmega_qu_forms.php:307
|
7787 |
#: includes/widgets/htmega_qu_forms.php:418
|
7788 |
#: includes/widgets/htmega_qu_forms.php:531
|
7789 |
-
#: includes/widgets/htmega_scroll_image.php:
|
7790 |
-
#: includes/widgets/htmega_scroll_image.php:
|
7791 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
7792 |
#: includes/widgets/htmega_search.php:171
|
7793 |
#: includes/widgets/htmega_search.php:251
|
7794 |
#: includes/widgets/htmega_search.php:382
|
7795 |
-
#: includes/widgets/htmega_section_title.php:
|
7796 |
-
#: includes/widgets/htmega_section_title.php:
|
7797 |
-
#: includes/widgets/htmega_section_title.php:
|
7798 |
-
#: includes/widgets/htmega_section_title.php:
|
7799 |
#: includes/widgets/htmega_services.php:190
|
7800 |
#: includes/widgets/htmega_services.php:402
|
7801 |
#: includes/widgets/htmega_services.php:507
|
@@ -7806,8 +7927,9 @@ msgstr ""
|
|
7806 |
#: includes/widgets/htmega_single_post.php:287
|
7807 |
#: includes/widgets/htmega_single_post.php:403
|
7808 |
#: includes/widgets/htmega_single_post.php:499
|
7809 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
7810 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
7811 |
#: includes/widgets/htmega_socialshere.php:450
|
7812 |
#: includes/widgets/htmega_special_banner.php:296
|
7813 |
#: includes/widgets/htmega_special_banner.php:373
|
@@ -7869,11 +7991,11 @@ msgstr ""
|
|
7869 |
#: includes/widgets/htmega_wc_element_pages.php:1035
|
7870 |
#: includes/widgets/htmega_wc_element_pages.php:1163
|
7871 |
#: includes/widgets/htmega_weather.php:184
|
7872 |
-
#: includes/widgets/htmega_working_process.php:
|
7873 |
-
#: includes/widgets/htmega_working_process.php:
|
7874 |
-
#: includes/widgets/htmega_working_process.php:
|
7875 |
-
#: includes/widgets/htmega_working_process.php:
|
7876 |
-
#: includes/widgets/htmega_working_process.php:
|
7877 |
#: includes/widgets/htmega_wpforms.php:123
|
7878 |
#: includes/widgets/htmega_wpforms.php:203
|
7879 |
#: includes/widgets/htmega_wpforms.php:312
|
@@ -7897,14 +8019,14 @@ msgstr ""
|
|
7897 |
msgid "Page Title"
|
7898 |
msgstr ""
|
7899 |
|
7900 |
-
#: includes/widgets/htmega_carousel.php:638
|
7901 |
-
#:
|
7902 |
#: includes/widgets/htmega_panel_slider.php:845
|
7903 |
#: includes/widgets/htmega_post_carousel.php:1874
|
7904 |
#: includes/widgets/htmega_post_slider.php:1736
|
7905 |
#: includes/widgets/htmega_post_slider.php:1901
|
7906 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
7907 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
7908 |
#: includes/widgets/htmega_table.php:87
|
7909 |
#: includes/widgets/htmega_testimonial.php:1048
|
7910 |
#: includes/widgets/htmega_twitter_feed.php:1290
|
@@ -7971,13 +8093,13 @@ msgstr ""
|
|
7971 |
msgid "Pause on hover"
|
7972 |
msgstr ""
|
7973 |
|
7974 |
-
#: includes/widgets/htmega_carousel.php:214
|
7975 |
-
#:
|
7976 |
#: includes/widgets/htmega_panel_slider.php:238
|
7977 |
#: includes/widgets/htmega_post_carousel.php:393
|
7978 |
#: includes/widgets/htmega_post_slider.php:394
|
7979 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
7980 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
7981 |
#: includes/widgets/htmega_testimonial.php:272
|
7982 |
#: includes/widgets/htmega_twitter_feed.php:336
|
7983 |
msgid "Pause on Hover?"
|
@@ -8008,7 +8130,7 @@ msgstr ""
|
|
8008 |
msgid "Peter Rose"
|
8009 |
msgstr ""
|
8010 |
|
8011 |
-
#: includes/widgets/htmega_progressbar.php:
|
8012 |
msgid "Photoshop"
|
8013 |
msgstr ""
|
8014 |
|
@@ -8028,7 +8150,7 @@ msgstr ""
|
|
8028 |
#: includes/widgets/htmega_caldera_forms.php:104
|
8029 |
#: includes/widgets/htmega_contact_form_seven.php:222
|
8030 |
#: includes/widgets/htmega_contact_form_seven.php:377
|
8031 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
8032 |
#: includes/widgets/htmega_search.php:206
|
8033 |
#: includes/widgets/htmega_user_login_form.php:334
|
8034 |
#: includes/widgets/htmega_user_register_form.php:510
|
@@ -8045,7 +8167,7 @@ msgstr ""
|
|
8045 |
msgid "Play Button Icon"
|
8046 |
msgstr ""
|
8047 |
|
8048 |
-
#: includes/widgets/htmega_instagram.php:
|
8049 |
msgid "Please enter your access token."
|
8050 |
msgstr ""
|
8051 |
|
@@ -8099,33 +8221,33 @@ msgstr ""
|
|
8099 |
msgid "Pop Up Button"
|
8100 |
msgstr ""
|
8101 |
|
8102 |
-
#: admin/include/admin-setting.php:358 includes/widgets/htmega_popover.php:
|
8103 |
-
#: includes/widgets/htmega_popover.php:
|
8104 |
-
#: includes/widgets/htmega_popover.php:
|
8105 |
msgid "Popover"
|
8106 |
msgstr ""
|
8107 |
|
8108 |
-
#: includes/widgets/htmega_popover.php:
|
8109 |
msgid "Popover Button"
|
8110 |
msgstr ""
|
8111 |
|
8112 |
-
#: includes/widgets/htmega_popover.php:
|
8113 |
msgid "Popover content Here"
|
8114 |
msgstr ""
|
8115 |
|
8116 |
-
#: includes/widgets/htmega_popover.php:
|
8117 |
msgid "Popover Header Here"
|
8118 |
msgstr ""
|
8119 |
|
8120 |
-
#: includes/widgets/htmega_popover.php:
|
8121 |
msgid "Popover Header Text"
|
8122 |
msgstr ""
|
8123 |
|
8124 |
-
#: includes/widgets/htmega_popover.php:
|
8125 |
msgid "Popover Options"
|
8126 |
msgstr ""
|
8127 |
|
8128 |
-
#: includes/widgets/htmega_popover.php:
|
8129 |
msgid "Popover Text"
|
8130 |
msgstr ""
|
8131 |
|
@@ -8141,12 +8263,11 @@ msgstr ""
|
|
8141 |
msgid "Popular Post <span>( Pro )</span>"
|
8142 |
msgstr ""
|
8143 |
|
8144 |
-
#: includes/widgets/
|
8145 |
-
|
8146 |
-
|
8147 |
-
|
8148 |
-
#: includes/widgets/
|
8149 |
-
#: includes/widgets/htmega_section_title.php:202
|
8150 |
#: extensions/wc-sales-notification/admin/setting.php:77
|
8151 |
msgid "Position"
|
8152 |
msgstr ""
|
@@ -8245,7 +8366,7 @@ msgstr ""
|
|
8245 |
msgid "Pound Sterling"
|
8246 |
msgstr ""
|
8247 |
|
8248 |
-
#: includes/widgets/htmega_counter.php:
|
8249 |
msgid "Prefix"
|
8250 |
msgstr ""
|
8251 |
|
@@ -8263,12 +8384,12 @@ msgstr ""
|
|
8263 |
msgid "Previous Icon"
|
8264 |
msgstr ""
|
8265 |
|
8266 |
-
#: includes/widgets/htmega_carousel.php:164
|
8267 |
-
#:
|
8268 |
#: includes/widgets/htmega_panel_slider.php:188
|
8269 |
#: includes/widgets/htmega_post_carousel.php:342
|
8270 |
#: includes/widgets/htmega_post_slider.php:328
|
8271 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
8272 |
#: includes/widgets/htmega_testimonial.php:222
|
8273 |
#: includes/widgets/htmega_twitter_feed.php:286
|
8274 |
msgid "Previous icon"
|
@@ -8316,20 +8437,20 @@ msgstr ""
|
|
8316 |
msgid "Pro"
|
8317 |
msgstr ""
|
8318 |
|
8319 |
-
#: includes/widgets/htmega_working_process.php:
|
8320 |
-
#: includes/widgets/htmega_working_process.php:
|
8321 |
msgid "Process #1"
|
8322 |
msgstr ""
|
8323 |
|
8324 |
-
#: includes/widgets/htmega_working_process.php:
|
8325 |
msgid "Process #2"
|
8326 |
msgstr ""
|
8327 |
|
8328 |
-
#: includes/widgets/htmega_working_process.php:
|
8329 |
msgid "Process #3"
|
8330 |
msgstr ""
|
8331 |
|
8332 |
-
#: includes/widgets/htmega_working_process.php:
|
8333 |
msgid "Process Number"
|
8334 |
msgstr ""
|
8335 |
|
@@ -8339,49 +8460,57 @@ msgid "Product"
|
|
8339 |
msgstr ""
|
8340 |
|
8341 |
#: admin/include/admin-setting.php:414
|
8342 |
-
#: includes/widgets/htmega_progressbar.php:
|
8343 |
-
#: includes/widgets/htmega_progressbar.php:
|
8344 |
-
#: includes/widgets/htmega_progressbar.php:
|
8345 |
-
#: includes/widgets/htmega_progressbar.php:
|
8346 |
msgid "Progress Bar"
|
8347 |
msgstr ""
|
8348 |
|
8349 |
-
#: includes/widgets/htmega_progressbar.php:
|
8350 |
-
|
|
|
|
|
|
|
8351 |
msgid "Progress bar color"
|
8352 |
msgstr ""
|
8353 |
|
8354 |
-
#: includes/widgets/htmega_progressbar.php:
|
8355 |
msgid "Progress Bar Size"
|
8356 |
msgstr ""
|
8357 |
|
8358 |
-
#: includes/widgets/htmega_progressbar.php:
|
8359 |
msgid "Progress bar track color"
|
8360 |
msgstr ""
|
8361 |
|
8362 |
-
#: includes/widgets/htmega_progressbar.php:
|
8363 |
-
#: includes/widgets/htmega_progressbar.php:
|
8364 |
msgid "Progress Bar Value"
|
8365 |
msgstr ""
|
8366 |
|
8367 |
-
#: includes/widgets/htmega_progressbar.php:
|
8368 |
-
#: includes/widgets/htmega_progressbar.php:
|
8369 |
msgid "Progress bar value background color"
|
8370 |
msgstr ""
|
8371 |
|
8372 |
-
#: includes/widgets/htmega_progressbar.php:
|
8373 |
-
#: includes/widgets/htmega_progressbar.php:
|
8374 |
msgid "Progress bar value color"
|
8375 |
msgstr ""
|
8376 |
|
8377 |
-
#: includes/widgets/htmega_progressbar.php:
|
8378 |
msgid "Progress Bar Width"
|
8379 |
msgstr ""
|
8380 |
|
8381 |
-
#: includes/widgets/htmega_progressbar.php:
|
|
|
8382 |
msgid "Progress Indicator"
|
8383 |
msgstr ""
|
8384 |
|
|
|
|
|
|
|
|
|
8385 |
#: includes/widgets/htmega_pricing_list_view.php:138
|
8386 |
msgid "PSD Template"
|
8387 |
msgstr ""
|
@@ -8400,6 +8529,10 @@ msgstr ""
|
|
8400 |
msgid "Push"
|
8401 |
msgstr ""
|
8402 |
|
|
|
|
|
|
|
|
|
8403 |
#: admin/include/admin-setting.php:1023 includes/widgets/htmega_qu_forms.php:17
|
8404 |
#: includes/widgets/htmega_qu_forms.php:49
|
8405 |
msgid "QU Form"
|
@@ -8442,10 +8575,10 @@ msgstr ""
|
|
8442 |
msgid "Rating icon"
|
8443 |
msgstr ""
|
8444 |
|
8445 |
-
#: includes/widgets/htmega_image_grid.php:
|
8446 |
-
#: includes/widgets/htmega_image_grid.php:
|
8447 |
-
#: includes/widgets/htmega_image_masonry.php:
|
8448 |
-
#: includes/widgets/htmega_image_masonry.php:
|
8449 |
#: includes/widgets/htmega_post_carousel.php:249
|
8450 |
#: includes/widgets/htmega_post_carousel.php:261
|
8451 |
#: includes/widgets/htmega_post_carousel.php:262
|
@@ -8462,8 +8595,8 @@ msgstr ""
|
|
8462 |
msgid "Read More"
|
8463 |
msgstr ""
|
8464 |
|
8465 |
-
#: includes/widgets/htmega_image_grid.php:
|
8466 |
-
#: includes/widgets/htmega_image_masonry.php:
|
8467 |
msgid "Read More Button"
|
8468 |
msgstr ""
|
8469 |
|
@@ -8477,13 +8610,13 @@ msgstr ""
|
|
8477 |
msgid "Read More Color"
|
8478 |
msgstr ""
|
8479 |
|
8480 |
-
#: includes/widgets/htmega_image_grid.php:
|
8481 |
-
#: includes/widgets/htmega_image_masonry.php:
|
8482 |
msgid "Read More Link"
|
8483 |
msgstr ""
|
8484 |
|
8485 |
-
#: includes/widgets/htmega_image_grid.php:
|
8486 |
-
#: includes/widgets/htmega_image_masonry.php:
|
8487 |
msgid "Read More Text"
|
8488 |
msgstr ""
|
8489 |
|
@@ -8594,7 +8727,9 @@ msgstr ""
|
|
8594 |
#: includes/widgets/htmega_accordion.php:472
|
8595 |
#: includes/widgets/htmega_accordion.php:663
|
8596 |
#: includes/widgets/htmega_accordion.php:821
|
8597 |
-
#: includes/widgets/htmega_accordion.php:
|
|
|
|
|
8598 |
#: includes/widgets/htmega_add_banner.php:370
|
8599 |
#: includes/widgets/htmega_blockquote.php:185
|
8600 |
#: includes/widgets/htmega_buddy_press.php:251
|
@@ -8605,29 +8740,36 @@ msgstr ""
|
|
8605 |
#: includes/widgets/htmega_contact_form_seven.php:124
|
8606 |
#: includes/widgets/htmega_countdown.php:480
|
8607 |
#: includes/widgets/htmega_countdown.php:511
|
8608 |
-
#: includes/widgets/htmega_counter.php:
|
8609 |
-
#: includes/widgets/
|
8610 |
-
#: includes/widgets/
|
8611 |
-
#: includes/widgets/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8612 |
#: includes/widgets/htmega_easy_digital_download.php:315
|
8613 |
-
#: includes/widgets/htmega_flip-box.php:
|
8614 |
-
#: includes/widgets/htmega_image_grid.php:
|
8615 |
-
#: includes/widgets/htmega_image_grid.php:
|
8616 |
-
#: includes/widgets/htmega_image_masonry.php:
|
8617 |
-
#: includes/widgets/htmega_image_masonry.php:
|
8618 |
#: includes/widgets/htmega_inline_menu.php:125
|
8619 |
#: includes/widgets/htmega_job_manager.php:145
|
8620 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
8621 |
#: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:755
|
8622 |
#: includes/widgets/htmega_news_ticker.php:455
|
8623 |
#: includes/widgets/htmega_offcanvas.php:94
|
8624 |
#: includes/widgets/htmega_offcanvas.php:134
|
8625 |
#: includes/widgets/htmega_offcanvas.php:248
|
8626 |
#: includes/widgets/htmega_panel_slider.php:498
|
8627 |
-
#: includes/widgets/htmega_popover.php:
|
8628 |
-
#: includes/widgets/htmega_popover.php:
|
8629 |
-
#: includes/widgets/htmega_popover.php:
|
8630 |
-
#: includes/widgets/htmega_popover.php:
|
8631 |
#: includes/widgets/htmega_post_carousel.php:802
|
8632 |
#: includes/widgets/htmega_post_carousel.php:1010
|
8633 |
#: includes/widgets/htmega_post_carousel.php:1097
|
@@ -8648,7 +8790,7 @@ msgstr ""
|
|
8648 |
#: includes/widgets/htmega_pricing_list_view.php:1120
|
8649 |
#: includes/widgets/htmega_pricing_list_view.php:1147
|
8650 |
#: includes/widgets/htmega_search.php:139
|
8651 |
-
#: includes/widgets/htmega_section_title.php:
|
8652 |
#: includes/widgets/htmega_services.php:243
|
8653 |
#: includes/widgets/htmega_services.php:427
|
8654 |
#: includes/widgets/htmega_services.php:532
|
@@ -8657,7 +8799,7 @@ msgstr ""
|
|
8657 |
#: includes/widgets/htmega_single_post.php:224
|
8658 |
#: includes/widgets/htmega_single_post.php:320
|
8659 |
#: includes/widgets/htmega_single_post.php:428
|
8660 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
8661 |
#: includes/widgets/htmega_special_banner.php:44
|
8662 |
#: includes/widgets/htmega_special_banner.php:267
|
8663 |
#: includes/widgets/htmega_tab.php:330 includes/widgets/htmega_table.php:430
|
@@ -8710,7 +8852,7 @@ msgstr ""
|
|
8710 |
msgid "Right Top"
|
8711 |
msgstr ""
|
8712 |
|
8713 |
-
#: includes/widgets/htmega_section_title.php:
|
8714 |
msgid "Rotate"
|
8715 |
msgstr ""
|
8716 |
|
@@ -8808,9 +8950,13 @@ msgstr ""
|
|
8808 |
msgid "Scroll Image"
|
8809 |
msgstr ""
|
8810 |
|
|
|
|
|
|
|
|
|
8811 |
#: admin/include/admin-setting.php:430
|
8812 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
8813 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
8814 |
msgid "Scroll Navigation"
|
8815 |
msgstr ""
|
8816 |
|
@@ -8852,13 +8998,13 @@ msgstr ""
|
|
8852 |
msgid "Seconds"
|
8853 |
msgstr ""
|
8854 |
|
8855 |
-
#: includes/widgets/htmega_section_title.php:
|
8856 |
msgid "Section style"
|
8857 |
msgstr ""
|
8858 |
|
8859 |
#: admin/include/admin-setting.php:446
|
8860 |
-
#: includes/widgets/htmega_section_title.php:
|
8861 |
-
#: includes/widgets/htmega_section_title.php:
|
8862 |
msgid "Section Title"
|
8863 |
msgstr ""
|
8864 |
|
@@ -8958,6 +9104,10 @@ msgid "Sep<br/>2018"
|
|
8958 |
msgstr ""
|
8959 |
|
8960 |
#: includes/widgets/htmega_blockquote.php:409
|
|
|
|
|
|
|
|
|
8961 |
msgid "Separator Color"
|
8962 |
msgstr ""
|
8963 |
|
@@ -8969,7 +9119,7 @@ msgstr ""
|
|
8969 |
msgid "Separator Position"
|
8970 |
msgstr ""
|
8971 |
|
8972 |
-
#: includes/widgets/htmega_section_title.php:
|
8973 |
msgid "Separator Specing"
|
8974 |
msgstr ""
|
8975 |
|
@@ -9035,20 +9185,16 @@ msgstr ""
|
|
9035 |
#: includes/widgets/htmega_buddy_press.php:119
|
9036 |
#: includes/widgets/htmega_buddy_press.php:134
|
9037 |
#: includes/widgets/htmega_buddy_press.php:149
|
9038 |
-
#: includes/widgets/htmega_double_button.php:
|
9039 |
#: includes/widgets/htmega_gravity_forms.php:69
|
9040 |
#: includes/widgets/htmega_gravity_forms.php:81
|
9041 |
-
#: includes/widgets/htmega_instagram
|
9042 |
-
#: includes/widgets/htmega_instagram
|
9043 |
-
#: includes/widgets/htmega_instagram
|
9044 |
-
#: includes/widgets/htmega_instagram - Copy.php:188
|
9045 |
-
#: includes/widgets/htmega_instagram - Copy.php:200
|
9046 |
-
#: includes/widgets/htmega_instagram.php:167
|
9047 |
-
#: includes/widgets/htmega_instagram.php:179
|
9048 |
-
#: includes/widgets/htmega_instagram.php:191
|
9049 |
#: includes/widgets/htmega_news_ticker.php:296
|
9050 |
-
#: includes/widgets/htmega_popover.php:
|
9051 |
-
#: includes/widgets/htmega_popover.php:
|
|
|
9052 |
#: includes/widgets/htmega_socialshere.php:364
|
9053 |
#: includes/widgets/htmega_socialshere.php:379
|
9054 |
#: includes/widgets/htmega_table.php:64 includes/widgets/htmega_table.php:89
|
@@ -9102,18 +9248,18 @@ msgstr ""
|
|
9102 |
msgid "Show Author Name"
|
9103 |
msgstr ""
|
9104 |
|
|
|
|
|
|
|
|
|
9105 |
#: includes/widgets/htmega_easy_digital_download.php:95
|
9106 |
msgid "Show Buy Button"
|
9107 |
msgstr ""
|
9108 |
|
9109 |
-
#: includes/widgets/htmega_instagram.php:
|
9110 |
msgid "Show Caption"
|
9111 |
msgstr ""
|
9112 |
|
9113 |
-
#: includes/widgets/htmega_instagram - Copy.php:174
|
9114 |
-
msgid "Show Comment"
|
9115 |
-
msgstr ""
|
9116 |
-
|
9117 |
#: includes/widgets/htmega_easy_digital_download.php:75
|
9118 |
msgid "Show Content"
|
9119 |
msgstr ""
|
@@ -9142,8 +9288,7 @@ msgstr ""
|
|
9142 |
msgid "Show First Name"
|
9143 |
msgstr ""
|
9144 |
|
9145 |
-
#: includes/widgets/htmega_instagram
|
9146 |
-
#: includes/widgets/htmega_instagram.php:189
|
9147 |
msgid "Show Follow Button"
|
9148 |
msgstr ""
|
9149 |
|
@@ -9171,16 +9316,11 @@ msgstr ""
|
|
9171 |
msgid "Show Last Name"
|
9172 |
msgstr ""
|
9173 |
|
9174 |
-
#: includes/widgets/htmega_instagram
|
9175 |
-
#: includes/widgets/htmega_instagram.php:177
|
9176 |
msgid "Show Light Box"
|
9177 |
msgstr ""
|
9178 |
|
9179 |
-
#: includes/widgets/
|
9180 |
-
msgid "Show Like"
|
9181 |
-
msgstr ""
|
9182 |
-
|
9183 |
-
#: includes/widgets/htmega_popover.php:124
|
9184 |
#: includes/widgets/htmega_tooltip.php:124
|
9185 |
msgid "Show Link"
|
9186 |
msgstr ""
|
@@ -9295,19 +9435,19 @@ msgstr ""
|
|
9295 |
msgid "Site Title"
|
9296 |
msgstr ""
|
9297 |
|
9298 |
-
#: includes/widgets/htmega_image_grid.php:
|
9299 |
-
#: includes/widgets/htmega_image_masonry.php:
|
9300 |
#: includes/widgets/htmega_testimonial_grid.php:63
|
9301 |
msgid "Six"
|
9302 |
msgstr ""
|
9303 |
|
9304 |
#: includes/widgets/htmega_buddy_press.php:86
|
9305 |
-
#: includes/widgets/htmega_counter.php:
|
9306 |
#: includes/widgets/htmega_weather.php:71
|
9307 |
msgid "Size"
|
9308 |
msgstr ""
|
9309 |
|
9310 |
-
#: includes/widgets/htmega_double_button.php:
|
9311 |
msgid "Skew Background"
|
9312 |
msgstr ""
|
9313 |
|
@@ -9319,8 +9459,8 @@ msgstr ""
|
|
9319 |
msgid "Slide"
|
9320 |
msgstr ""
|
9321 |
|
9322 |
-
#: includes/widgets/htmega_carousel.php:111
|
9323 |
-
#:
|
9324 |
#: includes/widgets/htmega_panel_slider.php:135
|
9325 |
#: includes/widgets/htmega_post_slider.php:275
|
9326 |
#: includes/widgets/htmega_testimonial.php:73
|
@@ -9328,23 +9468,22 @@ msgstr ""
|
|
9328 |
msgid "Slider"
|
9329 |
msgstr ""
|
9330 |
|
9331 |
-
#: includes/widgets/htmega_carousel.php:151
|
9332 |
-
#:
|
9333 |
#: includes/widgets/htmega_panel_slider.php:175
|
9334 |
#: includes/widgets/htmega_post_carousel.php:329
|
9335 |
#: includes/widgets/htmega_post_slider.php:315
|
9336 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9337 |
#: includes/widgets/htmega_testimonial.php:209
|
9338 |
#: includes/widgets/htmega_twitter_feed.php:273
|
9339 |
msgid "Slider Arrow"
|
9340 |
msgstr ""
|
9341 |
|
9342 |
-
#: includes/widgets/htmega_instagram
|
9343 |
-
#: includes/widgets/htmega_instagram.php:437
|
9344 |
#: includes/widgets/htmega_panel_slider.php:277
|
9345 |
#: includes/widgets/htmega_post_carousel.php:432
|
9346 |
#: includes/widgets/htmega_post_slider.php:433
|
9347 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9348 |
#: includes/widgets/htmega_testimonial.php:311
|
9349 |
#: includes/widgets/htmega_twitter_feed.php:375
|
9350 |
msgid "Slider auto play"
|
@@ -9354,16 +9493,16 @@ msgstr ""
|
|
9354 |
msgid "Slider autoplay"
|
9355 |
msgstr ""
|
9356 |
|
9357 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
9358 |
msgid "Slider Direction"
|
9359 |
msgstr ""
|
9360 |
|
9361 |
-
#: includes/widgets/htmega_carousel.php:196
|
9362 |
-
#:
|
9363 |
#: includes/widgets/htmega_panel_slider.php:220
|
9364 |
#: includes/widgets/htmega_post_carousel.php:375
|
9365 |
#: includes/widgets/htmega_post_slider.php:360
|
9366 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9367 |
#: includes/widgets/htmega_testimonial.php:254
|
9368 |
#: includes/widgets/htmega_twitter_feed.php:318
|
9369 |
msgid "Slider dots"
|
@@ -9379,12 +9518,10 @@ msgstr ""
|
|
9379 |
|
9380 |
#: includes/widgets/htmega_carousel.php:292
|
9381 |
#: includes/widgets/htmega_carousel.php:334
|
9382 |
-
#: includes/widgets/htmega_carousel.php:389
|
9383 |
-
#:
|
9384 |
-
#: includes/widgets/htmega_instagram
|
9385 |
-
#: includes/widgets/htmega_instagram.php:
|
9386 |
-
#: includes/widgets/htmega_instagram.php:518
|
9387 |
-
#: includes/widgets/htmega_instagram.php:573
|
9388 |
#: includes/widgets/htmega_panel_slider.php:316
|
9389 |
#: includes/widgets/htmega_panel_slider.php:358
|
9390 |
#: includes/widgets/htmega_panel_slider.php:413
|
@@ -9394,9 +9531,9 @@ msgstr ""
|
|
9394 |
#: includes/widgets/htmega_post_slider.php:472
|
9395 |
#: includes/widgets/htmega_post_slider.php:514
|
9396 |
#: includes/widgets/htmega_post_slider.php:569
|
9397 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9398 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9399 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9400 |
#: includes/widgets/htmega_testimonial.php:350
|
9401 |
#: includes/widgets/htmega_testimonial.php:393
|
9402 |
#: includes/widgets/htmega_testimonial.php:449
|
@@ -9408,12 +9545,10 @@ msgstr ""
|
|
9408 |
|
9409 |
#: includes/widgets/htmega_carousel.php:136
|
9410 |
#: includes/widgets/htmega_carousel.php:319
|
9411 |
-
#: includes/widgets/htmega_carousel.php:374
|
9412 |
-
#:
|
9413 |
-
#: includes/widgets/htmega_instagram
|
9414 |
-
#: includes/widgets/htmega_instagram.php:
|
9415 |
-
#: includes/widgets/htmega_instagram.php:503
|
9416 |
-
#: includes/widgets/htmega_instagram.php:558
|
9417 |
#: includes/widgets/htmega_panel_slider.php:160
|
9418 |
#: includes/widgets/htmega_panel_slider.php:343
|
9419 |
#: includes/widgets/htmega_panel_slider.php:398
|
@@ -9423,9 +9558,9 @@ msgstr ""
|
|
9423 |
#: includes/widgets/htmega_post_slider.php:300
|
9424 |
#: includes/widgets/htmega_post_slider.php:499
|
9425 |
#: includes/widgets/htmega_post_slider.php:554
|
9426 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9427 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9428 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9429 |
#: includes/widgets/htmega_testimonial.php:194
|
9430 |
#: includes/widgets/htmega_testimonial.php:378
|
9431 |
#: includes/widgets/htmega_testimonial.php:434
|
@@ -9435,25 +9570,25 @@ msgstr ""
|
|
9435 |
msgid "Slider Items"
|
9436 |
msgstr ""
|
9437 |
|
9438 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
9439 |
msgid "Slider Navigation"
|
9440 |
msgstr ""
|
9441 |
|
9442 |
-
#: includes/widgets/htmega_carousel.php:126
|
9443 |
-
#:
|
9444 |
#: includes/widgets/htmega_panel_slider.php:150
|
9445 |
#: includes/widgets/htmega_post_slider.php:290
|
9446 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9447 |
#: includes/widgets/htmega_testimonial.php:184
|
9448 |
#: includes/widgets/htmega_twitter_feed.php:231
|
9449 |
msgid "Slider Option"
|
9450 |
msgstr ""
|
9451 |
|
9452 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
9453 |
msgid "Slider Options"
|
9454 |
msgstr ""
|
9455 |
|
9456 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
9457 |
msgid "Slider Pagination"
|
9458 |
msgstr ""
|
9459 |
|
@@ -9461,12 +9596,12 @@ msgstr ""
|
|
9461 |
msgid "Slider Sub Title"
|
9462 |
msgstr ""
|
9463 |
|
9464 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9465 |
msgid "Slider Thumbnail"
|
9466 |
msgstr ""
|
9467 |
|
9468 |
#: admin/include/admin-setting.php:470
|
9469 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
9470 |
msgid "Slider Thumbnail Gallery"
|
9471 |
msgstr ""
|
9472 |
|
@@ -9474,7 +9609,7 @@ msgstr ""
|
|
9474 |
msgid "Slider Title"
|
9475 |
msgstr ""
|
9476 |
|
9477 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
9478 |
msgid "Slider Visible Item"
|
9479 |
msgstr ""
|
9480 |
|
@@ -9485,10 +9620,14 @@ msgstr ""
|
|
9485 |
|
9486 |
#: includes/widgets/htmega_booked_calender.php:156
|
9487 |
#: includes/widgets/htmega_button.php:79
|
9488 |
-
#: includes/widgets/htmega_double_button.php:
|
9489 |
msgid "Small"
|
9490 |
msgstr ""
|
9491 |
|
|
|
|
|
|
|
|
|
9492 |
#: includes/widgets/htmega_socialshere.php:56
|
9493 |
#: includes/widgets/htmega_teammember.php:199
|
9494 |
#: includes/widgets/htmega_teammember.php:947
|
@@ -9544,7 +9683,7 @@ msgstr ""
|
|
9544 |
msgid "Space"
|
9545 |
msgstr ""
|
9546 |
|
9547 |
-
#: includes/widgets/htmega_popover.php:
|
9548 |
#: includes/widgets/htmega_tooltip.php:189
|
9549 |
msgid "Space With Button"
|
9550 |
msgstr ""
|
@@ -9558,7 +9697,8 @@ msgstr ""
|
|
9558 |
msgid "Special Day Offer"
|
9559 |
msgstr ""
|
9560 |
|
9561 |
-
#: includes/widgets/
|
|
|
9562 |
msgid "Speed"
|
9563 |
msgstr ""
|
9564 |
|
@@ -9568,6 +9708,7 @@ msgid "Standard"
|
|
9568 |
msgstr ""
|
9569 |
|
9570 |
#: includes/widgets/htmega_accordion.php:977
|
|
|
9571 |
msgid "Start"
|
9572 |
msgstr ""
|
9573 |
|
@@ -9575,14 +9716,35 @@ msgstr ""
|
|
9575 |
msgid "Stats"
|
9576 |
msgstr ""
|
9577 |
|
9578 |
-
#: includes/widgets/htmega_progressbar.php:
|
9579 |
msgid "Striped"
|
9580 |
msgstr ""
|
9581 |
|
9582 |
-
#: includes/widgets/htmega_progressbar.php:
|
9583 |
msgid "Striped Animated"
|
9584 |
msgstr ""
|
9585 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9586 |
#: includes/widgets/htmega_socialshere.php:75
|
9587 |
msgid "Stumbleupon"
|
9588 |
msgstr ""
|
@@ -9600,36 +9762,31 @@ msgstr ""
|
|
9600 |
#: includes/widgets/htmega_contact_form_seven.php:39
|
9601 |
#: includes/widgets/htmega_contact_form_seven.php:68
|
9602 |
#: includes/widgets/htmega_countdown.php:91
|
9603 |
-
#: includes/widgets/
|
9604 |
-
#: includes/widgets/htmega_dropcaps.php:
|
9605 |
-
#: includes/widgets/
|
9606 |
-
#: includes/widgets/htmega_image_grid.php:39
|
9607 |
-
#: includes/widgets/htmega_image_grid.php:155
|
9608 |
#: includes/widgets/htmega_image_magnifier.php:101
|
9609 |
#: includes/widgets/htmega_image_marker.php:101
|
9610 |
-
#: includes/widgets/htmega_image_masonry.php:
|
9611 |
-
#: includes/widgets/
|
9612 |
-
#: includes/widgets/htmega_inline_menu.php:51 includes/widgets/htmega_instagram
|
9613 |
-
#: - Copy.php:51 includes/widgets/htmega_instagram - Copy.php:643
|
9614 |
#: includes/widgets/htmega_instagram.php:54
|
9615 |
-
#: includes/widgets/htmega_instagram.php:
|
9616 |
#: includes/widgets/htmega_instagram_feed.php:131
|
9617 |
#: includes/widgets/htmega_lightbox.php:187
|
9618 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
9619 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
9620 |
#: includes/widgets/htmega_news_ticker.php:43
|
9621 |
#: includes/widgets/htmega_notify.php:256
|
9622 |
#: includes/widgets/htmega_offcanvas.php:173
|
9623 |
#: includes/widgets/htmega_panel_slider.php:53
|
9624 |
-
#: includes/widgets/htmega_popover.php:
|
9625 |
#: includes/widgets/htmega_post_slider.php:1421
|
9626 |
#: includes/widgets/htmega_pricing_list_view.php:293
|
9627 |
#: includes/widgets/htmega_pricing_list_view.php:667
|
9628 |
#: includes/widgets/htmega_pricing_table.php:39
|
9629 |
#: includes/widgets/htmega_pricing_table.php:397
|
9630 |
-
#: includes/widgets/htmega_progressbar.php:
|
9631 |
-
#: includes/widgets/htmega_progressbar.php:
|
9632 |
-
#: includes/widgets/htmega_scroll_image.php:85
|
9633 |
#: includes/widgets/htmega_search.php:39 includes/widgets/htmega_search.php:120
|
9634 |
#: includes/widgets/htmega_services.php:36
|
9635 |
#: includes/widgets/htmega_single_post.php:36
|
@@ -9651,8 +9808,8 @@ msgstr ""
|
|
9651 |
#: includes/widgets/htmega_user_register_form.php:39
|
9652 |
#: includes/widgets/htmega_user_register_form.php:424
|
9653 |
#: includes/widgets/htmega_video_player.php:232
|
9654 |
-
#: includes/widgets/htmega_working_process.php:
|
9655 |
-
#: includes/widgets/htmega_working_process.php:
|
9656 |
msgid "Style"
|
9657 |
msgstr ""
|
9658 |
|
@@ -9667,16 +9824,16 @@ msgstr ""
|
|
9667 |
#: includes/widgets/htmega_call_to_action.php:47
|
9668 |
#: includes/widgets/htmega_carousel.php:57
|
9669 |
#: includes/widgets/htmega_contact_form_seven.php:47
|
9670 |
-
#: includes/widgets/htmega_dropcaps.php:
|
9671 |
-
#: includes/widgets/htmega_image_grid.php:
|
9672 |
#: includes/widgets/htmega_image_marker.php:109
|
9673 |
-
#: includes/widgets/htmega_image_masonry.php:
|
9674 |
#: includes/widgets/htmega_inline_menu.php:59
|
9675 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
9676 |
#: includes/widgets/htmega_news_ticker.php:51
|
9677 |
#: includes/widgets/htmega_pricing_table.php:47
|
9678 |
#: includes/widgets/htmega_search.php:47
|
9679 |
-
#: includes/widgets/htmega_section_title.php:
|
9680 |
#: includes/widgets/htmega_services.php:44 includes/widgets/htmega_tab.php:47
|
9681 |
#: includes/widgets/htmega_teammember.php:52
|
9682 |
#: includes/widgets/htmega_testimonial.php:61
|
@@ -9695,18 +9852,18 @@ msgstr ""
|
|
9695 |
#: includes/widgets/htmega_call_to_action.php:46
|
9696 |
#: includes/widgets/htmega_carousel.php:56
|
9697 |
#: includes/widgets/htmega_contact_form_seven.php:46
|
9698 |
-
#: includes/widgets/htmega_dropcaps.php:
|
9699 |
-
#: includes/widgets/htmega_image_grid.php:
|
9700 |
#: includes/widgets/htmega_image_marker.php:108
|
9701 |
-
#: includes/widgets/htmega_image_masonry.php:
|
9702 |
-
#: includes/widgets/htmega_inline_menu.php:58
|
9703 |
-
#:
|
9704 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
9705 |
#: includes/widgets/htmega_news_ticker.php:50
|
9706 |
#: includes/widgets/htmega_panel_slider.php:60
|
9707 |
#: includes/widgets/htmega_pricing_table.php:46
|
9708 |
#: includes/widgets/htmega_search.php:46
|
9709 |
-
#: includes/widgets/htmega_section_title.php:
|
9710 |
#: includes/widgets/htmega_services.php:43
|
9711 |
#: includes/widgets/htmega_single_post.php:43
|
9712 |
#: includes/widgets/htmega_tab.php:46 includes/widgets/htmega_teammember.php:51
|
@@ -9715,7 +9872,7 @@ msgstr ""
|
|
9715 |
#: includes/widgets/htmega_twitter_feed.php:61
|
9716 |
#: includes/widgets/htmega_user_login_form.php:46
|
9717 |
#: includes/widgets/htmega_user_register_form.php:46
|
9718 |
-
#: includes/widgets/htmega_working_process.php:
|
9719 |
msgid "Style Four"
|
9720 |
msgstr ""
|
9721 |
|
@@ -9731,19 +9888,19 @@ msgstr ""
|
|
9731 |
#: includes/widgets/htmega_call_to_action.php:43
|
9732 |
#: includes/widgets/htmega_carousel.php:53
|
9733 |
#: includes/widgets/htmega_contact_form_seven.php:43
|
9734 |
-
#: includes/widgets/htmega_dropcaps.php:
|
9735 |
-
#: includes/widgets/htmega_image_grid.php:
|
9736 |
#: includes/widgets/htmega_image_marker.php:105
|
9737 |
-
#: includes/widgets/htmega_image_masonry.php:
|
9738 |
-
#: includes/widgets/htmega_inline_menu.php:55
|
9739 |
-
#:
|
9740 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
9741 |
#: includes/widgets/htmega_news_ticker.php:47
|
9742 |
#: includes/widgets/htmega_panel_slider.php:57
|
9743 |
#: includes/widgets/htmega_post_slider.php:1425
|
9744 |
#: includes/widgets/htmega_pricing_table.php:43
|
9745 |
#: includes/widgets/htmega_search.php:43
|
9746 |
-
#: includes/widgets/htmega_section_title.php:
|
9747 |
#: includes/widgets/htmega_services.php:40
|
9748 |
#: includes/widgets/htmega_single_post.php:40
|
9749 |
#: includes/widgets/htmega_tab.php:43 includes/widgets/htmega_teammember.php:48
|
@@ -9754,7 +9911,7 @@ msgstr ""
|
|
9754 |
#: includes/widgets/htmega_twitter_feed.php:58
|
9755 |
#: includes/widgets/htmega_user_login_form.php:43
|
9756 |
#: includes/widgets/htmega_user_register_form.php:43
|
9757 |
-
#: includes/widgets/htmega_working_process.php:
|
9758 |
msgid "Style One"
|
9759 |
msgstr ""
|
9760 |
|
@@ -9801,18 +9958,18 @@ msgstr ""
|
|
9801 |
#: includes/widgets/htmega_carousel.php:55
|
9802 |
#: includes/widgets/htmega_contact_form_seven.php:45
|
9803 |
#: includes/widgets/htmega_countdown.php:97
|
9804 |
-
#: includes/widgets/htmega_dropcaps.php:
|
9805 |
-
#: includes/widgets/htmega_image_grid.php:
|
9806 |
#: includes/widgets/htmega_image_marker.php:107
|
9807 |
-
#: includes/widgets/htmega_image_masonry.php:
|
9808 |
-
#: includes/widgets/htmega_inline_menu.php:57
|
9809 |
-
#:
|
9810 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
9811 |
#: includes/widgets/htmega_news_ticker.php:49
|
9812 |
#: includes/widgets/htmega_panel_slider.php:59
|
9813 |
#: includes/widgets/htmega_pricing_table.php:45
|
9814 |
#: includes/widgets/htmega_search.php:45
|
9815 |
-
#: includes/widgets/htmega_section_title.php:
|
9816 |
#: includes/widgets/htmega_services.php:42
|
9817 |
#: includes/widgets/htmega_single_post.php:42
|
9818 |
#: includes/widgets/htmega_tab.php:45 includes/widgets/htmega_teammember.php:50
|
@@ -9822,7 +9979,7 @@ msgstr ""
|
|
9822 |
#: includes/widgets/htmega_twitter_feed.php:60
|
9823 |
#: includes/widgets/htmega_user_login_form.php:45
|
9824 |
#: includes/widgets/htmega_user_register_form.php:45
|
9825 |
-
#: includes/widgets/htmega_working_process.php:
|
9826 |
msgid "Style Three"
|
9827 |
msgstr ""
|
9828 |
|
@@ -9835,19 +9992,19 @@ msgstr ""
|
|
9835 |
#: includes/widgets/htmega_carousel.php:54
|
9836 |
#: includes/widgets/htmega_contact_form_seven.php:44
|
9837 |
#: includes/widgets/htmega_countdown.php:96
|
9838 |
-
#: includes/widgets/htmega_dropcaps.php:
|
9839 |
-
#: includes/widgets/htmega_image_grid.php:
|
9840 |
#: includes/widgets/htmega_image_marker.php:106
|
9841 |
-
#: includes/widgets/htmega_image_masonry.php:
|
9842 |
-
#: includes/widgets/htmega_inline_menu.php:56
|
9843 |
-
#:
|
9844 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
9845 |
#: includes/widgets/htmega_news_ticker.php:48
|
9846 |
#: includes/widgets/htmega_panel_slider.php:58
|
9847 |
#: includes/widgets/htmega_post_slider.php:1426
|
9848 |
#: includes/widgets/htmega_pricing_table.php:44
|
9849 |
#: includes/widgets/htmega_search.php:44
|
9850 |
-
#: includes/widgets/htmega_section_title.php:
|
9851 |
#: includes/widgets/htmega_services.php:41
|
9852 |
#: includes/widgets/htmega_single_post.php:41
|
9853 |
#: includes/widgets/htmega_tab.php:44 includes/widgets/htmega_teammember.php:49
|
@@ -9858,7 +10015,7 @@ msgstr ""
|
|
9858 |
#: includes/widgets/htmega_twitter_feed.php:59
|
9859 |
#: includes/widgets/htmega_user_login_form.php:44
|
9860 |
#: includes/widgets/htmega_user_register_form.php:44
|
9861 |
-
#: includes/widgets/htmega_working_process.php:
|
9862 |
msgid "Style Two"
|
9863 |
msgstr ""
|
9864 |
|
@@ -9886,18 +10043,25 @@ msgstr ""
|
|
9886 |
#: includes/widgets/htmega_404_content.php:374
|
9887 |
#: includes/widgets/htmega_add_banner.php:95
|
9888 |
#: includes/widgets/htmega_add_banner.php:483
|
|
|
|
|
9889 |
#: includes/widgets/htmega_panel_slider.php:575
|
9890 |
-
#: includes/widgets/htmega_section_title.php:
|
|
|
9891 |
#: includes/widgets/htmega_special_banner.php:81
|
9892 |
#: includes/widgets/htmega_special_banner.php:388
|
9893 |
msgid "Sub Title"
|
9894 |
msgstr ""
|
9895 |
|
9896 |
-
#: includes/widgets/htmega_section_title.php:
|
9897 |
msgid "Sub Title Setting"
|
9898 |
msgstr ""
|
9899 |
|
9900 |
-
#: includes/widgets/
|
|
|
|
|
|
|
|
|
9901 |
msgid "Sub Title style"
|
9902 |
msgstr ""
|
9903 |
|
@@ -9927,7 +10091,7 @@ msgstr ""
|
|
9927 |
msgid "Successfully Settings Saved."
|
9928 |
msgstr ""
|
9929 |
|
9930 |
-
#: includes/widgets/htmega_counter.php:
|
9931 |
msgid "Suffix"
|
9932 |
msgstr ""
|
9933 |
|
@@ -10040,23 +10204,23 @@ msgstr ""
|
|
10040 |
msgid "TablePress"
|
10041 |
msgstr ""
|
10042 |
|
10043 |
-
#: includes/widgets/htmega_carousel.php:307
|
10044 |
-
#:
|
10045 |
#: includes/widgets/htmega_panel_slider.php:331
|
10046 |
#: includes/widgets/htmega_post_carousel.php:484
|
10047 |
#: includes/widgets/htmega_post_slider.php:487
|
10048 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10049 |
#: includes/widgets/htmega_testimonial.php:366
|
10050 |
#: includes/widgets/htmega_twitter_feed.php:429
|
10051 |
msgid "Tablet"
|
10052 |
msgstr ""
|
10053 |
|
10054 |
-
#: includes/widgets/htmega_carousel.php:349
|
10055 |
-
#:
|
10056 |
#: includes/widgets/htmega_panel_slider.php:373
|
10057 |
#: includes/widgets/htmega_post_carousel.php:526
|
10058 |
#: includes/widgets/htmega_post_slider.php:529
|
10059 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10060 |
#: includes/widgets/htmega_testimonial.php:409
|
10061 |
#: includes/widgets/htmega_twitter_feed.php:471
|
10062 |
msgid "Tablet Resolution"
|
@@ -10071,7 +10235,7 @@ msgstr ""
|
|
10071 |
msgid "Tall"
|
10072 |
msgstr ""
|
10073 |
|
10074 |
-
#: includes/widgets/htmega_counter.php:
|
10075 |
msgid "Target Number"
|
10076 |
msgstr ""
|
10077 |
|
@@ -10126,10 +10290,10 @@ msgstr ""
|
|
10126 |
|
10127 |
#: includes/widgets/htmega_button.php:48
|
10128 |
#: includes/widgets/htmega_countdown.php:267
|
10129 |
-
#: includes/widgets/htmega_double_button.php:
|
10130 |
-
#: includes/widgets/htmega_double_button.php:
|
10131 |
#: includes/widgets/htmega_download_monitor.php:107
|
10132 |
-
#: includes/widgets/htmega_modal.php:108 includes/widgets/htmega_popover.php:
|
10133 |
#: includes/widgets/htmega_pricing_list_view.php:564
|
10134 |
#: includes/widgets/htmega_search.php:69 includes/widgets/htmega_tooltip.php:54
|
10135 |
#: includes/widgets/htmega_tooltip.php:69
|
@@ -10155,9 +10319,9 @@ msgstr ""
|
|
10155 |
#: includes/widgets/htmega_contact_form_seven.php:459
|
10156 |
#: includes/widgets/htmega_contact_form_seven.php:575
|
10157 |
#: includes/widgets/htmega_contact_form_seven.php:663
|
10158 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
10159 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
10160 |
-
#: includes/widgets/htmega_mailchimp_for_wp.php:
|
10161 |
#: includes/widgets/htmega_offcanvas.php:181
|
10162 |
#: includes/widgets/htmega_pricing_list_view.php:708
|
10163 |
#: includes/widgets/htmega_pricing_list_view.php:1264
|
@@ -10197,7 +10361,7 @@ msgstr ""
|
|
10197 |
#: includes/widgets/htmega_countdown.php:588
|
10198 |
#: includes/widgets/htmega_countdown.php:711
|
10199 |
#: includes/widgets/htmega_inline_menu.php:216
|
10200 |
-
#: includes/widgets/htmega_section_title.php:
|
10201 |
msgid "Text Shadow"
|
10202 |
msgstr ""
|
10203 |
|
@@ -10223,25 +10387,25 @@ msgid ""
|
|
10223 |
"for WordPress."
|
10224 |
msgstr ""
|
10225 |
|
10226 |
-
#: includes/widgets/htmega_carousel.php:405
|
10227 |
-
#:
|
10228 |
#: includes/widgets/htmega_panel_slider.php:429
|
10229 |
#: includes/widgets/htmega_post_carousel.php:582
|
10230 |
#: includes/widgets/htmega_post_slider.php:585
|
10231 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10232 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10233 |
#: includes/widgets/htmega_testimonial.php:466
|
10234 |
#: includes/widgets/htmega_twitter_feed.php:527
|
10235 |
msgid "The resolution to mobile."
|
10236 |
msgstr ""
|
10237 |
|
10238 |
-
#: includes/widgets/htmega_carousel.php:350
|
10239 |
-
#:
|
10240 |
#: includes/widgets/htmega_panel_slider.php:374
|
10241 |
#: includes/widgets/htmega_post_carousel.php:527
|
10242 |
#: includes/widgets/htmega_post_slider.php:530
|
10243 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10244 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10245 |
#: includes/widgets/htmega_testimonial.php:410
|
10246 |
#: includes/widgets/htmega_twitter_feed.php:472
|
10247 |
msgid "The resolution to tablet."
|
@@ -10262,7 +10426,7 @@ msgid ""
|
|
10262 |
"have ama suffered altratio. the lorem."
|
10263 |
msgstr ""
|
10264 |
|
10265 |
-
#: includes/widgets/htmega_flip-box.php:
|
10266 |
msgid ""
|
10267 |
"There are many variations of passages Lorem Ipsum available, but the "
|
10268 |
"majority hav suffered alteration in."
|
@@ -10276,8 +10440,8 @@ msgstr ""
|
|
10276 |
msgid "This is <strong>Dhaka</strong>"
|
10277 |
msgstr ""
|
10278 |
|
10279 |
-
#: includes/widgets/htmega_image_grid.php:
|
10280 |
-
#: includes/widgets/htmega_image_masonry.php:
|
10281 |
#: includes/widgets/htmega_testimonial_grid.php:60
|
10282 |
msgid "Three"
|
10283 |
msgstr ""
|
@@ -10295,82 +10459,86 @@ msgstr ""
|
|
10295 |
msgid "Thumbnail Image"
|
10296 |
msgstr ""
|
10297 |
|
10298 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10299 |
msgid "Thumbnail Position"
|
10300 |
msgstr ""
|
10301 |
|
10302 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
|
|
|
|
|
|
|
|
10303 |
msgid "Thumbnails Arrow"
|
10304 |
msgstr ""
|
10305 |
|
10306 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10307 |
msgid "Thumbnails auto play"
|
10308 |
msgstr ""
|
10309 |
|
10310 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10311 |
msgid "Thumbnails Autoplay animation speed"
|
10312 |
msgstr ""
|
10313 |
|
10314 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10315 |
msgid "Thumbnails Autoplay speed"
|
10316 |
msgstr ""
|
10317 |
|
10318 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10319 |
msgid "Thumbnails Center Mode"
|
10320 |
msgstr ""
|
10321 |
|
10322 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10323 |
msgid "Thumbnails Center padding"
|
10324 |
msgstr ""
|
10325 |
|
10326 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10327 |
msgid "Thumbnails dots"
|
10328 |
msgstr ""
|
10329 |
|
10330 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10331 |
msgid "Thumbnails Gallery Option"
|
10332 |
msgstr ""
|
10333 |
|
10334 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10335 |
msgid "Thumbnails Image Size"
|
10336 |
msgstr ""
|
10337 |
|
10338 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10339 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10340 |
msgid "Thumbnails item to scroll"
|
10341 |
msgstr ""
|
10342 |
|
10343 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10344 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10345 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10346 |
msgid "Thumbnails Items"
|
10347 |
msgstr ""
|
10348 |
|
10349 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10350 |
msgid "Thumbnails Mobile Phone"
|
10351 |
msgstr ""
|
10352 |
|
10353 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10354 |
msgid "Thumbnails Mobile Resolution"
|
10355 |
msgstr ""
|
10356 |
|
10357 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10358 |
msgid "Thumbnails Next icon"
|
10359 |
msgstr ""
|
10360 |
|
10361 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10362 |
msgid "Thumbnails Previous icon"
|
10363 |
msgstr ""
|
10364 |
|
10365 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10366 |
msgid "Thumbnails Slider item to scroll"
|
10367 |
msgstr ""
|
10368 |
|
10369 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10370 |
msgid "Thumbnails Tablet"
|
10371 |
msgstr ""
|
10372 |
|
10373 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10374 |
msgid "Thumbnails Tablet Resolution"
|
10375 |
msgstr ""
|
10376 |
|
@@ -10443,21 +10611,22 @@ msgstr ""
|
|
10443 |
#: includes/widgets/htmega_call_to_action.php:57
|
10444 |
#: includes/widgets/htmega_call_to_action.php:217
|
10445 |
#: includes/widgets/htmega_carousel.php:69
|
10446 |
-
#: includes/widgets/htmega_counter.php:
|
10447 |
#: includes/widgets/htmega_cuctom_event.php:39
|
10448 |
#: includes/widgets/htmega_cuctom_event.php:120
|
10449 |
#: includes/widgets/htmega_easy_digital_download.php:331
|
10450 |
-
#: includes/widgets/htmega_flip-box.php:
|
10451 |
-
#: includes/widgets/htmega_flip-box.php:
|
10452 |
-
#: includes/widgets/htmega_flip-box.php:
|
10453 |
-
#: includes/widgets/htmega_flip-box.php:
|
|
|
10454 |
#: includes/widgets/htmega_googlemap.php:143
|
10455 |
#: includes/widgets/htmega_gravity_forms.php:106
|
10456 |
-
#: includes/widgets/htmega_image_grid.php:
|
10457 |
-
#: includes/widgets/htmega_image_grid.php:
|
10458 |
#: includes/widgets/htmega_image_marker.php:323
|
10459 |
-
#: includes/widgets/htmega_image_masonry.php:
|
10460 |
-
#: includes/widgets/htmega_image_masonry.php:
|
10461 |
#: includes/widgets/htmega_job_manager.php:85
|
10462 |
#: includes/widgets/htmega_news_ticker.php:247
|
10463 |
#: includes/widgets/htmega_ninja_forms.php:99
|
@@ -10478,15 +10647,14 @@ msgstr ""
|
|
10478 |
#: includes/widgets/htmega_pricing_table.php:67
|
10479 |
#: includes/widgets/htmega_pricing_table.php:292
|
10480 |
#: includes/widgets/htmega_pricing_table.php:523
|
10481 |
-
#: includes/widgets/htmega_progressbar.php:
|
10482 |
-
#: includes/widgets/htmega_progressbar.php:
|
10483 |
-
#: includes/widgets/htmega_section_title.php:
|
10484 |
-
#: includes/widgets/htmega_section_title.php:
|
10485 |
#: includes/widgets/htmega_services.php:347
|
10486 |
#: includes/widgets/htmega_single_post.php:88
|
10487 |
#: includes/widgets/htmega_single_post.php:147
|
10488 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10489 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:652
|
10490 |
#: includes/widgets/htmega_socialshere.php:98
|
10491 |
#: includes/widgets/htmega_socialshere.php:362
|
10492 |
#: includes/widgets/htmega_special_banner.php:72
|
@@ -10498,8 +10666,8 @@ msgstr ""
|
|
10498 |
#: includes/widgets/htmega_vertical_timeline.php:120
|
10499 |
#: includes/widgets/htmega_wc_categories.php:280
|
10500 |
#: includes/widgets/htmega_weather.php:155
|
10501 |
-
#: includes/widgets/htmega_working_process.php:
|
10502 |
-
#: includes/widgets/htmega_working_process.php:
|
10503 |
#: includes/widgets/htmega_wpforms.php:64
|
10504 |
#: includes/widgets/htmega_wpforms.php:91
|
10505 |
msgid "Title"
|
@@ -10521,7 +10689,7 @@ msgstr ""
|
|
10521 |
msgid "Title Active Color"
|
10522 |
msgstr ""
|
10523 |
|
10524 |
-
#: includes/widgets/htmega_counter.php:
|
10525 |
msgid "Title After Border Color"
|
10526 |
msgstr ""
|
10527 |
|
@@ -10529,8 +10697,8 @@ msgstr ""
|
|
10529 |
msgid "Title Border Color"
|
10530 |
msgstr ""
|
10531 |
|
10532 |
-
#: includes/widgets/htmega_flip-box.php:
|
10533 |
-
#: includes/widgets/htmega_flip-box.php:
|
10534 |
#: includes/widgets/htmega_switcher.php:279
|
10535 |
#: includes/widgets/htmega_switcher.php:316 includes/widgets/htmega_tab.php:133
|
10536 |
#: extensions/ht-builder/widgets/bl_post_title.php:68
|
@@ -10558,30 +10726,31 @@ msgstr ""
|
|
10558 |
msgid "Title Length"
|
10559 |
msgstr ""
|
10560 |
|
10561 |
-
#: includes/widgets/htmega_flip-box.php:
|
10562 |
-
#: includes/widgets/htmega_flip-box.php:
|
10563 |
msgid "Title Margin"
|
10564 |
msgstr ""
|
10565 |
|
10566 |
-
#: includes/widgets/htmega_flip-box.php:
|
10567 |
-
#: includes/widgets/htmega_flip-box.php:
|
10568 |
msgid "Title Padding"
|
10569 |
msgstr ""
|
10570 |
|
10571 |
-
#: includes/widgets/htmega_section_title.php:
|
10572 |
msgid "Title Separator Color"
|
10573 |
msgstr ""
|
10574 |
|
10575 |
-
#: includes/widgets/htmega_section_title.php:
|
10576 |
msgid "Title Setting"
|
10577 |
msgstr ""
|
10578 |
|
10579 |
-
#: includes/widgets/htmega_progressbar.php:
|
10580 |
-
#: includes/widgets/htmega_section_title.php:
|
|
|
10581 |
msgid "Title Style"
|
10582 |
msgstr ""
|
10583 |
|
10584 |
-
#: includes/widgets/htmega_section_title.php:
|
10585 |
msgid "Title style"
|
10586 |
msgstr ""
|
10587 |
|
@@ -10644,17 +10813,19 @@ msgstr ""
|
|
10644 |
#: admin/include/templates_list.php:77 admin/include/templates_list.php:80
|
10645 |
#: includes/widgets/htmega_add_banner.php:56
|
10646 |
#: includes/widgets/htmega_button.php:106
|
10647 |
-
#: includes/widgets/htmega_flip-box.php:
|
10648 |
#: includes/widgets/htmega_image_comparison.php:134
|
10649 |
#: includes/widgets/htmega_notify.php:574
|
10650 |
#: includes/widgets/htmega_notify.php:756
|
10651 |
#: includes/widgets/htmega_offcanvas.php:95
|
10652 |
-
#: includes/widgets/htmega_popover.php:
|
10653 |
#: includes/widgets/htmega_pricing_list_view.php:498
|
10654 |
#: includes/widgets/htmega_pricing_list_view.php:1151
|
10655 |
-
#: includes/widgets/htmega_section_title.php:
|
|
|
|
|
10656 |
#: includes/widgets/htmega_single_post.php:55
|
10657 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10658 |
#: includes/widgets/htmega_special_banner.php:40
|
10659 |
#: includes/widgets/htmega_teammember.php:101
|
10660 |
#: includes/widgets/htmega_tooltip.php:180
|
@@ -10678,6 +10849,10 @@ msgstr ""
|
|
10678 |
msgid "Top Right"
|
10679 |
msgstr ""
|
10680 |
|
|
|
|
|
|
|
|
|
10681 |
#: includes/widgets/htmega_pricing_list_view.php:354
|
10682 |
#: includes/widgets/htmega_pricing_list_view.php:981
|
10683 |
msgid "Top-Bottom Position"
|
@@ -10695,6 +10870,10 @@ msgstr ""
|
|
10695 |
msgid "Topic Tags"
|
10696 |
msgstr ""
|
10697 |
|
|
|
|
|
|
|
|
|
10698 |
#: includes/widgets/htmega_business_hours.php:172
|
10699 |
msgid "Tues Day"
|
10700 |
msgstr ""
|
@@ -10730,8 +10909,8 @@ msgstr ""
|
|
10730 |
msgid "Twitter Feed"
|
10731 |
msgstr ""
|
10732 |
|
10733 |
-
#: includes/widgets/htmega_image_grid.php:
|
10734 |
-
#: includes/widgets/htmega_image_masonry.php:
|
10735 |
#: includes/widgets/htmega_testimonial_grid.php:59
|
10736 |
msgid "Two"
|
10737 |
msgstr ""
|
@@ -10749,13 +10928,17 @@ msgstr ""
|
|
10749 |
msgid "Type your description here..."
|
10750 |
msgstr ""
|
10751 |
|
|
|
|
|
|
|
|
|
10752 |
#: includes/widgets/htmega_404_content.php:91
|
10753 |
msgid "Type your Sub title here."
|
10754 |
msgstr ""
|
10755 |
|
10756 |
-
#: includes/widgets/htmega_counter.php:
|
10757 |
-
#: includes/widgets/htmega_flip-box.php:
|
10758 |
-
#: includes/widgets/htmega_flip-box.php:
|
10759 |
msgid "Type your title here"
|
10760 |
msgstr ""
|
10761 |
|
@@ -10775,7 +10958,7 @@ msgstr ""
|
|
10775 |
#: includes/widgets/htmega_accordion.php:552
|
10776 |
#: includes/widgets/htmega_accordion.php:642
|
10777 |
#: includes/widgets/htmega_accordion.php:908
|
10778 |
-
#: includes/widgets/htmega_accordion.php:
|
10779 |
#: includes/widgets/htmega_add_banner.php:448
|
10780 |
#: includes/widgets/htmega_add_banner.php:507
|
10781 |
#: includes/widgets/htmega_add_banner.php:566
|
@@ -10794,16 +10977,16 @@ msgstr ""
|
|
10794 |
#: includes/widgets/htmega_call_to_action.php:301
|
10795 |
#: includes/widgets/htmega_call_to_action.php:369
|
10796 |
#: includes/widgets/htmega_countdown.php:800
|
10797 |
-
#: includes/widgets/htmega_double_button.php:
|
10798 |
-
#: includes/widgets/htmega_double_button.php:
|
10799 |
-
#: includes/widgets/htmega_double_button.php:
|
10800 |
#: includes/widgets/htmega_download_monitor.php:144
|
10801 |
#: includes/widgets/htmega_easy_digital_download.php:361
|
10802 |
#: includes/widgets/htmega_easy_digital_download.php:447
|
10803 |
#: includes/widgets/htmega_easy_digital_download.php:485
|
10804 |
#: includes/widgets/htmega_image_comparison.php:172
|
10805 |
#: includes/widgets/htmega_image_comparison.php:254
|
10806 |
-
#: includes/widgets/htmega_image_grid.php:
|
10807 |
#: includes/widgets/htmega_notify.php:327
|
10808 |
#: includes/widgets/htmega_panel_slider.php:539
|
10809 |
#: includes/widgets/htmega_panel_slider.php:596
|
@@ -10830,8 +11013,9 @@ msgstr ""
|
|
10830 |
#: includes/widgets/htmega_pricing_list_view.php:1368
|
10831 |
#: includes/widgets/htmega_pricing_list_view.php:1486
|
10832 |
#: includes/widgets/htmega_pricing_list_view.php:1618
|
10833 |
-
#: includes/widgets/htmega_progressbar.php:
|
10834 |
-
#: includes/widgets/htmega_progressbar.php:
|
|
|
10835 |
#: includes/widgets/htmega_single_post.php:180
|
10836 |
#: includes/widgets/htmega_single_post.php:267
|
10837 |
#: includes/widgets/htmega_single_post.php:381
|
@@ -10855,9 +11039,9 @@ msgstr ""
|
|
10855 |
#: includes/widgets/htmega_wc_element_pages.php:1049
|
10856 |
#: includes/widgets/htmega_wc_element_pages.php:1144
|
10857 |
#: includes/widgets/htmega_wc_element_pages.php:1235
|
10858 |
-
#: includes/widgets/htmega_working_process.php:
|
10859 |
-
#: includes/widgets/htmega_working_process.php:
|
10860 |
-
#: includes/widgets/htmega_working_process.php:
|
10861 |
#: extensions/ht-builder/widgets/bl_page_title.php:80
|
10862 |
#: extensions/ht-builder/widgets/bl_post_archive_title.php:82
|
10863 |
#: extensions/ht-builder/widgets/bl_post_title.php:80
|
@@ -10865,6 +11049,10 @@ msgstr ""
|
|
10865 |
msgid "Typography"
|
10866 |
msgstr ""
|
10867 |
|
|
|
|
|
|
|
|
|
10868 |
#: includes/widgets/htmega_weather.php:250
|
10869 |
msgid "Unit"
|
10870 |
msgstr ""
|
@@ -10877,6 +11065,11 @@ msgstr ""
|
|
10877 |
msgid "Up"
|
10878 |
msgstr ""
|
10879 |
|
|
|
|
|
|
|
|
|
|
|
10880 |
#: includes/widgets/htmega_googlemap.php:152
|
10881 |
msgid "Use max 32x32 px size."
|
10882 |
msgstr ""
|
@@ -10931,16 +11124,16 @@ msgstr ""
|
|
10931 |
msgid "Username, Password and E-Mail are required"
|
10932 |
msgstr ""
|
10933 |
|
10934 |
-
#: includes/widgets/htmega_progressbar.php:
|
10935 |
msgid "Value"
|
10936 |
msgstr ""
|
10937 |
|
10938 |
-
#: includes/widgets/htmega_progressbar.php:
|
10939 |
msgid "Value Indicator"
|
10940 |
msgstr ""
|
10941 |
|
10942 |
-
#: includes/widgets/htmega_progressbar.php:
|
10943 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
10944 |
msgid "Vertical"
|
10945 |
msgstr ""
|
10946 |
|
@@ -10948,7 +11141,7 @@ msgstr ""
|
|
10948 |
msgid "Vertical Center"
|
10949 |
msgstr ""
|
10950 |
|
10951 |
-
#: includes/widgets/htmega_working_process.php:
|
10952 |
msgid "Vertical Line Color"
|
10953 |
msgstr ""
|
10954 |
|
@@ -10964,7 +11157,7 @@ msgstr ""
|
|
10964 |
msgid "Vertical Postion"
|
10965 |
msgstr ""
|
10966 |
|
10967 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
10968 |
msgid "Vertical Slide"
|
10969 |
msgstr ""
|
10970 |
|
@@ -11096,7 +11289,7 @@ msgstr ""
|
|
11096 |
msgid "Wednesday"
|
11097 |
msgstr ""
|
11098 |
|
11099 |
-
#: includes/widgets/htmega_instagram.php:
|
11100 |
msgid "Week"
|
11101 |
msgstr ""
|
11102 |
|
@@ -11125,27 +11318,26 @@ msgstr ""
|
|
11125 |
#: includes/widgets/htmega_carousel.php:538
|
11126 |
#: includes/widgets/htmega_carousel.php:717
|
11127 |
#: includes/widgets/htmega_image_comparison.php:364
|
11128 |
-
#: includes/widgets/htmega_instagram
|
11129 |
-
#: includes/widgets/htmega_instagram
|
11130 |
-
#: includes/widgets/htmega_instagram.php:1017
|
11131 |
-
#: includes/widgets/htmega_instagram.php:1196
|
11132 |
#: includes/widgets/htmega_job_manager.php:156
|
|
|
11133 |
#: includes/widgets/htmega_modal.php:308 includes/widgets/htmega_notify.php:729
|
11134 |
#: includes/widgets/htmega_panel_slider.php:746
|
11135 |
#: includes/widgets/htmega_panel_slider.php:894
|
11136 |
-
#: includes/widgets/htmega_popover.php:
|
11137 |
#: includes/widgets/htmega_post_carousel.php:1647
|
11138 |
#: includes/widgets/htmega_post_carousel.php:1923
|
11139 |
#: includes/widgets/htmega_post_slider.php:1637
|
11140 |
#: includes/widgets/htmega_post_slider.php:1785
|
11141 |
#: includes/widgets/htmega_pricing_list_view.php:391
|
11142 |
#: includes/widgets/htmega_pricing_list_view.php:1018
|
11143 |
-
#: includes/widgets/htmega_scroll_navigation.php:
|
11144 |
#: includes/widgets/htmega_services.php:565
|
11145 |
#: includes/widgets/htmega_services.php:815
|
11146 |
#: includes/widgets/htmega_services.php:881
|
11147 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
11148 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
11149 |
#: includes/widgets/htmega_special_banner.php:159
|
11150 |
#: includes/widgets/htmega_testimonial.php:948
|
11151 |
#: includes/widgets/htmega_testimonial.php:1127
|
@@ -11170,10 +11362,10 @@ msgstr ""
|
|
11170 |
msgid "WooLentor – WooCommerce Elementor Addons + Builder"
|
11171 |
msgstr ""
|
11172 |
|
11173 |
-
#: includes/widgets/htmega_progressbar.php:
|
11174 |
-
#: includes/widgets/htmega_progressbar.php:
|
11175 |
-
#: includes/widgets/htmega_progressbar.php:
|
11176 |
-
#: includes/widgets/htmega_progressbar.php:
|
11177 |
#: includes/widgets/htmega_socialshere.php:82
|
11178 |
msgid "WordPress"
|
11179 |
msgstr ""
|
@@ -11184,8 +11376,8 @@ msgid "WordPress Plugin"
|
|
11184 |
msgstr ""
|
11185 |
|
11186 |
#: admin/include/admin-setting.php:590
|
11187 |
-
#: includes/widgets/htmega_working_process.php:
|
11188 |
-
#: includes/widgets/htmega_working_process.php:
|
11189 |
msgid "Working Process"
|
11190 |
msgstr ""
|
11191 |
|
@@ -11198,7 +11390,7 @@ msgstr ""
|
|
11198 |
msgid "WP Plugin Manager"
|
11199 |
msgstr ""
|
11200 |
|
11201 |
-
#: includes/widgets/htmega_section_title.php:
|
11202 |
msgid "X Offset"
|
11203 |
msgstr ""
|
11204 |
|
@@ -11210,7 +11402,7 @@ msgstr ""
|
|
11210 |
msgid "Xing"
|
11211 |
msgstr ""
|
11212 |
|
11213 |
-
#: includes/widgets/htmega_section_title.php:
|
11214 |
msgid "Y Offset"
|
11215 |
msgstr ""
|
11216 |
|
@@ -11219,7 +11411,7 @@ msgid "Y Postion"
|
|
11219 |
msgstr ""
|
11220 |
|
11221 |
#: includes/widgets/htmega_booked_calender.php:117
|
11222 |
-
#: includes/widgets/htmega_instagram.php:
|
11223 |
msgid "Year"
|
11224 |
msgstr ""
|
11225 |
|
@@ -11229,14 +11421,12 @@ msgstr ""
|
|
11229 |
|
11230 |
#: includes/widgets/htmega_carousel.php:211
|
11231 |
#: includes/widgets/htmega_gravity_forms.php:93
|
11232 |
-
#: includes/widgets/htmega_instagram
|
11233 |
-
#: includes/widgets/htmega_instagram - Copy.php:435
|
11234 |
-
#: includes/widgets/htmega_instagram.php:395
|
11235 |
#: includes/widgets/htmega_panel_slider.php:235
|
11236 |
#: includes/widgets/htmega_post_carousel.php:390
|
11237 |
#: includes/widgets/htmega_post_slider.php:391
|
11238 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
11239 |
-
#: includes/widgets/htmega_slider_thumb_gallery.php:
|
11240 |
#: includes/widgets/htmega_testimonial.php:269
|
11241 |
#: includes/widgets/htmega_twitter_feed.php:333
|
11242 |
#: includes/widgets/htmega_user_login_form.php:138
|
@@ -11323,26 +11513,15 @@ msgstr ""
|
|
11323 |
msgid "Zoom Control"
|
11324 |
msgstr ""
|
11325 |
|
11326 |
-
#: includes/widgets/htmega_instagram
|
11327 |
-
#: includes/widgets/htmega_instagram - Copy.php:767
|
11328 |
-
#: includes/widgets/htmega_instagram.php:276
|
11329 |
#: includes/widgets/htmega_lightbox.php:157
|
11330 |
msgid "Zoom Icon"
|
11331 |
msgstr ""
|
11332 |
|
11333 |
-
#: includes/widgets/htmega_instagram
|
11334 |
-
msgid "Zoom Icon Size"
|
11335 |
-
msgstr ""
|
11336 |
-
|
11337 |
-
#: includes/widgets/htmega_instagram - Copy.php:222
|
11338 |
-
#: includes/widgets/htmega_instagram.php:226
|
11339 |
msgid "Zoom Icon Type"
|
11340 |
msgstr ""
|
11341 |
|
11342 |
-
#: includes/widgets/htmega_instagram - Copy.php:244
|
11343 |
-
msgid "Zoom Image Icon"
|
11344 |
-
msgstr ""
|
11345 |
-
|
11346 |
#: includes/widgets/htmega_image_magnifier.php:78
|
11347 |
msgid "Zoom Label"
|
11348 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: HT Mega - Absolute Addons for Elementor Page Builder\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2022-01-16 09:14+0000\n"
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
42 |
msgstr ""
|
43 |
|
44 |
#: includes/widgets/htmega_brand.php:86 includes/widgets/htmega_brand.php:99
|
45 |
+
#: includes/widgets/htmega_image_grid.php:165
|
46 |
+
#: includes/widgets/htmega_image_masonry.php:146
|
47 |
msgid "#"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/widgets/htmega_counter.php:170
|
51 |
msgid "$"
|
52 |
msgstr ""
|
53 |
|
75 |
msgid "(no name)"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: includes/widgets/htmega_counter.php:179
|
79 |
msgid "+"
|
80 |
msgstr ""
|
81 |
|
82 |
#: includes/widgets/htmega_booked_calender.php:56
|
83 |
+
#: includes/widgets/htmega_flip-box.php:104
|
84 |
+
#: includes/widgets/htmega_flip-box.php:200
|
85 |
+
#: includes/widgets/htmega_flip-box.php:272
|
86 |
+
#: includes/widgets/htmega_flip-box.php:365
|
87 |
msgid "01"
|
88 |
msgstr ""
|
89 |
|
119 |
msgid "09"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: includes/widgets/htmega_instagram.php:165
|
|
|
123 |
#: includes/widgets/htmega_pricing_list_view.php:1077
|
124 |
#: includes/widgets/htmega_pricing_list_view.php:1078
|
125 |
#: includes/widgets/htmega_pricing_list_view.php:1084
|
199 |
msgid "15 Templates"
|
200 |
msgstr ""
|
201 |
|
|
|
|
|
|
|
|
|
202 |
#: includes/widgets/htmega_booked_calender.php:71
|
203 |
msgid "16"
|
204 |
msgstr ""
|
215 |
msgid "19"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: includes/widgets/htmega_instagram.php:166
|
|
|
219 |
msgid "2"
|
220 |
msgstr ""
|
221 |
|
351 |
msgid "24"
|
352 |
msgstr ""
|
353 |
|
|
|
|
|
|
|
|
|
354 |
#: includes/widgets/htmega_booked_calender.php:80
|
355 |
msgid "25"
|
356 |
msgstr ""
|
371 |
msgid "29"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:53
|
375 |
msgid "294"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: includes/widgets/htmega_instagram.php:167
|
|
|
379 |
msgid "3"
|
380 |
msgstr ""
|
381 |
|
399 |
msgid "31"
|
400 |
msgstr ""
|
401 |
|
|
|
|
|
|
|
|
|
402 |
#: admin/include/admin-setting.php:1253
|
403 |
msgid "325 Blocks / Sections"
|
404 |
msgstr ""
|
419 |
msgid "39 Categories and 491 Page Templates."
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: includes/widgets/htmega_instagram.php:168
|
|
|
423 |
msgid "4"
|
424 |
msgstr ""
|
425 |
|
450 |
msgid "404 Page Template."
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: includes/widgets/htmega_instagram.php:169
|
|
|
|
|
|
|
|
|
|
|
454 |
msgid "5"
|
455 |
msgstr ""
|
456 |
|
470 |
msgid "524 Templates"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: includes/widgets/htmega_instagram.php:170
|
|
|
474 |
msgid "6"
|
475 |
msgstr ""
|
476 |
|
478 |
msgid "6 seconds"
|
479 |
msgstr ""
|
480 |
|
|
|
|
|
|
|
|
|
481 |
#: extensions/wc-sales-notification/admin/setting.php:124
|
482 |
msgid "7 seconds"
|
483 |
msgstr ""
|
549 |
#: includes/widgets/htmega_accordion.php:211
|
550 |
#: includes/widgets/htmega_accordion.php:213
|
551 |
#: includes/widgets/htmega_accordion.php:222
|
552 |
+
#: includes/widgets/htmega_accordion.php:1205
|
553 |
msgid "Accordion Content"
|
554 |
msgstr ""
|
555 |
|
614 |
msgstr ""
|
615 |
|
616 |
#: includes/class.assests.php:374 includes/widgets/htmega_accordion.php:564
|
617 |
+
#: includes/widgets/htmega_accordion.php:1117
|
618 |
#: includes/widgets/htmega_buddy_press.php:59
|
619 |
#: includes/widgets/htmega_carousel.php:747
|
620 |
#: includes/widgets/htmega_inline_menu.php:281
|
621 |
+
#: includes/widgets/htmega_instagram.php:1239
|
|
|
622 |
#: includes/widgets/htmega_panel_slider.php:965
|
623 |
+
#: includes/widgets/htmega_popover.php:198
|
624 |
#: includes/widgets/htmega_post_carousel.php:1994
|
625 |
#: includes/widgets/htmega_post_slider.php:1856
|
626 |
#: includes/widgets/htmega_post_slider.php:2005
|
627 |
+
#: includes/widgets/htmega_scroll_navigation.php:380
|
628 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1166
|
629 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1283
|
630 |
#: includes/widgets/htmega_switcher.php:426 includes/widgets/htmega_tab.php:425
|
631 |
#: includes/widgets/htmega_testimonial.php:1157
|
632 |
#: includes/widgets/htmega_twitter_feed.php:1434
|
662 |
msgid "Add to Cart"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: includes/widgets/htmega_section_title.php:54
|
666 |
msgid "Add Your Heading Text Here"
|
667 |
msgstr ""
|
668 |
|
671 |
msgstr ""
|
672 |
|
673 |
#: includes/widgets/htmega_accordion.php:341
|
674 |
+
#: includes/widgets/htmega_flip-box.php:445
|
675 |
msgid "Additional Options"
|
676 |
msgstr ""
|
677 |
|
691 |
msgid "Advance Options"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: includes/widgets/htmega_section_title.php:74
|
695 |
msgid "Advance Title"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: includes/widgets/htmega_section_title.php:275
|
699 |
msgid "Advance Title Setting"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: includes/widgets/htmega_section_title.php:870
|
703 |
msgid "Advance Title style"
|
704 |
msgstr ""
|
705 |
|
708 |
msgid "After"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: includes/widgets/htmega_counter.php:771
|
712 |
+
msgid "After Border Color"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: includes/widgets/htmega_counter.php:696
|
716 |
+
msgid "After Border Height"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: includes/widgets/htmega_counter.php:726
|
720 |
+
msgid "After Border Position"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: includes/widgets/htmega_counter.php:666
|
724 |
+
msgid "After Border Width"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
#: includes/widgets/htmega_image_comparison.php:73
|
728 |
msgid "After Image"
|
729 |
msgstr ""
|
750 |
#: includes/widgets/htmega_accordion.php:651
|
751 |
#: includes/widgets/htmega_accordion.php:809
|
752 |
#: includes/widgets/htmega_accordion.php:973
|
753 |
+
#: includes/widgets/htmega_accordion.php:1216
|
754 |
+
#: includes/widgets/htmega_accordion.php:1334
|
755 |
#: includes/widgets/htmega_add_banner.php:358
|
756 |
#: includes/widgets/htmega_blockquote.php:173
|
757 |
#: includes/widgets/htmega_buddy_press.php:239
|
759 |
#: includes/widgets/htmega_button.php:143
|
760 |
#: includes/widgets/htmega_call_to_action.php:182
|
761 |
#: includes/widgets/htmega_contact_form_seven.php:112
|
762 |
+
#: includes/widgets/htmega_counter.php:61
|
763 |
+
#: includes/widgets/htmega_counter.php:279
|
764 |
+
#: includes/widgets/htmega_counter.php:312
|
765 |
+
#: includes/widgets/htmega_counter.php:418
|
766 |
+
#: includes/widgets/htmega_counter.php:544
|
767 |
+
#: includes/widgets/htmega_double_button.php:308
|
768 |
+
#: includes/widgets/htmega_double_button.php:543
|
769 |
+
#: includes/widgets/htmega_double_button.php:746
|
770 |
+
#: includes/widgets/htmega_dropcaps.php:73
|
771 |
#: includes/widgets/htmega_easy_digital_download.php:303
|
772 |
+
#: includes/widgets/htmega_image_grid.php:272
|
773 |
+
#: includes/widgets/htmega_image_grid.php:369
|
774 |
+
#: includes/widgets/htmega_image_masonry.php:248
|
775 |
+
#: includes/widgets/htmega_image_masonry.php:345
|
776 |
#: includes/widgets/htmega_inline_menu.php:113
|
777 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:110
|
778 |
#: includes/widgets/htmega_modal.php:342 includes/widgets/htmega_modal.php:743
|
779 |
#: includes/widgets/htmega_news_ticker.php:443
|
780 |
#: includes/widgets/htmega_offcanvas.php:236
|
781 |
#: includes/widgets/htmega_panel_slider.php:486
|
782 |
+
#: includes/widgets/htmega_popover.php:255
|
783 |
+
#: includes/widgets/htmega_popover.php:649
|
784 |
+
#: includes/widgets/htmega_popover.php:753
|
785 |
#: includes/widgets/htmega_post_carousel.php:790
|
786 |
#: includes/widgets/htmega_post_carousel.php:998
|
787 |
#: includes/widgets/htmega_post_carousel.php:1085
|
800 |
#: includes/widgets/htmega_pricing_list_view.php:455
|
801 |
#: includes/widgets/htmega_pricing_list_view.php:1108
|
802 |
#: includes/widgets/htmega_search.php:127
|
803 |
+
#: includes/widgets/htmega_section_title.php:405
|
804 |
#: includes/widgets/htmega_services.php:231
|
805 |
#: includes/widgets/htmega_services.php:415
|
806 |
#: includes/widgets/htmega_services.php:520
|
895 |
msgid "Animatied duration"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: includes/widgets/htmega_flip-box.php:474
|
899 |
msgid "Animation"
|
900 |
msgstr ""
|
901 |
|
947 |
msgstr ""
|
948 |
|
949 |
#: includes/widgets/htmega_buddy_press.php:165
|
950 |
+
#: includes/widgets/htmega_popover.php:500
|
951 |
msgid "Area"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: includes/widgets/htmega_carousel.php:420
|
955 |
+
#: includes/widgets/htmega_instagram.php:912
|
956 |
#: includes/widgets/htmega_panel_slider.php:632
|
957 |
+
#: includes/widgets/htmega_popover.php:787
|
958 |
#: includes/widgets/htmega_post_carousel.php:1529
|
959 |
#: includes/widgets/htmega_post_slider.php:1409
|
960 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:803
|
961 |
#: includes/widgets/htmega_testimonial.php:830
|
962 |
#: includes/widgets/htmega_tooltip.php:544
|
963 |
#: includes/widgets/htmega_twitter_feed.php:1052
|
964 |
msgid "Arrow"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: includes/widgets/htmega_popover.php:813
|
968 |
msgid "Arrow Background Color"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: includes/widgets/htmega_popover.php:794
|
972 |
msgid "Arrow Border Color"
|
973 |
msgstr ""
|
974 |
|
976 |
msgid "Arrow Color"
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: includes/widgets/htmega_working_process.php:243
|
980 |
msgid "Arrow Left Color"
|
981 |
msgstr ""
|
982 |
|
984 |
msgid "Arrow Position"
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: includes/widgets/htmega_working_process.php:258
|
988 |
msgid "Arrow Right Color"
|
989 |
msgstr ""
|
990 |
|
1039 |
msgid "Auto Start"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: includes/widgets/htmega_carousel.php:280
|
1043 |
+
#: includes/widgets/htmega_instagram.php:477
|
1044 |
#: includes/widgets/htmega_panel_slider.php:304
|
1045 |
#: includes/widgets/htmega_post_carousel.php:457
|
1046 |
#: includes/widgets/htmega_post_slider.php:460
|
1047 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:272
|
1048 |
#: includes/widgets/htmega_testimonial.php:338
|
1049 |
#: includes/widgets/htmega_twitter_feed.php:402
|
1050 |
msgid "Autoplay animation speed"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: includes/widgets/htmega_carousel.php:267
|
1054 |
+
#: includes/widgets/htmega_instagram.php:464
|
1055 |
#: includes/widgets/htmega_panel_slider.php:291
|
1056 |
#: includes/widgets/htmega_post_carousel.php:446
|
1057 |
#: includes/widgets/htmega_post_slider.php:447
|
1058 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:261
|
1059 |
#: includes/widgets/htmega_testimonial.php:325
|
1060 |
#: includes/widgets/htmega_twitter_feed.php:389
|
1061 |
msgid "Autoplay speed"
|
1065 |
msgid "Available Date"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: includes/widgets/htmega_flip-box.php:212
|
1069 |
+
#: includes/widgets/htmega_flip-box.php:1128
|
1070 |
msgid "Back"
|
1071 |
msgstr ""
|
1072 |
|
1085 |
msgid "Back to Library"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: includes/widgets/htmega_flip-box.php:151
|
1089 |
+
msgid "Backgournd Image"
|
1090 |
+
msgstr ""
|
1091 |
+
|
1092 |
#: includes/widgets/htmega_404_content.php:562
|
1093 |
#: includes/widgets/htmega_404_content.php:649
|
1094 |
#: includes/widgets/htmega_404_content.php:714
|
1099 |
#: includes/widgets/htmega_accordion.php:740
|
1100 |
#: includes/widgets/htmega_accordion.php:836
|
1101 |
#: includes/widgets/htmega_accordion.php:995
|
1102 |
+
#: includes/widgets/htmega_accordion.php:1125
|
1103 |
+
#: includes/widgets/htmega_accordion.php:1294
|
1104 |
#: includes/widgets/htmega_add_banner.php:388
|
1105 |
#: includes/widgets/htmega_add_banner.php:662
|
1106 |
#: includes/widgets/htmega_add_banner.php:741
|
1138 |
#: includes/widgets/htmega_countdown.php:597
|
1139 |
#: includes/widgets/htmega_countdown.php:664
|
1140 |
#: includes/widgets/htmega_countdown.php:720
|
1141 |
+
#: includes/widgets/htmega_counter.php:197
|
1142 |
+
#: includes/widgets/htmega_counter.php:473
|
1143 |
+
#: includes/widgets/htmega_counter.php:598
|
1144 |
+
#: includes/widgets/htmega_counter.php:864
|
1145 |
+
#: includes/widgets/htmega_counter.php:954
|
1146 |
+
#: includes/widgets/htmega_counter.php:1042
|
1147 |
+
#: includes/widgets/htmega_double_button.php:499
|
1148 |
+
#: includes/widgets/htmega_double_button.php:616
|
1149 |
+
#: includes/widgets/htmega_double_button.php:702
|
1150 |
+
#: includes/widgets/htmega_double_button.php:818
|
1151 |
+
#: includes/widgets/htmega_double_button.php:915
|
1152 |
+
#: includes/widgets/htmega_dropcaps.php:124
|
1153 |
+
#: includes/widgets/htmega_dropcaps.php:229
|
1154 |
#: includes/widgets/htmega_easy_digital_download.php:544
|
1155 |
#: includes/widgets/htmega_easy_digital_download.php:613
|
1156 |
+
#: includes/widgets/htmega_flip-box.php:514
|
1157 |
+
#: includes/widgets/htmega_flip-box.php:1150
|
1158 |
#: includes/widgets/htmega_gravity_forms.php:182
|
1159 |
#: includes/widgets/htmega_image_comparison.php:204
|
1160 |
#: includes/widgets/htmega_image_comparison.php:286
|
1161 |
#: includes/widgets/htmega_image_comparison.php:355
|
1162 |
#: includes/widgets/htmega_image_comparison.php:421
|
1163 |
#: includes/widgets/htmega_image_comparison.php:441
|
1164 |
+
#: includes/widgets/htmega_image_grid.php:316
|
1165 |
+
#: includes/widgets/htmega_image_grid.php:475
|
1166 |
+
#: includes/widgets/htmega_image_grid.php:547
|
1167 |
#: includes/widgets/htmega_image_marker.php:45
|
1168 |
#: includes/widgets/htmega_image_marker.php:226
|
1169 |
#: includes/widgets/htmega_image_marker.php:279
|
1170 |
+
#: includes/widgets/htmega_image_masonry.php:292
|
1171 |
+
#: includes/widgets/htmega_image_masonry.php:462
|
1172 |
+
#: includes/widgets/htmega_image_masonry.php:543
|
1173 |
#: includes/widgets/htmega_inline_menu.php:162
|
1174 |
#: includes/widgets/htmega_inline_menu.php:248
|
1175 |
#: includes/widgets/htmega_inline_menu.php:302
|
1176 |
+
#: includes/widgets/htmega_instagram.php:626
|
1177 |
+
#: includes/widgets/htmega_instagram.php:672
|
1178 |
+
#: includes/widgets/htmega_instagram.php:795
|
1179 |
+
#: includes/widgets/htmega_instagram.php:974
|
1180 |
+
#: includes/widgets/htmega_instagram.php:1093
|
1181 |
+
#: includes/widgets/htmega_instagram.php:1153
|
1182 |
+
#: includes/widgets/htmega_instagram.php:1247
|
1183 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1184 |
#: includes/widgets/htmega_modal.php:222 includes/widgets/htmega_modal.php:395
|
1185 |
#: includes/widgets/htmega_modal.php:460 includes/widgets/htmega_modal.php:549
|
1186 |
#: includes/widgets/htmega_modal.php:642 includes/widgets/htmega_modal.php:688
|
1203 |
#: includes/widgets/htmega_panel_slider.php:809
|
1204 |
#: includes/widgets/htmega_panel_slider.php:922
|
1205 |
#: includes/widgets/htmega_panel_slider.php:973
|
1206 |
+
#: includes/widgets/htmega_popover.php:388
|
1207 |
+
#: includes/widgets/htmega_popover.php:465
|
1208 |
+
#: includes/widgets/htmega_popover.php:534
|
1209 |
+
#: includes/widgets/htmega_popover.php:620
|
1210 |
+
#: includes/widgets/htmega_popover.php:724
|
1211 |
#: includes/widgets/htmega_post_carousel.php:653
|
1212 |
#: includes/widgets/htmega_post_carousel.php:674
|
1213 |
#: includes/widgets/htmega_post_carousel.php:697
|
1253 |
#: includes/widgets/htmega_pricing_table.php:636
|
1254 |
#: includes/widgets/htmega_pricing_table.php:711
|
1255 |
#: includes/widgets/htmega_pricing_table.php:799
|
1256 |
+
#: includes/widgets/htmega_progressbar.php:472
|
1257 |
+
#: includes/widgets/htmega_progressbar.php:653
|
1258 |
#: includes/widgets/htmega_qu_forms.php:77
|
1259 |
#: includes/widgets/htmega_qu_forms.php:166
|
1260 |
+
#: includes/widgets/htmega_scroll_image.php:150
|
1261 |
+
#: includes/widgets/htmega_scroll_image.php:293
|
1262 |
+
#: includes/widgets/htmega_scroll_navigation.php:294
|
1263 |
+
#: includes/widgets/htmega_scroll_navigation.php:388
|
1264 |
#: includes/widgets/htmega_search.php:229
|
1265 |
#: includes/widgets/htmega_search.php:360
|
1266 |
#: includes/widgets/htmega_search.php:465
|
1267 |
+
#: includes/widgets/htmega_section_title.php:372
|
1268 |
+
#: includes/widgets/htmega_section_title.php:629
|
1269 |
+
#: includes/widgets/htmega_section_title.php:805
|
1270 |
+
#: includes/widgets/htmega_section_title.php:955
|
1271 |
#: includes/widgets/htmega_services.php:204
|
1272 |
#: includes/widgets/htmega_services.php:272
|
1273 |
#: includes/widgets/htmega_services.php:324
|
1279 |
#: includes/widgets/htmega_services.php:1122
|
1280 |
#: includes/widgets/htmega_single_post.php:300
|
1281 |
#: includes/widgets/htmega_single_post.php:479
|
1282 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:791
|
1283 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:864
|
1284 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1008
|
1285 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1080
|
1286 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1174
|
1287 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1291
|
1288 |
#: includes/widgets/htmega_socialshere.php:150
|
1289 |
#: includes/widgets/htmega_socialshere.php:189
|
1290 |
#: includes/widgets/htmega_socialshere.php:238
|
1338 |
#: includes/widgets/htmega_wc_element_pages.php:1154
|
1339 |
#: includes/widgets/htmega_wc_element_pages.php:1197
|
1340 |
#: includes/widgets/htmega_weather.php:197
|
1341 |
+
#: includes/widgets/htmega_working_process.php:193
|
1342 |
+
#: includes/widgets/htmega_working_process.php:285
|
1343 |
+
#: includes/widgets/htmega_working_process.php:299
|
1344 |
+
#: includes/widgets/htmega_working_process.php:539
|
1345 |
+
#: includes/widgets/htmega_working_process.php:711
|
1346 |
+
#: includes/widgets/htmega_working_process.php:751
|
1347 |
#: includes/widgets/htmega_wpforms.php:260
|
1348 |
msgid "Background"
|
1349 |
msgstr ""
|
1366 |
#: includes/widgets/htmega_gravity_forms.php:271
|
1367 |
#: includes/widgets/htmega_gravity_forms.php:425
|
1368 |
#: includes/widgets/htmega_gravity_forms.php:512
|
1369 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:180
|
1370 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:368
|
1371 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:456
|
|
|
1372 |
#: includes/widgets/htmega_ninja_forms.php:359
|
1373 |
#: includes/widgets/htmega_ninja_forms.php:470
|
1374 |
#: includes/widgets/htmega_ninja_forms.php:624
|
1426 |
msgid "Background color option"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: includes/widgets/htmega_counter.php:206
|
1430 |
+
#: includes/widgets/htmega_flip-box.php:523
|
1431 |
+
#: includes/widgets/htmega_flip-box.php:1159
|
1432 |
msgid "Background Overlay"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: includes/widgets/htmega_scroll_image.php:217
|
1436 |
+
msgid "Badge"
|
1437 |
+
msgstr ""
|
1438 |
+
|
1439 |
#: includes/widgets/htmega_special_banner.php:151
|
1440 |
msgid "Badge Image"
|
1441 |
msgstr ""
|
1442 |
|
1443 |
+
#: includes/widgets/htmega_scroll_image.php:108
|
1444 |
+
#: includes/widgets/htmega_scroll_image.php:112
|
1445 |
+
msgid "Badge Text"
|
1446 |
+
msgstr ""
|
1447 |
+
|
1448 |
#: includes/widgets/htmega_pricing_table.php:206
|
1449 |
msgid "Baht"
|
1450 |
msgstr ""
|
1499 |
msgid "bbPress"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: includes/widgets/htmega_section_title.php:814
|
1503 |
+
msgid "Befor, After Border"
|
1504 |
+
msgstr ""
|
1505 |
+
|
1506 |
#: includes/widgets/htmega_blockquote.php:398
|
1507 |
#: includes/widgets/htmega_image_comparison.php:105
|
1508 |
msgid "Before"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: includes/widgets/htmega_section_title.php:441
|
1512 |
msgid "Before And After Border Color"
|
1513 |
msgstr ""
|
1514 |
|
1583 |
msgid "BL: Site Title"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: includes/widgets/htmega_section_title.php:610
|
1587 |
+
#: includes/widgets/htmega_section_title.php:786
|
1588 |
msgid "Block"
|
1589 |
msgstr ""
|
1590 |
|
1666 |
#: includes/widgets/htmega_accordion.php:763
|
1667 |
#: includes/widgets/htmega_accordion.php:861
|
1668 |
#: includes/widgets/htmega_accordion.php:1017
|
1669 |
+
#: includes/widgets/htmega_accordion.php:1147
|
1670 |
+
#: includes/widgets/htmega_accordion.php:1304
|
1671 |
#: includes/widgets/htmega_add_banner.php:182
|
1672 |
#: includes/widgets/htmega_add_banner.php:210
|
1673 |
#: includes/widgets/htmega_add_banner.php:270
|
1681 |
#: includes/widgets/htmega_blockquote.php:375
|
1682 |
#: includes/widgets/htmega_blockquote.php:549
|
1683 |
#: includes/widgets/htmega_blockquote.php:729
|
1684 |
+
#: includes/widgets/htmega_brand.php:336 includes/widgets/htmega_brand.php:348
|
1685 |
#: includes/widgets/htmega_buddy_press.php:174
|
1686 |
#: includes/widgets/htmega_business_hours.php:262
|
1687 |
#: includes/widgets/htmega_business_hours.php:338
|
1707 |
#: includes/widgets/htmega_countdown.php:730
|
1708 |
#: includes/widgets/htmega_countdown.php:838
|
1709 |
#: includes/widgets/htmega_countdown.php:923
|
1710 |
+
#: includes/widgets/htmega_counter.php:248
|
1711 |
+
#: includes/widgets/htmega_counter.php:510
|
1712 |
+
#: includes/widgets/htmega_counter.php:633
|
1713 |
+
#: includes/widgets/htmega_counter.php:901
|
1714 |
+
#: includes/widgets/htmega_counter.php:989
|
1715 |
+
#: includes/widgets/htmega_counter.php:1078
|
1716 |
#: includes/widgets/htmega_cuctom_event.php:421
|
1717 |
#: includes/widgets/htmega_cuctom_event.php:463
|
1718 |
+
#: includes/widgets/htmega_double_button.php:383
|
1719 |
+
#: includes/widgets/htmega_double_button.php:413
|
1720 |
+
#: includes/widgets/htmega_double_button.php:479
|
1721 |
+
#: includes/widgets/htmega_double_button.php:596
|
1722 |
+
#: includes/widgets/htmega_double_button.php:682
|
1723 |
+
#: includes/widgets/htmega_double_button.php:798
|
1724 |
+
#: includes/widgets/htmega_double_button.php:895
|
1725 |
#: includes/widgets/htmega_download_monitor.php:182
|
1726 |
#: includes/widgets/htmega_download_monitor.php:255
|
1727 |
+
#: includes/widgets/htmega_dropcaps.php:159
|
1728 |
+
#: includes/widgets/htmega_dropcaps.php:266
|
1729 |
#: includes/widgets/htmega_easy_digital_download.php:271
|
1730 |
#: includes/widgets/htmega_easy_digital_download.php:555
|
1731 |
#: includes/widgets/htmega_easy_digital_download.php:624
|
1732 |
+
#: includes/widgets/htmega_flip-box.php:563
|
1733 |
+
#: includes/widgets/htmega_flip-box.php:685
|
1734 |
+
#: includes/widgets/htmega_flip-box.php:899
|
1735 |
+
#: includes/widgets/htmega_flip-box.php:1000
|
1736 |
+
#: includes/widgets/htmega_flip-box.php:1199
|
1737 |
+
#: includes/widgets/htmega_flip-box.php:1284
|
1738 |
+
#: includes/widgets/htmega_flip-box.php:1362
|
1739 |
+
#: includes/widgets/htmega_flip-box.php:1566
|
1740 |
+
#: includes/widgets/htmega_flip-box.php:1725
|
1741 |
+
#: includes/widgets/htmega_flip-box.php:1785
|
1742 |
+
#: includes/widgets/htmega_flip-box.php:1873
|
1743 |
+
#: includes/widgets/htmega_gallery_justify.php:76
|
1744 |
#: includes/widgets/htmega_gravity_forms.php:214
|
1745 |
#: includes/widgets/htmega_gravity_forms.php:348
|
1746 |
#: includes/widgets/htmega_gravity_forms.php:463
|
1749 |
#: includes/widgets/htmega_image_comparison.php:265
|
1750 |
#: includes/widgets/htmega_image_comparison.php:334
|
1751 |
#: includes/widgets/htmega_image_comparison.php:451
|
1752 |
+
#: includes/widgets/htmega_image_grid.php:214
|
1753 |
+
#: includes/widgets/htmega_image_grid.php:507
|
1754 |
+
#: includes/widgets/htmega_image_grid.php:566
|
1755 |
#: includes/widgets/htmega_image_magnifier.php:110
|
1756 |
#: includes/widgets/htmega_image_marker.php:236
|
1757 |
#: includes/widgets/htmega_image_marker.php:289
|
1758 |
#: includes/widgets/htmega_image_marker.php:351
|
1759 |
+
#: includes/widgets/htmega_image_masonry.php:205
|
1760 |
+
#: includes/widgets/htmega_image_masonry.php:494
|
1761 |
+
#: includes/widgets/htmega_image_masonry.php:562
|
1762 |
#: includes/widgets/htmega_inline_menu.php:185
|
1763 |
#: includes/widgets/htmega_inline_menu.php:258
|
1764 |
#: includes/widgets/htmega_inline_menu.php:312
|
1765 |
+
#: includes/widgets/htmega_instagram.php:707
|
1766 |
+
#: includes/widgets/htmega_instagram.php:817
|
1767 |
+
#: includes/widgets/htmega_instagram.php:984
|
1768 |
+
#: includes/widgets/htmega_instagram.php:1103
|
1769 |
+
#: includes/widgets/htmega_instagram.php:1163
|
1770 |
+
#: includes/widgets/htmega_instagram.php:1257
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1771 |
#: includes/widgets/htmega_lightbox.php:233
|
1772 |
#: includes/widgets/htmega_lightbox.php:363
|
1773 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:223
|
1774 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:406
|
1775 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:468
|
1776 |
#: includes/widgets/htmega_modal.php:232 includes/widgets/htmega_modal.php:405
|
1777 |
#: includes/widgets/htmega_modal.php:470 includes/widgets/htmega_modal.php:559
|
1778 |
#: includes/widgets/htmega_modal.php:698
|
1797 |
#: includes/widgets/htmega_panel_slider.php:819
|
1798 |
#: includes/widgets/htmega_panel_slider.php:944
|
1799 |
#: includes/widgets/htmega_panel_slider.php:983
|
1800 |
+
#: includes/widgets/htmega_popover.php:398
|
1801 |
+
#: includes/widgets/htmega_popover.php:475
|
1802 |
+
#: includes/widgets/htmega_popover.php:554
|
1803 |
+
#: includes/widgets/htmega_popover.php:630
|
1804 |
+
#: includes/widgets/htmega_popover.php:734
|
1805 |
#: includes/widgets/htmega_post_carousel.php:763
|
1806 |
#: includes/widgets/htmega_post_carousel.php:1453
|
1807 |
#: includes/widgets/htmega_post_carousel.php:1503
|
1833 |
#: includes/widgets/htmega_pricing_table.php:605
|
1834 |
#: includes/widgets/htmega_pricing_table.php:768
|
1835 |
#: includes/widgets/htmega_pricing_table.php:820
|
1836 |
+
#: includes/widgets/htmega_progressbar.php:346
|
1837 |
+
#: includes/widgets/htmega_progressbar.php:482
|
1838 |
+
#: includes/widgets/htmega_progressbar.php:600
|
1839 |
+
#: includes/widgets/htmega_progressbar.php:691
|
1840 |
+
#: includes/widgets/htmega_progressbar.php:783
|
1841 |
#: includes/widgets/htmega_qu_forms.php:109
|
1842 |
#: includes/widgets/htmega_qu_forms.php:198
|
1843 |
#: includes/widgets/htmega_qu_forms.php:335
|
1844 |
#: includes/widgets/htmega_qu_forms.php:444
|
1845 |
#: includes/widgets/htmega_qu_forms.php:558
|
1846 |
#: includes/widgets/htmega_qu_forms.php:619
|
1847 |
+
#: includes/widgets/htmega_scroll_image.php:160
|
1848 |
+
#: includes/widgets/htmega_scroll_image.php:320
|
1849 |
+
#: includes/widgets/htmega_scroll_navigation.php:304
|
1850 |
+
#: includes/widgets/htmega_scroll_navigation.php:398
|
1851 |
#: includes/widgets/htmega_search.php:292
|
1852 |
#: includes/widgets/htmega_search.php:423
|
1853 |
#: includes/widgets/htmega_search.php:475
|
1854 |
+
#: includes/widgets/htmega_section_title.php:433
|
1855 |
+
#: includes/widgets/htmega_section_title.php:561
|
1856 |
+
#: includes/widgets/htmega_section_title.php:739
|
1857 |
+
#: includes/widgets/htmega_section_title.php:920
|
1858 |
#: includes/widgets/htmega_services.php:213
|
1859 |
#: includes/widgets/htmega_services.php:281
|
1860 |
#: includes/widgets/htmega_services.php:334
|
1863 |
#: includes/widgets/htmega_services.php:952
|
1864 |
#: includes/widgets/htmega_services.php:1080
|
1865 |
#: includes/widgets/htmega_services.php:1132
|
1866 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:874
|
1867 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1018
|
1868 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1090
|
1869 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1184
|
1870 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1228
|
1871 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1301
|
1872 |
#: includes/widgets/htmega_socialshere.php:160
|
1873 |
#: includes/widgets/htmega_socialshere.php:199
|
1874 |
#: includes/widgets/htmega_socialshere.php:248
|
1931 |
#: includes/widgets/htmega_wc_element_pages.php:740
|
1932 |
#: includes/widgets/htmega_wc_element_pages.php:937
|
1933 |
#: includes/widgets/htmega_wc_element_pages.php:1012
|
1934 |
+
#: includes/widgets/htmega_working_process.php:339
|
1935 |
+
#: includes/widgets/htmega_working_process.php:419
|
1936 |
+
#: includes/widgets/htmega_working_process.php:498
|
1937 |
+
#: includes/widgets/htmega_working_process.php:606
|
1938 |
+
#: includes/widgets/htmega_working_process.php:691
|
1939 |
+
#: includes/widgets/htmega_working_process.php:760
|
1940 |
#: includes/widgets/htmega_wpforms.php:149
|
1941 |
#: includes/widgets/htmega_wpforms.php:229
|
1942 |
#: includes/widgets/htmega_wpforms.php:292
|
1950 |
msgid "Border"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: includes/widgets/htmega_counter.php:759
|
1954 |
+
msgid "Border After Color"
|
1955 |
+
msgstr ""
|
1956 |
+
|
1957 |
#: includes/widgets/htmega_booked_calender.php:363
|
1958 |
#: includes/widgets/htmega_booked_calender.php:672
|
1959 |
#: includes/widgets/htmega_booked_calender.php:818
|
1967 |
msgid "Border Color"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: includes/widgets/htmega_progressbar.php:359
|
1971 |
msgid "Border color"
|
1972 |
msgstr ""
|
1973 |
|
1975 |
msgid "Border Gradient Color"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: includes/widgets/htmega_section_title.php:848
|
1979 |
+
msgid "Border Height"
|
1980 |
+
msgstr ""
|
1981 |
+
|
1982 |
#: includes/widgets/htmega_post_carousel.php:906
|
1983 |
msgid "Border Hover Gradient Color"
|
1984 |
msgstr ""
|
1995 |
#: includes/widgets/htmega_accordion.php:771
|
1996 |
#: includes/widgets/htmega_accordion.php:870
|
1997 |
#: includes/widgets/htmega_accordion.php:1025
|
1998 |
+
#: includes/widgets/htmega_accordion.php:1155
|
1999 |
+
#: includes/widgets/htmega_accordion.php:1312
|
2000 |
#: includes/widgets/htmega_add_banner.php:278
|
2001 |
#: includes/widgets/htmega_add_banner.php:332
|
2002 |
#: includes/widgets/htmega_add_banner.php:650
|
2010 |
#: includes/widgets/htmega_blockquote.php:737
|
2011 |
#: includes/widgets/htmega_booked_calender.php:598
|
2012 |
#: includes/widgets/htmega_booked_calender.php:745
|
2013 |
+
#: includes/widgets/htmega_brand.php:359
|
2014 |
#: includes/widgets/htmega_buddy_press.php:182
|
2015 |
#: includes/widgets/htmega_business_hours.php:270
|
2016 |
#: includes/widgets/htmega_business_hours.php:346
|
2035 |
#: includes/widgets/htmega_countdown.php:738
|
2036 |
#: includes/widgets/htmega_countdown.php:849
|
2037 |
#: includes/widgets/htmega_countdown.php:934
|
2038 |
+
#: includes/widgets/htmega_counter.php:256
|
2039 |
+
#: includes/widgets/htmega_counter.php:518
|
2040 |
+
#: includes/widgets/htmega_counter.php:641
|
2041 |
+
#: includes/widgets/htmega_counter.php:909
|
2042 |
+
#: includes/widgets/htmega_counter.php:997
|
2043 |
+
#: includes/widgets/htmega_counter.php:1086
|
2044 |
#: includes/widgets/htmega_cuctom_event.php:429
|
2045 |
+
#: includes/widgets/htmega_double_button.php:263
|
2046 |
+
#: includes/widgets/htmega_double_button.php:391
|
2047 |
+
#: includes/widgets/htmega_double_button.php:421
|
2048 |
+
#: includes/widgets/htmega_double_button.php:487
|
2049 |
+
#: includes/widgets/htmega_double_button.php:604
|
2050 |
+
#: includes/widgets/htmega_double_button.php:690
|
2051 |
+
#: includes/widgets/htmega_double_button.php:806
|
2052 |
+
#: includes/widgets/htmega_double_button.php:903
|
2053 |
#: includes/widgets/htmega_download_monitor.php:193
|
2054 |
#: includes/widgets/htmega_download_monitor.php:266
|
2055 |
+
#: includes/widgets/htmega_dropcaps.php:167
|
2056 |
+
#: includes/widgets/htmega_dropcaps.php:275
|
2057 |
#: includes/widgets/htmega_easy_digital_download.php:280
|
2058 |
#: includes/widgets/htmega_easy_digital_download.php:566
|
2059 |
#: includes/widgets/htmega_easy_digital_download.php:634
|
2060 |
+
#: includes/widgets/htmega_flip-box.php:571
|
2061 |
+
#: includes/widgets/htmega_flip-box.php:693
|
2062 |
+
#: includes/widgets/htmega_flip-box.php:907
|
2063 |
+
#: includes/widgets/htmega_flip-box.php:1008
|
2064 |
+
#: includes/widgets/htmega_flip-box.php:1207
|
2065 |
+
#: includes/widgets/htmega_flip-box.php:1292
|
2066 |
+
#: includes/widgets/htmega_flip-box.php:1574
|
2067 |
+
#: includes/widgets/htmega_flip-box.php:1733
|
2068 |
+
#: includes/widgets/htmega_flip-box.php:1793
|
2069 |
+
#: includes/widgets/htmega_flip-box.php:1881
|
2070 |
+
#: includes/widgets/htmega_gallery_justify.php:84
|
2071 |
#: includes/widgets/htmega_gravity_forms.php:222
|
2072 |
#: includes/widgets/htmega_gravity_forms.php:357
|
2073 |
#: includes/widgets/htmega_gravity_forms.php:471
|
2074 |
#: includes/widgets/htmega_image_comparison.php:191
|
2075 |
#: includes/widgets/htmega_image_comparison.php:273
|
2076 |
#: includes/widgets/htmega_image_comparison.php:342
|
2077 |
+
#: includes/widgets/htmega_image_grid.php:222
|
2078 |
+
#: includes/widgets/htmega_image_grid.php:515
|
2079 |
+
#: includes/widgets/htmega_image_grid.php:574
|
2080 |
#: includes/widgets/htmega_image_magnifier.php:118
|
2081 |
#: includes/widgets/htmega_image_marker.php:244
|
2082 |
#: includes/widgets/htmega_image_marker.php:359
|
2083 |
+
#: includes/widgets/htmega_image_masonry.php:213
|
2084 |
+
#: includes/widgets/htmega_image_masonry.php:502
|
2085 |
+
#: includes/widgets/htmega_image_masonry.php:570
|
2086 |
#: includes/widgets/htmega_inline_menu.php:193
|
2087 |
#: includes/widgets/htmega_inline_menu.php:266
|
2088 |
#: includes/widgets/htmega_inline_menu.php:320
|
2089 |
+
#: includes/widgets/htmega_instagram.php:715
|
2090 |
+
#: includes/widgets/htmega_instagram.php:825
|
2091 |
+
#: includes/widgets/htmega_instagram.php:992
|
2092 |
+
#: includes/widgets/htmega_instagram.php:1111
|
2093 |
+
#: includes/widgets/htmega_instagram.php:1171
|
2094 |
+
#: includes/widgets/htmega_instagram.php:1265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2095 |
#: includes/widgets/htmega_lightbox.php:241
|
2096 |
#: includes/widgets/htmega_lightbox.php:371
|
2097 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:231
|
2098 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:414
|
2099 |
#: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:478
|
2100 |
#: includes/widgets/htmega_modal.php:567 includes/widgets/htmega_modal.php:706
|
2101 |
#: includes/widgets/htmega_news_ticker.php:366
|
2117 |
#: includes/widgets/htmega_panel_slider.php:827
|
2118 |
#: includes/widgets/htmega_panel_slider.php:952
|
2119 |
#: includes/widgets/htmega_panel_slider.php:991
|
2120 |
+
#: includes/widgets/htmega_popover.php:406
|
2121 |
+
#: includes/widgets/htmega_popover.php:562
|
2122 |
+
#: includes/widgets/htmega_popover.php:638
|
2123 |
+
#: includes/widgets/htmega_popover.php:742
|
2124 |
#: includes/widgets/htmega_post_carousel.php:632
|
2125 |
#: includes/widgets/htmega_post_carousel.php:774
|
2126 |
#: includes/widgets/htmega_post_carousel.php:1461
|
2160 |
#: includes/widgets/htmega_pricing_table.php:613
|
2161 |
#: includes/widgets/htmega_pricing_table.php:776
|
2162 |
#: includes/widgets/htmega_pricing_table.php:828
|
2163 |
+
#: includes/widgets/htmega_progressbar.php:490
|
2164 |
+
#: includes/widgets/htmega_progressbar.php:699
|
2165 |
+
#: includes/widgets/htmega_progressbar.php:791
|
|
|
2166 |
#: includes/widgets/htmega_qu_forms.php:117
|
2167 |
#: includes/widgets/htmega_qu_forms.php:206
|
2168 |
#: includes/widgets/htmega_qu_forms.php:343
|
2169 |
#: includes/widgets/htmega_qu_forms.php:452
|
2170 |
#: includes/widgets/htmega_qu_forms.php:566
|
2171 |
+
#: includes/widgets/htmega_scroll_image.php:168
|
2172 |
+
#: includes/widgets/htmega_scroll_image.php:328
|
2173 |
+
#: includes/widgets/htmega_scroll_navigation.php:312
|
2174 |
+
#: includes/widgets/htmega_scroll_navigation.php:406
|
2175 |
#: includes/widgets/htmega_search.php:301
|
2176 |
#: includes/widgets/htmega_search.php:432
|
2177 |
#: includes/widgets/htmega_search.php:484
|
2178 |
+
#: includes/widgets/htmega_section_title.php:570
|
2179 |
+
#: includes/widgets/htmega_section_title.php:747
|
2180 |
+
#: includes/widgets/htmega_section_title.php:929
|
2181 |
#: includes/widgets/htmega_services.php:221
|
2182 |
#: includes/widgets/htmega_services.php:289
|
2183 |
#: includes/widgets/htmega_services.php:698
|
2185 |
#: includes/widgets/htmega_services.php:960
|
2186 |
#: includes/widgets/htmega_services.php:1088
|
2187 |
#: includes/widgets/htmega_services.php:1140
|
2188 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:882
|
2189 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1026
|
2190 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1098
|
2191 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1192
|
2192 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1236
|
2193 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1309
|
2194 |
#: includes/widgets/htmega_socialshere.php:256
|
2195 |
#: includes/widgets/htmega_socialshere.php:439
|
2196 |
#: includes/widgets/htmega_socialshere.php:535
|
2243 |
#: includes/widgets/htmega_wc_element_pages.php:751
|
2244 |
#: includes/widgets/htmega_wc_element_pages.php:950
|
2245 |
#: includes/widgets/htmega_wc_element_pages.php:1023
|
2246 |
+
#: includes/widgets/htmega_working_process.php:347
|
2247 |
+
#: includes/widgets/htmega_working_process.php:427
|
2248 |
+
#: includes/widgets/htmega_working_process.php:506
|
2249 |
+
#: includes/widgets/htmega_working_process.php:614
|
2250 |
+
#: includes/widgets/htmega_working_process.php:699
|
2251 |
#: includes/widgets/htmega_wpforms.php:157
|
2252 |
#: includes/widgets/htmega_wpforms.php:237
|
2253 |
#: includes/widgets/htmega_wpforms.php:300
|
2260 |
msgid "Border Radius"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
+
#: includes/widgets/htmega_progressbar.php:370
|
2264 |
+
msgid "Border Radius aaa"
|
2265 |
+
msgstr ""
|
2266 |
+
|
2267 |
#: includes/widgets/htmega_news_ticker.php:807
|
2268 |
msgid "Border Radius Next Button"
|
2269 |
msgstr ""
|
2277 |
msgid "Border Type"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
+
#: includes/widgets/htmega_counter.php:779
|
2281 |
+
#: includes/widgets/htmega_section_title.php:826
|
2282 |
+
msgid "Border Width"
|
2283 |
+
msgstr ""
|
2284 |
+
|
2285 |
#: includes/widgets/htmega_pricing_list_view.php:572
|
2286 |
msgid "Both"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
#: includes/widgets/htmega_add_banner.php:58
|
2290 |
#: includes/widgets/htmega_button.php:107
|
2291 |
+
#: includes/widgets/htmega_flip-box.php:479
|
2292 |
#: includes/widgets/htmega_image_comparison.php:136
|
2293 |
#: includes/widgets/htmega_offcanvas.php:96
|
2294 |
+
#: includes/widgets/htmega_popover.php:190
|
2295 |
#: includes/widgets/htmega_pricing_list_view.php:502
|
2296 |
#: includes/widgets/htmega_pricing_list_view.php:1155
|
2297 |
+
#: includes/widgets/htmega_section_title.php:159
|
2298 |
+
#: includes/widgets/htmega_section_title.php:234
|
2299 |
#: includes/widgets/htmega_single_post.php:56
|
2300 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:55
|
2301 |
#: includes/widgets/htmega_special_banner.php:42
|
2302 |
#: includes/widgets/htmega_teammember.php:102
|
2303 |
#: includes/widgets/htmega_tooltip.php:181
|
2313 |
msgid "Bottom Fullwidth"
|
2314 |
msgstr ""
|
2315 |
|
2316 |
+
#: includes/widgets/htmega_flip-box.php:198
|
2317 |
+
#: includes/widgets/htmega_flip-box.php:363
|
2318 |
+
msgid "Bottom Index Number"
|
2319 |
+
msgstr ""
|
2320 |
+
|
2321 |
#: includes/widgets/htmega_notify.php:102
|
2322 |
#: extensions/wc-sales-notification/admin/setting.php:82
|
2323 |
msgid "Bottom Left"
|
2378 |
msgid "bounceOutUp"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: includes/widgets/htmega_counter.php:345
|
2382 |
+
msgid "Box Width"
|
2383 |
+
msgstr ""
|
2384 |
+
|
2385 |
+
#: includes/widgets/htmega_counter.php:375
|
2386 |
+
msgid "Box Height"
|
2387 |
+
msgstr ""
|
2388 |
+
|
2389 |
#: includes/widgets/htmega_news_ticker.php:648
|
2390 |
msgid "Box Height and Width"
|
2391 |
msgstr ""
|
2395 |
#: includes/widgets/htmega_accordion.php:784
|
2396 |
#: includes/widgets/htmega_accordion.php:884
|
2397 |
#: includes/widgets/htmega_accordion.php:1038
|
2398 |
+
#: includes/widgets/htmega_accordion.php:1168
|
2399 |
+
#: includes/widgets/htmega_accordion.php:1325
|
2400 |
#: includes/widgets/htmega_animated_heading.php:213
|
2401 |
#: includes/widgets/htmega_animated_heading.php:344
|
2402 |
#: includes/widgets/htmega_animated_heading.php:432
|
2414 |
#: includes/widgets/htmega_call_to_action.php:498
|
2415 |
#: includes/widgets/htmega_contact_form_seven.php:645
|
2416 |
#: includes/widgets/htmega_countdown.php:413
|
2417 |
+
#: includes/widgets/htmega_counter.php:270
|
2418 |
+
#: includes/widgets/htmega_double_button.php:276
|
2419 |
+
#: includes/widgets/htmega_double_button.php:510
|
2420 |
+
#: includes/widgets/htmega_double_button.php:627
|
2421 |
+
#: includes/widgets/htmega_double_button.php:713
|
2422 |
+
#: includes/widgets/htmega_double_button.php:829
|
2423 |
+
#: includes/widgets/htmega_double_button.php:926
|
2424 |
+
#: includes/widgets/htmega_flip-box.php:918
|
2425 |
+
#: includes/widgets/htmega_flip-box.php:1585
|
2426 |
+
#: includes/widgets/htmega_flip-box.php:1744
|
2427 |
+
#: includes/widgets/htmega_flip-box.php:1804
|
2428 |
+
#: includes/widgets/htmega_gallery_justify.php:97
|
2429 |
#: includes/widgets/htmega_gravity_forms.php:483
|
2430 |
+
#: includes/widgets/htmega_image_grid.php:237
|
2431 |
+
#: includes/widgets/htmega_image_grid.php:485
|
2432 |
+
#: includes/widgets/htmega_image_grid.php:557
|
2433 |
#: includes/widgets/htmega_image_magnifier.php:132
|
2434 |
+
#: includes/widgets/htmega_image_masonry.php:228
|
2435 |
+
#: includes/widgets/htmega_image_masonry.php:472
|
2436 |
+
#: includes/widgets/htmega_image_masonry.php:553
|
2437 |
#: includes/widgets/htmega_inline_menu.php:206
|
2438 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:427
|
2439 |
#: includes/widgets/htmega_modal.php:213 includes/widgets/htmega_modal.php:451
|
2440 |
#: includes/widgets/htmega_ninja_forms.php:682
|
2441 |
#: includes/widgets/htmega_notify.php:367
|
2442 |
+
#: includes/widgets/htmega_popover.php:544
|
2443 |
#: includes/widgets/htmega_post_carousel.php:816
|
2444 |
#: includes/widgets/htmega_pricing_table.php:424
|
2445 |
+
#: includes/widgets/htmega_progressbar.php:505
|
2446 |
+
#: includes/widgets/htmega_progressbar.php:713
|
2447 |
+
#: includes/widgets/htmega_progressbar.php:805
|
2448 |
#: includes/widgets/htmega_qu_forms.php:578
|
2449 |
+
#: includes/widgets/htmega_scroll_image.php:206
|
2450 |
+
#: includes/widgets/htmega_section_title.php:911
|
2451 |
#: includes/widgets/htmega_teammember.php:391
|
2452 |
#: includes/widgets/htmega_twitter_feed.php:561
|
2453 |
#: includes/widgets/htmega_user_login_form.php:304
|
2454 |
#: includes/widgets/htmega_wc_categories.php:225
|
2455 |
#: includes/widgets/htmega_weather.php:207
|
2456 |
+
#: includes/widgets/htmega_working_process.php:549
|
2457 |
+
#: includes/widgets/htmega_working_process.php:721
|
2458 |
#: includes/widgets/htmega_wpforms.php:672
|
2459 |
msgid "Box Shadow"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
+
#: includes/widgets/htmega_double_button.php:856
|
2463 |
+
msgid "Box Size"
|
2464 |
+
msgstr ""
|
2465 |
+
|
2466 |
#: includes/widgets/htmega_add_banner.php:140
|
2467 |
+
#: includes/widgets/htmega_counter.php:189
|
2468 |
+
#: includes/widgets/htmega_image_grid.php:179
|
2469 |
+
#: includes/widgets/htmega_image_masonry.php:160
|
2470 |
#: includes/widgets/htmega_services.php:159
|
2471 |
msgid "Box Style"
|
2472 |
msgstr ""
|
2519 |
#: includes/widgets/htmega_call_to_action.php:337
|
2520 |
#: includes/widgets/htmega_contact_form_seven.php:530
|
2521 |
#: includes/widgets/htmega_cuctom_event.php:379
|
2522 |
+
#: includes/widgets/htmega_double_button.php:94
|
2523 |
+
#: includes/widgets/htmega_double_button.php:178
|
2524 |
+
#: includes/widgets/htmega_double_button.php:301
|
2525 |
#: includes/widgets/htmega_download_monitor.php:100
|
2526 |
#: includes/widgets/htmega_easy_digital_download.php:511
|
2527 |
#: includes/widgets/htmega_gravity_forms.php:372
|
2528 |
#: includes/widgets/htmega_lightbox.php:121
|
2529 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:275
|
2530 |
#: includes/widgets/htmega_modal.php:101 includes/widgets/htmega_modal.php:175
|
2531 |
#: includes/widgets/htmega_ninja_forms.php:571
|
2532 |
#: includes/widgets/htmega_notify.php:37 includes/widgets/htmega_notify.php:297
|
2533 |
#: includes/widgets/htmega_offcanvas.php:106
|
2534 |
#: includes/widgets/htmega_offcanvas.php:269
|
2535 |
+
#: includes/widgets/htmega_popover.php:315
|
2536 |
#: includes/widgets/htmega_pricing_list_view.php:576
|
2537 |
#: includes/widgets/htmega_qu_forms.php:467
|
2538 |
#: includes/widgets/htmega_services.php:1004
|
2545 |
msgid "Button"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: includes/widgets/htmega_double_button.php:255
|
2549 |
msgid "Button Area"
|
2550 |
msgstr ""
|
2551 |
|
2590 |
#: includes/widgets/htmega_404_content.php:153
|
2591 |
#: includes/widgets/htmega_404_content.php:201
|
2592 |
#: includes/widgets/htmega_call_to_action.php:84
|
2593 |
+
#: includes/widgets/htmega_flip-box.php:345
|
2594 |
msgid "Button Link"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: includes/widgets/htmega_double_button.php:86
|
2598 |
+
#: includes/widgets/htmega_double_button.php:439
|
2599 |
msgid "Button One"
|
2600 |
msgstr ""
|
2601 |
|
2604 |
msgstr ""
|
2605 |
|
2606 |
#: includes/widgets/htmega_button.php:75
|
2607 |
+
#: includes/widgets/htmega_double_button.php:35
|
2608 |
msgid "Button Size"
|
2609 |
msgstr ""
|
2610 |
|
2621 |
#: includes/widgets/htmega_add_banner.php:130
|
2622 |
#: includes/widgets/htmega_call_to_action.php:75
|
2623 |
#: includes/widgets/htmega_call_to_action.php:77
|
2624 |
+
#: includes/widgets/htmega_flip-box.php:334
|
2625 |
#: includes/widgets/htmega_instagram_feed.php:90
|
2626 |
#: includes/widgets/htmega_notify.php:44
|
2627 |
#: includes/widgets/htmega_offcanvas.php:112
|
2628 |
+
#: includes/widgets/htmega_popover.php:66
|
2629 |
#: includes/widgets/htmega_pricing_table.php:373
|
2630 |
#: includes/widgets/htmega_special_banner.php:132
|
2631 |
#: includes/widgets/htmega_special_banner.php:134
|
2638 |
msgid "Button Text Color"
|
2639 |
msgstr ""
|
2640 |
|
2641 |
+
#: includes/widgets/htmega_double_button.php:170
|
2642 |
+
#: includes/widgets/htmega_double_button.php:642
|
2643 |
msgid "Button Two"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: includes/widgets/htmega_popover.php:42
|
2647 |
#: includes/widgets/htmega_tooltip.php:45
|
2648 |
msgid "Button Type"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: includes/widgets/htmega_double_button.php:338
|
2652 |
msgid "Button Width"
|
2653 |
msgstr ""
|
2654 |
|
2667 |
msgid "C"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
+
#: includes/widgets/htmega_instagram.php:111
|
2671 |
msgid "Cache Time Duration"
|
2672 |
msgstr ""
|
2673 |
|
2707 |
msgid "Call To Action"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: includes/widgets/htmega_instagram.php:839
|
2711 |
msgid "Caption"
|
2712 |
msgstr ""
|
2713 |
|
2782 |
#: includes/widgets/htmega_accordion.php:468
|
2783 |
#: includes/widgets/htmega_accordion.php:659
|
2784 |
#: includes/widgets/htmega_accordion.php:817
|
2785 |
+
#: includes/widgets/htmega_accordion.php:1224
|
2786 |
+
#: includes/widgets/htmega_accordion.php:1342
|
2787 |
#: includes/widgets/htmega_add_banner.php:57
|
2788 |
#: includes/widgets/htmega_add_banner.php:366
|
2789 |
#: includes/widgets/htmega_blockquote.php:181
|
2794 |
#: includes/widgets/htmega_contact_form_seven.php:120
|
2795 |
#: includes/widgets/htmega_countdown.php:476
|
2796 |
#: includes/widgets/htmega_countdown.php:507
|
2797 |
+
#: includes/widgets/htmega_counter.php:287
|
2798 |
+
#: includes/widgets/htmega_counter.php:320
|
2799 |
+
#: includes/widgets/htmega_counter.php:426
|
2800 |
+
#: includes/widgets/htmega_counter.php:552
|
2801 |
+
#: includes/widgets/htmega_double_button.php:316
|
2802 |
+
#: includes/widgets/htmega_double_button.php:551
|
2803 |
+
#: includes/widgets/htmega_double_button.php:754
|
2804 |
+
#: includes/widgets/htmega_dropcaps.php:81
|
2805 |
#: includes/widgets/htmega_easy_digital_download.php:311
|
2806 |
#: includes/widgets/htmega_image_comparison.php:135
|
2807 |
+
#: includes/widgets/htmega_image_grid.php:280
|
2808 |
+
#: includes/widgets/htmega_image_grid.php:377
|
2809 |
+
#: includes/widgets/htmega_image_masonry.php:256
|
2810 |
+
#: includes/widgets/htmega_image_masonry.php:353
|
2811 |
#: includes/widgets/htmega_inline_menu.php:121
|
2812 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:118
|
2813 |
#: includes/widgets/htmega_modal.php:350 includes/widgets/htmega_modal.php:751
|
2814 |
#: includes/widgets/htmega_news_ticker.php:451
|
2815 |
#: includes/widgets/htmega_offcanvas.php:244
|
2816 |
#: includes/widgets/htmega_panel_slider.php:494
|
2817 |
+
#: includes/widgets/htmega_popover.php:263
|
2818 |
+
#: includes/widgets/htmega_popover.php:657
|
2819 |
+
#: includes/widgets/htmega_popover.php:761
|
2820 |
#: includes/widgets/htmega_post_carousel.php:798
|
2821 |
#: includes/widgets/htmega_post_carousel.php:1006
|
2822 |
#: includes/widgets/htmega_post_carousel.php:1093
|
2835 |
#: includes/widgets/htmega_pricing_list_view.php:463
|
2836 |
#: includes/widgets/htmega_pricing_list_view.php:1116
|
2837 |
#: includes/widgets/htmega_search.php:135
|
2838 |
+
#: includes/widgets/htmega_section_title.php:413
|
2839 |
#: includes/widgets/htmega_services.php:239
|
2840 |
#: includes/widgets/htmega_services.php:423
|
2841 |
#: includes/widgets/htmega_services.php:528
|
2886 |
msgid "Center Center"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
+
#: includes/widgets/htmega_carousel.php:224
|
2890 |
+
#: includes/widgets/htmega_instagram.php:421
|
2891 |
#: includes/widgets/htmega_panel_slider.php:248
|
2892 |
#: includes/widgets/htmega_post_carousel.php:403
|
2893 |
#: includes/widgets/htmega_post_slider.php:404
|
2894 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:223
|
2895 |
#: includes/widgets/htmega_testimonial.php:282
|
2896 |
#: includes/widgets/htmega_twitter_feed.php:346
|
2897 |
msgid "Center Mode"
|
2898 |
msgstr ""
|
2899 |
|
2900 |
+
#: includes/widgets/htmega_carousel.php:237
|
2901 |
+
#: includes/widgets/htmega_instagram.php:434
|
2902 |
#: includes/widgets/htmega_panel_slider.php:261
|
2903 |
#: includes/widgets/htmega_post_carousel.php:416
|
2904 |
#: includes/widgets/htmega_post_slider.php:417
|
2905 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:234
|
2906 |
#: includes/widgets/htmega_testimonial.php:295
|
2907 |
#: includes/widgets/htmega_twitter_feed.php:359
|
2908 |
msgid "Center padding"
|
2928 |
msgid "Choose Product"
|
2929 |
msgstr ""
|
2930 |
|
2931 |
+
#: includes/widgets/htmega_progressbar.php:48
|
2932 |
msgid "Circle"
|
2933 |
msgstr ""
|
2934 |
|
|
|
|
|
|
|
|
|
2935 |
#: includes/widgets/htmega_button.php:51
|
2936 |
msgid "Click Me"
|
2937 |
msgstr ""
|
3054 |
#: includes/widgets/htmega_accordion.php:676
|
3055 |
#: includes/widgets/htmega_accordion.php:894
|
3056 |
#: includes/widgets/htmega_accordion.php:1004
|
3057 |
+
#: includes/widgets/htmega_accordion.php:1134
|
3058 |
+
#: includes/widgets/htmega_accordion.php:1254
|
3059 |
#: includes/widgets/htmega_add_banner.php:435
|
3060 |
#: includes/widgets/htmega_add_banner.php:494
|
3061 |
#: includes/widgets/htmega_add_banner.php:553
|
3090 |
#: includes/widgets/htmega_countdown.php:689
|
3091 |
#: includes/widgets/htmega_countdown.php:809
|
3092 |
#: includes/widgets/htmega_countdown.php:894
|
3093 |
+
#: includes/widgets/htmega_counter.php:451
|
3094 |
+
#: includes/widgets/htmega_counter.php:577
|
3095 |
+
#: includes/widgets/htmega_counter.php:816
|
3096 |
+
#: includes/widgets/htmega_counter.php:933
|
3097 |
+
#: includes/widgets/htmega_counter.php:1021
|
3098 |
#: includes/widgets/htmega_cuctom_event.php:140
|
3099 |
#: includes/widgets/htmega_cuctom_event.php:196
|
3100 |
#: includes/widgets/htmega_cuctom_event.php:226
|
3102 |
#: includes/widgets/htmega_cuctom_event.php:330
|
3103 |
#: includes/widgets/htmega_cuctom_event.php:399
|
3104 |
#: includes/widgets/htmega_cuctom_event.php:450
|
3105 |
+
#: includes/widgets/htmega_double_button.php:457
|
3106 |
+
#: includes/widgets/htmega_double_button.php:583
|
3107 |
+
#: includes/widgets/htmega_double_button.php:660
|
3108 |
+
#: includes/widgets/htmega_double_button.php:785
|
3109 |
+
#: includes/widgets/htmega_double_button.php:873
|
3110 |
#: includes/widgets/htmega_download_monitor.php:153
|
3111 |
#: includes/widgets/htmega_download_monitor.php:226
|
3112 |
+
#: includes/widgets/htmega_dropcaps.php:102
|
3113 |
+
#: includes/widgets/htmega_dropcaps.php:204
|
3114 |
#: includes/widgets/htmega_easy_digital_download.php:348
|
3115 |
#: includes/widgets/htmega_easy_digital_download.php:421
|
3116 |
#: includes/widgets/htmega_easy_digital_download.php:531
|
3117 |
#: includes/widgets/htmega_easy_digital_download.php:600
|
3118 |
+
#: includes/widgets/htmega_flip-box.php:1316
|
3119 |
#: includes/widgets/htmega_gravity_forms.php:117
|
3120 |
#: includes/widgets/htmega_gravity_forms.php:151
|
3121 |
#: includes/widgets/htmega_gravity_forms.php:193
|
3125 |
#: includes/widgets/htmega_image_comparison.php:158
|
3126 |
#: includes/widgets/htmega_image_comparison.php:240
|
3127 |
#: includes/widgets/htmega_image_comparison.php:320
|
3128 |
+
#: includes/widgets/htmega_image_grid.php:303
|
3129 |
+
#: includes/widgets/htmega_image_grid.php:400
|
3130 |
+
#: includes/widgets/htmega_image_grid.php:452
|
3131 |
+
#: includes/widgets/htmega_image_grid.php:534
|
3132 |
#: includes/widgets/htmega_image_marker.php:212
|
3133 |
#: includes/widgets/htmega_image_marker.php:329
|
3134 |
#: includes/widgets/htmega_image_marker.php:392
|
3135 |
+
#: includes/widgets/htmega_image_masonry.php:279
|
3136 |
+
#: includes/widgets/htmega_image_masonry.php:376
|
3137 |
+
#: includes/widgets/htmega_image_masonry.php:449
|
3138 |
+
#: includes/widgets/htmega_image_masonry.php:530
|
3139 |
#: includes/widgets/htmega_inline_menu.php:148
|
3140 |
#: includes/widgets/htmega_inline_menu.php:234
|
3141 |
#: includes/widgets/htmega_inline_menu.php:288
|
3142 |
+
#: includes/widgets/htmega_instagram.php:781
|
3143 |
+
#: includes/widgets/htmega_instagram.php:874
|
3144 |
+
#: includes/widgets/htmega_instagram.php:934
|
3145 |
+
#: includes/widgets/htmega_instagram.php:1080
|
|
|
|
|
|
|
|
|
|
|
3146 |
#: includes/widgets/htmega_lightbox.php:262
|
3147 |
#: includes/widgets/htmega_modal.php:190 includes/widgets/htmega_modal.php:382
|
3148 |
#: includes/widgets/htmega_modal.php:428 includes/widgets/htmega_modal.php:526
|
3170 |
#: includes/widgets/htmega_panel_slider.php:583
|
3171 |
#: includes/widgets/htmega_panel_slider.php:654
|
3172 |
#: includes/widgets/htmega_panel_slider.php:796
|
3173 |
+
#: includes/widgets/htmega_popover.php:331
|
3174 |
+
#: includes/widgets/htmega_popover.php:452
|
3175 |
+
#: includes/widgets/htmega_popover.php:594
|
3176 |
+
#: includes/widgets/htmega_popover.php:698
|
3177 |
#: includes/widgets/htmega_post_carousel.php:943
|
3178 |
#: includes/widgets/htmega_post_carousel.php:1040
|
3179 |
#: includes/widgets/htmega_post_carousel.php:1183
|
3210 |
#: includes/widgets/htmega_pricing_table.php:645
|
3211 |
#: includes/widgets/htmega_pricing_table.php:720
|
3212 |
#: includes/widgets/htmega_pricing_table.php:808
|
3213 |
+
#: includes/widgets/htmega_progressbar.php:722
|
3214 |
#: includes/widgets/htmega_qu_forms.php:88
|
3215 |
#: includes/widgets/htmega_qu_forms.php:177
|
3216 |
#: includes/widgets/htmega_qu_forms.php:267
|
3217 |
#: includes/widgets/htmega_qu_forms.php:378
|
3218 |
#: includes/widgets/htmega_qu_forms.php:509
|
3219 |
#: includes/widgets/htmega_qu_forms.php:596
|
3220 |
+
#: includes/widgets/htmega_scroll_image.php:305
|
3221 |
+
#: includes/widgets/htmega_scroll_navigation.php:225
|
3222 |
#: includes/widgets/htmega_search.php:336
|
3223 |
#: includes/widgets/htmega_search.php:453
|
3224 |
+
#: includes/widgets/htmega_section_title.php:511
|
3225 |
+
#: includes/widgets/htmega_section_title.php:540
|
3226 |
+
#: includes/widgets/htmega_section_title.php:718
|
3227 |
+
#: includes/widgets/htmega_section_title.php:881
|
3228 |
#: includes/widgets/htmega_services.php:358
|
3229 |
#: includes/widgets/htmega_services.php:474
|
3230 |
#: includes/widgets/htmega_services.php:639
|
3234 |
#: includes/widgets/htmega_single_post.php:157
|
3235 |
#: includes/widgets/htmega_single_post.php:254
|
3236 |
#: includes/widgets/htmega_single_post.php:356
|
3237 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:686
|
3238 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:739
|
3239 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:824
|
3240 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:995
|
3241 |
#: includes/widgets/htmega_socialshere.php:137
|
3242 |
#: includes/widgets/htmega_socialshere.php:226
|
3243 |
#: includes/widgets/htmega_special_banner.php:340
|
3300 |
#: includes/widgets/htmega_weather.php:163
|
3301 |
#: includes/widgets/htmega_weather.php:226
|
3302 |
#: includes/widgets/htmega_weather.php:258
|
3303 |
+
#: includes/widgets/htmega_working_process.php:370
|
3304 |
+
#: includes/widgets/htmega_working_process.php:449
|
3305 |
+
#: includes/widgets/htmega_working_process.php:557
|
3306 |
+
#: includes/widgets/htmega_working_process.php:648
|
3307 |
+
#: includes/widgets/htmega_working_process.php:738
|
3308 |
#: includes/widgets/htmega_wpforms.php:102
|
3309 |
#: includes/widgets/htmega_wpforms.php:182
|
3310 |
#: includes/widgets/htmega_wpforms.php:271
|
3327 |
msgid "Colspan"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: includes/widgets/htmega_image_grid.php:51
|
3331 |
+
#: includes/widgets/htmega_image_masonry.php:60
|
3332 |
+
#: includes/widgets/htmega_instagram.php:146
|
3333 |
#: includes/widgets/htmega_pricing_list_view.php:536
|
3334 |
#: includes/widgets/htmega_table.php:200
|
3335 |
#: includes/widgets/htmega_testimonial_grid.php:54
|
3336 |
+
#: includes/widgets/htmega_working_process.php:51
|
3337 |
msgid "Column"
|
3338 |
msgstr ""
|
3339 |
|
3340 |
+
#: includes/widgets/htmega_working_process.php:59
|
|
|
|
|
|
|
|
|
3341 |
msgid "Column Five"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
+
#: includes/widgets/htmega_working_process.php:58
|
3345 |
msgid "Column Four"
|
3346 |
msgstr ""
|
3347 |
|
3354 |
msgid "Column Name"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
+
#: includes/widgets/htmega_working_process.php:55
|
3358 |
msgid "Column One"
|
3359 |
msgstr ""
|
3360 |
|
3361 |
+
#: includes/widgets/htmega_image_grid.php:68
|
3362 |
#: includes/widgets/htmega_post_carousel.php:311
|
3363 |
#: includes/widgets/htmega_twitter_feed.php:256
|
3364 |
msgid "Column Space"
|
3368 |
msgid "Column Spacing"
|
3369 |
msgstr ""
|
3370 |
|
3371 |
+
#: includes/widgets/htmega_working_process.php:57
|
3372 |
msgid "Column Three"
|
3373 |
msgstr ""
|
3374 |
|
3375 |
+
#: includes/widgets/htmega_working_process.php:56
|
3376 |
msgid "Column Two"
|
3377 |
msgstr ""
|
3378 |
|
3393 |
msgid "Coming Soon Page Template."
|
3394 |
msgstr ""
|
3395 |
|
|
|
|
|
|
|
|
|
3396 |
#: includes/widgets/htmega_news_ticker.php:248
|
3397 |
#: includes/widgets/htmega_post_carousel.php:171
|
3398 |
#: includes/widgets/htmega_post_grid.php:145
|
3401 |
msgid "Comment count"
|
3402 |
msgstr ""
|
3403 |
|
|
|
|
|
|
|
|
|
3404 |
#: includes/widgets/htmega_twitter_feed.php:81
|
3405 |
msgid "Consumer Key"
|
3406 |
msgstr ""
|
3440 |
#: includes/widgets/htmega_blockquote.php:48
|
3441 |
#: includes/widgets/htmega_blockquote.php:61
|
3442 |
#: includes/widgets/htmega_blockquote.php:263
|
3443 |
+
#: includes/widgets/htmega_dropcaps.php:51
|
3444 |
#: includes/widgets/htmega_image_marker.php:270
|
3445 |
#: includes/widgets/htmega_modal.php:62 includes/widgets/htmega_modal.php:75
|
3446 |
#: includes/widgets/htmega_modal.php:77
|
3447 |
#: includes/widgets/htmega_news_ticker.php:406
|
3448 |
#: includes/widgets/htmega_notify.php:459
|
3449 |
+
#: includes/widgets/htmega_popover.php:683
|
3450 |
#: includes/widgets/htmega_post_carousel.php:226
|
3451 |
#: includes/widgets/htmega_post_carousel.php:1030
|
3452 |
#: includes/widgets/htmega_post_grid_tab.php:186
|
3456 |
#: includes/widgets/htmega_pricing_list_view.php:54
|
3457 |
#: includes/widgets/htmega_pricing_list_view.php:181
|
3458 |
#: includes/widgets/htmega_pricing_list_view.php:546
|
3459 |
+
#: includes/widgets/htmega_scroll_navigation.php:58
|
3460 |
+
#: includes/widgets/htmega_scroll_navigation.php:60
|
3461 |
+
#: includes/widgets/htmega_scroll_navigation.php:70
|
3462 |
#: includes/widgets/htmega_socialshere.php:49
|
3463 |
#: includes/widgets/htmega_switcher.php:93
|
3464 |
#: includes/widgets/htmega_switcher.php:106
|
3497 |
msgstr ""
|
3498 |
|
3499 |
#: includes/widgets/htmega_single_post.php:470
|
3500 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:758
|
3501 |
msgid "Content Box"
|
3502 |
msgstr ""
|
3503 |
|
3517 |
msgid "Content Box Hover BG"
|
3518 |
msgstr ""
|
3519 |
|
3520 |
+
#: includes/widgets/htmega_image_grid.php:246
|
3521 |
#: includes/widgets/htmega_teammember.php:590
|
3522 |
msgid "Content Box Padding"
|
3523 |
msgstr ""
|
3525 |
#: includes/widgets/htmega_post_carousel.php:688
|
3526 |
#: includes/widgets/htmega_post_grid_tab.php:329
|
3527 |
#: includes/widgets/htmega_post_slider.php:708
|
3528 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:671
|
3529 |
#: includes/widgets/htmega_special_banner.php:247
|
3530 |
msgid "Content Box Style"
|
3531 |
msgstr ""
|
3569 |
|
3570 |
#: includes/widgets/htmega_post_grid_tab.php:70
|
3571 |
#: includes/widgets/htmega_post_slider.php:79
|
3572 |
+
#: includes/widgets/htmega_scroll_navigation.php:45
|
3573 |
msgid "Content Source"
|
3574 |
msgstr ""
|
3575 |
|
3584 |
msgid "Content Style"
|
3585 |
msgstr ""
|
3586 |
|
3587 |
+
#: includes/widgets/htmega_flip-box.php:621
|
3588 |
+
#: includes/widgets/htmega_flip-box.php:1220
|
3589 |
msgid "Content Style Tabs"
|
3590 |
msgstr ""
|
3591 |
|
3592 |
#: includes/widgets/htmega_buddy_press.php:53
|
|
|
|
|
3593 |
#: includes/widgets/htmega_pricing_list_view.php:556
|
3594 |
msgid "Content Type"
|
3595 |
msgstr ""
|
3626 |
msgid "Counter separator"
|
3627 |
msgstr ""
|
3628 |
|
3629 |
+
#: includes/widgets/htmega_counter.php:149
|
3630 |
msgid "Counter Title"
|
3631 |
msgstr ""
|
3632 |
|
3663 |
#: includes/widgets/htmega_blockquote.php:39
|
3664 |
#: includes/widgets/htmega_modal.php:53
|
3665 |
#: includes/widgets/htmega_pricing_table.php:221
|
3666 |
+
#: includes/widgets/htmega_scroll_image.php:231
|
3667 |
+
#: includes/widgets/htmega_scroll_navigation.php:49
|
3668 |
+
#: includes/widgets/htmega_scroll_navigation.php:129
|
3669 |
#: includes/widgets/htmega_switcher.php:84
|
3670 |
#: includes/widgets/htmega_switcher.php:155 includes/widgets/htmega_tab.php:88
|
3671 |
#: includes/widgets/htmega_toggle.php:80
|
3676 |
msgid "Custom Background Color"
|
3677 |
msgstr ""
|
3678 |
|
3679 |
+
#: includes/widgets/htmega_scroll_navigation.php:218
|
3680 |
#: includes/widgets/htmega_toggle.php:105
|
3681 |
msgid "Custom Content"
|
3682 |
msgstr ""
|
3691 |
msgid "Custom Gradient Color"
|
3692 |
msgstr ""
|
3693 |
|
3694 |
+
#: includes/widgets/htmega_scroll_navigation.php:137
|
3695 |
msgid "Custom Height"
|
3696 |
msgstr ""
|
3697 |
|
3704 |
msgid "Custom label"
|
3705 |
msgstr ""
|
3706 |
|
3707 |
+
#: includes/widgets/htmega_scroll_image.php:46
|
3708 |
+
msgid "Custom Link"
|
3709 |
+
msgstr ""
|
3710 |
+
|
3711 |
#: includes/widgets/htmega_news_ticker.php:229
|
3712 |
#: includes/widgets/htmega_post_carousel.php:136
|
3713 |
#: includes/widgets/htmega_post_grid.php:110
|
3787 |
#: includes/widgets/htmega_business_hours.php:76
|
3788 |
#: includes/widgets/htmega_business_hours.php:498
|
3789 |
#: includes/widgets/htmega_countdown.php:128
|
3790 |
+
#: includes/widgets/htmega_instagram.php:116
|
3791 |
msgid "Day"
|
3792 |
msgstr ""
|
3793 |
|
3826 |
msgid "Delay"
|
3827 |
msgstr ""
|
3828 |
|
3829 |
+
#: includes/widgets/htmega_instagram.php:102
|
3830 |
msgid "Delete existing caching data"
|
3831 |
msgstr ""
|
3832 |
|
3857 |
#: includes/widgets/htmega_cuctom_event.php:215
|
3858 |
#: includes/widgets/htmega_easy_digital_download.php:189
|
3859 |
#: includes/widgets/htmega_easy_digital_download.php:410
|
3860 |
+
#: includes/widgets/htmega_flip-box.php:187
|
3861 |
+
#: includes/widgets/htmega_flip-box.php:189
|
3862 |
+
#: includes/widgets/htmega_flip-box.php:324
|
3863 |
+
#: includes/widgets/htmega_flip-box.php:327
|
3864 |
+
#: includes/widgets/htmega_flip-box.php:706
|
3865 |
+
#: includes/widgets/htmega_flip-box.php:1373
|
3866 |
#: includes/widgets/htmega_gravity_forms.php:140
|
3867 |
+
#: includes/widgets/htmega_image_grid.php:107
|
3868 |
+
#: includes/widgets/htmega_image_grid.php:361
|
3869 |
#: includes/widgets/htmega_image_marker.php:385
|
3870 |
+
#: includes/widgets/htmega_image_masonry.php:88
|
3871 |
+
#: includes/widgets/htmega_image_masonry.php:337
|
3872 |
#: includes/widgets/htmega_ninja_forms.php:179
|
3873 |
#: includes/widgets/htmega_services.php:463
|
3874 |
#: includes/widgets/htmega_special_banner.php:90
|
3875 |
#: includes/widgets/htmega_special_banner.php:447
|
3876 |
#: includes/widgets/htmega_wc_categories.php:129
|
3877 |
+
#: includes/widgets/htmega_working_process.php:89
|
3878 |
+
#: includes/widgets/htmega_working_process.php:441
|
3879 |
#: includes/widgets/htmega_wpforms.php:76
|
3880 |
#: includes/widgets/htmega_wpforms.php:171
|
3881 |
msgid "Description"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
+
#: includes/widgets/htmega_flip-box.php:716
|
3885 |
+
#: includes/widgets/htmega_flip-box.php:1379
|
3886 |
msgid "Description Color"
|
3887 |
msgstr ""
|
3888 |
|
3890 |
msgid "Description Hide"
|
3891 |
msgstr ""
|
3892 |
|
3893 |
+
#: includes/widgets/htmega_flip-box.php:748
|
3894 |
+
#: includes/widgets/htmega_flip-box.php:1061
|
3895 |
+
#: includes/widgets/htmega_flip-box.php:1412
|
3896 |
+
#: includes/widgets/htmega_flip-box.php:1934
|
3897 |
msgid "Description Margin"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
+
#: includes/widgets/htmega_flip-box.php:735
|
3901 |
+
#: includes/widgets/htmega_flip-box.php:1399
|
3902 |
msgid "Description Padding"
|
3903 |
msgstr ""
|
3904 |
|
3933 |
msgstr ""
|
3934 |
|
3935 |
#: includes/widgets/htmega_news_ticker.php:115
|
3936 |
+
#: includes/widgets/htmega_popover.php:182
|
3937 |
#: includes/widgets/htmega_tooltip.php:173
|
3938 |
msgid "Direction"
|
3939 |
msgstr ""
|
3940 |
|
3941 |
+
#: includes/widgets/htmega_section_title.php:606
|
3942 |
+
#: includes/widgets/htmega_section_title.php:782
|
3943 |
msgid "Display"
|
3944 |
msgstr ""
|
3945 |
|
3974 |
msgstr ""
|
3975 |
|
3976 |
#: admin/include/admin-setting.php:214
|
3977 |
+
#: includes/widgets/htmega_double_button.php:13
|
3978 |
+
#: includes/widgets/htmega_double_button.php:28
|
3979 |
msgid "Double Button"
|
3980 |
msgstr ""
|
3981 |
|
4000 |
msgid "Drag n Drop, No coding Required"
|
4001 |
msgstr ""
|
4002 |
|
4003 |
+
#: includes/widgets/htmega_dropcaps.php:181
|
4004 |
msgid "Dropcap Latter"
|
4005 |
msgstr ""
|
4006 |
|
4007 |
+
#: admin/include/admin-setting.php:222 includes/widgets/htmega_dropcaps.php:13
|
4008 |
+
#: includes/widgets/htmega_dropcaps.php:28
|
4009 |
msgid "Dropcaps"
|
4010 |
msgstr ""
|
4011 |
|
4123 |
#: includes/widgets/htmega_blockquote.php:40
|
4124 |
#: includes/widgets/htmega_modal.php:54
|
4125 |
#: includes/widgets/htmega_offcanvas.php:52
|
4126 |
+
#: includes/widgets/htmega_scroll_navigation.php:50
|
4127 |
#: includes/widgets/htmega_switcher.php:85
|
4128 |
#: includes/widgets/htmega_switcher.php:156 includes/widgets/htmega_tab.php:89
|
4129 |
#: includes/widgets/htmega_toggle.php:81
|
4148 |
msgstr ""
|
4149 |
|
4150 |
#: includes/widgets/htmega_accordion.php:981
|
4151 |
+
#: includes/widgets/htmega_counter.php:69
|
4152 |
msgid "End"
|
4153 |
msgstr ""
|
4154 |
|
4156 |
msgid "Enter Map Style Json Code."
|
4157 |
msgstr ""
|
4158 |
|
4159 |
+
#: includes/widgets/htmega_section_title.php:76
|
4160 |
+
#: includes/widgets/htmega_section_title.php:78
|
4161 |
msgid "Enter your advance title"
|
4162 |
msgstr ""
|
4163 |
|
4165 |
msgid "Enter your center address."
|
4166 |
msgstr ""
|
4167 |
|
4168 |
+
#: includes/widgets/htmega_dropcaps.php:54
|
4169 |
msgid "Enter Your Dropcaps Content."
|
4170 |
msgstr ""
|
4171 |
|
4173 |
msgid "Enter your service title"
|
4174 |
msgstr ""
|
4175 |
|
4176 |
+
#: includes/widgets/htmega_section_title.php:65
|
4177 |
+
#: includes/widgets/htmega_section_title.php:67
|
4178 |
msgid "Enter your sub title"
|
4179 |
msgstr ""
|
4180 |
|
4182 |
msgid "Enter your Text"
|
4183 |
msgstr ""
|
4184 |
|
4185 |
+
#: includes/widgets/htmega_section_title.php:53
|
4186 |
+
#: includes/widgets/htmega_section_title.php:55
|
4187 |
msgid "Enter your title"
|
4188 |
msgstr ""
|
4189 |
|
4264 |
msgstr ""
|
4265 |
|
4266 |
#: includes/widgets/htmega_button.php:82
|
4267 |
+
#: includes/widgets/htmega_double_button.php:42
|
4268 |
msgid "Extra Large"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
#: includes/widgets/htmega_button.php:83
|
4272 |
+
#: includes/widgets/htmega_double_button.php:43
|
4273 |
msgid "Extra Small"
|
4274 |
msgstr ""
|
4275 |
|
4428 |
msgid "First Slide Number"
|
4429 |
msgstr ""
|
4430 |
|
4431 |
+
#: includes/widgets/htmega_image_grid.php:59
|
4432 |
+
#: includes/widgets/htmega_image_masonry.php:68
|
4433 |
#: includes/widgets/htmega_testimonial_grid.php:62
|
4434 |
msgid "Five"
|
4435 |
msgstr ""
|
4436 |
|
4437 |
+
#: admin/include/admin-setting.php:230 includes/widgets/htmega_flip-box.php:14
|
4438 |
msgid "Flip Box"
|
4439 |
msgstr ""
|
4440 |
|
4441 |
+
#: includes/widgets/htmega_flip-box.php:250
|
4442 |
msgid "Flip Box Back Heading"
|
4443 |
msgstr ""
|
4444 |
|
4445 |
+
#: includes/widgets/htmega_flip-box.php:95
|
4446 |
msgid "Flip Box Heading"
|
4447 |
msgstr ""
|
4448 |
|
4449 |
+
#: includes/widgets/htmega_instagram.php:305
|
|
|
4450 |
msgid "Flow Button Icon"
|
4451 |
msgstr ""
|
4452 |
|
4453 |
+
#: includes/widgets/htmega_instagram.php:216
|
|
|
|
|
|
|
|
|
|
|
4454 |
msgid "Follow @"
|
4455 |
msgstr ""
|
4456 |
|
4457 |
+
#: includes/widgets/htmega_instagram.php:214
|
|
|
|
|
|
|
|
|
4458 |
msgid "Follow button Aditional text"
|
4459 |
msgstr ""
|
4460 |
|
4476 |
msgstr ""
|
4477 |
|
4478 |
#: includes/widgets/htmega_blockquote.php:568
|
4479 |
+
#: includes/widgets/htmega_carousel.php:454
|
4480 |
+
#: includes/widgets/htmega_instagram.php:753
|
4481 |
+
#: includes/widgets/htmega_instagram.php:847
|
4482 |
+
#: includes/widgets/htmega_instagram.php:946
|
|
|
|
|
4483 |
#: includes/widgets/htmega_lightbox.php:287
|
4484 |
#: includes/widgets/htmega_panel_slider.php:666
|
4485 |
#: includes/widgets/htmega_post_carousel.php:1563
|
4486 |
#: includes/widgets/htmega_post_slider.php:1553
|
4487 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:836
|
4488 |
#: includes/widgets/htmega_teammember.php:1030
|
4489 |
#: includes/widgets/htmega_testimonial.php:864
|
4490 |
#: includes/widgets/htmega_twitter_feed.php:1087
|
4491 |
#: includes/widgets/htmega_video_player.php:313
|
4492 |
+
#: includes/widgets/htmega_working_process.php:662
|
4493 |
msgid "Font Size"
|
4494 |
msgstr ""
|
4495 |
|
4532 |
msgid "For Layout 4 only"
|
4533 |
msgstr ""
|
4534 |
|
4535 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:54
|
4536 |
msgid ""
|
4537 |
"For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
|
4538 |
"target=\"_blank\"> Click here </a>"
|
4568 |
msgid "Forum Index"
|
4569 |
msgstr ""
|
4570 |
|
4571 |
+
#: includes/widgets/htmega_image_grid.php:58
|
4572 |
+
#: includes/widgets/htmega_image_masonry.php:67
|
4573 |
#: includes/widgets/htmega_testimonial_grid.php:61
|
4574 |
msgid "Four"
|
4575 |
msgstr ""
|
4591 |
msgstr ""
|
4592 |
|
4593 |
#: includes/widgets/htmega_flip-box.php:56
|
4594 |
+
#: includes/widgets/htmega_flip-box.php:492
|
4595 |
msgid "Front"
|
4596 |
msgstr ""
|
4597 |
|
4599 |
msgid "Full"
|
4600 |
msgstr ""
|
4601 |
|
4602 |
+
#: includes/widgets/htmega_scroll_navigation.php:128
|
4603 |
msgid "Full Screen"
|
4604 |
msgstr ""
|
4605 |
|
4761 |
msgid "Handler"
|
4762 |
msgstr ""
|
4763 |
|
4764 |
+
#: includes/widgets/htmega_counter.php:151
|
4765 |
msgid "Happy Clients"
|
4766 |
msgstr ""
|
4767 |
|
4775 |
|
4776 |
#: includes/widgets/htmega_booked_calender.php:175
|
4777 |
#: includes/widgets/htmega_modal.php:420
|
4778 |
+
#: includes/widgets/htmega_popover.php:576
|
4779 |
#: includes/widgets/htmega_pricing_table.php:60
|
4780 |
#: includes/widgets/htmega_pricing_table.php:481
|
4781 |
#: includes/widgets/htmega_tablepress.php:137
|
4833 |
#: includes/widgets/htmega_contact_form_seven.php:153
|
4834 |
#: includes/widgets/htmega_contact_form_seven.php:326
|
4835 |
#: includes/widgets/htmega_contact_form_seven.php:547
|
4836 |
+
#: includes/widgets/htmega_flip-box.php:452
|
4837 |
#: includes/widgets/htmega_gravity_forms.php:302
|
4838 |
#: includes/widgets/htmega_gravity_forms.php:389
|
4839 |
#: includes/widgets/htmega_image_comparison.php:387
|
4840 |
+
#: includes/widgets/htmega_instagram.php:1003
|
4841 |
+
#: includes/widgets/htmega_instagram.php:1182
|
4842 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:152
|
4843 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:293
|
|
|
|
|
4844 |
#: includes/widgets/htmega_modal.php:325
|
4845 |
#: includes/widgets/htmega_ninja_forms.php:392
|
4846 |
#: includes/widgets/htmega_ninja_forms.php:503
|
4854 |
#: includes/widgets/htmega_post_slider.php:1758
|
4855 |
#: includes/widgets/htmega_pricing_list_view.php:371
|
4856 |
#: includes/widgets/htmega_pricing_list_view.php:998
|
4857 |
+
#: includes/widgets/htmega_progressbar.php:413
|
4858 |
#: includes/widgets/htmega_qu_forms.php:288
|
4859 |
#: includes/widgets/htmega_qu_forms.php:399
|
4860 |
#: includes/widgets/htmega_qu_forms.php:484
|
4861 |
+
#: includes/widgets/htmega_scroll_navigation.php:124
|
4862 |
+
#: includes/widgets/htmega_scroll_navigation.php:323
|
4863 |
#: includes/widgets/htmega_search.php:263
|
4864 |
#: includes/widgets/htmega_search.php:394
|
4865 |
#: includes/widgets/htmega_services.php:587
|
4866 |
#: includes/widgets/htmega_services.php:835
|
4867 |
#: includes/widgets/htmega_services.php:898
|
4868 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:893
|
4869 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1109
|
4870 |
#: includes/widgets/htmega_testimonial.php:921
|
4871 |
#: includes/widgets/htmega_testimonial.php:1100
|
4872 |
#: includes/widgets/htmega_twitter_feed.php:1145
|
4895 |
#: includes/widgets/htmega_buddy_press.php:120
|
4896 |
#: includes/widgets/htmega_buddy_press.php:135
|
4897 |
#: includes/widgets/htmega_buddy_press.php:150
|
4898 |
+
#: includes/widgets/htmega_double_button.php:74
|
4899 |
#: includes/widgets/htmega_gravity_forms.php:70
|
4900 |
#: includes/widgets/htmega_gravity_forms.php:82
|
4901 |
+
#: includes/widgets/htmega_instagram.php:181
|
4902 |
+
#: includes/widgets/htmega_instagram.php:193
|
4903 |
+
#: includes/widgets/htmega_instagram.php:205
|
4904 |
+
#: includes/widgets/htmega_popover.php:124
|
4905 |
+
#: includes/widgets/htmega_popover.php:201
|
4906 |
+
#: includes/widgets/htmega_scroll_image.php:99
|
|
|
|
|
|
|
|
|
4907 |
#: includes/widgets/htmega_socialshere.php:365
|
4908 |
#: includes/widgets/htmega_socialshere.php:380
|
4909 |
#: includes/widgets/htmega_table.php:65 includes/widgets/htmega_table.php:90
|
4948 |
msgid "Hide Label"
|
4949 |
msgstr ""
|
4950 |
|
4951 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:616
|
4952 |
+
msgid "Hide on Mobile"
|
4953 |
+
msgstr ""
|
4954 |
+
|
4955 |
#: includes/widgets/htmega_weather.php:117
|
4956 |
msgid "Hide Weather Attribution"
|
4957 |
msgstr ""
|
4960 |
msgid "High Light Pricing Table"
|
4961 |
msgstr ""
|
4962 |
|
4963 |
+
#: includes/widgets/htmega_section_title.php:531
|
4964 |
+
msgid "Highlight Title Color"
|
4965 |
+
msgstr ""
|
4966 |
+
|
4967 |
#: includes/widgets/htmega_business_hours.php:94
|
4968 |
msgid "Hight Light this day"
|
4969 |
msgstr ""
|
4972 |
msgid "Honesty is the best policy"
|
4973 |
msgstr ""
|
4974 |
|
4975 |
+
#: includes/widgets/htmega_progressbar.php:46
|
4976 |
+
#: includes/widgets/htmega_scroll_navigation.php:115
|
4977 |
msgid "Horizontal"
|
4978 |
msgstr ""
|
4979 |
|
4980 |
#: includes/widgets/htmega_post_carousel.php:1700
|
4981 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:946
|
4982 |
#: includes/widgets/htmega_twitter_feed.php:1203
|
4983 |
msgid "Horizontal Position"
|
4984 |
msgstr ""
|
4995 |
msgid "Horizontal Postion"
|
4996 |
msgstr ""
|
4997 |
|
4998 |
+
#: includes/widgets/htmega_instagram.php:115
|
4999 |
msgid "Hour"
|
5000 |
msgstr ""
|
5001 |
|
5023 |
#: includes/widgets/htmega_countdown.php:888
|
5024 |
#: includes/widgets/htmega_cuctom_event.php:189
|
5025 |
#: includes/widgets/htmega_cuctom_event.php:443
|
5026 |
+
#: includes/widgets/htmega_double_button.php:405
|
5027 |
+
#: includes/widgets/htmega_double_button.php:576
|
5028 |
+
#: includes/widgets/htmega_double_button.php:779
|
5029 |
#: includes/widgets/htmega_download_monitor.php:220
|
5030 |
#: includes/widgets/htmega_easy_digital_download.php:385
|
5031 |
#: includes/widgets/htmega_easy_digital_download.php:593
|
5032 |
#: includes/widgets/htmega_gravity_forms.php:494
|
5033 |
+
#: includes/widgets/htmega_image_grid.php:528
|
5034 |
+
#: includes/widgets/htmega_image_masonry.php:515
|
5035 |
#: includes/widgets/htmega_inline_menu.php:227
|
5036 |
+
#: includes/widgets/htmega_instagram.php:1073
|
5037 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:438
|
|
|
5038 |
#: includes/widgets/htmega_modal.php:375
|
5039 |
#: includes/widgets/htmega_news_ticker.php:848
|
5040 |
#: includes/widgets/htmega_ninja_forms.php:693
|
5041 |
#: includes/widgets/htmega_notify.php:404
|
5042 |
#: includes/widgets/htmega_offcanvas.php:351
|
5043 |
#: includes/widgets/htmega_panel_slider.php:789
|
5044 |
+
#: includes/widgets/htmega_popover.php:446
|
5045 |
#: includes/widgets/htmega_post_carousel.php:1240
|
5046 |
#: includes/widgets/htmega_post_carousel.php:1474
|
5047 |
#: includes/widgets/htmega_post_carousel.php:1818
|
5058 |
#: includes/widgets/htmega_services.php:742
|
5059 |
#: includes/widgets/htmega_services.php:1102
|
5060 |
#: includes/widgets/htmega_single_post.php:449
|
5061 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:988
|
5062 |
#: includes/widgets/htmega_special_banner.php:724
|
5063 |
#: includes/widgets/htmega_testimonial.php:991
|
5064 |
#: includes/widgets/htmega_toggle.php:310
|
5077 |
#: includes/widgets/htmega_wc_element_pages.php:778
|
5078 |
#: includes/widgets/htmega_wc_element_pages.php:1062
|
5079 |
#: includes/widgets/htmega_wc_element_pages.php:1178
|
5080 |
+
#: includes/widgets/htmega_working_process.php:732
|
5081 |
#: includes/widgets/htmega_wpforms.php:683
|
5082 |
msgid "Hover"
|
5083 |
msgstr ""
|
5227 |
msgid "HTMega Pro"
|
5228 |
msgstr ""
|
5229 |
|
5230 |
+
#: includes/widgets/htmega_section_title.php:203
|
5231 |
+
#: includes/widgets/htmega_section_title.php:261
|
5232 |
msgid "HTML Tag"
|
5233 |
msgstr ""
|
5234 |
|
5240 |
msgid "http://demo.wphash.com/htmega/"
|
5241 |
msgstr ""
|
5242 |
|
5243 |
+
#: includes/widgets/htmega_scroll_image.php:49
|
5244 |
+
msgid "https://example.com/"
|
5245 |
+
msgstr ""
|
5246 |
+
|
5247 |
#. Author URI of the plugin
|
5248 |
msgid "https://hasthemes.com/"
|
5249 |
msgstr ""
|
5250 |
|
5251 |
+
#: includes/widgets/htmega_flip-box.php:400
|
5252 |
+
#: includes/widgets/htmega_flip-box.php:427
|
5253 |
#: includes/widgets/htmega_teammember.php:219
|
5254 |
#: includes/widgets/htmega_teammember.php:300
|
5255 |
msgid "https://www.facebook.com/hastech.company/"
|
5283 |
#: includes/widgets/htmega_button.php:64
|
5284 |
#: includes/widgets/htmega_call_to_action.php:86
|
5285 |
#: includes/widgets/htmega_cuctom_event.php:101
|
5286 |
+
#: includes/widgets/htmega_double_button.php:103
|
5287 |
+
#: includes/widgets/htmega_double_button.php:187
|
5288 |
+
#: includes/widgets/htmega_flip-box.php:347
|
5289 |
+
#: includes/widgets/htmega_image_grid.php:144
|
5290 |
+
#: includes/widgets/htmega_image_masonry.php:125
|
5291 |
+
#: includes/widgets/htmega_popover.php:135
|
5292 |
#: includes/widgets/htmega_pricing_list_view.php:114
|
5293 |
#: includes/widgets/htmega_pricing_list_view.php:648
|
5294 |
+
#: includes/widgets/htmega_section_title.php:192
|
5295 |
+
#: includes/widgets/htmega_section_title.php:250
|
5296 |
#: includes/widgets/htmega_services.php:143
|
5297 |
#: includes/widgets/htmega_special_banner.php:119
|
5298 |
#: includes/widgets/htmega_tooltip.php:138
|
5307 |
#: includes/widgets/htmega_blockquote.php:128
|
5308 |
#: includes/widgets/htmega_button.php:91
|
5309 |
#: includes/widgets/htmega_countdown.php:276
|
5310 |
+
#: includes/widgets/htmega_counter.php:98
|
5311 |
+
#: includes/widgets/htmega_counter.php:109
|
5312 |
+
#: includes/widgets/htmega_double_button.php:116
|
5313 |
+
#: includes/widgets/htmega_double_button.php:200
|
|
|
5314 |
#: includes/widgets/htmega_download_monitor.php:115
|
5315 |
#: includes/widgets/htmega_flip-box.php:79
|
5316 |
+
#: includes/widgets/htmega_flip-box.php:115
|
5317 |
+
#: includes/widgets/htmega_flip-box.php:234
|
5318 |
+
#: includes/widgets/htmega_flip-box.php:283
|
5319 |
+
#: includes/widgets/htmega_flip-box.php:408
|
5320 |
+
#: includes/widgets/htmega_flip-box.php:763
|
5321 |
+
#: includes/widgets/htmega_flip-box.php:1428
|
5322 |
+
#: includes/widgets/htmega_instagram.php:247
|
5323 |
+
#: includes/widgets/htmega_instagram.php:741
|
5324 |
#: includes/widgets/htmega_lightbox.php:122
|
5325 |
#: includes/widgets/htmega_modal.php:125 includes/widgets/htmega_modal.php:161
|
5326 |
#: includes/widgets/htmega_notify.php:241
|
5327 |
+
#: includes/widgets/htmega_popover.php:47
|
5328 |
+
#: includes/widgets/htmega_popover.php:80
|
5329 |
#: includes/widgets/htmega_pricing_list_view.php:100
|
5330 |
#: includes/widgets/htmega_pricing_list_view.php:230
|
5331 |
#: includes/widgets/htmega_pricing_list_view.php:248
|
5335 |
#: includes/widgets/htmega_pricing_table.php:175
|
5336 |
#: includes/widgets/htmega_pricing_table.php:310
|
5337 |
#: includes/widgets/htmega_search.php:73 includes/widgets/htmega_search.php:101
|
5338 |
+
#: includes/widgets/htmega_section_title.php:96
|
5339 |
+
#: includes/widgets/htmega_section_title.php:132
|
5340 |
#: includes/widgets/htmega_services.php:71
|
5341 |
#: includes/widgets/htmega_services.php:108
|
5342 |
#: includes/widgets/htmega_services.php:553
|
5348 |
#: includes/widgets/htmega_tooltip.php:50
|
5349 |
#: includes/widgets/htmega_tooltip.php:83
|
5350 |
#: includes/widgets/htmega_video_player.php:84
|
5351 |
+
#: includes/widgets/htmega_working_process.php:106
|
5352 |
+
#: includes/widgets/htmega_working_process.php:143
|
5353 |
+
#: includes/widgets/htmega_working_process.php:628
|
5354 |
msgid "Icon"
|
5355 |
msgstr ""
|
5356 |
|
5360 |
msgid "Icon Background"
|
5361 |
msgstr ""
|
5362 |
|
5363 |
+
#: includes/widgets/htmega_flip-box.php:814
|
5364 |
+
#: includes/widgets/htmega_flip-box.php:1480
|
5365 |
+
#: includes/widgets/htmega_flip-box.php:1654
|
5366 |
+
#: includes/widgets/htmega_flip-box.php:1773
|
5367 |
msgid "Icon Background Color"
|
5368 |
msgstr ""
|
5369 |
|
5370 |
+
#: includes/widgets/htmega_accordion.php:1084
|
5371 |
+
msgid "Icon Box Height"
|
5372 |
+
msgstr ""
|
5373 |
+
|
5374 |
#: includes/widgets/htmega_news_ticker.php:771
|
5375 |
msgid "Icon Box Height/Width"
|
5376 |
msgstr ""
|
5377 |
|
5378 |
+
#: includes/widgets/htmega_accordion.php:1067
|
5379 |
+
msgid "Icon Box Width"
|
5380 |
+
msgstr ""
|
5381 |
+
|
5382 |
#: includes/widgets/htmega_booked_calender.php:512
|
5383 |
+
#: includes/widgets/htmega_flip-box.php:773
|
5384 |
+
#: includes/widgets/htmega_flip-box.php:1439
|
5385 |
+
#: includes/widgets/htmega_flip-box.php:1618
|
5386 |
+
#: includes/widgets/htmega_flip-box.php:1761
|
5387 |
#: includes/widgets/htmega_notify.php:642
|
5388 |
#: includes/widgets/htmega_post_carousel.php:1294
|
5389 |
#: includes/widgets/htmega_post_grid_tab.php:750
|
5405 |
msgid "Icon Font Size"
|
5406 |
msgstr ""
|
5407 |
|
5408 |
+
#: includes/widgets/htmega_flip-box.php:850
|
5409 |
+
#: includes/widgets/htmega_flip-box.php:1516
|
5410 |
+
#: includes/widgets/htmega_flip-box.php:1689
|
5411 |
#: includes/widgets/htmega_socialshere.php:547
|
5412 |
msgid "Icon Height"
|
5413 |
msgstr ""
|
5424 |
msgid "Icon Hover Color"
|
5425 |
msgstr ""
|
5426 |
|
5427 |
+
#: includes/widgets/htmega_flip-box.php:1753
|
5428 |
+
msgid "Icon Hover Style"
|
5429 |
msgstr ""
|
5430 |
|
5431 |
+
#: includes/widgets/htmega_video_player.php:96
|
5432 |
+
msgid "Icon Image"
|
|
|
5433 |
msgstr ""
|
5434 |
|
5435 |
+
#: includes/widgets/htmega_flip-box.php:886
|
5436 |
+
#: includes/widgets/htmega_flip-box.php:1552
|
5437 |
+
#: includes/widgets/htmega_flip-box.php:1711
|
5438 |
msgid "Icon Margin"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
+
#: includes/widgets/htmega_flip-box.php:873
|
5442 |
+
#: includes/widgets/htmega_flip-box.php:1539
|
5443 |
msgid "Icon Padding"
|
5444 |
msgstr ""
|
5445 |
|
5446 |
#: includes/widgets/htmega_button.php:100
|
5447 |
+
#: includes/widgets/htmega_double_button.php:146
|
5448 |
+
#: includes/widgets/htmega_double_button.php:230
|
5449 |
#: includes/widgets/htmega_offcanvas.php:129
|
5450 |
#: includes/widgets/htmega_pricing_list_view.php:1139
|
5451 |
msgid "Icon Position"
|
5452 |
msgstr ""
|
5453 |
|
5454 |
+
#: includes/widgets/htmega_flip-box.php:786
|
5455 |
+
#: includes/widgets/htmega_flip-box.php:1452
|
5456 |
+
#: includes/widgets/htmega_flip-box.php:1630
|
5457 |
#: includes/widgets/htmega_news_ticker.php:599
|
5458 |
#: includes/widgets/htmega_news_ticker.php:751
|
5459 |
#: includes/widgets/htmega_notify.php:632
|
5460 |
+
#: includes/widgets/htmega_popover.php:355
|
5461 |
#: includes/widgets/htmega_pricing_list_view.php:737
|
5462 |
#: includes/widgets/htmega_services.php:618 includes/widgets/htmega_tab.php:191
|
5463 |
#: includes/widgets/htmega_tooltip.php:335
|
5469 |
msgstr ""
|
5470 |
|
5471 |
#: includes/widgets/htmega_button.php:118
|
5472 |
+
#: includes/widgets/htmega_double_button.php:124
|
5473 |
+
#: includes/widgets/htmega_double_button.php:208
|
5474 |
#: includes/widgets/htmega_offcanvas.php:145
|
5475 |
msgid "Icon Spacing"
|
5476 |
msgstr ""
|
5481 |
msgid "Icon Style"
|
5482 |
msgstr ""
|
5483 |
|
5484 |
+
#: includes/widgets/htmega_counter.php:85
|
5485 |
+
#: includes/widgets/htmega_flip-box.php:63
|
5486 |
+
#: includes/widgets/htmega_flip-box.php:218
|
5487 |
+
#: includes/widgets/htmega_modal.php:117
|
5488 |
+
#: includes/widgets/htmega_section_title.php:88
|
5489 |
+
#: includes/widgets/htmega_working_process.php:98
|
5490 |
msgid "Icon Type"
|
5491 |
msgstr ""
|
5492 |
|
5493 |
+
#: includes/widgets/htmega_flip-box.php:826
|
5494 |
+
#: includes/widgets/htmega_flip-box.php:1492
|
5495 |
+
#: includes/widgets/htmega_flip-box.php:1665
|
5496 |
#: includes/widgets/htmega_socialshere.php:571
|
5497 |
msgid "Icon Width"
|
5498 |
msgstr ""
|
5499 |
|
5500 |
+
#: includes/widgets/htmega_counter.php:809
|
5501 |
+
msgid "Icon/Image"
|
5502 |
+
msgstr ""
|
5503 |
+
|
5504 |
+
#: includes/widgets/htmega_flip-box.php:1608
|
5505 |
#: includes/widgets/htmega_pricing_list_view.php:615
|
5506 |
msgid "Icons"
|
5507 |
msgstr ""
|
5532 |
#: includes/widgets/htmega_blockquote.php:87
|
5533 |
#: includes/widgets/htmega_blockquote.php:102
|
5534 |
#: includes/widgets/htmega_carousel.php:78
|
5535 |
+
#: includes/widgets/htmega_counter.php:94
|
5536 |
+
#: includes/widgets/htmega_counter.php:120
|
5537 |
#: includes/widgets/htmega_cuctom_event.php:48
|
5538 |
#: includes/widgets/htmega_flip-box.php:75
|
5539 |
+
#: includes/widgets/htmega_flip-box.php:138
|
5540 |
+
#: includes/widgets/htmega_flip-box.php:230
|
5541 |
+
#: includes/widgets/htmega_flip-box.php:296
|
5542 |
+
#: includes/widgets/htmega_image_grid.php:116
|
5543 |
#: includes/widgets/htmega_image_marker.php:37
|
5544 |
+
#: includes/widgets/htmega_image_masonry.php:97
|
5545 |
+
#: includes/widgets/htmega_instagram.php:243
|
5546 |
+
#: includes/widgets/htmega_instagram.php:261
|
|
|
5547 |
#: includes/widgets/htmega_lightbox.php:56
|
5548 |
#: includes/widgets/htmega_lightbox.php:66
|
5549 |
#: includes/widgets/htmega_lightbox.php:120
|
5550 |
#: includes/widgets/htmega_modal.php:121 includes/widgets/htmega_modal.php:135
|
5551 |
#: includes/widgets/htmega_panel_slider.php:88
|
5552 |
+
#: includes/widgets/htmega_popover.php:55
|
5553 |
+
#: includes/widgets/htmega_popover.php:95
|
5554 |
#: includes/widgets/htmega_pricing_list_view.php:234
|
5555 |
#: includes/widgets/htmega_pricing_list_view.php:261
|
5556 |
#: includes/widgets/htmega_pricing_table.php:125
|
5557 |
#: includes/widgets/htmega_pricing_table.php:143
|
5558 |
+
#: includes/widgets/htmega_section_title.php:92
|
5559 |
+
#: includes/widgets/htmega_section_title.php:106
|
5560 |
#: includes/widgets/htmega_services.php:67
|
5561 |
#: includes/widgets/htmega_services.php:82
|
5562 |
#: includes/widgets/htmega_services.php:870
|
5563 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:83
|
5564 |
#: includes/widgets/htmega_special_banner.php:52
|
5565 |
#: includes/widgets/htmega_testimonial.php:95
|
5566 |
#: includes/widgets/htmega_testimonial.php:518
|
5570 |
#: includes/widgets/htmega_tooltip.php:98
|
5571 |
#: includes/widgets/htmega_video_player.php:85
|
5572 |
#: includes/widgets/htmega_wc_categories.php:397
|
5573 |
+
#: includes/widgets/htmega_working_process.php:102
|
5574 |
+
#: includes/widgets/htmega_working_process.php:117
|
5575 |
msgid "Image"
|
5576 |
msgstr ""
|
5577 |
|
5588 |
msgid "Image Border Radius"
|
5589 |
msgstr ""
|
5590 |
|
5591 |
+
#: includes/widgets/htmega_flip-box.php:582
|
5592 |
+
msgid "Image Box Style"
|
5593 |
+
msgstr ""
|
5594 |
+
|
5595 |
#: admin/include/admin-setting.php:254
|
5596 |
#: includes/widgets/htmega_image_comparison.php:17
|
5597 |
#: includes/widgets/htmega_image_comparison.php:46
|
5599 |
msgstr ""
|
5600 |
|
5601 |
#: admin/include/admin-setting.php:262
|
5602 |
+
#: includes/widgets/htmega_image_grid.php:13
|
5603 |
+
#: includes/widgets/htmega_image_grid.php:28
|
5604 |
msgid "Image Grid"
|
5605 |
msgstr ""
|
5606 |
|
5607 |
+
#: includes/widgets/htmega_image_grid.php:163
|
5608 |
msgid "Image Grid Description"
|
5609 |
msgstr ""
|
5610 |
|
5611 |
+
#: includes/widgets/htmega_image_grid.php:109
|
5612 |
msgid "Image Grid Description."
|
5613 |
msgstr ""
|
5614 |
|
5615 |
#: includes/widgets/htmega_carousel.php:100
|
5616 |
+
#: includes/widgets/htmega_image_grid.php:162
|
5617 |
msgid "Image Grid Title"
|
5618 |
msgstr ""
|
5619 |
|
5620 |
#: includes/widgets/htmega_carousel.php:71
|
5621 |
+
#: includes/widgets/htmega_image_grid.php:100
|
5622 |
msgid "Image Grid Title."
|
5623 |
msgstr ""
|
5624 |
|
5625 |
+
#: includes/widgets/htmega_flip-box.php:593
|
5626 |
+
msgid "Image Height"
|
5627 |
+
msgstr ""
|
5628 |
+
|
5629 |
#: includes/widgets/htmega_teammember.php:94
|
5630 |
msgid "Image Hover Animate"
|
5631 |
msgstr ""
|
5638 |
msgid "Image Left"
|
5639 |
msgstr ""
|
5640 |
|
5641 |
+
#: includes/widgets/htmega_instagram.php:90
|
5642 |
+
msgid "Image link in new tab"
|
5643 |
+
msgstr ""
|
5644 |
+
|
5645 |
#: admin/include/admin-setting.php:270
|
5646 |
#: includes/widgets/htmega_image_magnifier.php:13
|
5647 |
msgid "Image Magnifier"
|
5653 |
msgstr ""
|
5654 |
|
5655 |
#: admin/include/admin-setting.php:286
|
5656 |
+
#: includes/widgets/htmega_image_masonry.php:13
|
5657 |
+
#: includes/widgets/htmega_image_masonry.php:37
|
5658 |
msgid "Image Masonry"
|
5659 |
msgstr ""
|
5660 |
|
5661 |
+
#: includes/widgets/htmega_image_masonry.php:144
|
5662 |
msgid "Image Masonry Description"
|
5663 |
msgstr ""
|
5664 |
|
5665 |
+
#: includes/widgets/htmega_image_masonry.php:90
|
5666 |
msgid "Image Masonry Description."
|
5667 |
msgstr ""
|
5668 |
|
5669 |
+
#: includes/widgets/htmega_image_masonry.php:143
|
5670 |
msgid "Image Masonry Title"
|
5671 |
msgstr ""
|
5672 |
|
5673 |
+
#: includes/widgets/htmega_image_masonry.php:81
|
5674 |
msgid "Image Masonry Title."
|
5675 |
msgstr ""
|
5676 |
|
5688 |
msgid "Image Padding"
|
5689 |
msgstr ""
|
5690 |
|
5691 |
+
#: includes/widgets/htmega_section_title.php:147
|
5692 |
#: extensions/wc-sales-notification/admin/setting.php:89
|
5693 |
msgid "Image Position"
|
5694 |
msgstr ""
|
5695 |
|
|
|
5696 |
#: includes/widgets/htmega_instagram_feed.php:53
|
5697 |
msgid "Image Size"
|
5698 |
msgstr ""
|
5733 |
msgid "Incoming animation option"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
+
#: includes/widgets/htmega_instagram.php:1315
|
5737 |
msgid "Incorrect access token specified."
|
5738 |
msgstr ""
|
5739 |
|
5740 |
+
#: includes/widgets/htmega_flip-box.php:1033
|
5741 |
+
#: includes/widgets/htmega_flip-box.php:1906
|
5742 |
+
msgid "Index"
|
5743 |
+
msgstr ""
|
5744 |
+
|
5745 |
+
#: includes/widgets/htmega_flip-box.php:1043
|
5746 |
+
#: includes/widgets/htmega_flip-box.php:1916
|
5747 |
+
msgid "Index Color"
|
5748 |
+
msgstr ""
|
5749 |
+
|
5750 |
+
#: includes/widgets/htmega_progressbar.php:587
|
5751 |
msgid "Indicator Background"
|
5752 |
msgstr ""
|
5753 |
|
5754 |
+
#: includes/widgets/htmega_progressbar.php:611
|
5755 |
msgid "Indicator Border Radius"
|
5756 |
msgstr ""
|
5757 |
|
5758 |
+
#: includes/widgets/htmega_progressbar.php:168
|
5759 |
msgid "Indicator color"
|
5760 |
msgstr ""
|
5761 |
|
5762 |
+
#: includes/widgets/htmega_progressbar.php:556
|
5763 |
msgid "Indicator Size"
|
5764 |
msgstr ""
|
5765 |
|
5771 |
msgid "Info Icon"
|
5772 |
msgstr ""
|
5773 |
|
5774 |
+
#: includes/widgets/htmega_section_title.php:614
|
5775 |
+
#: includes/widgets/htmega_section_title.php:790
|
5776 |
msgid "Inline block"
|
5777 |
msgstr ""
|
5778 |
|
5782 |
msgid "Inline Navigation"
|
5783 |
msgstr ""
|
5784 |
|
5785 |
+
#: includes/widgets/htmega_progressbar.php:639
|
5786 |
+
#: includes/widgets/htmega_progressbar.php:758
|
5787 |
msgid "Inner"
|
5788 |
msgstr ""
|
5789 |
|
5801 |
msgid "Input"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:144
|
5805 |
msgid "Input Box"
|
5806 |
msgstr ""
|
5807 |
|
5813 |
msgid "Insert Headers and Footers Code"
|
5814 |
msgstr ""
|
5815 |
|
5816 |
+
#: admin/include/admin-setting.php:302 includes/widgets/htmega_instagram.php:17
|
|
|
|
|
5817 |
#: includes/widgets/htmega_instagram.php:47
|
5818 |
msgid "Instagram"
|
5819 |
msgstr ""
|
5822 |
msgid "Instagram Access Token"
|
5823 |
msgstr ""
|
5824 |
|
|
|
|
|
|
|
|
|
5825 |
#: admin/include/template-library.php:267
|
5826 |
#: admin/include/template-library.php:319
|
5827 |
msgid "Install Now"
|
5846 |
msgstr ""
|
5847 |
|
5848 |
#: includes/widgets/htmega_business_hours.php:293
|
5849 |
+
#: includes/widgets/htmega_instagram.php:663
|
|
|
5850 |
msgid "Item"
|
5851 |
msgstr ""
|
5852 |
|
5880 |
msgid "Item Gap"
|
5881 |
msgstr ""
|
5882 |
|
5883 |
+
#: includes/widgets/htmega_progressbar.php:528
|
5884 |
+
msgid "Item Inner Padding"
|
5885 |
+
msgstr ""
|
5886 |
+
|
5887 |
+
#: includes/widgets/htmega_instagram.php:133
|
5888 |
msgid "Item Limit"
|
5889 |
msgstr ""
|
5890 |
|
5892 |
msgid "Item Min Height"
|
5893 |
msgstr ""
|
5894 |
|
5895 |
+
#: includes/widgets/htmega_working_process.php:529
|
5896 |
msgid "Item Number Shape"
|
5897 |
msgstr ""
|
5898 |
|
5901 |
msgid "Item One Gradient"
|
5902 |
msgstr ""
|
5903 |
|
5904 |
+
#: includes/widgets/htmega_progressbar.php:514
|
5905 |
+
msgid "Item Padding"
|
5906 |
+
msgstr ""
|
5907 |
+
|
5908 |
#: includes/widgets/htmega_post_grid.php:426
|
5909 |
#: includes/widgets/htmega_post_grid_tab.php:1272
|
5910 |
msgid "Item Seven Gradient"
|
5915 |
msgid "Item Six Gradient"
|
5916 |
msgstr ""
|
5917 |
|
5918 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1247
|
5919 |
+
msgid "Item space"
|
5920 |
+
msgstr ""
|
5921 |
+
|
5922 |
+
#: includes/widgets/htmega_working_process.php:276
|
5923 |
msgid "Item style"
|
5924 |
msgstr ""
|
5925 |
|
5933 |
msgid "Item Two Gradient"
|
5934 |
msgstr ""
|
5935 |
|
5936 |
+
#: includes/widgets/htmega_progressbar.php:405
|
5937 |
msgid "Items Style"
|
5938 |
msgstr ""
|
5939 |
|
5976 |
msgid "jondoy@gmail.com"
|
5977 |
msgstr ""
|
5978 |
|
5979 |
+
#: includes/widgets/htmega_progressbar.php:199
|
5980 |
msgid "Joomla"
|
5981 |
msgstr ""
|
5982 |
|
6002 |
#: includes/widgets/htmega_contact_form_seven.php:128
|
6003 |
#: includes/widgets/htmega_countdown.php:484
|
6004 |
#: includes/widgets/htmega_countdown.php:515
|
6005 |
+
#: includes/widgets/htmega_counter.php:295
|
6006 |
+
#: includes/widgets/htmega_counter.php:328
|
6007 |
+
#: includes/widgets/htmega_counter.php:434
|
6008 |
+
#: includes/widgets/htmega_counter.php:560
|
6009 |
+
#: includes/widgets/htmega_double_button.php:324
|
6010 |
+
#: includes/widgets/htmega_double_button.php:559
|
6011 |
+
#: includes/widgets/htmega_double_button.php:762
|
6012 |
+
#: includes/widgets/htmega_image_grid.php:288
|
6013 |
+
#: includes/widgets/htmega_image_grid.php:385
|
6014 |
+
#: includes/widgets/htmega_image_masonry.php:264
|
6015 |
+
#: includes/widgets/htmega_image_masonry.php:361
|
6016 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:126
|
6017 |
#: includes/widgets/htmega_modal.php:358 includes/widgets/htmega_modal.php:759
|
6018 |
#: includes/widgets/htmega_news_ticker.php:459
|
6019 |
#: includes/widgets/htmega_offcanvas.php:252
|
6020 |
#: includes/widgets/htmega_panel_slider.php:502
|
6021 |
+
#: includes/widgets/htmega_popover.php:271
|
6022 |
+
#: includes/widgets/htmega_popover.php:665
|
6023 |
+
#: includes/widgets/htmega_popover.php:769
|
6024 |
#: includes/widgets/htmega_post_carousel.php:1014
|
6025 |
#: includes/widgets/htmega_post_carousel.php:1101
|
6026 |
#: includes/widgets/htmega_post_grid.php:522
|
6032 |
#: includes/widgets/htmega_pricing_list_view.php:471
|
6033 |
#: includes/widgets/htmega_pricing_list_view.php:1124
|
6034 |
#: includes/widgets/htmega_search.php:143
|
|
|
6035 |
#: includes/widgets/htmega_services.php:247
|
6036 |
#: includes/widgets/htmega_services.php:431
|
6037 |
#: includes/widgets/htmega_services.php:536
|
6123 |
msgstr ""
|
6124 |
|
6125 |
#: includes/widgets/htmega_button.php:81
|
6126 |
+
#: includes/widgets/htmega_double_button.php:41
|
6127 |
msgid "Large"
|
6128 |
msgstr ""
|
6129 |
|
6152 |
#: includes/widgets/htmega_animated_heading.php:48
|
6153 |
#: includes/widgets/htmega_bbpress.php:35
|
6154 |
#: includes/widgets/htmega_business_hours.php:36
|
6155 |
+
#: includes/widgets/htmega_flip-box.php:30
|
6156 |
+
#: includes/widgets/htmega_flip-box.php:37
|
6157 |
#: includes/widgets/htmega_job_manager.php:35
|
6158 |
#: includes/widgets/htmega_post_carousel.php:50
|
6159 |
#: includes/widgets/htmega_post_grid.php:36
|
6168 |
msgstr ""
|
6169 |
|
6170 |
#: includes/widgets/htmega_business_hours.php:44
|
6171 |
+
#: includes/widgets/htmega_flip-box.php:45
|
6172 |
#: includes/widgets/htmega_post_carousel.php:58
|
6173 |
#: includes/widgets/htmega_post_grid.php:44
|
6174 |
#: includes/widgets/htmega_post_grid_tab.php:52
|
6177 |
msgstr ""
|
6178 |
|
6179 |
#: includes/widgets/htmega_business_hours.php:43
|
6180 |
+
#: includes/widgets/htmega_flip-box.php:44
|
6181 |
#: includes/widgets/htmega_post_carousel.php:57
|
6182 |
#: includes/widgets/htmega_post_grid.php:43
|
6183 |
#: includes/widgets/htmega_post_grid_tab.php:51
|
6190 |
msgstr ""
|
6191 |
|
6192 |
#: includes/widgets/htmega_business_hours.php:40
|
6193 |
+
#: includes/widgets/htmega_flip-box.php:41
|
6194 |
#: includes/widgets/htmega_post_carousel.php:54
|
6195 |
#: includes/widgets/htmega_post_grid.php:40
|
6196 |
#: includes/widgets/htmega_post_grid_tab.php:48
|
6210 |
msgstr ""
|
6211 |
|
6212 |
#: includes/widgets/htmega_business_hours.php:42
|
6213 |
+
#: includes/widgets/htmega_flip-box.php:43
|
6214 |
#: includes/widgets/htmega_post_carousel.php:56
|
6215 |
#: includes/widgets/htmega_post_grid.php:42
|
6216 |
#: includes/widgets/htmega_post_grid_tab.php:50
|
6222 |
msgstr ""
|
6223 |
|
6224 |
#: includes/widgets/htmega_business_hours.php:41
|
6225 |
+
#: includes/widgets/htmega_flip-box.php:42
|
6226 |
#: includes/widgets/htmega_post_carousel.php:55
|
6227 |
#: includes/widgets/htmega_post_grid.php:41
|
6228 |
#: includes/widgets/htmega_post_grid_tab.php:49
|
6233 |
msgid "Layout Two"
|
6234 |
msgstr ""
|
6235 |
|
|
|
|
|
|
|
|
|
6236 |
#: admin/include/admin-setting.php:1170
|
6237 |
msgid "leaving us a review on our WP repository"
|
6238 |
msgstr ""
|
6241 |
#: includes/widgets/htmega_accordion.php:464
|
6242 |
#: includes/widgets/htmega_accordion.php:655
|
6243 |
#: includes/widgets/htmega_accordion.php:813
|
6244 |
+
#: includes/widgets/htmega_accordion.php:1220
|
6245 |
+
#: includes/widgets/htmega_accordion.php:1338
|
6246 |
#: includes/widgets/htmega_add_banner.php:362
|
6247 |
#: includes/widgets/htmega_blockquote.php:177
|
6248 |
#: includes/widgets/htmega_buddy_press.php:243
|
6253 |
#: includes/widgets/htmega_contact_form_seven.php:116
|
6254 |
#: includes/widgets/htmega_countdown.php:472
|
6255 |
#: includes/widgets/htmega_countdown.php:503
|
6256 |
+
#: includes/widgets/htmega_counter.php:283
|
6257 |
+
#: includes/widgets/htmega_counter.php:316
|
6258 |
+
#: includes/widgets/htmega_counter.php:422
|
6259 |
+
#: includes/widgets/htmega_counter.php:548
|
6260 |
+
#: includes/widgets/htmega_double_button.php:150
|
6261 |
+
#: includes/widgets/htmega_double_button.php:234
|
6262 |
+
#: includes/widgets/htmega_double_button.php:312
|
6263 |
+
#: includes/widgets/htmega_double_button.php:547
|
6264 |
+
#: includes/widgets/htmega_double_button.php:750
|
6265 |
+
#: includes/widgets/htmega_dropcaps.php:77
|
6266 |
#: includes/widgets/htmega_easy_digital_download.php:307
|
6267 |
+
#: includes/widgets/htmega_flip-box.php:480
|
6268 |
+
#: includes/widgets/htmega_image_grid.php:276
|
6269 |
+
#: includes/widgets/htmega_image_grid.php:373
|
6270 |
+
#: includes/widgets/htmega_image_masonry.php:252
|
6271 |
+
#: includes/widgets/htmega_image_masonry.php:349
|
6272 |
#: includes/widgets/htmega_inline_menu.php:117
|
6273 |
#: includes/widgets/htmega_job_manager.php:144
|
6274 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:114
|
6275 |
#: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:747
|
6276 |
#: includes/widgets/htmega_news_ticker.php:447
|
6277 |
#: includes/widgets/htmega_offcanvas.php:93
|
6278 |
#: includes/widgets/htmega_offcanvas.php:133
|
6279 |
#: includes/widgets/htmega_offcanvas.php:240
|
6280 |
#: includes/widgets/htmega_panel_slider.php:490
|
6281 |
+
#: includes/widgets/htmega_popover.php:187
|
6282 |
+
#: includes/widgets/htmega_popover.php:259
|
6283 |
+
#: includes/widgets/htmega_popover.php:653
|
6284 |
+
#: includes/widgets/htmega_popover.php:757
|
6285 |
#: includes/widgets/htmega_post_carousel.php:794
|
6286 |
#: includes/widgets/htmega_post_carousel.php:1002
|
6287 |
#: includes/widgets/htmega_post_carousel.php:1089
|
6302 |
#: includes/widgets/htmega_pricing_list_view.php:1112
|
6303 |
#: includes/widgets/htmega_pricing_list_view.php:1143
|
6304 |
#: includes/widgets/htmega_search.php:131
|
6305 |
+
#: includes/widgets/htmega_section_title.php:409
|
6306 |
#: includes/widgets/htmega_services.php:235
|
6307 |
#: includes/widgets/htmega_services.php:419
|
6308 |
#: includes/widgets/htmega_services.php:524
|
6311 |
#: includes/widgets/htmega_single_post.php:216
|
6312 |
#: includes/widgets/htmega_single_post.php:312
|
6313 |
#: includes/widgets/htmega_single_post.php:420
|
6314 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:56
|
6315 |
#: includes/widgets/htmega_special_banner.php:43
|
6316 |
#: includes/widgets/htmega_special_banner.php:259
|
6317 |
#: includes/widgets/htmega_tab.php:322 includes/widgets/htmega_table.php:422
|
6364 |
msgid "Left Top"
|
6365 |
msgstr ""
|
6366 |
|
6367 |
+
#: includes/widgets/htmega_scroll_image.php:244
|
6368 |
+
msgid "Left-Right"
|
6369 |
+
msgstr ""
|
6370 |
+
|
6371 |
#: includes/widgets/htmega_pricing_list_view.php:334
|
6372 |
#: includes/widgets/htmega_pricing_list_view.php:961
|
6373 |
msgid "Left-Right Position"
|
6386 |
msgid "Lightbox Type"
|
6387 |
msgstr ""
|
6388 |
|
|
|
|
|
|
|
|
|
6389 |
#: includes/widgets/htmega_post_carousel.php:126
|
6390 |
#: includes/widgets/htmega_post_grid.php:100
|
6391 |
#: includes/widgets/htmega_post_grid_tab.php:108
|
6405 |
msgstr ""
|
6406 |
|
6407 |
#: includes/widgets/htmega_button.php:59
|
6408 |
+
#: includes/widgets/htmega_double_button.php:101
|
6409 |
+
#: includes/widgets/htmega_double_button.php:185
|
6410 |
+
#: includes/widgets/htmega_flip-box.php:398
|
6411 |
+
#: includes/widgets/htmega_popover.php:133
|
6412 |
#: includes/widgets/htmega_pricing_list_view.php:112
|
6413 |
#: includes/widgets/htmega_pricing_list_view.php:646
|
6414 |
#: includes/widgets/htmega_pricing_table.php:382
|
6415 |
+
#: includes/widgets/htmega_section_title.php:187
|
6416 |
+
#: includes/widgets/htmega_section_title.php:245
|
6417 |
#: includes/widgets/htmega_teammember.php:217
|
6418 |
#: includes/widgets/htmega_tooltip.php:136
|
6419 |
msgid "Link"
|
6481 |
msgid "Location"
|
6482 |
msgstr ""
|
6483 |
|
6484 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:69
|
6485 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:123
|
6486 |
msgid "Location Name Here."
|
6487 |
msgstr ""
|
6488 |
|
6515 |
msgid "Longitude"
|
6516 |
msgstr ""
|
6517 |
|
6518 |
+
#: includes/widgets/htmega_scroll_navigation.php:90
|
6519 |
#: includes/widgets/htmega_testimonial.php:123
|
6520 |
#: includes/widgets/htmega_testimonial.php:137
|
6521 |
#: includes/widgets/htmega_testimonial.php:143
|
6531 |
"dolore magna aliqua."
|
6532 |
msgstr ""
|
6533 |
|
6534 |
+
#: includes/widgets/htmega_working_process.php:163
|
6535 |
msgid ""
|
6536 |
"Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
|
6537 |
"tempor incid idunt ut labore"
|
6538 |
msgstr ""
|
6539 |
|
6540 |
+
#: includes/widgets/htmega_working_process.php:167
|
6541 |
+
#: includes/widgets/htmega_working_process.php:171
|
6542 |
msgid ""
|
6543 |
"Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
|
6544 |
"tempor incid idunt ut labore."
|
6545 |
msgstr ""
|
6546 |
|
6547 |
+
#: includes/widgets/htmega_dropcaps.php:53
|
6548 |
msgid ""
|
6549 |
"Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
|
6550 |
"incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
|
6573 |
|
6574 |
#: includes/widgets/htmega_tab.php:235 includes/widgets/htmega_tab.php:239
|
6575 |
#: includes/widgets/htmega_tab.php:243
|
6576 |
+
#: includes/widgets/htmega_working_process.php:91
|
6577 |
msgid ""
|
6578 |
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
|
6579 |
"tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
|
6642 |
msgid "Mail Placeholder"
|
6643 |
msgstr ""
|
6644 |
|
6645 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:28
|
6646 |
msgid "Mailchimp"
|
6647 |
msgstr ""
|
6648 |
|
6649 |
#: admin/include/admin-setting.php:1003
|
6650 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:13
|
6651 |
msgid "Mailchimp for wp"
|
6652 |
msgstr ""
|
6653 |
|
6654 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:51
|
6655 |
msgid "Mailchimp ID"
|
6656 |
msgstr ""
|
6657 |
|
6704 |
#: includes/widgets/htmega_404_content.php:747
|
6705 |
#: includes/widgets/htmega_accordion.php:698
|
6706 |
#: includes/widgets/htmega_accordion.php:749
|
6707 |
+
#: includes/widgets/htmega_accordion.php:1101
|
6708 |
+
#: includes/widgets/htmega_accordion.php:1280
|
6709 |
#: includes/widgets/htmega_add_banner.php:157
|
6710 |
#: includes/widgets/htmega_add_banner.php:245
|
6711 |
#: includes/widgets/htmega_add_banner.php:299
|
6720 |
#: includes/widgets/htmega_blockquote.php:348
|
6721 |
#: includes/widgets/htmega_blockquote.php:535
|
6722 |
#: includes/widgets/htmega_blockquote.php:716
|
6723 |
+
#: includes/widgets/htmega_brand.php:121 includes/widgets/htmega_brand.php:307
|
6724 |
#: includes/widgets/htmega_buddy_press.php:226
|
6725 |
#: includes/widgets/htmega_buddy_press.php:312
|
6726 |
#: includes/widgets/htmega_buddy_press.php:382
|
6741 |
#: includes/widgets/htmega_countdown.php:640
|
6742 |
#: includes/widgets/htmega_countdown.php:763
|
6743 |
#: includes/widgets/htmega_countdown.php:861
|
6744 |
+
#: includes/widgets/htmega_counter.php:235
|
6745 |
+
#: includes/widgets/htmega_counter.php:496
|
6746 |
+
#: includes/widgets/htmega_counter.php:620
|
6747 |
+
#: includes/widgets/htmega_counter.php:887
|
6748 |
+
#: includes/widgets/htmega_counter.php:976
|
6749 |
+
#: includes/widgets/htmega_counter.php:1065
|
6750 |
#: includes/widgets/htmega_cuctom_event.php:174
|
6751 |
#: includes/widgets/htmega_cuctom_event.php:260
|
6752 |
#: includes/widgets/htmega_cuctom_event.php:305
|
6753 |
#: includes/widgets/htmega_cuctom_event.php:363
|
6754 |
+
#: includes/widgets/htmega_double_button.php:284
|
6755 |
+
#: includes/widgets/htmega_double_button.php:531
|
6756 |
+
#: includes/widgets/htmega_double_button.php:734
|
6757 |
+
#: includes/widgets/htmega_double_button.php:947
|
6758 |
+
#: includes/widgets/htmega_dropcaps.php:146
|
6759 |
+
#: includes/widgets/htmega_dropcaps.php:252
|
6760 |
#: includes/widgets/htmega_easy_digital_download.php:370
|
6761 |
#: includes/widgets/htmega_easy_digital_download.php:434
|
6762 |
+
#: includes/widgets/htmega_flip-box.php:1349
|
6763 |
#: includes/widgets/htmega_gravity_forms.php:247
|
6764 |
#: includes/widgets/htmega_gravity_forms.php:335
|
6765 |
#: includes/widgets/htmega_gravity_forms.php:449
|
6766 |
+
#: includes/widgets/htmega_image_grid.php:200
|
6767 |
+
#: includes/widgets/htmega_image_grid.php:346
|
6768 |
#: includes/widgets/htmega_image_magnifier.php:153
|
6769 |
#: includes/widgets/htmega_image_marker.php:370
|
6770 |
#: includes/widgets/htmega_image_marker.php:414
|
6771 |
+
#: includes/widgets/htmega_image_masonry.php:192
|
6772 |
+
#: includes/widgets/htmega_image_masonry.php:309
|
6773 |
+
#: includes/widgets/htmega_image_masonry.php:396
|
6774 |
+
#: includes/widgets/htmega_instagram.php:635
|
6775 |
+
#: includes/widgets/htmega_instagram.php:681
|
6776 |
+
#: includes/widgets/htmega_instagram.php:897
|
|
|
6777 |
#: includes/widgets/htmega_lightbox.php:206
|
6778 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:87
|
6779 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:258
|
6780 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:392
|
6781 |
#: includes/widgets/htmega_modal.php:489 includes/widgets/htmega_modal.php:578
|
6782 |
#: includes/widgets/htmega_modal.php:717
|
6783 |
#: includes/widgets/htmega_news_ticker.php:390
|
6797 |
#: includes/widgets/htmega_panel_slider.php:548
|
6798 |
#: includes/widgets/htmega_panel_slider.php:605
|
6799 |
#: includes/widgets/htmega_panel_slider.php:931
|
6800 |
+
#: includes/widgets/htmega_popover.php:299
|
6801 |
+
#: includes/widgets/htmega_popover.php:417
|
6802 |
#: includes/widgets/htmega_post_carousel.php:733
|
6803 |
#: includes/widgets/htmega_post_carousel.php:974
|
6804 |
#: includes/widgets/htmega_post_carousel.php:1061
|
6836 |
#: includes/widgets/htmega_pricing_table.php:500
|
6837 |
#: includes/widgets/htmega_pricing_table.php:677
|
6838 |
#: includes/widgets/htmega_pricing_table.php:754
|
6839 |
+
#: includes/widgets/htmega_progressbar.php:676
|
6840 |
#: includes/widgets/htmega_qu_forms.php:142
|
6841 |
#: includes/widgets/htmega_qu_forms.php:231
|
6842 |
#: includes/widgets/htmega_qu_forms.php:321
|
6843 |
#: includes/widgets/htmega_qu_forms.php:431
|
6844 |
#: includes/widgets/htmega_qu_forms.php:544
|
6845 |
+
#: includes/widgets/htmega_scroll_image.php:179
|
6846 |
+
#: includes/widgets/htmega_scroll_image.php:339
|
6847 |
+
#: includes/widgets/htmega_scroll_navigation.php:245
|
6848 |
#: includes/widgets/htmega_search.php:158
|
6849 |
#: includes/widgets/htmega_search.php:238
|
6850 |
#: includes/widgets/htmega_search.php:369
|
6851 |
+
#: includes/widgets/htmega_section_title.php:381
|
6852 |
+
#: includes/widgets/htmega_section_title.php:581
|
6853 |
+
#: includes/widgets/htmega_section_title.php:758
|
6854 |
#: includes/widgets/htmega_services.php:177
|
6855 |
#: includes/widgets/htmega_services.php:389
|
6856 |
#: includes/widgets/htmega_services.php:494
|
6861 |
#: includes/widgets/htmega_single_post.php:275
|
6862 |
#: includes/widgets/htmega_single_post.php:390
|
6863 |
#: includes/widgets/htmega_single_post.php:487
|
6864 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:706
|
6865 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:778
|
6866 |
#: includes/widgets/htmega_socialshere.php:463
|
6867 |
#: includes/widgets/htmega_special_banner.php:284
|
6868 |
#: includes/widgets/htmega_special_banner.php:361
|
6913 |
#: includes/widgets/htmega_video_player.php:341
|
6914 |
#: includes/widgets/htmega_wc_categories.php:319
|
6915 |
#: includes/widgets/htmega_wc_categories.php:414
|
6916 |
+
#: includes/widgets/htmega_working_process.php:202
|
6917 |
+
#: includes/widgets/htmega_working_process.php:312
|
6918 |
+
#: includes/widgets/htmega_working_process.php:392
|
6919 |
+
#: includes/widgets/htmega_working_process.php:471
|
6920 |
+
#: includes/widgets/htmega_working_process.php:579
|
6921 |
#: includes/widgets/htmega_wpforms.php:136
|
6922 |
#: includes/widgets/htmega_wpforms.php:216
|
6923 |
#: includes/widgets/htmega_wpforms.php:325
|
6967 |
msgstr ""
|
6968 |
|
6969 |
#: includes/widgets/htmega_button.php:80
|
6970 |
+
#: includes/widgets/htmega_double_button.php:40
|
6971 |
#: includes/widgets/htmega_instagram_feed.php:59
|
6972 |
msgid "Medium"
|
6973 |
msgstr ""
|
7034 |
msgid "Meta Info"
|
7035 |
msgstr ""
|
7036 |
|
7037 |
+
#: includes/widgets/htmega_double_button.php:51
|
7038 |
+
#: includes/widgets/htmega_double_button.php:59
|
7039 |
+
#: includes/widgets/htmega_double_button.php:844
|
7040 |
msgid "Middle Text"
|
7041 |
msgstr ""
|
7042 |
|
7043 |
+
#: includes/widgets/htmega_scroll_image.php:68
|
7044 |
msgid "Minimum Height"
|
7045 |
msgstr ""
|
7046 |
|
7047 |
+
#: includes/widgets/htmega_instagram.php:114
|
7048 |
msgid "Minute"
|
7049 |
msgstr ""
|
7050 |
|
7054 |
msgid "Minutes"
|
7055 |
msgstr ""
|
7056 |
|
7057 |
+
#: includes/widgets/htmega_carousel.php:362
|
7058 |
+
#: includes/widgets/htmega_instagram.php:559
|
7059 |
#: includes/widgets/htmega_panel_slider.php:386
|
7060 |
#: includes/widgets/htmega_post_carousel.php:539
|
7061 |
#: includes/widgets/htmega_post_slider.php:542
|
7062 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:342
|
7063 |
#: includes/widgets/htmega_testimonial.php:422
|
7064 |
#: includes/widgets/htmega_twitter_feed.php:484
|
7065 |
msgid "Mobile Phone"
|
7066 |
msgstr ""
|
7067 |
|
7068 |
+
#: includes/widgets/htmega_carousel.php:404
|
7069 |
+
#: includes/widgets/htmega_instagram.php:601
|
7070 |
#: includes/widgets/htmega_panel_slider.php:428
|
7071 |
#: includes/widgets/htmega_post_carousel.php:581
|
7072 |
#: includes/widgets/htmega_post_slider.php:584
|
7073 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:378
|
7074 |
#: includes/widgets/htmega_testimonial.php:465
|
7075 |
#: includes/widgets/htmega_twitter_feed.php:526
|
7076 |
msgid "Mobile Resolution"
|
7110 |
msgstr ""
|
7111 |
|
7112 |
#: includes/widgets/htmega_booked_calender.php:94
|
7113 |
+
#: includes/widgets/htmega_instagram.php:118
|
7114 |
msgid "Month"
|
7115 |
msgstr ""
|
7116 |
|
7118 |
msgid "Monthly"
|
7119 |
msgstr ""
|
7120 |
|
7121 |
+
#: includes/widgets/htmega_scroll_navigation.php:185
|
7122 |
msgid "Mouse Wheel"
|
7123 |
msgstr ""
|
7124 |
|
7188 |
msgid "Next Icon"
|
7189 |
msgstr ""
|
7190 |
|
7191 |
+
#: includes/widgets/htmega_carousel.php:180
|
7192 |
+
#: includes/widgets/htmega_instagram.php:377
|
7193 |
#: includes/widgets/htmega_panel_slider.php:204
|
7194 |
#: includes/widgets/htmega_post_carousel.php:358
|
7195 |
#: includes/widgets/htmega_post_slider.php:344
|
7196 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:184
|
7197 |
#: includes/widgets/htmega_testimonial.php:238
|
7198 |
#: includes/widgets/htmega_twitter_feed.php:302
|
7199 |
msgid "Next icon"
|
7223 |
|
7224 |
#: includes/widgets/htmega_carousel.php:210
|
7225 |
#: includes/widgets/htmega_gravity_forms.php:94
|
7226 |
+
#: includes/widgets/htmega_instagram.php:407
|
|
|
|
|
7227 |
#: includes/widgets/htmega_panel_slider.php:234
|
7228 |
#: includes/widgets/htmega_post_carousel.php:389
|
7229 |
#: includes/widgets/htmega_post_slider.php:390
|
7230 |
#: includes/widgets/htmega_pricing_list_view.php:191
|
7231 |
#: includes/widgets/htmega_pricing_list_view.php:433
|
7232 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:211
|
7233 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:476
|
7234 |
#: includes/widgets/htmega_table.php:149 includes/widgets/htmega_table.php:160
|
7235 |
#: includes/widgets/htmega_testimonial.php:268
|
7236 |
#: includes/widgets/htmega_twitter_feed.php:332
|
7274 |
#: includes/helper-function.php:222 includes/widgets/htmega_blockquote.php:400
|
7275 |
#: includes/widgets/htmega_button.php:408
|
7276 |
#: includes/widgets/htmega_button.php:471
|
7277 |
+
#: includes/widgets/htmega_counter.php:90
|
7278 |
#: includes/widgets/htmega_flip-box.php:67
|
7279 |
+
#: includes/widgets/htmega_flip-box.php:222
|
7280 |
#: includes/widgets/htmega_job_manager.php:114
|
7281 |
#: includes/widgets/htmega_news_ticker.php:243
|
7282 |
#: includes/widgets/htmega_notify.php:133
|
7287 |
#: includes/widgets/htmega_post_slider.php:157
|
7288 |
#: includes/widgets/htmega_pricing_list_view.php:238
|
7289 |
#: includes/widgets/htmega_pricing_table.php:203
|
7290 |
+
#: includes/widgets/htmega_scroll_image.php:230
|
7291 |
#: includes/widgets/htmega_teammember.php:98
|
7292 |
msgid "None"
|
7293 |
msgstr ""
|
7313 |
#: includes/widgets/htmega_countdown.php:792
|
7314 |
#: includes/widgets/htmega_cuctom_event.php:133
|
7315 |
#: includes/widgets/htmega_cuctom_event.php:392
|
7316 |
+
#: includes/widgets/htmega_double_button.php:375
|
7317 |
+
#: includes/widgets/htmega_double_button.php:450
|
7318 |
+
#: includes/widgets/htmega_double_button.php:653
|
7319 |
#: includes/widgets/htmega_download_monitor.php:136
|
7320 |
#: includes/widgets/htmega_easy_digital_download.php:341
|
7321 |
#: includes/widgets/htmega_easy_digital_download.php:524
|
7322 |
#: includes/widgets/htmega_gravity_forms.php:382
|
7323 |
+
#: includes/widgets/htmega_image_grid.php:446
|
7324 |
+
#: includes/widgets/htmega_image_masonry.php:434
|
7325 |
#: includes/widgets/htmega_inline_menu.php:142
|
7326 |
+
#: includes/widgets/htmega_instagram.php:927
|
7327 |
+
#: includes/widgets/htmega_instagram.php:1145
|
7328 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:286
|
|
|
|
|
7329 |
#: includes/widgets/htmega_modal.php:184
|
7330 |
#: includes/widgets/htmega_news_ticker.php:723
|
7331 |
#: includes/widgets/htmega_ninja_forms.php:581
|
7333 |
#: includes/widgets/htmega_offcanvas.php:279
|
7334 |
#: includes/widgets/htmega_panel_slider.php:647
|
7335 |
#: includes/widgets/htmega_panel_slider.php:860
|
7336 |
+
#: includes/widgets/htmega_popover.php:325
|
7337 |
#: includes/widgets/htmega_post_carousel.php:1176
|
7338 |
#: includes/widgets/htmega_post_carousel.php:1390
|
7339 |
#: includes/widgets/htmega_post_carousel.php:1544
|
7347 |
#: includes/widgets/htmega_post_slider.php:1751
|
7348 |
#: includes/widgets/htmega_post_slider.php:1916
|
7349 |
#: includes/widgets/htmega_pricing_table.php:703
|
7350 |
+
#: includes/widgets/htmega_progressbar.php:61
|
7351 |
#: includes/widgets/htmega_qu_forms.php:477
|
7352 |
+
#: includes/widgets/htmega_scroll_navigation.php:286
|
7353 |
#: includes/widgets/htmega_search.php:329
|
7354 |
#: includes/widgets/htmega_services.php:170
|
7355 |
#: includes/widgets/htmega_services.php:611
|
7356 |
#: includes/widgets/htmega_services.php:1016
|
7357 |
#: includes/widgets/htmega_single_post.php:350
|
7358 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:817
|
7359 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1072
|
7360 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1221
|
7361 |
#: includes/widgets/htmega_special_banner.php:637
|
7362 |
#: includes/widgets/htmega_switcher.php:309 includes/widgets/htmega_tab.php:311
|
7363 |
#: includes/widgets/htmega_testimonial.php:845
|
7379 |
#: includes/widgets/htmega_wc_element_pages.php:698
|
7380 |
#: includes/widgets/htmega_wc_element_pages.php:981
|
7381 |
#: includes/widgets/htmega_wc_element_pages.php:1125
|
7382 |
+
#: includes/widgets/htmega_working_process.php:639
|
7383 |
#: includes/widgets/htmega_wpforms.php:571
|
7384 |
msgid "Normal"
|
7385 |
msgstr ""
|
7465 |
msgid "November"
|
7466 |
msgstr ""
|
7467 |
|
7468 |
+
#: includes/widgets/htmega_counter.php:408
|
7469 |
#: includes/widgets/htmega_flip-box.php:71
|
7470 |
+
#: includes/widgets/htmega_flip-box.php:102
|
7471 |
+
#: includes/widgets/htmega_flip-box.php:226
|
7472 |
+
#: includes/widgets/htmega_flip-box.php:270
|
7473 |
+
#: includes/widgets/htmega_flip-box.php:942
|
7474 |
+
#: includes/widgets/htmega_flip-box.php:1815
|
7475 |
#: includes/widgets/htmega_job_manager.php:115
|
7476 |
+
#: includes/widgets/htmega_working_process.php:520
|
7477 |
msgid "Number"
|
7478 |
msgstr ""
|
7479 |
|
7480 |
+
#: includes/widgets/htmega_flip-box.php:954
|
7481 |
+
#: includes/widgets/htmega_flip-box.php:1827
|
7482 |
msgid "Number Color"
|
7483 |
msgstr ""
|
7484 |
|
7485 |
+
#: includes/widgets/htmega_flip-box.php:987
|
7486 |
+
#: includes/widgets/htmega_flip-box.php:1860
|
7487 |
msgid "Number Margin"
|
7488 |
msgstr ""
|
7489 |
|
7503 |
msgid "Number of listings to show"
|
7504 |
msgstr ""
|
7505 |
|
7506 |
+
#: includes/widgets/htmega_flip-box.php:974
|
7507 |
+
#: includes/widgets/htmega_flip-box.php:1847
|
7508 |
msgid "Number Padding"
|
7509 |
msgstr ""
|
7510 |
|
7511 |
+
#: includes/widgets/htmega_counter.php:168
|
7512 |
msgid "Number Prefix"
|
7513 |
msgstr ""
|
7514 |
|
7515 |
+
#: includes/widgets/htmega_counter.php:177
|
7516 |
msgid "Number Suffix"
|
7517 |
msgstr ""
|
7518 |
|
7532 |
msgid "Odnoklassniki"
|
7533 |
msgstr ""
|
7534 |
|
7535 |
+
#: includes/widgets/htmega_carousel.php:114
|
7536 |
+
#: includes/widgets/htmega_instagram.php:230
|
7537 |
#: includes/widgets/htmega_panel_slider.php:138
|
7538 |
#: includes/widgets/htmega_post_carousel.php:69
|
7539 |
#: includes/widgets/htmega_post_slider.php:278
|
7567 |
msgstr ""
|
7568 |
|
7569 |
#: includes/widgets/htmega_notify.php:199
|
7570 |
+
#: includes/widgets/htmega_scroll_image.php:228
|
7571 |
msgid "Offset"
|
7572 |
msgstr ""
|
7573 |
|
7575 |
msgid "Old Features"
|
7576 |
msgstr ""
|
7577 |
|
7578 |
+
#: includes/widgets/htmega_carousel.php:113
|
7579 |
+
#: includes/widgets/htmega_instagram.php:229
|
7580 |
#: includes/widgets/htmega_panel_slider.php:137
|
7581 |
#: includes/widgets/htmega_post_carousel.php:68
|
7582 |
#: includes/widgets/htmega_post_slider.php:277
|
7588 |
msgid "ON/OFF Image Hover rotation"
|
7589 |
msgstr ""
|
7590 |
|
7591 |
+
#: includes/widgets/htmega_image_grid.php:55
|
7592 |
+
#: includes/widgets/htmega_image_masonry.php:64
|
7593 |
#: includes/widgets/htmega_testimonial_grid.php:58
|
7594 |
msgid "One"
|
7595 |
msgstr ""
|
7608 |
msgid "Only Top Level"
|
7609 |
msgstr ""
|
7610 |
|
7611 |
+
#: includes/widgets/htmega_section_title.php:965
|
7612 |
msgid "Opacity"
|
7613 |
msgstr ""
|
7614 |
|
7615 |
+
#: includes/widgets/htmega_flip-box.php:538
|
7616 |
+
#: includes/widgets/htmega_flip-box.php:1174
|
7617 |
#: includes/widgets/htmega_image_marker.php:68
|
7618 |
#: includes/widgets/htmega_post_carousel.php:1139
|
7619 |
msgid "Opacity (%)"
|
7647 |
msgid "Options"
|
7648 |
msgstr ""
|
7649 |
|
7650 |
+
#: includes/widgets/htmega_double_button.php:61
|
7651 |
msgid "Or"
|
7652 |
msgstr ""
|
7653 |
|
7714 |
msgid "Other Plugins"
|
7715 |
msgstr ""
|
7716 |
|
7717 |
+
#: includes/widgets/htmega_progressbar.php:640
|
7718 |
+
#: includes/widgets/htmega_progressbar.php:759
|
7719 |
msgid "Outer"
|
7720 |
msgstr ""
|
7721 |
|
7727 |
msgid "Overlay"
|
7728 |
msgstr ""
|
7729 |
|
7730 |
+
#: includes/widgets/htmega_image_grid.php:186
|
7731 |
+
#: includes/widgets/htmega_image_masonry.php:167
|
7732 |
+
#: includes/widgets/htmega_instagram.php:726
|
|
|
7733 |
msgid "Overlay Color"
|
7734 |
msgstr ""
|
7735 |
|
7750 |
#: includes/widgets/htmega_accordion.php:495
|
7751 |
#: includes/widgets/htmega_accordion.php:711
|
7752 |
#: includes/widgets/htmega_accordion.php:846
|
7753 |
+
#: includes/widgets/htmega_accordion.php:1266
|
7754 |
#: includes/widgets/htmega_add_banner.php:169
|
7755 |
#: includes/widgets/htmega_add_banner.php:257
|
7756 |
#: includes/widgets/htmega_add_banner.php:311
|
7769 |
#: includes/widgets/htmega_blockquote.php:703
|
7770 |
#: includes/widgets/htmega_booked_calender.php:618
|
7771 |
#: includes/widgets/htmega_booked_calender.php:765
|
7772 |
+
#: includes/widgets/htmega_brand.php:134 includes/widgets/htmega_brand.php:321
|
7773 |
#: includes/widgets/htmega_buddy_press.php:213
|
7774 |
#: includes/widgets/htmega_business_hours.php:248
|
7775 |
#: includes/widgets/htmega_business_hours.php:324
|
7792 |
#: includes/widgets/htmega_countdown.php:627
|
7793 |
#: includes/widgets/htmega_countdown.php:750
|
7794 |
#: includes/widgets/htmega_countdown.php:873
|
7795 |
+
#: includes/widgets/htmega_counter.php:222
|
7796 |
+
#: includes/widgets/htmega_counter.php:482
|
7797 |
+
#: includes/widgets/htmega_counter.php:607
|
7798 |
+
#: includes/widgets/htmega_counter.php:873
|
7799 |
+
#: includes/widgets/htmega_counter.php:963
|
7800 |
+
#: includes/widgets/htmega_counter.php:1051
|
7801 |
#: includes/widgets/htmega_cuctom_event.php:161
|
7802 |
#: includes/widgets/htmega_cuctom_event.php:247
|
7803 |
+
#: includes/widgets/htmega_double_button.php:518
|
7804 |
+
#: includes/widgets/htmega_double_button.php:721
|
7805 |
+
#: includes/widgets/htmega_double_button.php:934
|
7806 |
#: includes/widgets/htmega_download_monitor.php:205
|
7807 |
+
#: includes/widgets/htmega_dropcaps.php:133
|
7808 |
+
#: includes/widgets/htmega_dropcaps.php:238
|
7809 |
#: includes/widgets/htmega_easy_digital_download.php:257
|
7810 |
#: includes/widgets/htmega_easy_digital_download.php:578
|
7811 |
+
#: includes/widgets/htmega_flip-box.php:500
|
7812 |
+
#: includes/widgets/htmega_flip-box.php:1136
|
7813 |
+
#: includes/widgets/htmega_flip-box.php:1336
|
7814 |
#: includes/widgets/htmega_gravity_forms.php:234
|
7815 |
#: includes/widgets/htmega_gravity_forms.php:321
|
7816 |
#: includes/widgets/htmega_gravity_forms.php:436
|
7817 |
#: includes/widgets/htmega_image_comparison.php:213
|
7818 |
#: includes/widgets/htmega_image_comparison.php:295
|
7819 |
+
#: includes/widgets/htmega_image_grid.php:333
|
7820 |
+
#: includes/widgets/htmega_image_grid.php:420
|
7821 |
+
#: includes/widgets/htmega_image_grid.php:493
|
7822 |
#: includes/widgets/htmega_image_magnifier.php:141
|
7823 |
#: includes/widgets/htmega_image_marker.php:255
|
7824 |
+
#: includes/widgets/htmega_image_masonry.php:179
|
7825 |
+
#: includes/widgets/htmega_image_masonry.php:321
|
7826 |
+
#: includes/widgets/htmega_image_masonry.php:408
|
7827 |
+
#: includes/widgets/htmega_image_masonry.php:480
|
7828 |
#: includes/widgets/htmega_inline_menu.php:171
|
7829 |
+
#: includes/widgets/htmega_instagram.php:648
|
7830 |
+
#: includes/widgets/htmega_instagram.php:694
|
7831 |
+
#: includes/widgets/htmega_instagram.php:804
|
7832 |
+
#: includes/widgets/htmega_instagram.php:885
|
7833 |
+
#: includes/widgets/htmega_instagram.php:1057
|
|
|
|
|
|
|
|
|
|
|
7834 |
#: includes/widgets/htmega_lightbox.php:219
|
7835 |
#: includes/widgets/htmega_lightbox.php:349
|
7836 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:74
|
7837 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:244
|
7838 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:379
|
7839 |
#: includes/widgets/htmega_modal.php:251 includes/widgets/htmega_modal.php:502
|
7840 |
#: includes/widgets/htmega_modal.php:591 includes/widgets/htmega_modal.php:730
|
7841 |
#: includes/widgets/htmega_news_ticker.php:377
|
7858 |
#: includes/widgets/htmega_panel_slider.php:560
|
7859 |
#: includes/widgets/htmega_panel_slider.php:617
|
7860 |
#: includes/widgets/htmega_panel_slider.php:773
|
7861 |
+
#: includes/widgets/htmega_popover.php:286
|
7862 |
+
#: includes/widgets/htmega_popover.php:430
|
7863 |
+
#: includes/widgets/htmega_popover.php:606
|
7864 |
+
#: includes/widgets/htmega_popover.php:710
|
7865 |
#: includes/widgets/htmega_post_carousel.php:749
|
7866 |
#: includes/widgets/htmega_post_carousel.php:986
|
7867 |
#: includes/widgets/htmega_post_carousel.php:1073
|
7899 |
#: includes/widgets/htmega_pricing_table.php:488
|
7900 |
#: includes/widgets/htmega_pricing_table.php:665
|
7901 |
#: includes/widgets/htmega_pricing_table.php:741
|
7902 |
+
#: includes/widgets/htmega_progressbar.php:333
|
7903 |
+
#: includes/widgets/htmega_progressbar.php:662
|
7904 |
+
#: includes/widgets/htmega_progressbar.php:768
|
|
|
7905 |
#: includes/widgets/htmega_qu_forms.php:129
|
7906 |
#: includes/widgets/htmega_qu_forms.php:218
|
7907 |
#: includes/widgets/htmega_qu_forms.php:307
|
7908 |
#: includes/widgets/htmega_qu_forms.php:418
|
7909 |
#: includes/widgets/htmega_qu_forms.php:531
|
7910 |
+
#: includes/widgets/htmega_scroll_image.php:192
|
7911 |
+
#: includes/widgets/htmega_scroll_image.php:352
|
7912 |
+
#: includes/widgets/htmega_scroll_navigation.php:258
|
7913 |
#: includes/widgets/htmega_search.php:171
|
7914 |
#: includes/widgets/htmega_search.php:251
|
7915 |
#: includes/widgets/htmega_search.php:382
|
7916 |
+
#: includes/widgets/htmega_section_title.php:393
|
7917 |
+
#: includes/widgets/htmega_section_title.php:593
|
7918 |
+
#: includes/widgets/htmega_section_title.php:770
|
7919 |
+
#: includes/widgets/htmega_section_title.php:941
|
7920 |
#: includes/widgets/htmega_services.php:190
|
7921 |
#: includes/widgets/htmega_services.php:402
|
7922 |
#: includes/widgets/htmega_services.php:507
|
7927 |
#: includes/widgets/htmega_single_post.php:287
|
7928 |
#: includes/widgets/htmega_single_post.php:403
|
7929 |
#: includes/widgets/htmega_single_post.php:499
|
7930 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:718
|
7931 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:766
|
7932 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:972
|
7933 |
#: includes/widgets/htmega_socialshere.php:450
|
7934 |
#: includes/widgets/htmega_special_banner.php:296
|
7935 |
#: includes/widgets/htmega_special_banner.php:373
|
7991 |
#: includes/widgets/htmega_wc_element_pages.php:1035
|
7992 |
#: includes/widgets/htmega_wc_element_pages.php:1163
|
7993 |
#: includes/widgets/htmega_weather.php:184
|
7994 |
+
#: includes/widgets/htmega_working_process.php:215
|
7995 |
+
#: includes/widgets/htmega_working_process.php:325
|
7996 |
+
#: includes/widgets/htmega_working_process.php:405
|
7997 |
+
#: includes/widgets/htmega_working_process.php:484
|
7998 |
+
#: includes/widgets/htmega_working_process.php:592
|
7999 |
#: includes/widgets/htmega_wpforms.php:123
|
8000 |
#: includes/widgets/htmega_wpforms.php:203
|
8001 |
#: includes/widgets/htmega_wpforms.php:312
|
8019 |
msgid "Page Title"
|
8020 |
msgstr ""
|
8021 |
|
8022 |
+
#: includes/widgets/htmega_carousel.php:638
|
8023 |
+
#: includes/widgets/htmega_instagram.php:1130
|
8024 |
#: includes/widgets/htmega_panel_slider.php:845
|
8025 |
#: includes/widgets/htmega_post_carousel.php:1874
|
8026 |
#: includes/widgets/htmega_post_slider.php:1736
|
8027 |
#: includes/widgets/htmega_post_slider.php:1901
|
8028 |
+
#: includes/widgets/htmega_scroll_navigation.php:275
|
8029 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1045
|
8030 |
#: includes/widgets/htmega_table.php:87
|
8031 |
#: includes/widgets/htmega_testimonial.php:1048
|
8032 |
#: includes/widgets/htmega_twitter_feed.php:1290
|
8093 |
msgid "Pause on hover"
|
8094 |
msgstr ""
|
8095 |
|
8096 |
+
#: includes/widgets/htmega_carousel.php:214
|
8097 |
+
#: includes/widgets/htmega_instagram.php:411
|
8098 |
#: includes/widgets/htmega_panel_slider.php:238
|
8099 |
#: includes/widgets/htmega_post_carousel.php:393
|
8100 |
#: includes/widgets/htmega_post_slider.php:394
|
8101 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:215
|
8102 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:480
|
8103 |
#: includes/widgets/htmega_testimonial.php:272
|
8104 |
#: includes/widgets/htmega_twitter_feed.php:336
|
8105 |
msgid "Pause on Hover?"
|
8130 |
msgid "Peter Rose"
|
8131 |
msgstr ""
|
8132 |
|
8133 |
+
#: includes/widgets/htmega_progressbar.php:204
|
8134 |
msgid "Photoshop"
|
8135 |
msgstr ""
|
8136 |
|
8150 |
#: includes/widgets/htmega_caldera_forms.php:104
|
8151 |
#: includes/widgets/htmega_contact_form_seven.php:222
|
8152 |
#: includes/widgets/htmega_contact_form_seven.php:377
|
8153 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:205
|
8154 |
#: includes/widgets/htmega_search.php:206
|
8155 |
#: includes/widgets/htmega_user_login_form.php:334
|
8156 |
#: includes/widgets/htmega_user_register_form.php:510
|
8167 |
msgid "Play Button Icon"
|
8168 |
msgstr ""
|
8169 |
|
8170 |
+
#: includes/widgets/htmega_instagram.php:1300
|
8171 |
msgid "Please enter your access token."
|
8172 |
msgstr ""
|
8173 |
|
8221 |
msgid "Pop Up Button"
|
8222 |
msgstr ""
|
8223 |
|
8224 |
+
#: admin/include/admin-setting.php:358 includes/widgets/htmega_popover.php:14
|
8225 |
+
#: includes/widgets/htmega_popover.php:69
|
8226 |
+
#: includes/widgets/htmega_popover.php:490
|
8227 |
msgid "Popover"
|
8228 |
msgstr ""
|
8229 |
|
8230 |
+
#: includes/widgets/htmega_popover.php:36
|
8231 |
msgid "Popover Button"
|
8232 |
msgstr ""
|
8233 |
|
8234 |
+
#: includes/widgets/htmega_popover.php:163
|
8235 |
msgid "Popover content Here"
|
8236 |
msgstr ""
|
8237 |
|
8238 |
+
#: includes/widgets/htmega_popover.php:174
|
8239 |
msgid "Popover Header Here"
|
8240 |
msgstr ""
|
8241 |
|
8242 |
+
#: includes/widgets/htmega_popover.php:171
|
8243 |
msgid "Popover Header Text"
|
8244 |
msgstr ""
|
8245 |
|
8246 |
+
#: includes/widgets/htmega_popover.php:154
|
8247 |
msgid "Popover Options"
|
8248 |
msgstr ""
|
8249 |
|
8250 |
+
#: includes/widgets/htmega_popover.php:160
|
8251 |
msgid "Popover Text"
|
8252 |
msgstr ""
|
8253 |
|
8263 |
msgid "Popular Post <span>( Pro )</span>"
|
8264 |
msgstr ""
|
8265 |
|
8266 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:327
|
8267 |
+
#: includes/widgets/htmega_progressbar.php:637
|
8268 |
+
#: includes/widgets/htmega_progressbar.php:756
|
8269 |
+
#: includes/widgets/htmega_progressbar.php:824
|
8270 |
+
#: includes/widgets/htmega_section_title.php:226
|
|
|
8271 |
#: extensions/wc-sales-notification/admin/setting.php:77
|
8272 |
msgid "Position"
|
8273 |
msgstr ""
|
8366 |
msgid "Pound Sterling"
|
8367 |
msgstr ""
|
8368 |
|
8369 |
+
#: includes/widgets/htmega_counter.php:923
|
8370 |
msgid "Prefix"
|
8371 |
msgstr ""
|
8372 |
|
8384 |
msgid "Previous Icon"
|
8385 |
msgstr ""
|
8386 |
|
8387 |
+
#: includes/widgets/htmega_carousel.php:164
|
8388 |
+
#: includes/widgets/htmega_instagram.php:361
|
8389 |
#: includes/widgets/htmega_panel_slider.php:188
|
8390 |
#: includes/widgets/htmega_post_carousel.php:342
|
8391 |
#: includes/widgets/htmega_post_slider.php:328
|
8392 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:169
|
8393 |
#: includes/widgets/htmega_testimonial.php:222
|
8394 |
#: includes/widgets/htmega_twitter_feed.php:286
|
8395 |
msgid "Previous icon"
|
8437 |
msgid "Pro"
|
8438 |
msgstr ""
|
8439 |
|
8440 |
+
#: includes/widgets/htmega_working_process.php:74
|
8441 |
+
#: includes/widgets/htmega_working_process.php:162
|
8442 |
msgid "Process #1"
|
8443 |
msgstr ""
|
8444 |
|
8445 |
+
#: includes/widgets/htmega_working_process.php:166
|
8446 |
msgid "Process #2"
|
8447 |
msgstr ""
|
8448 |
|
8449 |
+
#: includes/widgets/htmega_working_process.php:170
|
8450 |
msgid "Process #3"
|
8451 |
msgstr ""
|
8452 |
|
8453 |
+
#: includes/widgets/htmega_working_process.php:81
|
8454 |
msgid "Process Number"
|
8455 |
msgstr ""
|
8456 |
|
8460 |
msgstr ""
|
8461 |
|
8462 |
#: admin/include/admin-setting.php:414
|
8463 |
+
#: includes/widgets/htmega_progressbar.php:13
|
8464 |
+
#: includes/widgets/htmega_progressbar.php:35
|
8465 |
+
#: includes/widgets/htmega_progressbar.php:184
|
8466 |
+
#: includes/widgets/htmega_progressbar.php:382
|
8467 |
msgid "Progress Bar"
|
8468 |
msgstr ""
|
8469 |
|
8470 |
+
#: includes/widgets/htmega_progressbar.php:294
|
8471 |
+
msgid "Progress bar Background"
|
8472 |
+
msgstr ""
|
8473 |
+
|
8474 |
+
#: includes/widgets/htmega_progressbar.php:116
|
8475 |
msgid "Progress bar color"
|
8476 |
msgstr ""
|
8477 |
|
8478 |
+
#: includes/widgets/htmega_progressbar.php:271
|
8479 |
msgid "Progress Bar Size"
|
8480 |
msgstr ""
|
8481 |
|
8482 |
+
#: includes/widgets/htmega_progressbar.php:302
|
8483 |
msgid "Progress bar track color"
|
8484 |
msgstr ""
|
8485 |
|
8486 |
+
#: includes/widgets/htmega_progressbar.php:98
|
8487 |
+
#: includes/widgets/htmega_progressbar.php:230
|
8488 |
msgid "Progress Bar Value"
|
8489 |
msgstr ""
|
8490 |
|
8491 |
+
#: includes/widgets/htmega_progressbar.php:137
|
8492 |
+
#: includes/widgets/htmega_progressbar.php:322
|
8493 |
msgid "Progress bar value background color"
|
8494 |
msgstr ""
|
8495 |
|
8496 |
+
#: includes/widgets/htmega_progressbar.php:127
|
8497 |
+
#: includes/widgets/htmega_progressbar.php:312
|
8498 |
msgid "Progress bar value color"
|
8499 |
msgstr ""
|
8500 |
|
8501 |
+
#: includes/widgets/htmega_progressbar.php:248
|
8502 |
msgid "Progress Bar Width"
|
8503 |
msgstr ""
|
8504 |
|
8505 |
+
#: includes/widgets/htmega_progressbar.php:148
|
8506 |
+
#: includes/widgets/htmega_progressbar.php:541
|
8507 |
msgid "Progress Indicator"
|
8508 |
msgstr ""
|
8509 |
|
8510 |
+
#: includes/widgets/htmega_progressbar.php:444
|
8511 |
+
msgid "Progress Position Top-Bottom"
|
8512 |
+
msgstr ""
|
8513 |
+
|
8514 |
#: includes/widgets/htmega_pricing_list_view.php:138
|
8515 |
msgid "PSD Template"
|
8516 |
msgstr ""
|
8529 |
msgid "Push"
|
8530 |
msgstr ""
|
8531 |
|
8532 |
+
#: includes/widgets/htmega_section_title.php:56
|
8533 |
+
msgid "Put the highlighted word in between the span tags!"
|
8534 |
+
msgstr ""
|
8535 |
+
|
8536 |
#: admin/include/admin-setting.php:1023 includes/widgets/htmega_qu_forms.php:17
|
8537 |
#: includes/widgets/htmega_qu_forms.php:49
|
8538 |
msgid "QU Form"
|
8575 |
msgid "Rating icon"
|
8576 |
msgstr ""
|
8577 |
|
8578 |
+
#: includes/widgets/htmega_image_grid.php:135
|
8579 |
+
#: includes/widgets/htmega_image_grid.php:164
|
8580 |
+
#: includes/widgets/htmega_image_masonry.php:116
|
8581 |
+
#: includes/widgets/htmega_image_masonry.php:145
|
8582 |
#: includes/widgets/htmega_post_carousel.php:249
|
8583 |
#: includes/widgets/htmega_post_carousel.php:261
|
8584 |
#: includes/widgets/htmega_post_carousel.php:262
|
8595 |
msgid "Read More"
|
8596 |
msgstr ""
|
8597 |
|
8598 |
+
#: includes/widgets/htmega_image_grid.php:436
|
8599 |
+
#: includes/widgets/htmega_image_masonry.php:424
|
8600 |
msgid "Read More Button"
|
8601 |
msgstr ""
|
8602 |
|
8610 |
msgid "Read More Color"
|
8611 |
msgstr ""
|
8612 |
|
8613 |
+
#: includes/widgets/htmega_image_grid.php:142
|
8614 |
+
#: includes/widgets/htmega_image_masonry.php:123
|
8615 |
msgid "Read More Link"
|
8616 |
msgstr ""
|
8617 |
|
8618 |
+
#: includes/widgets/htmega_image_grid.php:133
|
8619 |
+
#: includes/widgets/htmega_image_masonry.php:114
|
8620 |
msgid "Read More Text"
|
8621 |
msgstr ""
|
8622 |
|
8727 |
#: includes/widgets/htmega_accordion.php:472
|
8728 |
#: includes/widgets/htmega_accordion.php:663
|
8729 |
#: includes/widgets/htmega_accordion.php:821
|
8730 |
+
#: includes/widgets/htmega_accordion.php:1228
|
8731 |
+
#: includes/widgets/htmega_accordion.php:1232
|
8732 |
+
#: includes/widgets/htmega_accordion.php:1346
|
8733 |
#: includes/widgets/htmega_add_banner.php:370
|
8734 |
#: includes/widgets/htmega_blockquote.php:185
|
8735 |
#: includes/widgets/htmega_buddy_press.php:251
|
8740 |
#: includes/widgets/htmega_contact_form_seven.php:124
|
8741 |
#: includes/widgets/htmega_countdown.php:480
|
8742 |
#: includes/widgets/htmega_countdown.php:511
|
8743 |
+
#: includes/widgets/htmega_counter.php:291
|
8744 |
+
#: includes/widgets/htmega_counter.php:324
|
8745 |
+
#: includes/widgets/htmega_counter.php:430
|
8746 |
+
#: includes/widgets/htmega_counter.php:556
|
8747 |
+
#: includes/widgets/htmega_double_button.php:154
|
8748 |
+
#: includes/widgets/htmega_double_button.php:238
|
8749 |
+
#: includes/widgets/htmega_double_button.php:320
|
8750 |
+
#: includes/widgets/htmega_double_button.php:555
|
8751 |
+
#: includes/widgets/htmega_double_button.php:758
|
8752 |
+
#: includes/widgets/htmega_dropcaps.php:85
|
8753 |
+
#: includes/widgets/htmega_dropcaps.php:89
|
8754 |
#: includes/widgets/htmega_easy_digital_download.php:315
|
8755 |
+
#: includes/widgets/htmega_flip-box.php:481
|
8756 |
+
#: includes/widgets/htmega_image_grid.php:284
|
8757 |
+
#: includes/widgets/htmega_image_grid.php:381
|
8758 |
+
#: includes/widgets/htmega_image_masonry.php:260
|
8759 |
+
#: includes/widgets/htmega_image_masonry.php:357
|
8760 |
#: includes/widgets/htmega_inline_menu.php:125
|
8761 |
#: includes/widgets/htmega_job_manager.php:145
|
8762 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:122
|
8763 |
#: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:755
|
8764 |
#: includes/widgets/htmega_news_ticker.php:455
|
8765 |
#: includes/widgets/htmega_offcanvas.php:94
|
8766 |
#: includes/widgets/htmega_offcanvas.php:134
|
8767 |
#: includes/widgets/htmega_offcanvas.php:248
|
8768 |
#: includes/widgets/htmega_panel_slider.php:498
|
8769 |
+
#: includes/widgets/htmega_popover.php:188
|
8770 |
+
#: includes/widgets/htmega_popover.php:267
|
8771 |
+
#: includes/widgets/htmega_popover.php:661
|
8772 |
+
#: includes/widgets/htmega_popover.php:765
|
8773 |
#: includes/widgets/htmega_post_carousel.php:802
|
8774 |
#: includes/widgets/htmega_post_carousel.php:1010
|
8775 |
#: includes/widgets/htmega_post_carousel.php:1097
|
8790 |
#: includes/widgets/htmega_pricing_list_view.php:1120
|
8791 |
#: includes/widgets/htmega_pricing_list_view.php:1147
|
8792 |
#: includes/widgets/htmega_search.php:139
|
8793 |
+
#: includes/widgets/htmega_section_title.php:417
|
8794 |
#: includes/widgets/htmega_services.php:243
|
8795 |
#: includes/widgets/htmega_services.php:427
|
8796 |
#: includes/widgets/htmega_services.php:532
|
8799 |
#: includes/widgets/htmega_single_post.php:224
|
8800 |
#: includes/widgets/htmega_single_post.php:320
|
8801 |
#: includes/widgets/htmega_single_post.php:428
|
8802 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:54
|
8803 |
#: includes/widgets/htmega_special_banner.php:44
|
8804 |
#: includes/widgets/htmega_special_banner.php:267
|
8805 |
#: includes/widgets/htmega_tab.php:330 includes/widgets/htmega_table.php:430
|
8852 |
msgid "Right Top"
|
8853 |
msgstr ""
|
8854 |
|
8855 |
+
#: includes/widgets/htmega_section_title.php:331
|
8856 |
msgid "Rotate"
|
8857 |
msgstr ""
|
8858 |
|
8950 |
msgid "Scroll Image"
|
8951 |
msgstr ""
|
8952 |
|
8953 |
+
#: includes/widgets/htmega_scroll_image.php:141
|
8954 |
+
msgid "Scroll Image Style"
|
8955 |
+
msgstr ""
|
8956 |
+
|
8957 |
#: admin/include/admin-setting.php:430
|
8958 |
+
#: includes/widgets/htmega_scroll_navigation.php:13
|
8959 |
+
#: includes/widgets/htmega_scroll_navigation.php:36
|
8960 |
msgid "Scroll Navigation"
|
8961 |
msgstr ""
|
8962 |
|
8998 |
msgid "Seconds"
|
8999 |
msgstr ""
|
9000 |
|
9001 |
+
#: includes/widgets/htmega_section_title.php:363
|
9002 |
msgid "Section style"
|
9003 |
msgstr ""
|
9004 |
|
9005 |
#: admin/include/admin-setting.php:446
|
9006 |
+
#: includes/widgets/htmega_section_title.php:13
|
9007 |
+
#: includes/widgets/htmega_section_title.php:28
|
9008 |
msgid "Section Title"
|
9009 |
msgstr ""
|
9010 |
|
9104 |
msgstr ""
|
9105 |
|
9106 |
#: includes/widgets/htmega_blockquote.php:409
|
9107 |
+
#: includes/widgets/htmega_flip-box.php:926
|
9108 |
+
#: includes/widgets/htmega_flip-box.php:1018
|
9109 |
+
#: includes/widgets/htmega_flip-box.php:1593
|
9110 |
+
#: includes/widgets/htmega_flip-box.php:1891
|
9111 |
msgid "Separator Color"
|
9112 |
msgstr ""
|
9113 |
|
9119 |
msgid "Separator Position"
|
9120 |
msgstr ""
|
9121 |
|
9122 |
+
#: includes/widgets/htmega_section_title.php:474
|
9123 |
msgid "Separator Specing"
|
9124 |
msgstr ""
|
9125 |
|
9185 |
#: includes/widgets/htmega_buddy_press.php:119
|
9186 |
#: includes/widgets/htmega_buddy_press.php:134
|
9187 |
#: includes/widgets/htmega_buddy_press.php:149
|
9188 |
+
#: includes/widgets/htmega_double_button.php:73
|
9189 |
#: includes/widgets/htmega_gravity_forms.php:69
|
9190 |
#: includes/widgets/htmega_gravity_forms.php:81
|
9191 |
+
#: includes/widgets/htmega_instagram.php:180
|
9192 |
+
#: includes/widgets/htmega_instagram.php:192
|
9193 |
+
#: includes/widgets/htmega_instagram.php:204
|
|
|
|
|
|
|
|
|
|
|
9194 |
#: includes/widgets/htmega_news_ticker.php:296
|
9195 |
+
#: includes/widgets/htmega_popover.php:123
|
9196 |
+
#: includes/widgets/htmega_popover.php:200
|
9197 |
+
#: includes/widgets/htmega_scroll_image.php:98
|
9198 |
#: includes/widgets/htmega_socialshere.php:364
|
9199 |
#: includes/widgets/htmega_socialshere.php:379
|
9200 |
#: includes/widgets/htmega_table.php:64 includes/widgets/htmega_table.php:89
|
9248 |
msgid "Show Author Name"
|
9249 |
msgstr ""
|
9250 |
|
9251 |
+
#: includes/widgets/htmega_scroll_image.php:96
|
9252 |
+
msgid "Show Badge"
|
9253 |
+
msgstr ""
|
9254 |
+
|
9255 |
#: includes/widgets/htmega_easy_digital_download.php:95
|
9256 |
msgid "Show Buy Button"
|
9257 |
msgstr ""
|
9258 |
|
9259 |
+
#: includes/widgets/htmega_instagram.php:178
|
9260 |
msgid "Show Caption"
|
9261 |
msgstr ""
|
9262 |
|
|
|
|
|
|
|
|
|
9263 |
#: includes/widgets/htmega_easy_digital_download.php:75
|
9264 |
msgid "Show Content"
|
9265 |
msgstr ""
|
9288 |
msgid "Show First Name"
|
9289 |
msgstr ""
|
9290 |
|
9291 |
+
#: includes/widgets/htmega_instagram.php:202
|
|
|
9292 |
msgid "Show Follow Button"
|
9293 |
msgstr ""
|
9294 |
|
9316 |
msgid "Show Last Name"
|
9317 |
msgstr ""
|
9318 |
|
9319 |
+
#: includes/widgets/htmega_instagram.php:190
|
|
|
9320 |
msgid "Show Light Box"
|
9321 |
msgstr ""
|
9322 |
|
9323 |
+
#: includes/widgets/htmega_popover.php:121
|
|
|
|
|
|
|
|
|
9324 |
#: includes/widgets/htmega_tooltip.php:124
|
9325 |
msgid "Show Link"
|
9326 |
msgstr ""
|
9435 |
msgid "Site Title"
|
9436 |
msgstr ""
|
9437 |
|
9438 |
+
#: includes/widgets/htmega_image_grid.php:60
|
9439 |
+
#: includes/widgets/htmega_image_masonry.php:69
|
9440 |
#: includes/widgets/htmega_testimonial_grid.php:63
|
9441 |
msgid "Six"
|
9442 |
msgstr ""
|
9443 |
|
9444 |
#: includes/widgets/htmega_buddy_press.php:86
|
9445 |
+
#: includes/widgets/htmega_counter.php:832
|
9446 |
#: includes/widgets/htmega_weather.php:71
|
9447 |
msgid "Size"
|
9448 |
msgstr ""
|
9449 |
|
9450 |
+
#: includes/widgets/htmega_double_button.php:71
|
9451 |
msgid "Skew Background"
|
9452 |
msgstr ""
|
9453 |
|
9459 |
msgid "Slide"
|
9460 |
msgstr ""
|
9461 |
|
9462 |
+
#: includes/widgets/htmega_carousel.php:111
|
9463 |
+
#: includes/widgets/htmega_instagram.php:227
|
9464 |
#: includes/widgets/htmega_panel_slider.php:135
|
9465 |
#: includes/widgets/htmega_post_slider.php:275
|
9466 |
#: includes/widgets/htmega_testimonial.php:73
|
9468 |
msgid "Slider"
|
9469 |
msgstr ""
|
9470 |
|
9471 |
+
#: includes/widgets/htmega_carousel.php:151
|
9472 |
+
#: includes/widgets/htmega_instagram.php:348
|
9473 |
#: includes/widgets/htmega_panel_slider.php:175
|
9474 |
#: includes/widgets/htmega_post_carousel.php:329
|
9475 |
#: includes/widgets/htmega_post_slider.php:315
|
9476 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:158
|
9477 |
#: includes/widgets/htmega_testimonial.php:209
|
9478 |
#: includes/widgets/htmega_twitter_feed.php:273
|
9479 |
msgid "Slider Arrow"
|
9480 |
msgstr ""
|
9481 |
|
9482 |
+
#: includes/widgets/htmega_instagram.php:450
|
|
|
9483 |
#: includes/widgets/htmega_panel_slider.php:277
|
9484 |
#: includes/widgets/htmega_post_carousel.php:432
|
9485 |
#: includes/widgets/htmega_post_slider.php:433
|
9486 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:249
|
9487 |
#: includes/widgets/htmega_testimonial.php:311
|
9488 |
#: includes/widgets/htmega_twitter_feed.php:375
|
9489 |
msgid "Slider auto play"
|
9493 |
msgid "Slider autoplay"
|
9494 |
msgstr ""
|
9495 |
|
9496 |
+
#: includes/widgets/htmega_scroll_navigation.php:111
|
9497 |
msgid "Slider Direction"
|
9498 |
msgstr ""
|
9499 |
|
9500 |
+
#: includes/widgets/htmega_carousel.php:196
|
9501 |
+
#: includes/widgets/htmega_instagram.php:393
|
9502 |
#: includes/widgets/htmega_panel_slider.php:220
|
9503 |
#: includes/widgets/htmega_post_carousel.php:375
|
9504 |
#: includes/widgets/htmega_post_slider.php:360
|
9505 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:199
|
9506 |
#: includes/widgets/htmega_testimonial.php:254
|
9507 |
#: includes/widgets/htmega_twitter_feed.php:318
|
9508 |
msgid "Slider dots"
|
9518 |
|
9519 |
#: includes/widgets/htmega_carousel.php:292
|
9520 |
#: includes/widgets/htmega_carousel.php:334
|
9521 |
+
#: includes/widgets/htmega_carousel.php:389
|
9522 |
+
#: includes/widgets/htmega_instagram.php:489
|
9523 |
+
#: includes/widgets/htmega_instagram.php:531
|
9524 |
+
#: includes/widgets/htmega_instagram.php:586
|
|
|
|
|
9525 |
#: includes/widgets/htmega_panel_slider.php:316
|
9526 |
#: includes/widgets/htmega_panel_slider.php:358
|
9527 |
#: includes/widgets/htmega_panel_slider.php:413
|
9531 |
#: includes/widgets/htmega_post_slider.php:472
|
9532 |
#: includes/widgets/htmega_post_slider.php:514
|
9533 |
#: includes/widgets/htmega_post_slider.php:569
|
9534 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:282
|
9535 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:318
|
9536 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:365
|
9537 |
#: includes/widgets/htmega_testimonial.php:350
|
9538 |
#: includes/widgets/htmega_testimonial.php:393
|
9539 |
#: includes/widgets/htmega_testimonial.php:449
|
9545 |
|
9546 |
#: includes/widgets/htmega_carousel.php:136
|
9547 |
#: includes/widgets/htmega_carousel.php:319
|
9548 |
+
#: includes/widgets/htmega_carousel.php:374
|
9549 |
+
#: includes/widgets/htmega_instagram.php:333
|
9550 |
+
#: includes/widgets/htmega_instagram.php:516
|
9551 |
+
#: includes/widgets/htmega_instagram.php:571
|
|
|
|
|
9552 |
#: includes/widgets/htmega_panel_slider.php:160
|
9553 |
#: includes/widgets/htmega_panel_slider.php:343
|
9554 |
#: includes/widgets/htmega_panel_slider.php:398
|
9558 |
#: includes/widgets/htmega_post_slider.php:300
|
9559 |
#: includes/widgets/htmega_post_slider.php:499
|
9560 |
#: includes/widgets/htmega_post_slider.php:554
|
9561 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:145
|
9562 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:305
|
9563 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:352
|
9564 |
#: includes/widgets/htmega_testimonial.php:194
|
9565 |
#: includes/widgets/htmega_testimonial.php:378
|
9566 |
#: includes/widgets/htmega_testimonial.php:434
|
9570 |
msgid "Slider Items"
|
9571 |
msgstr ""
|
9572 |
|
9573 |
+
#: includes/widgets/htmega_scroll_navigation.php:195
|
9574 |
msgid "Slider Navigation"
|
9575 |
msgstr ""
|
9576 |
|
9577 |
+
#: includes/widgets/htmega_carousel.php:126
|
9578 |
+
#: includes/widgets/htmega_instagram.php:323
|
9579 |
#: includes/widgets/htmega_panel_slider.php:150
|
9580 |
#: includes/widgets/htmega_post_slider.php:290
|
9581 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:138
|
9582 |
#: includes/widgets/htmega_testimonial.php:184
|
9583 |
#: includes/widgets/htmega_twitter_feed.php:231
|
9584 |
msgid "Slider Option"
|
9585 |
msgstr ""
|
9586 |
|
9587 |
+
#: includes/widgets/htmega_scroll_navigation.php:104
|
9588 |
msgid "Slider Options"
|
9589 |
msgstr ""
|
9590 |
|
9591 |
+
#: includes/widgets/htmega_scroll_navigation.php:205
|
9592 |
msgid "Slider Pagination"
|
9593 |
msgstr ""
|
9594 |
|
9596 |
msgid "Slider Sub Title"
|
9597 |
msgstr ""
|
9598 |
|
9599 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:44
|
9600 |
msgid "Slider Thumbnail"
|
9601 |
msgstr ""
|
9602 |
|
9603 |
#: admin/include/admin-setting.php:470
|
9604 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:14
|
9605 |
msgid "Slider Thumbnail Gallery"
|
9606 |
msgstr ""
|
9607 |
|
9609 |
msgid "Slider Title"
|
9610 |
msgstr ""
|
9611 |
|
9612 |
+
#: includes/widgets/htmega_scroll_navigation.php:176
|
9613 |
msgid "Slider Visible Item"
|
9614 |
msgstr ""
|
9615 |
|
9620 |
|
9621 |
#: includes/widgets/htmega_booked_calender.php:156
|
9622 |
#: includes/widgets/htmega_button.php:79
|
9623 |
+
#: includes/widgets/htmega_double_button.php:39
|
9624 |
msgid "Small"
|
9625 |
msgstr ""
|
9626 |
|
9627 |
+
#: includes/widgets/htmega_flip-box.php:375
|
9628 |
+
msgid "Social Links"
|
9629 |
+
msgstr ""
|
9630 |
+
|
9631 |
#: includes/widgets/htmega_socialshere.php:56
|
9632 |
#: includes/widgets/htmega_teammember.php:199
|
9633 |
#: includes/widgets/htmega_teammember.php:947
|
9683 |
msgid "Space"
|
9684 |
msgstr ""
|
9685 |
|
9686 |
+
#: includes/widgets/htmega_popover.php:210
|
9687 |
#: includes/widgets/htmega_tooltip.php:189
|
9688 |
msgid "Space With Button"
|
9689 |
msgstr ""
|
9697 |
msgid "Special Day Offer"
|
9698 |
msgstr ""
|
9699 |
|
9700 |
+
#: includes/widgets/htmega_scroll_image.php:125
|
9701 |
+
#: includes/widgets/htmega_scroll_navigation.php:167
|
9702 |
msgid "Speed"
|
9703 |
msgstr ""
|
9704 |
|
9708 |
msgstr ""
|
9709 |
|
9710 |
#: includes/widgets/htmega_accordion.php:977
|
9711 |
+
#: includes/widgets/htmega_counter.php:65
|
9712 |
msgid "Start"
|
9713 |
msgstr ""
|
9714 |
|
9716 |
msgid "Stats"
|
9717 |
msgstr ""
|
9718 |
|
9719 |
+
#: includes/widgets/htmega_progressbar.php:60
|
9720 |
msgid "Striped"
|
9721 |
msgstr ""
|
9722 |
|
9723 |
+
#: includes/widgets/htmega_progressbar.php:72
|
9724 |
msgid "Striped Animated"
|
9725 |
msgstr ""
|
9726 |
|
9727 |
+
#: includes/widgets/htmega_flip-box.php:1072
|
9728 |
+
#: includes/widgets/htmega_flip-box.php:1945
|
9729 |
+
#: includes/widgets/htmega_section_title.php:650
|
9730 |
+
#: includes/widgets/htmega_section_title.php:984
|
9731 |
+
msgid "Stroke"
|
9732 |
+
msgstr ""
|
9733 |
+
|
9734 |
+
#: includes/widgets/htmega_flip-box.php:1084
|
9735 |
+
#: includes/widgets/htmega_flip-box.php:1957
|
9736 |
+
#: includes/widgets/htmega_section_title.php:660
|
9737 |
+
#: includes/widgets/htmega_section_title.php:994
|
9738 |
+
msgid "Stroke Color"
|
9739 |
+
msgstr ""
|
9740 |
+
|
9741 |
+
#: includes/widgets/htmega_flip-box.php:1097
|
9742 |
+
#: includes/widgets/htmega_flip-box.php:1970
|
9743 |
+
#: includes/widgets/htmega_section_title.php:674
|
9744 |
+
#: includes/widgets/htmega_section_title.php:1008
|
9745 |
+
msgid "Stroke Fill Width"
|
9746 |
+
msgstr ""
|
9747 |
+
|
9748 |
#: includes/widgets/htmega_socialshere.php:75
|
9749 |
msgid "Stumbleupon"
|
9750 |
msgstr ""
|
9762 |
#: includes/widgets/htmega_contact_form_seven.php:39
|
9763 |
#: includes/widgets/htmega_contact_form_seven.php:68
|
9764 |
#: includes/widgets/htmega_countdown.php:91
|
9765 |
+
#: includes/widgets/htmega_dropcaps.php:35
|
9766 |
+
#: includes/widgets/htmega_dropcaps.php:65
|
9767 |
+
#: includes/widgets/htmega_image_grid.php:35
|
|
|
|
|
9768 |
#: includes/widgets/htmega_image_magnifier.php:101
|
9769 |
#: includes/widgets/htmega_image_marker.php:101
|
9770 |
+
#: includes/widgets/htmega_image_masonry.php:44
|
9771 |
+
#: includes/widgets/htmega_inline_menu.php:51
|
|
|
|
|
9772 |
#: includes/widgets/htmega_instagram.php:54
|
9773 |
+
#: includes/widgets/htmega_instagram.php:617
|
9774 |
#: includes/widgets/htmega_instagram_feed.php:131
|
9775 |
#: includes/widgets/htmega_lightbox.php:187
|
9776 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:35
|
9777 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:66
|
9778 |
#: includes/widgets/htmega_news_ticker.php:43
|
9779 |
#: includes/widgets/htmega_notify.php:256
|
9780 |
#: includes/widgets/htmega_offcanvas.php:173
|
9781 |
#: includes/widgets/htmega_panel_slider.php:53
|
9782 |
+
#: includes/widgets/htmega_popover.php:247
|
9783 |
#: includes/widgets/htmega_post_slider.php:1421
|
9784 |
#: includes/widgets/htmega_pricing_list_view.php:293
|
9785 |
#: includes/widgets/htmega_pricing_list_view.php:667
|
9786 |
#: includes/widgets/htmega_pricing_table.php:39
|
9787 |
#: includes/widgets/htmega_pricing_table.php:397
|
9788 |
+
#: includes/widgets/htmega_progressbar.php:42
|
9789 |
+
#: includes/widgets/htmega_progressbar.php:56
|
|
|
9790 |
#: includes/widgets/htmega_search.php:39 includes/widgets/htmega_search.php:120
|
9791 |
#: includes/widgets/htmega_services.php:36
|
9792 |
#: includes/widgets/htmega_single_post.php:36
|
9808 |
#: includes/widgets/htmega_user_register_form.php:39
|
9809 |
#: includes/widgets/htmega_user_register_form.php:424
|
9810 |
#: includes/widgets/htmega_video_player.php:232
|
9811 |
+
#: includes/widgets/htmega_working_process.php:36
|
9812 |
+
#: includes/widgets/htmega_working_process.php:184
|
9813 |
msgid "Style"
|
9814 |
msgstr ""
|
9815 |
|
9824 |
#: includes/widgets/htmega_call_to_action.php:47
|
9825 |
#: includes/widgets/htmega_carousel.php:57
|
9826 |
#: includes/widgets/htmega_contact_form_seven.php:47
|
9827 |
+
#: includes/widgets/htmega_dropcaps.php:43
|
9828 |
+
#: includes/widgets/htmega_image_grid.php:43
|
9829 |
#: includes/widgets/htmega_image_marker.php:109
|
9830 |
+
#: includes/widgets/htmega_image_masonry.php:52
|
9831 |
#: includes/widgets/htmega_inline_menu.php:59
|
9832 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:43
|
9833 |
#: includes/widgets/htmega_news_ticker.php:51
|
9834 |
#: includes/widgets/htmega_pricing_table.php:47
|
9835 |
#: includes/widgets/htmega_search.php:47
|
9836 |
+
#: includes/widgets/htmega_section_title.php:43
|
9837 |
#: includes/widgets/htmega_services.php:44 includes/widgets/htmega_tab.php:47
|
9838 |
#: includes/widgets/htmega_teammember.php:52
|
9839 |
#: includes/widgets/htmega_testimonial.php:61
|
9852 |
#: includes/widgets/htmega_call_to_action.php:46
|
9853 |
#: includes/widgets/htmega_carousel.php:56
|
9854 |
#: includes/widgets/htmega_contact_form_seven.php:46
|
9855 |
+
#: includes/widgets/htmega_dropcaps.php:42
|
9856 |
+
#: includes/widgets/htmega_image_grid.php:42
|
9857 |
#: includes/widgets/htmega_image_marker.php:108
|
9858 |
+
#: includes/widgets/htmega_image_masonry.php:51
|
9859 |
+
#: includes/widgets/htmega_inline_menu.php:58
|
9860 |
+
#: includes/widgets/htmega_instagram.php:61
|
9861 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:42
|
9862 |
#: includes/widgets/htmega_news_ticker.php:50
|
9863 |
#: includes/widgets/htmega_panel_slider.php:60
|
9864 |
#: includes/widgets/htmega_pricing_table.php:46
|
9865 |
#: includes/widgets/htmega_search.php:46
|
9866 |
+
#: includes/widgets/htmega_section_title.php:42
|
9867 |
#: includes/widgets/htmega_services.php:43
|
9868 |
#: includes/widgets/htmega_single_post.php:43
|
9869 |
#: includes/widgets/htmega_tab.php:46 includes/widgets/htmega_teammember.php:51
|
9872 |
#: includes/widgets/htmega_twitter_feed.php:61
|
9873 |
#: includes/widgets/htmega_user_login_form.php:46
|
9874 |
#: includes/widgets/htmega_user_register_form.php:46
|
9875 |
+
#: includes/widgets/htmega_working_process.php:43
|
9876 |
msgid "Style Four"
|
9877 |
msgstr ""
|
9878 |
|
9888 |
#: includes/widgets/htmega_call_to_action.php:43
|
9889 |
#: includes/widgets/htmega_carousel.php:53
|
9890 |
#: includes/widgets/htmega_contact_form_seven.php:43
|
9891 |
+
#: includes/widgets/htmega_dropcaps.php:39
|
9892 |
+
#: includes/widgets/htmega_image_grid.php:39
|
9893 |
#: includes/widgets/htmega_image_marker.php:105
|
9894 |
+
#: includes/widgets/htmega_image_masonry.php:48
|
9895 |
+
#: includes/widgets/htmega_inline_menu.php:55
|
9896 |
+
#: includes/widgets/htmega_instagram.php:58
|
9897 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:39
|
9898 |
#: includes/widgets/htmega_news_ticker.php:47
|
9899 |
#: includes/widgets/htmega_panel_slider.php:57
|
9900 |
#: includes/widgets/htmega_post_slider.php:1425
|
9901 |
#: includes/widgets/htmega_pricing_table.php:43
|
9902 |
#: includes/widgets/htmega_search.php:43
|
9903 |
+
#: includes/widgets/htmega_section_title.php:39
|
9904 |
#: includes/widgets/htmega_services.php:40
|
9905 |
#: includes/widgets/htmega_single_post.php:40
|
9906 |
#: includes/widgets/htmega_tab.php:43 includes/widgets/htmega_teammember.php:48
|
9911 |
#: includes/widgets/htmega_twitter_feed.php:58
|
9912 |
#: includes/widgets/htmega_user_login_form.php:43
|
9913 |
#: includes/widgets/htmega_user_register_form.php:43
|
9914 |
+
#: includes/widgets/htmega_working_process.php:40
|
9915 |
msgid "Style One"
|
9916 |
msgstr ""
|
9917 |
|
9958 |
#: includes/widgets/htmega_carousel.php:55
|
9959 |
#: includes/widgets/htmega_contact_form_seven.php:45
|
9960 |
#: includes/widgets/htmega_countdown.php:97
|
9961 |
+
#: includes/widgets/htmega_dropcaps.php:41
|
9962 |
+
#: includes/widgets/htmega_image_grid.php:41
|
9963 |
#: includes/widgets/htmega_image_marker.php:107
|
9964 |
+
#: includes/widgets/htmega_image_masonry.php:50
|
9965 |
+
#: includes/widgets/htmega_inline_menu.php:57
|
9966 |
+
#: includes/widgets/htmega_instagram.php:60
|
9967 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:41
|
9968 |
#: includes/widgets/htmega_news_ticker.php:49
|
9969 |
#: includes/widgets/htmega_panel_slider.php:59
|
9970 |
#: includes/widgets/htmega_pricing_table.php:45
|
9971 |
#: includes/widgets/htmega_search.php:45
|
9972 |
+
#: includes/widgets/htmega_section_title.php:41
|
9973 |
#: includes/widgets/htmega_services.php:42
|
9974 |
#: includes/widgets/htmega_single_post.php:42
|
9975 |
#: includes/widgets/htmega_tab.php:45 includes/widgets/htmega_teammember.php:50
|
9979 |
#: includes/widgets/htmega_twitter_feed.php:60
|
9980 |
#: includes/widgets/htmega_user_login_form.php:45
|
9981 |
#: includes/widgets/htmega_user_register_form.php:45
|
9982 |
+
#: includes/widgets/htmega_working_process.php:42
|
9983 |
msgid "Style Three"
|
9984 |
msgstr ""
|
9985 |
|
9992 |
#: includes/widgets/htmega_carousel.php:54
|
9993 |
#: includes/widgets/htmega_contact_form_seven.php:44
|
9994 |
#: includes/widgets/htmega_countdown.php:96
|
9995 |
+
#: includes/widgets/htmega_dropcaps.php:40
|
9996 |
+
#: includes/widgets/htmega_image_grid.php:40
|
9997 |
#: includes/widgets/htmega_image_marker.php:106
|
9998 |
+
#: includes/widgets/htmega_image_masonry.php:49
|
9999 |
+
#: includes/widgets/htmega_inline_menu.php:56
|
10000 |
+
#: includes/widgets/htmega_instagram.php:59
|
10001 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:40
|
10002 |
#: includes/widgets/htmega_news_ticker.php:48
|
10003 |
#: includes/widgets/htmega_panel_slider.php:58
|
10004 |
#: includes/widgets/htmega_post_slider.php:1426
|
10005 |
#: includes/widgets/htmega_pricing_table.php:44
|
10006 |
#: includes/widgets/htmega_search.php:44
|
10007 |
+
#: includes/widgets/htmega_section_title.php:40
|
10008 |
#: includes/widgets/htmega_services.php:41
|
10009 |
#: includes/widgets/htmega_single_post.php:41
|
10010 |
#: includes/widgets/htmega_tab.php:44 includes/widgets/htmega_teammember.php:49
|
10015 |
#: includes/widgets/htmega_twitter_feed.php:59
|
10016 |
#: includes/widgets/htmega_user_login_form.php:44
|
10017 |
#: includes/widgets/htmega_user_register_form.php:44
|
10018 |
+
#: includes/widgets/htmega_working_process.php:41
|
10019 |
msgid "Style Two"
|
10020 |
msgstr ""
|
10021 |
|
10043 |
#: includes/widgets/htmega_404_content.php:374
|
10044 |
#: includes/widgets/htmega_add_banner.php:95
|
10045 |
#: includes/widgets/htmega_add_banner.php:483
|
10046 |
+
#: includes/widgets/htmega_flip-box.php:257
|
10047 |
+
#: includes/widgets/htmega_flip-box.php:1305
|
10048 |
#: includes/widgets/htmega_panel_slider.php:575
|
10049 |
+
#: includes/widgets/htmega_section_title.php:63
|
10050 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:75
|
10051 |
#: includes/widgets/htmega_special_banner.php:81
|
10052 |
#: includes/widgets/htmega_special_banner.php:388
|
10053 |
msgid "Sub Title"
|
10054 |
msgstr ""
|
10055 |
|
10056 |
+
#: includes/widgets/htmega_section_title.php:216
|
10057 |
msgid "Sub Title Setting"
|
10058 |
msgstr ""
|
10059 |
|
10060 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:731
|
10061 |
+
msgid "Sub Title Style"
|
10062 |
+
msgstr ""
|
10063 |
+
|
10064 |
+
#: includes/widgets/htmega_section_title.php:707
|
10065 |
msgid "Sub Title style"
|
10066 |
msgstr ""
|
10067 |
|
10091 |
msgid "Successfully Settings Saved."
|
10092 |
msgstr ""
|
10093 |
|
10094 |
+
#: includes/widgets/htmega_counter.php:1011
|
10095 |
msgid "Suffix"
|
10096 |
msgstr ""
|
10097 |
|
10204 |
msgid "TablePress"
|
10205 |
msgstr ""
|
10206 |
|
10207 |
+
#: includes/widgets/htmega_carousel.php:307
|
10208 |
+
#: includes/widgets/htmega_instagram.php:504
|
10209 |
#: includes/widgets/htmega_panel_slider.php:331
|
10210 |
#: includes/widgets/htmega_post_carousel.php:484
|
10211 |
#: includes/widgets/htmega_post_slider.php:487
|
10212 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:295
|
10213 |
#: includes/widgets/htmega_testimonial.php:366
|
10214 |
#: includes/widgets/htmega_twitter_feed.php:429
|
10215 |
msgid "Tablet"
|
10216 |
msgstr ""
|
10217 |
|
10218 |
+
#: includes/widgets/htmega_carousel.php:349
|
10219 |
+
#: includes/widgets/htmega_instagram.php:546
|
10220 |
#: includes/widgets/htmega_panel_slider.php:373
|
10221 |
#: includes/widgets/htmega_post_carousel.php:526
|
10222 |
#: includes/widgets/htmega_post_slider.php:529
|
10223 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:331
|
10224 |
#: includes/widgets/htmega_testimonial.php:409
|
10225 |
#: includes/widgets/htmega_twitter_feed.php:471
|
10226 |
msgid "Tablet Resolution"
|
10235 |
msgid "Tall"
|
10236 |
msgstr ""
|
10237 |
|
10238 |
+
#: includes/widgets/htmega_counter.php:159
|
10239 |
msgid "Target Number"
|
10240 |
msgstr ""
|
10241 |
|
10290 |
|
10291 |
#: includes/widgets/htmega_button.php:48
|
10292 |
#: includes/widgets/htmega_countdown.php:267
|
10293 |
+
#: includes/widgets/htmega_double_button.php:92
|
10294 |
+
#: includes/widgets/htmega_double_button.php:176
|
10295 |
#: includes/widgets/htmega_download_monitor.php:107
|
10296 |
+
#: includes/widgets/htmega_modal.php:108 includes/widgets/htmega_popover.php:51
|
10297 |
#: includes/widgets/htmega_pricing_list_view.php:564
|
10298 |
#: includes/widgets/htmega_search.php:69 includes/widgets/htmega_tooltip.php:54
|
10299 |
#: includes/widgets/htmega_tooltip.php:69
|
10319 |
#: includes/widgets/htmega_contact_form_seven.php:459
|
10320 |
#: includes/widgets/htmega_contact_form_seven.php:575
|
10321 |
#: includes/widgets/htmega_contact_form_seven.php:663
|
10322 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:193
|
10323 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:357
|
10324 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:445
|
10325 |
#: includes/widgets/htmega_offcanvas.php:181
|
10326 |
#: includes/widgets/htmega_pricing_list_view.php:708
|
10327 |
#: includes/widgets/htmega_pricing_list_view.php:1264
|
10361 |
#: includes/widgets/htmega_countdown.php:588
|
10362 |
#: includes/widgets/htmega_countdown.php:711
|
10363 |
#: includes/widgets/htmega_inline_menu.php:216
|
10364 |
+
#: includes/widgets/htmega_section_title.php:902
|
10365 |
msgid "Text Shadow"
|
10366 |
msgstr ""
|
10367 |
|
10387 |
"for WordPress."
|
10388 |
msgstr ""
|
10389 |
|
10390 |
+
#: includes/widgets/htmega_carousel.php:405
|
10391 |
+
#: includes/widgets/htmega_instagram.php:602
|
10392 |
#: includes/widgets/htmega_panel_slider.php:429
|
10393 |
#: includes/widgets/htmega_post_carousel.php:582
|
10394 |
#: includes/widgets/htmega_post_slider.php:585
|
10395 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:379
|
10396 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:658
|
10397 |
#: includes/widgets/htmega_testimonial.php:466
|
10398 |
#: includes/widgets/htmega_twitter_feed.php:527
|
10399 |
msgid "The resolution to mobile."
|
10400 |
msgstr ""
|
10401 |
|
10402 |
+
#: includes/widgets/htmega_carousel.php:350
|
10403 |
+
#: includes/widgets/htmega_instagram.php:547
|
10404 |
#: includes/widgets/htmega_panel_slider.php:374
|
10405 |
#: includes/widgets/htmega_post_carousel.php:527
|
10406 |
#: includes/widgets/htmega_post_slider.php:530
|
10407 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:332
|
10408 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:597
|
10409 |
#: includes/widgets/htmega_testimonial.php:410
|
10410 |
#: includes/widgets/htmega_twitter_feed.php:472
|
10411 |
msgid "The resolution to tablet."
|
10426 |
"have ama suffered altratio. the lorem."
|
10427 |
msgstr ""
|
10428 |
|
10429 |
+
#: includes/widgets/htmega_flip-box.php:326
|
10430 |
msgid ""
|
10431 |
"There are many variations of passages Lorem Ipsum available, but the "
|
10432 |
"majority hav suffered alteration in."
|
10440 |
msgid "This is <strong>Dhaka</strong>"
|
10441 |
msgstr ""
|
10442 |
|
10443 |
+
#: includes/widgets/htmega_image_grid.php:57
|
10444 |
+
#: includes/widgets/htmega_image_masonry.php:66
|
10445 |
#: includes/widgets/htmega_testimonial_grid.php:60
|
10446 |
msgid "Three"
|
10447 |
msgstr ""
|
10459 |
msgid "Thumbnail Image"
|
10460 |
msgstr ""
|
10461 |
|
10462 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:50
|
10463 |
msgid "Thumbnail Position"
|
10464 |
msgstr ""
|
10465 |
|
10466 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1210
|
10467 |
+
msgid "Thumbnail Style"
|
10468 |
+
msgstr ""
|
10469 |
+
|
10470 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:412
|
10471 |
msgid "Thumbnails Arrow"
|
10472 |
msgstr ""
|
10473 |
|
10474 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:514
|
10475 |
msgid "Thumbnails auto play"
|
10476 |
msgstr ""
|
10477 |
|
10478 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:537
|
10479 |
msgid "Thumbnails Autoplay animation speed"
|
10480 |
msgstr ""
|
10481 |
|
10482 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:526
|
10483 |
msgid "Thumbnails Autoplay speed"
|
10484 |
msgstr ""
|
10485 |
|
10486 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:488
|
10487 |
msgid "Thumbnails Center Mode"
|
10488 |
msgstr ""
|
10489 |
|
10490 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:499
|
10491 |
msgid "Thumbnails Center padding"
|
10492 |
msgstr ""
|
10493 |
|
10494 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:453
|
10495 |
msgid "Thumbnails dots"
|
10496 |
msgstr ""
|
10497 |
|
10498 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:392
|
10499 |
msgid "Thumbnails Gallery Option"
|
10500 |
msgstr ""
|
10501 |
|
10502 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:100
|
10503 |
msgid "Thumbnails Image Size"
|
10504 |
msgstr ""
|
10505 |
|
10506 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:583
|
10507 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:641
|
10508 |
msgid "Thumbnails item to scroll"
|
10509 |
msgstr ""
|
10510 |
|
10511 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:399
|
10512 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:570
|
10513 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:625
|
10514 |
msgid "Thumbnails Items"
|
10515 |
msgstr ""
|
10516 |
|
10517 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:607
|
10518 |
msgid "Thumbnails Mobile Phone"
|
10519 |
msgstr ""
|
10520 |
|
10521 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:657
|
10522 |
msgid "Thumbnails Mobile Resolution"
|
10523 |
msgstr ""
|
10524 |
|
10525 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:438
|
10526 |
msgid "Thumbnails Next icon"
|
10527 |
msgstr ""
|
10528 |
|
10529 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:423
|
10530 |
msgid "Thumbnails Previous icon"
|
10531 |
msgstr ""
|
10532 |
|
10533 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:547
|
10534 |
msgid "Thumbnails Slider item to scroll"
|
10535 |
msgstr ""
|
10536 |
|
10537 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:560
|
10538 |
msgid "Thumbnails Tablet"
|
10539 |
msgstr ""
|
10540 |
|
10541 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:596
|
10542 |
msgid "Thumbnails Tablet Resolution"
|
10543 |
msgstr ""
|
10544 |
|
10611 |
#: includes/widgets/htmega_call_to_action.php:57
|
10612 |
#: includes/widgets/htmega_call_to_action.php:217
|
10613 |
#: includes/widgets/htmega_carousel.php:69
|
10614 |
+
#: includes/widgets/htmega_counter.php:533
|
10615 |
#: includes/widgets/htmega_cuctom_event.php:39
|
10616 |
#: includes/widgets/htmega_cuctom_event.php:120
|
10617 |
#: includes/widgets/htmega_easy_digital_download.php:331
|
10618 |
+
#: includes/widgets/htmega_flip-box.php:93
|
10619 |
+
#: includes/widgets/htmega_flip-box.php:248
|
10620 |
+
#: includes/widgets/htmega_flip-box.php:389
|
10621 |
+
#: includes/widgets/htmega_flip-box.php:633
|
10622 |
+
#: includes/widgets/htmega_flip-box.php:1232
|
10623 |
#: includes/widgets/htmega_googlemap.php:143
|
10624 |
#: includes/widgets/htmega_gravity_forms.php:106
|
10625 |
+
#: includes/widgets/htmega_image_grid.php:98
|
10626 |
+
#: includes/widgets/htmega_image_grid.php:264
|
10627 |
#: includes/widgets/htmega_image_marker.php:323
|
10628 |
+
#: includes/widgets/htmega_image_masonry.php:79
|
10629 |
+
#: includes/widgets/htmega_image_masonry.php:240
|
10630 |
#: includes/widgets/htmega_job_manager.php:85
|
10631 |
#: includes/widgets/htmega_news_ticker.php:247
|
10632 |
#: includes/widgets/htmega_ninja_forms.php:99
|
10647 |
#: includes/widgets/htmega_pricing_table.php:67
|
10648 |
#: includes/widgets/htmega_pricing_table.php:292
|
10649 |
#: includes/widgets/htmega_pricing_table.php:523
|
10650 |
+
#: includes/widgets/htmega_progressbar.php:89
|
10651 |
+
#: includes/widgets/htmega_progressbar.php:221
|
10652 |
+
#: includes/widgets/htmega_section_title.php:51
|
10653 |
+
#: includes/widgets/htmega_section_title.php:503
|
10654 |
#: includes/widgets/htmega_services.php:347
|
10655 |
#: includes/widgets/htmega_single_post.php:88
|
10656 |
#: includes/widgets/htmega_single_post.php:147
|
10657 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:67
|
|
|
10658 |
#: includes/widgets/htmega_socialshere.php:98
|
10659 |
#: includes/widgets/htmega_socialshere.php:362
|
10660 |
#: includes/widgets/htmega_special_banner.php:72
|
10666 |
#: includes/widgets/htmega_vertical_timeline.php:120
|
10667 |
#: includes/widgets/htmega_wc_categories.php:280
|
10668 |
#: includes/widgets/htmega_weather.php:155
|
10669 |
+
#: includes/widgets/htmega_working_process.php:72
|
10670 |
+
#: includes/widgets/htmega_working_process.php:362
|
10671 |
#: includes/widgets/htmega_wpforms.php:64
|
10672 |
#: includes/widgets/htmega_wpforms.php:91
|
10673 |
msgid "Title"
|
10689 |
msgid "Title Active Color"
|
10690 |
msgstr ""
|
10691 |
|
10692 |
+
#: includes/widgets/htmega_counter.php:652
|
10693 |
msgid "Title After Border Color"
|
10694 |
msgstr ""
|
10695 |
|
10697 |
msgid "Title Border Color"
|
10698 |
msgstr ""
|
10699 |
|
10700 |
+
#: includes/widgets/htmega_flip-box.php:639
|
10701 |
+
#: includes/widgets/htmega_flip-box.php:1238
|
10702 |
#: includes/widgets/htmega_switcher.php:279
|
10703 |
#: includes/widgets/htmega_switcher.php:316 includes/widgets/htmega_tab.php:133
|
10704 |
#: extensions/ht-builder/widgets/bl_post_title.php:68
|
10726 |
msgid "Title Length"
|
10727 |
msgstr ""
|
10728 |
|
10729 |
+
#: includes/widgets/htmega_flip-box.php:672
|
10730 |
+
#: includes/widgets/htmega_flip-box.php:1271
|
10731 |
msgid "Title Margin"
|
10732 |
msgstr ""
|
10733 |
|
10734 |
+
#: includes/widgets/htmega_flip-box.php:659
|
10735 |
+
#: includes/widgets/htmega_flip-box.php:1258
|
10736 |
msgid "Title Padding"
|
10737 |
msgstr ""
|
10738 |
|
10739 |
+
#: includes/widgets/htmega_section_title.php:457
|
10740 |
msgid "Title Separator Color"
|
10741 |
msgstr ""
|
10742 |
|
10743 |
+
#: includes/widgets/htmega_section_title.php:177
|
10744 |
msgid "Title Setting"
|
10745 |
msgstr ""
|
10746 |
|
10747 |
+
#: includes/widgets/htmega_progressbar.php:629
|
10748 |
+
#: includes/widgets/htmega_section_title.php:35
|
10749 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:678
|
10750 |
msgid "Title Style"
|
10751 |
msgstr ""
|
10752 |
|
10753 |
+
#: includes/widgets/htmega_section_title.php:492
|
10754 |
msgid "Title style"
|
10755 |
msgstr ""
|
10756 |
|
10813 |
#: admin/include/templates_list.php:77 admin/include/templates_list.php:80
|
10814 |
#: includes/widgets/htmega_add_banner.php:56
|
10815 |
#: includes/widgets/htmega_button.php:106
|
10816 |
+
#: includes/widgets/htmega_flip-box.php:478
|
10817 |
#: includes/widgets/htmega_image_comparison.php:134
|
10818 |
#: includes/widgets/htmega_notify.php:574
|
10819 |
#: includes/widgets/htmega_notify.php:756
|
10820 |
#: includes/widgets/htmega_offcanvas.php:95
|
10821 |
+
#: includes/widgets/htmega_popover.php:189
|
10822 |
#: includes/widgets/htmega_pricing_list_view.php:498
|
10823 |
#: includes/widgets/htmega_pricing_list_view.php:1151
|
10824 |
+
#: includes/widgets/htmega_section_title.php:151
|
10825 |
+
#: includes/widgets/htmega_section_title.php:155
|
10826 |
+
#: includes/widgets/htmega_section_title.php:230
|
10827 |
#: includes/widgets/htmega_single_post.php:55
|
10828 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:57
|
10829 |
#: includes/widgets/htmega_special_banner.php:40
|
10830 |
#: includes/widgets/htmega_teammember.php:101
|
10831 |
#: includes/widgets/htmega_tooltip.php:180
|
10849 |
msgid "Top Right"
|
10850 |
msgstr ""
|
10851 |
|
10852 |
+
#: includes/widgets/htmega_scroll_image.php:267
|
10853 |
+
msgid "Top-Bottom"
|
10854 |
+
msgstr ""
|
10855 |
+
|
10856 |
#: includes/widgets/htmega_pricing_list_view.php:354
|
10857 |
#: includes/widgets/htmega_pricing_list_view.php:981
|
10858 |
msgid "Top-Bottom Position"
|
10870 |
msgid "Topic Tags"
|
10871 |
msgstr ""
|
10872 |
|
10873 |
+
#: includes/widgets/htmega_brand.php:281
|
10874 |
+
msgid "Transition Duration"
|
10875 |
+
msgstr ""
|
10876 |
+
|
10877 |
#: includes/widgets/htmega_business_hours.php:172
|
10878 |
msgid "Tues Day"
|
10879 |
msgstr ""
|
10909 |
msgid "Twitter Feed"
|
10910 |
msgstr ""
|
10911 |
|
10912 |
+
#: includes/widgets/htmega_image_grid.php:56
|
10913 |
+
#: includes/widgets/htmega_image_masonry.php:65
|
10914 |
#: includes/widgets/htmega_testimonial_grid.php:59
|
10915 |
msgid "Two"
|
10916 |
msgstr ""
|
10928 |
msgid "Type your description here..."
|
10929 |
msgstr ""
|
10930 |
|
10931 |
+
#: includes/widgets/htmega_flip-box.php:260
|
10932 |
+
msgid "Type your sub title here"
|
10933 |
+
msgstr ""
|
10934 |
+
|
10935 |
#: includes/widgets/htmega_404_content.php:91
|
10936 |
msgid "Type your Sub title here."
|
10937 |
msgstr ""
|
10938 |
|
10939 |
+
#: includes/widgets/htmega_counter.php:152
|
10940 |
+
#: includes/widgets/htmega_flip-box.php:96
|
10941 |
+
#: includes/widgets/htmega_flip-box.php:251
|
10942 |
msgid "Type your title here"
|
10943 |
msgstr ""
|
10944 |
|
10958 |
#: includes/widgets/htmega_accordion.php:552
|
10959 |
#: includes/widgets/htmega_accordion.php:642
|
10960 |
#: includes/widgets/htmega_accordion.php:908
|
10961 |
+
#: includes/widgets/htmega_accordion.php:1245
|
10962 |
#: includes/widgets/htmega_add_banner.php:448
|
10963 |
#: includes/widgets/htmega_add_banner.php:507
|
10964 |
#: includes/widgets/htmega_add_banner.php:566
|
10977 |
#: includes/widgets/htmega_call_to_action.php:301
|
10978 |
#: includes/widgets/htmega_call_to_action.php:369
|
10979 |
#: includes/widgets/htmega_countdown.php:800
|
10980 |
+
#: includes/widgets/htmega_double_button.php:470
|
10981 |
+
#: includes/widgets/htmega_double_button.php:673
|
10982 |
+
#: includes/widgets/htmega_double_button.php:886
|
10983 |
#: includes/widgets/htmega_download_monitor.php:144
|
10984 |
#: includes/widgets/htmega_easy_digital_download.php:361
|
10985 |
#: includes/widgets/htmega_easy_digital_download.php:447
|
10986 |
#: includes/widgets/htmega_easy_digital_download.php:485
|
10987 |
#: includes/widgets/htmega_image_comparison.php:172
|
10988 |
#: includes/widgets/htmega_image_comparison.php:254
|
10989 |
+
#: includes/widgets/htmega_image_grid.php:465
|
10990 |
#: includes/widgets/htmega_notify.php:327
|
10991 |
#: includes/widgets/htmega_panel_slider.php:539
|
10992 |
#: includes/widgets/htmega_panel_slider.php:596
|
11013 |
#: includes/widgets/htmega_pricing_list_view.php:1368
|
11014 |
#: includes/widgets/htmega_pricing_list_view.php:1486
|
11015 |
#: includes/widgets/htmega_pricing_list_view.php:1618
|
11016 |
+
#: includes/widgets/htmega_progressbar.php:736
|
11017 |
+
#: includes/widgets/htmega_progressbar.php:815
|
11018 |
+
#: includes/widgets/htmega_scroll_image.php:377
|
11019 |
#: includes/widgets/htmega_single_post.php:180
|
11020 |
#: includes/widgets/htmega_single_post.php:267
|
11021 |
#: includes/widgets/htmega_single_post.php:381
|
11039 |
#: includes/widgets/htmega_wc_element_pages.php:1049
|
11040 |
#: includes/widgets/htmega_wc_element_pages.php:1144
|
11041 |
#: includes/widgets/htmega_wc_element_pages.php:1235
|
11042 |
+
#: includes/widgets/htmega_working_process.php:383
|
11043 |
+
#: includes/widgets/htmega_working_process.php:462
|
11044 |
+
#: includes/widgets/htmega_working_process.php:570
|
11045 |
#: extensions/ht-builder/widgets/bl_page_title.php:80
|
11046 |
#: extensions/ht-builder/widgets/bl_post_archive_title.php:82
|
11047 |
#: extensions/ht-builder/widgets/bl_post_title.php:80
|
11049 |
msgid "Typography"
|
11050 |
msgstr ""
|
11051 |
|
11052 |
+
#: includes/widgets/htmega_flip-box.php:259
|
11053 |
+
msgid "UI/UX Designer"
|
11054 |
+
msgstr ""
|
11055 |
+
|
11056 |
#: includes/widgets/htmega_weather.php:250
|
11057 |
msgid "Unit"
|
11058 |
msgstr ""
|
11065 |
msgid "Up"
|
11066 |
msgstr ""
|
11067 |
|
11068 |
+
#: includes/widgets/htmega_dropcaps.php:188
|
11069 |
+
#: includes/widgets/htmega_section_title.php:638
|
11070 |
+
msgid "Use Backround for Text"
|
11071 |
+
msgstr ""
|
11072 |
+
|
11073 |
#: includes/widgets/htmega_googlemap.php:152
|
11074 |
msgid "Use max 32x32 px size."
|
11075 |
msgstr ""
|
11124 |
msgid "Username, Password and E-Mail are required"
|
11125 |
msgstr ""
|
11126 |
|
11127 |
+
#: includes/widgets/htmega_progressbar.php:748
|
11128 |
msgid "Value"
|
11129 |
msgstr ""
|
11130 |
|
11131 |
+
#: includes/widgets/htmega_progressbar.php:159
|
11132 |
msgid "Value Indicator"
|
11133 |
msgstr ""
|
11134 |
|
11135 |
+
#: includes/widgets/htmega_progressbar.php:47
|
11136 |
+
#: includes/widgets/htmega_scroll_navigation.php:116
|
11137 |
msgid "Vertical"
|
11138 |
msgstr ""
|
11139 |
|
11141 |
msgid "Vertical Center"
|
11142 |
msgstr ""
|
11143 |
|
11144 |
+
#: includes/widgets/htmega_working_process.php:228
|
11145 |
msgid "Vertical Line Color"
|
11146 |
msgstr ""
|
11147 |
|
11157 |
msgid "Vertical Postion"
|
11158 |
msgstr ""
|
11159 |
|
11160 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:464
|
11161 |
msgid "Vertical Slide"
|
11162 |
msgstr ""
|
11163 |
|
11289 |
msgid "Wednesday"
|
11290 |
msgstr ""
|
11291 |
|
11292 |
+
#: includes/widgets/htmega_instagram.php:117
|
11293 |
msgid "Week"
|
11294 |
msgstr ""
|
11295 |
|
11318 |
#: includes/widgets/htmega_carousel.php:538
|
11319 |
#: includes/widgets/htmega_carousel.php:717
|
11320 |
#: includes/widgets/htmega_image_comparison.php:364
|
11321 |
+
#: includes/widgets/htmega_instagram.php:1030
|
11322 |
+
#: includes/widgets/htmega_instagram.php:1209
|
|
|
|
|
11323 |
#: includes/widgets/htmega_job_manager.php:156
|
11324 |
+
#: includes/widgets/htmega_mailchimp_for_wp.php:312
|
11325 |
#: includes/widgets/htmega_modal.php:308 includes/widgets/htmega_notify.php:729
|
11326 |
#: includes/widgets/htmega_panel_slider.php:746
|
11327 |
#: includes/widgets/htmega_panel_slider.php:894
|
11328 |
+
#: includes/widgets/htmega_popover.php:506
|
11329 |
#: includes/widgets/htmega_post_carousel.php:1647
|
11330 |
#: includes/widgets/htmega_post_carousel.php:1923
|
11331 |
#: includes/widgets/htmega_post_slider.php:1637
|
11332 |
#: includes/widgets/htmega_post_slider.php:1785
|
11333 |
#: includes/widgets/htmega_pricing_list_view.php:391
|
11334 |
#: includes/widgets/htmega_pricing_list_view.php:1018
|
11335 |
+
#: includes/widgets/htmega_scroll_navigation.php:350
|
11336 |
#: includes/widgets/htmega_services.php:565
|
11337 |
#: includes/widgets/htmega_services.php:815
|
11338 |
#: includes/widgets/htmega_services.php:881
|
11339 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:920
|
11340 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:1136
|
11341 |
#: includes/widgets/htmega_special_banner.php:159
|
11342 |
#: includes/widgets/htmega_testimonial.php:948
|
11343 |
#: includes/widgets/htmega_testimonial.php:1127
|
11362 |
msgid "WooLentor – WooCommerce Elementor Addons + Builder"
|
11363 |
msgstr ""
|
11364 |
|
11365 |
+
#: includes/widgets/htmega_progressbar.php:91
|
11366 |
+
#: includes/widgets/htmega_progressbar.php:193
|
11367 |
+
#: includes/widgets/htmega_progressbar.php:223
|
11368 |
+
#: includes/widgets/htmega_progressbar.php:391
|
11369 |
#: includes/widgets/htmega_socialshere.php:82
|
11370 |
msgid "WordPress"
|
11371 |
msgstr ""
|
11376 |
msgstr ""
|
11377 |
|
11378 |
#: admin/include/admin-setting.php:590
|
11379 |
+
#: includes/widgets/htmega_working_process.php:14
|
11380 |
+
#: includes/widgets/htmega_working_process.php:29
|
11381 |
msgid "Working Process"
|
11382 |
msgstr ""
|
11383 |
|
11390 |
msgid "WP Plugin Manager"
|
11391 |
msgstr ""
|
11392 |
|
11393 |
+
#: includes/widgets/htmega_section_title.php:285
|
11394 |
msgid "X Offset"
|
11395 |
msgstr ""
|
11396 |
|
11402 |
msgid "Xing"
|
11403 |
msgstr ""
|
11404 |
|
11405 |
+
#: includes/widgets/htmega_section_title.php:308
|
11406 |
msgid "Y Offset"
|
11407 |
msgstr ""
|
11408 |
|
11411 |
msgstr ""
|
11412 |
|
11413 |
#: includes/widgets/htmega_booked_calender.php:117
|
11414 |
+
#: includes/widgets/htmega_instagram.php:119
|
11415 |
msgid "Year"
|
11416 |
msgstr ""
|
11417 |
|
11421 |
|
11422 |
#: includes/widgets/htmega_carousel.php:211
|
11423 |
#: includes/widgets/htmega_gravity_forms.php:93
|
11424 |
+
#: includes/widgets/htmega_instagram.php:408
|
|
|
|
|
11425 |
#: includes/widgets/htmega_panel_slider.php:235
|
11426 |
#: includes/widgets/htmega_post_carousel.php:390
|
11427 |
#: includes/widgets/htmega_post_slider.php:391
|
11428 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:212
|
11429 |
+
#: includes/widgets/htmega_slider_thumb_gallery.php:477
|
11430 |
#: includes/widgets/htmega_testimonial.php:269
|
11431 |
#: includes/widgets/htmega_twitter_feed.php:333
|
11432 |
#: includes/widgets/htmega_user_login_form.php:138
|
11513 |
msgid "Zoom Control"
|
11514 |
msgstr ""
|
11515 |
|
11516 |
+
#: includes/widgets/htmega_instagram.php:289
|
|
|
|
|
11517 |
#: includes/widgets/htmega_lightbox.php:157
|
11518 |
msgid "Zoom Icon"
|
11519 |
msgstr ""
|
11520 |
|
11521 |
+
#: includes/widgets/htmega_instagram.php:239
|
|
|
|
|
|
|
|
|
|
|
11522 |
msgid "Zoom Icon Type"
|
11523 |
msgstr ""
|
11524 |
|
|
|
|
|
|
|
|
|
11525 |
#: includes/widgets/htmega_image_magnifier.php:78
|
11526 |
msgid "Zoom Label"
|
11527 |
msgstr ""
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: hasthemes, htplugins, devitemsllc, tarekht
|
3 |
Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
|
4 |
Requires at least: 4.7
|
5 |
-
Tested up to: 5.8.
|
6 |
-
Stable tag: 1.7.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -170,6 +170,108 @@ Feel free to [Contact us](https://hasthemes.com/contact-us/)
|
|
170 |
Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
|
171 |
|
172 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
= Version: 1.7.2 - Date: 2022-01-08 =
|
174 |
|
175 |
<strong>Twitter Feed</strong>
|
2 |
Contributors: hasthemes, htplugins, devitemsllc, tarekht
|
3 |
Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
|
4 |
Requires at least: 4.7
|
5 |
+
Tested up to: 5.8.3
|
6 |
+
Stable tag: 1.7.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
170 |
Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify and WordPress products and services.
|
171 |
|
172 |
== Changelog ==
|
173 |
+
|
174 |
+
= Version: 1.7.3 - Date: 2022-01-16 =
|
175 |
+
|
176 |
+
<strong>Progress Bar</strong>
|
177 |
+
|
178 |
+
* Fixed: Circle layout inner border issue.
|
179 |
+
* Update: Progress indicator global to repeater items.
|
180 |
+
|
181 |
+
<strong>Scroll Image</strong>
|
182 |
+
|
183 |
+
* Added: Custom link option for image.
|
184 |
+
* Added: Insert a Badge.
|
185 |
+
* Added: Scroll Image speed time.
|
186 |
+
* Added: Some style for badge.
|
187 |
+
|
188 |
+
<strong>Scroll Navigation</strong>
|
189 |
+
* Added: Title Field name.
|
190 |
+
|
191 |
+
<strong>Mailchimp for WP</strong>
|
192 |
+
* Added: Button Width option
|
193 |
+
* Added: Button Position for Style layout Four.
|
194 |
+
|
195 |
+
<strong>Accordion</strong>
|
196 |
+
|
197 |
+
* Added: Accordion text Alignment change options.
|
198 |
+
* Added: Icon Box Height And Margin Options
|
199 |
+
* Remove: Icon Line Height and set auto control Icon Line Height
|
200 |
+
* Update: CSS Issue Fixed
|
201 |
+
|
202 |
+
<strong>Section Title</strong>
|
203 |
+
|
204 |
+
* Added: Title Image position change options
|
205 |
+
* Added: Section title font Stroke Color and Size
|
206 |
+
* Added: Section advance title font Stroke Color and Size
|
207 |
+
|
208 |
+
<strong>Double Button</strong>
|
209 |
+
|
210 |
+
* Update: CSS Issue Fixed
|
211 |
+
* Added: Button Icon Position Controller
|
212 |
+
* Added: Middle Text Box size Controller Option
|
213 |
+
|
214 |
+
<strong>Brand Logo</strong>
|
215 |
+
|
216 |
+
* Update: CSS Issue Fixed
|
217 |
+
* Added: Brand Logo background hover color and Image
|
218 |
+
* Added: Logo Hover transition time controller
|
219 |
+
* Added: Logo Box Shadow
|
220 |
+
|
221 |
+
<strong>Counter</strong>
|
222 |
+
|
223 |
+
* Fixed: Elementor Deprecated Function.
|
224 |
+
* Update: Alignment Style.
|
225 |
+
* Improve: CSS Style.
|
226 |
+
* Added: Counter Box & Counter Number Alignment Option.
|
227 |
+
|
228 |
+
<strong>Gallery Justify</strong>
|
229 |
+
|
230 |
+
* Fixed: Elementor Deprecated Function.
|
231 |
+
* Added: Box Shadow, Border Radius & Border Option.
|
232 |
+
* Update: CSS Style.
|
233 |
+
|
234 |
+
<strong>Image Grid</strong>
|
235 |
+
|
236 |
+
* Fixed: Elementor Deprecated Function.
|
237 |
+
* Update: CSS Style.
|
238 |
+
* Added: Image Grid Column Spacing Option.
|
239 |
+
|
240 |
+
<strong>Image Masonry</strong>
|
241 |
+
|
242 |
+
* Fixed: Elementor Deprecated Function.
|
243 |
+
* Update: CSS Style.
|
244 |
+
* Added: Image Masonry Box style Option.
|
245 |
+
|
246 |
+
|
247 |
+
<strong>Image Magnifier</strong>
|
248 |
+
|
249 |
+
* Fixed: Elementor Deprecated Function.
|
250 |
+
* Update: Image Magnifier Style.
|
251 |
+
|
252 |
+
<strong>Slider Thumbnail Gallery</strong>
|
253 |
+
|
254 |
+
* Update: Pagination style option
|
255 |
+
* Update: Arrow style option
|
256 |
+
* Update: Thumbnail style option
|
257 |
+
* Added: Sub title option
|
258 |
+
|
259 |
+
<strong>Popover</strong>
|
260 |
+
|
261 |
+
* Fixed: Responsive issues
|
262 |
+
* Update: Content style option
|
263 |
+
|
264 |
+
<strong>Flip Box</strong>
|
265 |
+
|
266 |
+
* Fixed: Alignment issues
|
267 |
+
* Fixed: SVG icon issues
|
268 |
+
* Update: Content style option
|
269 |
+
* Added: Two new layout
|
270 |
+
|
271 |
+
<strong>Instagram</strong>
|
272 |
+
|
273 |
+
* Added: Switcher option to open Instagram image link in new tab
|
274 |
+
|
275 |
= Version: 1.7.2 - Date: 2022-01-08 =
|
276 |
|
277 |
<strong>Twitter Feed</strong>
|