Version Description
- 04-20-2021 =
- Added 'dynamic tags' support for Elementor Pro
- Added 'read more text' label option for 'Blog List' and 'Blog Carousel' widgets
- Improved plugin widgets load
- Improved font inclusion compatibility
Download this release
Release Info
Developer | qodeinteractive |
Plugin | Qi Addons For Elementor |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.1.0
- assets/js/main.js +52 -60
- assets/js/main.min.js +1 -1
- class-qiaddonsforelementor.php +1 -1
- constants.php +1 -1
- inc/admin/inc/shortcodes/translators/elementor/class-qiaddonsforelementor-framework-elementor-translator.php +24 -14
- inc/blog/shortcodes/blog-list/class-qiaddonsforelementor-blog-list-shortcode.php +12 -1
- inc/blog/shortcodes/blog-slider/class-qiaddonsforelementor-blog-slider-shortcode.php +12 -1
- inc/plugins/woocommerce/shortcodes/add-to-cart-button/class-qiaddonsforelementor-add-to-cart-button-shortcode.php +5 -3
- inc/plugins/woocommerce/shortcodes/product-category-list/class-qiaddonsforelementor-product-category-list-shortcode.php +2 -1
- inc/plugins/woocommerce/shortcodes/product-list/class-qiaddonsforelementor-product-list-shortcode.php +5 -3
- inc/plugins/woocommerce/shortcodes/product-slider/class-qiaddonsforelementor-product-slider-shortcode.php +5 -3
- inc/shortcodes/banner/class-qiaddonsforelementor-banner-shortcode.php +3 -16
- inc/shortcodes/banner/templates/parts/link.php +4 -2
- inc/shortcodes/before-after/class-qiaddonsforelementor-before-after-shortcode.php +2 -0
- inc/shortcodes/business-hours/class-qiaddonsforelementor-business-hours-shortcode.php +1 -0
- inc/shortcodes/button/class-qiaddonsforelementor-button-shortcode.php +6 -15
- inc/shortcodes/button/variations/icon-boxed/templates/button.php +1 -1
- inc/shortcodes/button/variations/inner-border/templates/button.php +9 -5
- inc/shortcodes/button/variations/standard/templates/button.php +1 -1
- inc/shortcodes/call-to-action/variations/standard/templates/standard.php +2 -2
- inc/shortcodes/cards-gallery/class-qiaddonsforelementor-cards-gallery-shortcode.php +3 -13
- inc/shortcodes/cards-gallery/templates/cards-gallery.php +3 -3
- inc/shortcodes/class-qiaddonsforelementor-list-shortcode.php +1 -0
- inc/shortcodes/class-qiaddonsforelementor-slider-shortcode.php +1 -0
- inc/shortcodes/clients-list/class-qiaddonsforelementor-clients-list-shortcode.php +6 -12
- inc/shortcodes/clients-list/templates/client.php +3 -7
- inc/shortcodes/clients-list/templates/parts/title.php +3 -7
- inc/shortcodes/clients-slider/class-qiaddonsforelementor-clients-slider-shortcode.php +1 -7
- inc/shortcodes/clients-slider/templates/client.php +3 -7
- inc/shortcodes/clients-slider/templates/parts/title.php +3 -6
- inc/shortcodes/counter/class-qiaddonsforelementor-counter-shortcode.php +4 -3
- inc/shortcodes/counter/variations/simple/templates/parts/title.php +1 -7
- inc/shortcodes/dual-image-with-content/class-qiaddonsforelementor-dual-image-with-content-shortcode.php +9 -16
- inc/shortcodes/graphs/class-qiaddonsforelementor-graphs-shortcode.php +2 -0
- inc/shortcodes/helper.php +114 -4
- inc/shortcodes/highlight/class-qiaddonsforelementor-highlight-shortcode.php +1 -0
- inc/shortcodes/highlight/templates/highlight.php +1 -7
- inc/shortcodes/icon-with-text/class-qiaddonsforelementor-icon-with-text-shortcode.php +3 -13
- inc/shortcodes/icon-with-text/templates/parts/icon.php +5 -5
- inc/shortcodes/icon-with-text/templates/parts/title.php +3 -3
- inc/shortcodes/icon-with-text/variations/before-title/templates/parts/title.php +3 -3
- inc/shortcodes/image-gallery-pinterest/class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php +9 -7
- inc/shortcodes/image-gallery/class-qiaddonsforelementor-image-gallery-shortcode.php +8 -6
- inc/shortcodes/image-slider/class-qiaddonsforelementor-image-slider-shortcode.php +9 -6
- inc/shortcodes/info-button/class-qiaddonsforelementor-info-button-shortcode.php +3 -14
- inc/shortcodes/info-button/variations/icon-boxed/templates/button.php +4 -3
- inc/shortcodes/info-button/variations/standard/templates/button.php +1 -1
- inc/shortcodes/info-cards/class-qiaddonsforelementor-info-cards-shortcode.php +11 -25
- inc/shortcodes/info-cards/templates/parts/icon.php +4 -4
- inc/shortcodes/info-cards/templates/parts/title.php +3 -3
- inc/shortcodes/info-cards/variations/top/templates/top.php +2 -2
- inc/shortcodes/interactive-banner/class-qiaddonsforelementor-interactive-banner-shortcode.php +3 -16
- inc/shortcodes/interactive-banner/templates/parts/link.php +1 -1
- inc/shortcodes/interactive-link-showcase/class-qiaddonsforelementor-interactive-link-showcase-shortcode.php +3 -13
- inc/shortcodes/interactive-link-showcase/templates/parts/title.php +1 -1
- inc/shortcodes/interactive-link-showcase/variations/background/templates/background.php +0 -2
- inc/shortcodes/interactive-link-showcase/variations/split/templates/split.php +0 -2
- inc/shortcodes/interactive-link-showcase/variations/standard/templates/standard.php +0 -2
- inc/shortcodes/item-showcase/class-qiaddonsforelementor-item-showcase-shortcode.php +1 -7
- inc/shortcodes/item-showcase/templates/parts/icon.php +3 -3
- inc/shortcodes/item-showcase/templates/parts/title.php +2 -2
- inc/shortcodes/progress-bar-circle/class-qiaddonsforelementor-progress-bar-circle-shortcode.php +1 -1
- inc/shortcodes/progress-bar-horizontal/class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php +1 -1
- inc/shortcodes/progress-bar-vertical/class-qiaddonsforelementor-progress-bar-vertical-shortcode.php +1 -1
- inc/shortcodes/section-title/class-qiaddonsforelementor-section-title-shortcode.php +3 -0
- inc/shortcodes/team-member/class-qiaddonsforelementor-team-member-shortcode.php +7 -10
- inc/shortcodes/team-member/templates/post-info/social-icons.php +3 -3
- inc/shortcodes/timeline/class-qiaddonsforelementor-timeline-shortcode.php +2 -7
- inc/shortcodes/timeline/templates/parts/title.php +3 -3
- inc/shortcodes/typeout-text/class-qiaddonsforelementor-typeout-text-shortcode.php +1 -0
- languages/qi-addons-for-elementor.pot +1266 -1273
- readme.txt +7 -1
assets/js/main.js
CHANGED
@@ -1104,7 +1104,6 @@
|
|
1104 |
tooltip: {
|
1105 |
titleFont: {
|
1106 |
size: 13,
|
1107 |
-
style: 'regular',
|
1108 |
},
|
1109 |
displayColors: false,
|
1110 |
cornerRadius: 5,
|
@@ -1643,7 +1642,6 @@
|
|
1643 |
intersect: false,
|
1644 |
titleFont: {
|
1645 |
size: 13,
|
1646 |
-
style: 'regular',
|
1647 |
},
|
1648 |
displayColors: false,
|
1649 |
cornerRadius: 5,
|
@@ -2598,6 +2596,58 @@
|
|
2598 |
|
2599 |
})( jQuery );
|
2600 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2601 |
(function ( $ ) {
|
2602 |
'use strict';
|
2603 |
|
@@ -2864,58 +2914,6 @@
|
|
2864 |
|
2865 |
})( jQuery );
|
2866 |
|
2867 |
-
(function ( $ ) {
|
2868 |
-
'use strict';
|
2869 |
-
|
2870 |
-
qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_horizontal = {};
|
2871 |
-
|
2872 |
-
$( document ).ready(
|
2873 |
-
function () {
|
2874 |
-
qodefTabsHorizontal.init();
|
2875 |
-
}
|
2876 |
-
);
|
2877 |
-
|
2878 |
-
var qodefTabsHorizontal = {
|
2879 |
-
init: function () {
|
2880 |
-
this.holder = $( '.qodef-qi-tabs-horizontal' );
|
2881 |
-
|
2882 |
-
if ( this.holder.length ) {
|
2883 |
-
this.holder.each(
|
2884 |
-
function () {
|
2885 |
-
qodefTabsHorizontal.initItems( $( this ) );
|
2886 |
-
}
|
2887 |
-
);
|
2888 |
-
}
|
2889 |
-
},
|
2890 |
-
initItems: function ( $tabs ) {
|
2891 |
-
$tabs.children( '.qodef-tabs-horizontal-content' ).each(
|
2892 |
-
function ( index ) {
|
2893 |
-
index = index + 1;
|
2894 |
-
|
2895 |
-
var $that = $( this ),
|
2896 |
-
link = $that.attr( 'id' ),
|
2897 |
-
$navItem = $that.parent().find( '.qodef-tabs-horizontal-navigation li:nth-child(' + index + ') a' ),
|
2898 |
-
navLink = $navItem.attr( 'href' );
|
2899 |
-
|
2900 |
-
link = '#' + link;
|
2901 |
-
|
2902 |
-
if ( link.indexOf( navLink ) > -1 ) {
|
2903 |
-
$navItem.attr(
|
2904 |
-
'href',
|
2905 |
-
link
|
2906 |
-
);
|
2907 |
-
}
|
2908 |
-
}
|
2909 |
-
);
|
2910 |
-
|
2911 |
-
$tabs.addClass( 'qodef--init' ).tabs();
|
2912 |
-
}
|
2913 |
-
};
|
2914 |
-
|
2915 |
-
qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_horizontal.qodefTabsHorizontal = qodefTabsHorizontal;
|
2916 |
-
|
2917 |
-
})( jQuery );
|
2918 |
-
|
2919 |
(function ( $ ) {
|
2920 |
'use strict';
|
2921 |
|
@@ -3244,12 +3242,6 @@
|
|
3244 |
strings = $currentItem.data( 'strings' ),
|
3245 |
cursor = typeof $currentItem.data( 'cursor' ) !== 'undefined' ? $currentItem.data( 'cursor' ) : '';
|
3246 |
|
3247 |
-
$qodefTypeout.find( '.qodef-typeout-item' ).each(
|
3248 |
-
function () {
|
3249 |
-
strings.push( $( this ).text() );
|
3250 |
-
}
|
3251 |
-
);
|
3252 |
-
|
3253 |
$qodefTypeout.each(
|
3254 |
function () {
|
3255 |
var $this = $( this ),
|
1104 |
tooltip: {
|
1105 |
titleFont: {
|
1106 |
size: 13,
|
|
|
1107 |
},
|
1108 |
displayColors: false,
|
1109 |
cornerRadius: 5,
|
1642 |
intersect: false,
|
1643 |
titleFont: {
|
1644 |
size: 13,
|
|
|
1645 |
},
|
1646 |
displayColors: false,
|
1647 |
cornerRadius: 5,
|
2596 |
|
2597 |
})( jQuery );
|
2598 |
|
2599 |
+
(function ( $ ) {
|
2600 |
+
'use strict';
|
2601 |
+
|
2602 |
+
qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_horizontal = {};
|
2603 |
+
|
2604 |
+
$( document ).ready(
|
2605 |
+
function () {
|
2606 |
+
qodefTabsHorizontal.init();
|
2607 |
+
}
|
2608 |
+
);
|
2609 |
+
|
2610 |
+
var qodefTabsHorizontal = {
|
2611 |
+
init: function () {
|
2612 |
+
this.holder = $( '.qodef-qi-tabs-horizontal' );
|
2613 |
+
|
2614 |
+
if ( this.holder.length ) {
|
2615 |
+
this.holder.each(
|
2616 |
+
function () {
|
2617 |
+
qodefTabsHorizontal.initItems( $( this ) );
|
2618 |
+
}
|
2619 |
+
);
|
2620 |
+
}
|
2621 |
+
},
|
2622 |
+
initItems: function ( $tabs ) {
|
2623 |
+
$tabs.children( '.qodef-tabs-horizontal-content' ).each(
|
2624 |
+
function ( index ) {
|
2625 |
+
index = index + 1;
|
2626 |
+
|
2627 |
+
var $that = $( this ),
|
2628 |
+
link = $that.attr( 'id' ),
|
2629 |
+
$navItem = $that.parent().find( '.qodef-tabs-horizontal-navigation li:nth-child(' + index + ') a' ),
|
2630 |
+
navLink = $navItem.attr( 'href' );
|
2631 |
+
|
2632 |
+
link = '#' + link;
|
2633 |
+
|
2634 |
+
if ( link.indexOf( navLink ) > -1 ) {
|
2635 |
+
$navItem.attr(
|
2636 |
+
'href',
|
2637 |
+
link
|
2638 |
+
);
|
2639 |
+
}
|
2640 |
+
}
|
2641 |
+
);
|
2642 |
+
|
2643 |
+
$tabs.addClass( 'qodef--init' ).tabs();
|
2644 |
+
}
|
2645 |
+
};
|
2646 |
+
|
2647 |
+
qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_horizontal.qodefTabsHorizontal = qodefTabsHorizontal;
|
2648 |
+
|
2649 |
+
})( jQuery );
|
2650 |
+
|
2651 |
(function ( $ ) {
|
2652 |
'use strict';
|
2653 |
|
2914 |
|
2915 |
})( jQuery );
|
2916 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2917 |
(function ( $ ) {
|
2918 |
'use strict';
|
2919 |
|
3242 |
strings = $currentItem.data( 'strings' ),
|
3243 |
cursor = typeof $currentItem.data( 'cursor' ) !== 'undefined' ? $currentItem.data( 'cursor' ) : '';
|
3244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3245 |
$qodefTypeout.each(
|
3246 |
function () {
|
3247 |
var $this = $( this ),
|
assets/js/main.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(i){"use strict";window.qodefAddonsCore={},qodefAddonsCore.shortcodes={},qodefAddonsCore.body=i("body"),qodefAddonsCore.html=i("html"),qodefAddonsCore.windowWidth=i(window).width(),qodefAddonsCore.windowHeight=i(window).height(),qodefAddonsCore.scroll=0,i(document).ready(function(){qodefAddonsCore.scroll=i(window).scrollTop(),C.init(),e.init(),t.init()}),i(window).resize(function(){qodefAddonsCore.windowWidth=i(window).width(),qodefAddonsCore.windowHeight=i(window).height()}),i(window).scroll(function(){qodefAddonsCore.scroll=i(window).scrollTop()}),i(window).load(function(){o.init()});var C={init:function(e){this.holder=i(".qodef-qi-swiper-container"),i.extend(this.holder,e),this.holder.length&&this.holder.each(function(){C.initSlider(i(this))})},initSlider:function(e){var o=C.getOptions(e),t=C.getEvents(e,o);new Swiper(e,Object.assign(o,t))},getOptions:function(e){var o=void 0!==e.data("options")?e.data("options"):{},t=void 0!==o.partialValue&&""!==o.partialValue?parseFloat(o.partialValue):0,n=void 0!==o.spaceBetween&&""!==o.spaceBetween?o.spaceBetween:0,i=void 0!==o.spaceBetweenTablet&&""!==o.spaceBetweenTablet?o.spaceBetweenTablet:0,d=void 0!==o.spaceBetweenMobile&&""!==o.spaceBetweenMobile?o.spaceBetweenMobile:0,r=void 0!==o.slidesPerView&&""!==o.slidesPerView?"auto"===o.slidesPerView?"auto":parseInt(o.slidesPerView)+t:1+t,a=void 0!==o.centeredSlides&&""!==o.centeredSlides&&o.centeredSlides,s=void 0!==o.sliderScroll&&""!==o.sliderScroll&&o.sliderScroll,l=void 0!==o.effect&&""!==o.effect?o.effect:"slide",f=void 0===o.loop||""===o.loop||o.loop,c=void 0===o.autoplay||""===o.autoplay||o.autoplay,h=void 0!==o.speed&&""!==o.speed?parseInt(o.speed,10):5e3,u=void 0!==o.speedAnimation&&""!==o.speedAnimation?parseInt(o.speedAnimation,10):800,q=void 0!==o.customStages&&""!==o.customStages&&o.customStages,m=void 0!==o.outsideNavigation&&"yes"===o.outsideNavigation,_=m?".swiper-button-next-"+o.unique:e.find(".swiper-button-next"),p=m?".swiper-button-prev-"+o.unique:e.find(".swiper-button-prev"),g=void 0!==o.outsidePagination&&"yes"===o.outsidePagination?".swiper-pagination-"+o.unique:e.find(".swiper-pagination");!1!==c&&5e3!==h?c={delay:h,disableOnInteraction:!1}:!1!==c&&(c={disableOnInteraction:!1});var v=void 0!==o.slidesPerView1440&&""!==o.slidesPerView1440?parseInt(o.slidesPerView1440,10)+t:"auto"===o.slidesPerView?"auto":5+t,b=void 0!==o.slidesPerView1366&&""!==o.slidesPerView1366?parseInt(o.slidesPerView1366,10)+t:"auto"===o.slidesPerView?"auto":4+t,w=void 0!==o.slidesPerView1024&&""!==o.slidesPerView1024?parseInt(o.slidesPerView1024,10)+t:"auto"===o.slidesPerView?"auto":3+t,m=void 0!==o.slidesPerView768&&""!==o.slidesPerView768?parseInt(o.slidesPerView768,10)+t:"auto"===o.slidesPerView?"auto":2+t,h=void 0!==o.slidesPerView680&&""!==o.slidesPerView680?parseInt(o.slidesPerView680,10)+t:"auto"===o.slidesPerView?"auto":1+t,t=void 0!==o.slidesPerView480&&""!==o.slidesPerView480?parseInt(o.slidesPerView480,10)+t:"auto"===o.slidesPerView?"auto":1+t;return q||(r<2?m=w=b=v=r:r<3?w=b=v=r:r<4?b=v=r:r<5&&(v=r)),Object.assign({slidesPerView:r,centeredSlides:a,sliderScroll:s,loopedSlides:"12",spaceBetween:n,effect:l,autoplay:c,loop:f,speed:u,navigation:{nextEl:_,prevEl:p},pagination:{el:g,type:"bullets",clickable:!0},grabCursor:!0,breakpoints:{0:{slidesPerView:t,spaceBetween:d},481:{slidesPerView:h,spaceBetween:d},681:{slidesPerView:m,spaceBetween:i},769:{slidesPerView:w,spaceBetween:i},1025:{slidesPerView:b},1367:{slidesPerView:v},1441:{slidesPerView:r}}},C.getSliderDatas(e))},getSliderDatas:function(e){var o,t=e.data(),n={};for(o in t)t.hasOwnProperty(o)&&"options"!==o&&void 0!==t[o]&&""!==t[o]&&(n[o]=t[o]);return n},getEvents:function(t,e){return{on:{init:function(){var o;t.addClass("qodef-swiper--initialized"),e.sliderScroll&&(o=!1,t.on("mousewheel",function(e){e.preventDefault(),o||(o=!0,e.deltaY<0?t[0].swiper.slideNext():t[0].swiper.slidePrev(),setTimeout(function(){o=!1},1e3))})),qodefAddonsCore.body.trigger("qodefAddons_trigger_after_swiper_init",[t,e])}}}}};qodefAddonsCore.qodefSwiper=C,"function"!=typeof Object.assign&&(Object.assign=function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);for(var o=1;o<arguments.length;o++){var t=arguments[o];if(null!==t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e});var e={init:function(){if(this.holder=i(".qodef-qi-fslightbox-popup"),this.holder.length){refreshFsLightbox();for(const n in fsLightboxInstances)fsLightboxInstances[n].props.onInit=()=>{var e=fsLightboxInstances[n].elements.container,o=e.querySelectorAll(".fslightbox-slide-btn-container-previous > .fslightbox-slide-btn"),t=e.querySelectorAll(".fslightbox-slide-btn-container-next > .fslightbox-slide-btn"),e=e.querySelectorAll('[title="Close"]');o[0].innerHTML=qodefGlobal.vars.iconArrowLeft,t[0].innerHTML=qodefGlobal.vars.iconArrowRight,e[0].innerHTML=qodefGlobal.vars.iconClose}}}};qodefAddonsCore.qodefLightboxPopup=e;var o={init:function(){this.holder=i(".qodef-qi--has-appear:not(.qodef-qi--appeared)"),this.holder.length&&this.holder.each(function(){var e,o,t=i(this),e=(e=10,o=400,Math.floor(Math.random()*(o-e)+e)),n=i(this).attr("data-appear-delay");n?(n="random"===n?e:n,qodefAddonsCore.qodefIsInViewport.check(t,function(){setTimeout(function(){t.addClass("qodef-qi--appeared")},n)})):qodefAddonsCore.qodefIsInViewport.check(t,function(){t.addClass("qodef-qi--appeared")})})}};qodefAddonsCore.qodefAppear=o,qodefAddonsCore.qodefIsInViewport={check:function(o,t,n){var e,i;o.length&&(e=void 0!==o.data("viewport-offset")?o.data("viewport-offset"):.15,(i=new IntersectionObserver(function(e){!0===e[0].isIntersecting&&(t.call(o),!1!==n&&i.disconnect())},{threshold:[e]})).observe(o[0]))}};var t={init:function(){var e;this.holder=i("#qi-addons-for-elementor-page-inline-style"),!this.holder.length||(e=this.holder.data("style")).length&&i("head").append('<style type="text/css">'+e+"</style>")}};qodefAddonsCore.qodefWaitForImages={check:function(e,o){if(e.length){var t=e.find("img");if(t.length)for(var n=0,i=0;i<t.length;i++){var d,r=t[i];r.complete?++n===t.length&&o.call(e):((d=new Image).addEventListener("load",function(){if(++n===t.length)return o.call(e),!1},!1),d.src=r.src)}}}}}(jQuery),function(o){"use strict";o(document).ready(function(){i.init()}),o(window).resize(function(){i.reInit()}),o(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementor.channels.editor.on("change",function(){i.init()})});var i={init:function(e){this.holder=o(".qodef-layout--qi-masonry"),o.extend(this.holder,e),this.holder.length&&this.holder.each(function(){i.createMasonry(o(this))})},reInit:function(e){this.holder=o(".qodef-layout--qi-masonry"),o.extend(this.holder,e),this.holder.length&&this.holder.each(function(){var e=o(this).find(".qodef-grid-inner");"function"==typeof e.isotope&&e.isotope("layout")})},createMasonry:function(o){var t=o.find(".qodef-grid-inner"),n=t.find(".qodef-grid-item");qodefAddonsCore.qodefWaitForImages.check(t,function(){var e;"function"==typeof t.isotope&&(t.isotope({layoutMode:"packery",itemSelector:".qodef-grid-item",percentPosition:!0,masonry:{columnWidth:".qodef-grid-masonry-sizer",gutter:".qodef-grid-masonry-gutter"}}),o.hasClass("qodef-items--fixed")&&(e=i.getFixedImageSize(t,n),i.setFixedImageProportionSize(t,n,e)),t.isotope("layout")),t.addClass("qodef--masonry-init")})},getFixedImageSize:function(e,o){var t=e.find(".qodef-item--square");if(t.length){var n=t.find("img"),t=n.width(),n=n.height();return t!==n?Math.round(n):Math.round(t)}e=e.find(".qodef-grid-masonry-sizer").width(),o=parseInt(o.css("paddingLeft"),10);return Math.round(e-2*o)},setFixedImageProportionSize:function(e,o,t){var n=parseInt(o.css("paddingLeft")),i=(e.find(".qodef-item--square"),e.find(".qodef-item--landscape")),d=e.find(".qodef-item--portrait"),r=e.find(".qodef-item--huge-square"),e=qodefAddonsCore.windowWidth<=680;o.css("height",t),i.length&&i.css("height",Math.round(t/2)),d.length&&d.css("height",Math.round(2*(t+n))),e||(i.length&&i.css("height",t),r.length&&r.css("height",Math.round(2*(t+n))))}};qodefAddonsCore.qodefMasonryLayout=i}(jQuery),function(n){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_accordion={},n(document).ready(function(){o.init()});var o={init:function(){this.holder=n(".qodef-qi-accordion"),this.holder.length&&this.holder.each(function(){o.initItem(n(this))})},initItem:function(e){e.hasClass("qodef-behavior--accordion")&&o.initAccordion(e),e.hasClass("qodef-behavior--toggle")&&o.initToggle(e),e.addClass("qodef--init")},initAccordion:function(e){e.accordion({animate:"swing",collapsible:!0,active:0,icons:"",heightStyle:"auto"})},initToggle:function(e){var o=e.find(".qodef-e-title-holder"),t=o.next();e.addClass("accordion ui-accordion ui-accordion-icons ui-widget ui-helper-reset"),o.addClass("ui-accordion-header ui-state-default ui-corner-top ui-corner-bottom"),t.addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom").hide(),o.each(function(){var e=n(this);e.hover(function(){e.toggleClass("ui-state-hover")}),e.on("click",function(){e.toggleClass("ui-accordion-header-active ui-state-active ui-state-default ui-corner-bottom"),e.next().toggleClass("ui-accordion-content-active").slideToggle(400)})})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_accordion.qodefAccordion=o}(jQuery),function(d){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_animated_text={},d(document).ready(function(){e.init()});var e={init:function(){this.holder=d(".qodef-qi-animated-text.qodef--animated-by-letter"),this.holder.length&&this.holder.each(function(){e.initItem(d(this))})},initItem:function(i){i.find(".qodef-e-word-holder").each(function(){let e=d(this).text(),o="";for(var t=0;t<e.length;t++)o+='<span class="qodef-e-character">'+e.charAt(t)+"</span>";d(this).html(o)});let e=i.find(".qodef-e-character");e.each(function(e){let o=d(this),t=i.hasClass("qodef--appear-from-left")?40:60,n=e*t+"ms";o.css("transition-delay",n)})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_animated_text.qodefAppear=qodefAddonsCore.qodefAppear,qodefAddonsCore.shortcodes.qi_addons_for_elementor_animated_text.qodefAnimatedText=e}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_before_after={},e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-before-after"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o=e.find(".qodef-before-after-image-holder"),t=o.data("offset")/100,n="horizontal",i=o.siblings(".qodef-handle-text");o.parents(".qodef-qi-before-after").hasClass("qodef--vertical")&&(n="vertical"),qodefAddonsCore.qodefWaitForImages.check(o,function(){o.css("visibility","visible"),o.twentytwenty({orientation:n,default_offset_pct:t}),i.length&&o.find(".twentytwenty-handle").prepend(i)})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_before_after.qodefBeforeAfter=o}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_button={},e(document).ready(function(){o.init()}),e(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementor.channels.editor.on("change",function(){o.init()})});var o={init:function(){this.holder=e(".qodef-qi-button"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o;e.hasClass("qodef-type--icon-boxed")&&(o=e.find(".qodef-m-icon"),e=e.find(".qodef-m-text").outerHeight(),o.css("width",e))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_button.qodefButton=o}(jQuery),function(r){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_cards_gallery={},r(document).ready(function(){e.init()});var e={init:function(){this.holder=r(".qodef-qi-cards-gallery"),this.holder.length&&this.holder.each(function(){e.initItem(r(this))})},initItem:function(t){var n,i=t.find(".qodef-m-card"),d=t.data("orientation");switch(d){case"left":n="0 0 0 20%";break;case"right":n="0 20% 0 0"}r(i.get().reverse()).each(function(e){var o=r(this);o.on("click",function(){if(!i.last().is(o))return"both"===d&&(n=o.index()%2?"0 0 0 20%":"0 0 0 -20%"),o.addClass("qodef-out").animate({margin:n},200,"swing",function(){o.detach(),o.insertAfter(i.last()).animate({margin:"0"},200,"swing",function(){o.removeClass("qodef-out")}),i=t.find(".qodef-m-card")}),!1})})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_cards_gallery.qodefCardsGallery=e}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_charts={},e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-charts"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){qodefAddonsCore.qodefIsInViewport.check(e,function(){o.generateChartData(e)})},generateChartData:function(i){var e=(e=i.data("type"))?"pie":"doughnut",o=i.data("values"),t=i.data("labels"),d=i.data("background-colors"),r=i.data("hover-background-colors"),n=i.data("border-colors"),a=i.data("hover-border-colors"),s=i.data("border-width"),l=i.data("hover-border-width"),f=i.data("enable-legend"),c=i.data("legend-position"),h=i.data("legend-alignment"),u=i.data("legend-bar-width"),q=i.data("legend-bar-height"),m=i.data("legend-bar-margin"),_=i.data("legend-label-color"),p=i.data("legend-label-font"),g=i.data("legend-label-font-size"),v=i.data("legend-label-font-weight"),b=i.data("legend-label-line-height"),w=i.data("aspect-ratio");let C=i.data("pattern-images"),y=!1,A,x={type:e,data:{datasets:[{data:o,backgroundColor:d,hoverBackgroundColor:r,borderColor:n,hoverBorderColor:a,borderWidth:s,hoverBorderWidth:l,borderAlign:"center",pattern:C}],labels:t},options:{responsive:!0,aspectRatio:w,animation:{animateScale:!0,animateRotate:!0},plugins:{legend:{display:f,position:c,align:h,labels:{boxWidth:u,boxHeight:q,padding:m,color:_,font:{family:p,size:g,weight:v,lineHeight:b}}},tooltip:{titleFont:{size:13,style:"regular"},displayColors:!1,cornerRadius:5,caretSize:6}}}};i.addClass("qodef--init"),C.forEach(function(e,t){var n;e&&(y=!0,(n=new Image).src=C[t],n.onload=function(){var e=i.find("canvas")[0].getContext("2d"),o=e.createPattern(n,"repeat");d[t]=o,r[t]=o,A=new Chart(e,x)})}),y||(b=i.find("canvas"),A=new Chart(b,x))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_charts.qodefCharts=o}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_clients_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_clients_slider.qodefSwiper=qodefAddonsCore.qodefSwiper}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_countdown={},e(document).ready(function(){t.init()});var t={init:function(){this.countdowns=e(".qodef-qi-countdown"),this.countdowns.length&&this.countdowns.each(function(){t.initItem(e(this))})},initItem:function(e){var o=e.find(".qodef-m-date"),e=t.generateOptions(e);t.initCountdown(o,e)},generateOptions:function(e){var o={};return o.date=void 0!==e.data("date")?e.data("date"):null,o.hide=void 0!==e.data("hide")?e.data("hide"):null,o.monthLabel=void 0!==e.data("month-label")?e.data("month-label"):"Month",o.monthLabelPlural=void 0!==e.data("month-label-plural")?e.data("month-label-plural"):"Months",o.dayLabel=void 0!==e.data("day-label")?e.data("day-label"):"Day",o.dayLabelPlural=void 0!==e.data("day-label-plural")?e.data("day-label-plural"):"Days",o.hourLabel=void 0!==e.data("hour-label")?e.data("hour-label"):"Hour",o.hourLabelPlural=void 0!==e.data("hour-label-plural")?e.data("hour-label-plural"):"Hours",o.minuteLabel=void 0!==e.data("minute-label")?e.data("minute-label"):"Minute",o.minuteLabelPlural=void 0!==e.data("minute-label-plural")?e.data("minute-label-plural"):"Minutes",o.secondLabel=void 0!==e.data("second-label")?e.data("second-label"):"Second",o.secondLabelPlural=void 0!==e.data("second-label-plural")?e.data("second-label-plural"):"Seconds",o},initCountdown:function(c,h){var u=new Date(h.date).getTime(),q=setInterval(function(){var e=(new Date).getTime(),o=u-e,t=Math.floor(o/2592e6),n=Math.floor(o%2592e6/864e5),i=Math.floor(o%864e5/36e5),d=Math.floor(o%36e5/6e4),r=Math.floor(o%6e4/1e3);"mon"===h.hide&&(n=Math.floor(o/864e5));var a=c.find(".qodef-months"),s=c.find(".qodef-days"),l=c.find(".qodef-hours"),f=c.find(".qodef-minutes"),e=c.find(".qodef-seconds");a.find(".qodef-label").html(1===t?h.monthLabel:h.monthLabelPlural),s.find(".qodef-label").html(1===n?h.dayLabel:h.dayLabelPlural),l.find(".qodef-label").html(1===i?h.hourLabel:h.hourLabelPlural),f.find(".qodef-label").html(1===d?h.minuteLabel:h.minuteLabelPlural),e.find(".qodef-label").html(1===r?h.secondLabel:h.secondLabelPlural),t=t<10?"0"+t:t,n=n<10?"0"+n:n,i=i<10?"0"+i:i,d=d<10?"0"+d:d,r=r<10?"0"+r:r,a.find(".qodef-digit").html(t),s.find(".qodef-digit").html(n),l.find(".qodef-digit").html(i),f.find(".qodef-digit").html(d),e.find(".qodef-digit").html(r),o<0&&(clearInterval(q),a.find(".qodef-label").html(h.monthLabelPlural),s.find(".qodef-label").html(h.dayLabelPlural),l.find(".qodef-label").html(h.hourLabelPlural),f.find(".qodef-label").html(h.minuteLabelPlural),e.find(".qodef-label").html(h.secondLabelPlural),a.find(".qodef-digit").html("00"),s.find(".qodef-digit").html("00"),l.find(".qodef-digit").html("00"),f.find(".qodef-digit").html("00"),e.find(".qodef-digit").html("00"))},1e3)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_countdown.qodefCountdown=t}(jQuery),function(r){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_counter={},r(document).ready(function(){n.init()});var n={init:function(){this.counters=r(".qodef-qi-counter"),this.counters.length&&this.counters.each(function(){n.initItem(r(this))})},initItem:function(e){var o=e.find(".qodef-m-digit"),t=n.generateOptions(e);qodefAddonsCore.qodefIsInViewport.check(e,function(){n.counterScript(o,t)})},generateOptions:function(e){var o={};return o.start=void 0!==e.data("start-digit")&&""!==e.data("start-digit")?e.data("start-digit"):0,o.end=void 0!==e.data("end-digit")&&""!==e.data("end-digit")?e.data("end-digit"):null,o.step=void 0!==e.data("step-digit")&&""!==e.data("step-digit")?e.data("step-digit"):1,o.delay=void 0!==e.data("step-delay")&&""!==e.data("step-delay")?parseInt(e.data("step-delay"),10):100,o.txt=void 0!==e.data("digit-label")&&""!==e.data("digit-label")?String(e.data("digit-label")):"",o},counterScript:function(e,o){var t=r.extend({start:0,end:null,step:1,delay:50,txt:""},o||{}),n=t.start,i=t.end;e.text(n+t.txt);var d=setInterval(function(){null!==i&&i<=n||(n+=t.step,i<=n&&(n=i,clearInterval(d)),e.text(n+t.txt))},t.delay)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_counter.qodefCounter=n}(jQuery),function(t){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_carousel={},t(document).ready(function(){e.init()});var e={init:function(){this.sliders=t(".qodef-qi-device-carousel"),this.sliders.length&&this.sliders.each(function(){e.initItem(t(this))})},initItem:function(e){const o=e.find(".qodef-device-carousel-device .qodef-qi-swiper-container");o.each(function(){let e=t(this);e.hasClass("qodef-swiper--initialized")||qodefAddonsCore.qodefSwiper.initSlider(e)})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_carousel.qodefSwiper=qodefAddonsCore.qodefSwiper,qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_carousel.qodefDeviceCarousel=e}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_slider.qodefSwiper=qodefAddonsCore.qodefSwiper}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_faq={},e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-faq.qodef-behavior--accordion"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o;e.hasClass("qodef-behavior--accordion")&&(o=0,e.hasClass("qodef-closed")&&(o=!1),e.accordion({animate:"swing",collapsible:!0,active:o,icons:"",heightStyle:"content"}),e.addClass("qodef--init"))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_faq.qodefFAQ=o}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_graphs={},e(document).ready(function(){n.init()});var n={init:function(){this.holder=e(".qodef-qi-graphs"),this.holder.length&&this.holder.each(function(){n.initItem(e(this))})},initItem:function(t){qodefAddonsCore.qodefIsInViewport.check(t,function(){t.addClass("qodef--init");var e=t.find("canvas"),o=n.generateChartData(t,e);new Chart(e,o)})},generateChartData:function(e,o){var t=(t=e.data("type"))?"line":"bar",n=e.data("ticks"),i=e.data("fill"),d=e.data("linear"),r=e.data("values"),a=e.data("item-labels"),s=e.data("labels"),l=e.data("background-colors"),f=e.data("hover-background-colors"),c=e.data("border-colors"),h=e.data("hover-border-colors"),u=e.data("border-width"),q=e.data("hover-border-width"),m=e.data("bar-size"),_=e.data("cat-size"),p=e.data("enable-legend"),g=e.data("legend-position"),v=e.data("legend-alignment"),b=e.data("legend-bar-width"),w=e.data("legend-bar-height"),C=e.data("legend-bar-margin"),y=e.data("legend-label-color"),A=e.data("legend-label-font"),x=e.data("legend-label-font-size"),e=e.data("legend-label-font-weight"),I=[];return r.forEach(function(e,o){var t={};t.data=r[o].split(","),t.label=a[o],t.backgroundColor=l[o],t.hoverBackgroundColor=f[o],t.borderColor=c[o],t.hoverBorderColor=h[o],t.borderWidth=u,t.hoverBorderWidth=q,t.pointBackgroundColor="rgba(0,0,0,0)",t.pointBorderColor="rgba(0,0,0,0)",t.pointHoverBackgroundColor="rgba(0,0,0,0)",t.pointHoverBorderColor="rgba(0,0,0,0)",t.cubicInterpolationMode="default",t.fill=i[o],t.barPercentage=m,t.categoryPercentage=_,t.tension=d[o],I.push(t)}),qodefAddonsCore.windowWidth<=480&&(p=!1),{type:t,data:{labels:s,datasets:I},options:{responsive:!0,aspectRatio:1.7,hover:{mode:"nearest",intersect:!0},plugins:{legend:{display:p,position:g,align:v,labels:{boxWidth:b,boxHeight:w,padding:C,color:y,font:{family:A,size:x,weight:e}}},tooltip:{mode:"nearest",intersect:!1,titleFont:{size:13,style:"regular"},displayColors:!1,cornerRadius:5,caretSize:6}},scales:{x:{display:!0,scaleLabel:{display:!0},ticks:{color:"#c4c4c4",font:{family:'"DM Sans"',size:16},padding:10},grid:{color:"#dbdbdb",tickLength:30}},y:{display:!0,scaleLabel:{display:!0},suggestedMax:n.max,suggestedMin:n.min,ticks:{stepSize:n.step,color:"#c4c4c4",font:{family:'"DM Sans"',size:16},padding:10},gridLines:{color:"#dbdbdb",tickMarkLength:30}}}}}}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_graphs.qodefGraphs=n}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_icon_with_text={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_icon_with_text.qodefAppear=qodefAddonsCore.qodefAppear}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery.qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_masonry={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_masonry.qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout,qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_masonry.qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_pinterest={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_pinterest.qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout,qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_pinterest.qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_slider.qodefSwiper=qodefAddonsCore.qodefSwiper,qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_slider.qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_info_button={},e(document).ready(function(){o.init()}),e(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementor.channels.editor.on("change",function(){o.init()})});var o={init:function(){this.holder=e(".qodef-qi-info-button"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o;e.hasClass("qodef-type--icon-boxed")&&(o=e.find(".qodef-m-icon"),e=e.find(".qodef-m-text-holder").outerHeight(),o.css("width",e))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_info_button.qodefInfoButton=o}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_banner={}}(jQuery),function(i){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_link_showcase={},i(document).ready(function(){e.init()});var e={init:function(){this.holder=i(".qodef-qi-interactive-link-showcase"),this.holder.length&&this.holder.each(function(){e.initItem(i(this))})},initItem:function(e){var t=e.find(".qodef-e-image"),n=e.find(".qodef-m-item");t.eq(0).addClass("qodef--active"),n.eq(0).addClass("qodef--active"),n.on("touchstart mouseenter",function(e){var o=i(this);(!qodefAddonsCore.html.hasClass("touchevents")||!o.hasClass("qodef--active")&&680<qodefAddonsCore.windowWidth)&&(e.preventDefault(),t.removeClass("qodef--active").eq(o.index()).addClass("qodef--active"),n.removeClass("qodef--active").eq(o.index()).addClass("qodef--active"))}).on("touchend mouseleave",function(){var e=i(this);(!qodefAddonsCore.html.hasClass("touchevents")||!e.hasClass("qodef--active")&&680<qodefAddonsCore.windowWidth)&&(n.removeClass("qodef--active").eq(e.index()).addClass("qodef--active"),t.removeClass("qodef--active").eq(e.index()).addClass("qodef--active"))}),e.addClass("qodef--init")}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_link_showcase.qodefInteractiveLinkShowcase=e}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_item_showcase={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_item_showcase.qodefAppear=qodefAddonsCore.qodefAppear}(jQuery),function(t){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_message_box={},t(document).ready(function(){e.init()});var e={init:function(){this.holder=t(".qodef-qi-message-box"),this.holder.length&&this.holder.each(function(){e.initItem(t(this))})},initItem:function(e){let o=e.closest(".elementor-element");o.addClass("q-message-box-holder"),e.find(".qodef-m-close-icon").on("click",function(e){t(this).parent().addClass("qodef-hidden"),o.addClass("qodef-hidden"),o.animate({height:0},{queue:!1})})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_message_box.qodefMessageBoxList=e}(jQuery),function(a){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_parallax_images={},a(document).ready(function(){o.init()});var o={init:function(){this.images=a(".qodef-qi-parallax-images"),this.images.length&&(a(window).on("load",function(){o.initParallaxElements()}),this.images.each(function(){o.initItem(a(this))}))},initItem:function(e){o.parallaxElements(e)},parallaxElements:function(e){var o=e.find(".qodef-m-images"),t=o.find(".qodef-e-parallax-image"),n=o.find(".qodef-e-main-image img"),i=o.find(".qodef-e-main-image").attr("data-parallax-main"),e=40,d=-50,o=30,r=15;1024<qodefAddonsCore.windowWidth&&(void 0!==i&&!1!==i&&(e=i,o=Math.abs(parseInt(e/.9,10))),n.attr("data-parallax",'{"y" : '+e+' , "smoothness": '+o+"}"),t.each(function(){var e=a(this),o=e.find("img"),e=e.attr("data-parallax");void 0!==e&&!1!==e&&(d=e,r=Math.abs(parseInt(d/2.5,10))),o.attr("data-parallax",'{"y" : '+d+' , "smoothness": '+r+"}")}))},initParallaxElements:function(){a(".qodef-qi-parallax-images [data-parallax]").length&&ParallaxScroll.init()}};a(window).on("load",function(){this.images=a(".qodef-qi-parallax-images"),this.images.length&&(o.initParallaxElements(),setTimeout(function(){qodefAddonsCore.body.hasClass("e--ua-firefox")&&o.initParallaxElements()},300))}),qodefAddonsCore.shortcodes.qi_addons_for_elementor_parallax_images.qodefParallaxImages=o}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_preview_slider={},e(document).ready(function(){o.init()});var o={init:function(){this.sliders=e(".qodef-qi-preview-slider"),this.sliders.length&&this.sliders.each(function(){o.initItem(e(this))})},initItem:function(e){var o=e.find("> .qodef-qi-swiper-container .swiper-slide-active"),t=e.find(".qodef-preview-slider-device-holder"),n=e.find("> .qodef-qi-swiper-container"),i=e.find(".qodef-preview-slider-device-holder .qodef-qi-swiper-container");t.width(o.width()),t.css("top",o.height()),t=n.find(".swiper-slide").length,(o=i[0].swiper.params).loopedSlides=t,o.autoplay="false",n[0].swiper.autoplay.stop(),i[0].swiper.destroy();let d=new Swiper(i,Object.assign(o));n[0].swiper.controller.control=d,n[0].swiper.controller.by="slide",n[0].swiper.controller.inverse=!0,d.controller.control=n[0].swiper,n[0].swiper.autoplay.start(),e.addClass("qodef--visible")}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_preview_slider.qodefSwiper=qodefAddonsCore.qodefSwiper,qodefAddonsCore.shortcodes.qi_addons_for_elementor_preview_slider.qodefPreviewSlider=o}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_process={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_process.qodefAppear=qodefAddonsCore.qodefAppear}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_circle={},e(document).ready(function(){i.init()});var i={init:function(){this.holder=e(".qodef-qi-progress-bar-circle"),this.holder.length&&this.holder.each(function(){i.initItem(e(this))})},initItem:function(n){qodefAddonsCore.qodefIsInViewport.check(n,function(){n.addClass("qodef--init");var e=n.find(".qodef-m-canvas"),o=i.generateBarData(n),t=n.data("number")/100;i.initCircleBar(e,o,t)})},generateBarData:function(e){var o=e.data("active-line-width"),t=e.data("active-line-color"),n=e.data("inactive-line-width"),i=e.data("inactive-line-color"),d=void 0!==e.data("duration")&&""!==e.data("duration")?parseInt(e.data("duration"),10):1200,r=e.data("text-color"),e=e.width();return{color:t,strokeWidth:100*o/e,trailColor:i,trailWidth:100*n/e,svgStyle:{display:"block",width:"100%"},text:{className:"qodef-m-value",style:{color:r},autoStyleContainer:!1},easing:"linear",duration:d,from:{color:i},to:{color:t},step:function(e,o){o.setText(Math.round(100*o.value())+'<sup class="qodef-m-percentage">%</sup>')}}},initCircleBar:function(e,o,t){i.checkBar(e)&&new ProgressBar.Circle(e[0],o).animate(t)},checkBar:function(e){return!e.find("svg").length}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_circle.qodefProgressBar=i}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_horizontal={},e(document).ready(function(){i.init()});var i={init:function(){this.holder=e(".qodef-qi-progress-bar-horizontal"),this.holder.length&&this.holder.each(function(){i.initItem(e(this))})},initItem:function(n){qodefAddonsCore.qodefIsInViewport.check(n,function(){n.addClass("qodef--init");var e=n.find(".qodef-m-canvas"),o=i.generateBarData(n),t=n.data("number")/100;i.initHorizontalBar(e,o,t,n)})},generateBarData:function(t){var e=t.data("active-line-width"),o=t.data("active-line-color"),n=t.data("inactive-line-width"),i=t.data("inactive-line-color"),d=void 0!==t.data("duration")&&""!==t.data("duration")?parseInt(t.data("duration"),10):1200,r=t.data("percentage-type"),a=t.width();return{color:o,strokeWidth:100*e/a,trailColor:i,trailWidth:100*n/a,svgStyle:{display:"block",width:"100%"},easing:"easeInOut",duration:d,from:{color:i},to:{color:o},step:function(e,o){o=Math.round(100*o.value());t.find(".qodef-m-value-inner").html(o+'<span class="qodef-m-percentage">%</span>'),"floating-above"!==r&&"floating-on"!==r||(t.find(".qodef-m-value")[0].style.left=o+"%")}}},initHorizontalBar:function(e,o,t,n){i.checkBar(e)&&(e=new ProgressBar.Line(e[0],o),"yes"===n.data("gradient-fill")&&i.generateGradient(n),void 0!==(o=n.data("pattern"))&&n.find("svg").css("background-image",'url("'+o+'")'),e.animate(t))},checkBar:function(e){return!e.find("svg").length},generateGradient:function(e){for(var o="http://www.w3.org/2000/svg",t=document.createElementNS(o,"defs"),n=document.createElementNS(o,"linearGradient"),i=[{color:e.data("gradient-start"),offset:"0%"},{color:e.data("gradient-end"),offset:"100%"}],d=0,r=i.length;d<r;d++){var a=document.createElementNS(o,"stop");a.setAttribute("offset",i[d].offset),a.setAttribute("stop-color",i[d].color),n.appendChild(a)}n.id="Gradient-"+e.data("rand-id"),n.setAttribute("gradientUnits","userSpaceOnUse"),n.setAttribute("x1","0"),n.setAttribute("x2",e.data("number")+"%"),n.setAttribute("y1","0"),n.setAttribute("y2","0"),t.appendChild(n),e[0].querySelector(".qodef-m-canvas svg").appendChild(t),e[0].querySelector(".qodef-m-canvas svg path:nth-child(2)").setAttribute("stroke","url(#Gradient-"+e.data("rand-id")+")")}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_horizontal.qodefProgressBar=i}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_vertical={},e(document).ready(function(){a.init()});var a={init:function(){this.holder=e(".qodef-qi-progress-bar-vertical"),this.holder.length&&this.holder.each(function(){a.initItem(e(this))})},initItem:function(n){qodefAddonsCore.qodefIsInViewport.check(n,function(){n.addClass("qodef--init");var e=n.find(".qodef-m-canvas"),o=a.generateBarData(n),t=n.data("number")/100;a.initVerticalBar(e,o,t,n),n.hasClass("qodef-percentage--floating-top")&&n.find(".qodef-m-inner").width(n.find(".qodef-m-canvas svg").width())})},generateBarData:function(t){var e=t.data("bar-height"),o=t.data("active-line-width"),n=t.data("active-line-color"),i=t.data("inactive-line-width"),d=t.data("inactive-line-color"),r=void 0!==t.data("duration")&&""!==t.data("duration")?parseInt(t.data("duration"),10):1200,a=t.data("percentage-type");return{color:n,strokeWidth:100*o/e,trailColor:d,trailWidth:100*i/e,svgStyle:{display:"block",height:e+"px",transform:"scaleY(-1)"},easing:"linear",duration:r,from:{color:d},to:{color:n},step:function(e,o){o=Math.round(100*o.value());t.find(".qodef-m-value").html(o+'<span class="qodef-m-percentage">%</span>'),"floating-top"===a&&(t.find(".qodef-m-value")[0].style.bottom=o+"%",t.find(".qodef-m-title")[0].style.bottom=o+"%")}}},initVerticalBar:function(e,o,t,n){var i,d,r;a.checkBar(e)&&(i=new ProgressBar.Line(e[0],o),"yes"===n.data("gradient-fill")&&a.generateGradient(n),d=n[0].querySelector(".qodef-m-canvas svg"),r=n[0].querySelector(".qodef-m-canvas svg path:first-of-type"),o=(e=n[0].querySelector(".qodef-m-canvas svg path:last-of-type")).getAttribute("stroke-width"),d.setAttribute("viewBox","0 0 "+o+" 100"),r.setAttribute("d","M "+o/2+",0 L "+o/2+",100"),e.setAttribute("d","M "+o/2+",0 L "+o/2+",100"),void 0!==(o=n.data("pattern"))&&n.find("svg").css("background-image",'url("'+o+'")'),i.animate(t))},checkBar:function(e){return!e.find("svg").length},generateGradient:function(e){for(var o="http://www.w3.org/2000/svg",t=document.createElementNS(o,"defs"),n=document.createElementNS(o,"linearGradient"),i=[{color:e.data("gradient-start"),offset:"0%"},{color:e.data("gradient-end"),offset:"100%"}],d=0,r=i.length;d<r;d++){var a=document.createElementNS(o,"stop");a.setAttribute("offset",i[d].offset),a.setAttribute("stop-color",i[d].color),n.appendChild(a)}n.id="Gradient-"+e.data("rand-id"),n.setAttribute("gradientUnits","userSpaceOnUse"),n.setAttribute("x1","0"),n.setAttribute("x2","0"),n.setAttribute("y1","0"),n.setAttribute("y2",e.data("number")+"%"),t.appendChild(n),e[0].querySelector(".qodef-m-canvas svg").appendChild(t),e[0].querySelector(".qodef-m-canvas svg path:nth-child(2)").setAttribute("stroke","url(#Gradient-"+e.data("rand-id")+")")}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_vertical.qodefProgressBar=a}(jQuery),function(h){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_table_of_contents={},h(document).ready(function(){u.init()});var u={init:function(){this.holder=h(".qodef-qi-table-of-contents"),this.holder.length&&this.holder.each(function(){u.initItem(h(this))})},initItem:function(e){var o=e.find(".qodef-m-table-content"),t=void 0!==o.data("excluded-tags")?o.data("excluded-tags"):"",n=void 0!==o.data("excluded-cids")?o.data("excluded-cids"):"",a=void 0!==o.data("type")?o.data("type"):"ul",s=e.find(".qodef-m-table-content > "+a),l="",f={},c=[".qodef-e-number",".qodef-e-mark"],n=u.prepareHeadings(t,n,["h1","h2","h3","h4","h5","h6"]);n.length&&(n.each(function(e){var o,t,n,i=h(this),d=i.clone(),r=u.prepareId(c,d,l);l+=r.id+";",f[e]={id:r.finalID,tag:i.prop("tagName").replace("H","")},0<e&&(o=i.prop("tagName").replace("H",""),(t=f[e-1].tag)<o?((n=s.find("a[href=#"+f[e-1].id+"]").parent()).append("<"+a+">"),s=n.find(a).first()):o<t&&(e=u.findSiblings(o,e,f),s=s.parents(".qodef-m-table-content").find("a[href=#"+e+"]").parent().parents(a).first())),i.attr("id",r.finalID),s.append('<li><a href="#'+r.finalID+'">'+d.text()+"</a></li>")}),o.find("li > a").each(function(){h(this).on("click",function(e){e.preventDefault();var o=h(this),e=o.attr("href");u.animateAnchor(o,e)})}))},prepareHeadings:function(e,o,t){var n,i=[],d="";if(0<e.length)for(var r=e.split(","),a=0;a<r.length;a++)-1!==t.indexOf(r[a])&&t.splice(t.indexOf(r[a]),1);if(0<o.length)for(var s=o.split(","),a=0;a<s.length;a++)d+=":not("+s[a]+")";t=t.join(d+", ")+d,(n=h(t)).length&&n.each(function(e){for(var o=h(this),t=0;t<s.length;t++)if(o.parents(s[t]).length)return void i.push(e)});for(a=i.length-1;0<=a;a--)n.splice(i[a],1);return n},prepareId:function(e,o,t){var n,i={};return e.forEach(function(e){o.find(e).remove()}),i.id=o.text().trim().replaceAll(" ","_").replaceAll(/[^a-zA-Z_]+/g,""),0!==t.length?(n=new RegExp(i.id+";","g"),e=0,null!==(n=t.match(n))&&(e=n.length),i.finalID=0!==e?i.id+"____"+(e+=1):i.id):i.finalID=i.id,i},findSiblings:function(e,o,t){if(0===o)return t[0].id;o-=1;return t[o].tag>e?u.findSiblings(e,o,t):t[o].id},animateAnchor:function(e,o){var t,n=window.scrollY,i=h(o).offset().top,d=i<n?-1:1,r=50,o=h("#wpadminbar");o.length&&(i-=o.height());var a=function(){var e;n!==i&&(Math.abs(n-i)<=100&&(r=8),(-1==d&&n<i||1==d&&i<n)&&(n=i),e=u.easingFunction((n-i)/n),h("html, body").scrollTop(n-(n-i)*e),n+=d*r,t=requestAnimationFrame(a))};a(),h(window).one("wheel touchstart",function(){cancelAnimationFrame(t)})},easingFunction:function(e){return 0==e?0:Math.pow(1024,e-1)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_table_of_contents.qodefTableOfContents=u}(jQuery),function(n){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_horizontal={},n(document).ready(function(){e.init()});var e={init:function(){this.holder=n(".qodef-qi-tabs-horizontal"),this.holder.length&&this.holder.each(function(){e.initItems(n(this))})},initItems:function(e){e.children(".qodef-tabs-horizontal-content").each(function(e){e+=1;var o=n(this),t=o.attr("id"),o=o.parent().find(".qodef-tabs-horizontal-navigation li:nth-child("+e+") a"),e=o.attr("href");-1<(t="#"+t).indexOf(e)&&o.attr("href",t)}),e.addClass("qodef--init").tabs()}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_horizontal.qodefTabsHorizontal=e}(jQuery),function(n){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_vertical={},n(document).ready(function(){e.init()});var e={init:function(){this.holder=n(".qodef-qi-tabs-vertical"),this.holder.length&&this.holder.each(function(){e.initItems(n(this))})},initItems:function(e){e.children(".qodef-tabs-vertical-content").each(function(e){e+=1;var o=n(this),t=o.attr("id"),o=o.parent().find(".qodef-tabs-vertical-navigation li:nth-child("+e+") a"),e=o.attr("href");-1<(t="#"+t).indexOf(e)&&o.attr("href",t)}),e.addClass("qodef--init").tabs()}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_vertical.qodefTabsVertical=e}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_testimonials_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_testimonials_slider.qodefSwiper=qodefAddonsCore.qodefSwiper}(jQuery),function(n){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_text_marquee={},n(document).ready(function(){i.init()});var i={init:function(){this.holder=n(".qodef-qi-text-marquee"),this.holder.length&&this.holder.each(function(){i.initItem(n(this))})},initItem:function(e){var o=e.find(".qodef-m-text");o.each(function(e){n(this).data("x",0)}),requestAnimationFrame(function(){i.loop(e,o,.05)})},inRange:function(e){return qodefAddonsCore.scroll+qodefAddonsCore.windowHeight>=e.offset().top&&qodefAddonsCore.scroll<e.offset().top+e.height()},loop:function(e,o,t){if(!i.inRange(e))return requestAnimationFrame(function(){i.loop(e,o,t)}),!1;o.each(function(e){var o=n(this);o.css("transform","translate3d("+o.data("x")+"%, 0, 0)"),o.data("x",(o.data("x")-t).toFixed(2)),o.offset().left<-o.width()-25&&o.data("x",100*Math.abs(e-1))}),requestAnimationFrame(function(){i.loop(e,o,t)})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_text_marquee.qodefTextMarquee=i}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_timeline={},e(document).ready(function(){s.init()}),e(window).resize(function(){s.init()});var s={init:function(){this.holder=e(".qodef-qi-timeline"),this.holder.length&&this.holder.each(function(){s.initItem(e(this))})},initItem:function(e){var o,t,n,i,d,r,a;e.hasClass("qodef-timeline--horizontal")&&(o=e.find(".qodef-e-item"),t=e.find(".qodef-grid-inner"),n=e.width(),i=o.length,r=d=0,a=e.data("options"),1<i&&(r=(d=1440<qodefAddonsCore.windowWidth?n/a.colNum:1366<qodefAddonsCore.windowWidth?n/a.colNum1440:1024<qodefAddonsCore.windowWidth?n/a.colNum1366:768<qodefAddonsCore.windowWidth?n/a.colNum1024:680<qodefAddonsCore.windowWidth?n/a.colNum768:480<qodefAddonsCore.windowWidth?n/a.colNum680:n/a.colNum480)*i,e.data("movement",d),e.data("moved",0),t.width(r),t.css("transform","translateX(0)"),qodefAddonsCore.body.trigger("qi_addons_for_elementor_trigger_timeline_before_init_movement",[e,o]),s.initMovement(e)))},initMovement:function(o){var t=o.data("movement"),n=o.find(".qodef-grid-inner"),i=o.width(),d=n.width(),e=o.find(".qodef-nav-prev"),r=o.find(".qodef-nav-next");e.off().on("click",function(e){e.preventDefault();e=parseFloat(o.data("moved"));e<-1&&(n.css("transform","translateX( "+(e=e+t)+"px)"),o.data("moved",e))}),r.off().on("click",function(e){e.preventDefault();e=parseFloat(o.data("moved"));-e+t<d-i+1&&(n.css("transform","translateX( "+(e=e-t)+"px)"),o.data("moved",e))})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_timeline.qodefTimeline=s,qodefAddonsCore.shortcodes.qi_addons_for_elementor_timeline.qodefAppear=qodefAddonsCore.qodefAppear}(jQuery),function(i){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_typeout_text={},i(document).ready(function(){e.init()}),i(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementor.channels.editor.on("change",function(){e.init()})});var e={init:function(){this.holder=i(".qodef-qi-typeout-text"),this.holder.length&&this.holder.each(function(){e.initItem(i(this))})},initItem:function(e){var o=e.find(".qodef-typeout"),t=e.data("strings"),n=void 0!==e.data("cursor")?e.data("cursor"):"";o.find(".qodef-typeout-item").each(function(){t.push(i(this).text())}),o.each(function(){var e=i(this),o={strings:t,typeSpeed:90,backDelay:700,loop:!0,contentType:"text",loopCount:!1,cursorChar:n};e.hasClass("qodef--initialized")||(new Typed(e[0],o),e.addClass("qodef--initialized"))})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_typeout_text.qodefTypeoutText=e}(jQuery),function(n){"use strict";var e="qi_addons_for_elementor_blog_list";qodefAddonsCore.shortcodes[e]={},n(document).ready(function(){o.init()}),n(window).resize(function(){o.init()});var o={init:function(){var e=n(".qodef-blog-shortcode");e.length&&o.resize(e)},resize:function(e){e=e.find(".qodef-e-media iframe");e.length&&e.each(function(){var e=n(this),o=e.attr("width"),t=e.attr("height"),t=e.width()/o*t;e.css("height",t)})}};qodefAddonsCore.shortcodes[e].qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup,qodefAddonsCore.shortcodes[e].qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout,qodefAddonsCore.shortcodes[e].qodefAddonsCoreResizeIframes=o}(jQuery),function(){"use strict";var e="qi_addons_for_elementor_blog_slider";qodefAddonsCore.shortcodes[e]={},qodefAddonsCore.shortcodes[e].qodefSwiper=qodefAddonsCore.qodefSwiper,qodefAddonsCore.shortcodes[e].qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_add_to_cart_button={},e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-woo-shortcode-add-to-cart"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(s){qodefAddonsCore.shortcodes.qi_addons_for_elementor_button.qodefButton.init(s),e("body").on("added_to_cart",function(e){var o=s.find(".added_to_cart:not(.qodef-qi-button)");if(o.length){for(var t=o.siblings(".add_to_cart_button"),n=["button","product_type_simple","add_to_cart_button","ajax_add_to_cart","added"],i=t.attr("class"),d=t.find(".qodef-m-border"),r=t.find(".qodef-m-inner-border"),t=t.find(".qodef-m-icon"),a=0;a<n.length;a++)i=i.replace(n[a],"");o.addClass(i),o.wrapInner('<span class="qodef-m-text">'),d.length&&(d=d.clone(),o.append(d)),t.length&&(t=t.clone(),o.append(t)),r.length&&(r=r.clone(),o.append(r))}})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_add_to_cart_button.changeViewCart=o}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_category_list={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_category_list.qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout}(jQuery),function(e){"use strict";var o="qi_addons_for_elementor_product_list";qodefAddonsCore.shortcodes[o]={},qodefAddonsCore.shortcodes[o].qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup,qodefAddonsCore.shortcodes[o].qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout,e(document).ready(function(){t.init()});var t={init:function(){this.holder=e(".qodef-qi-woo-shortcode-product-list"),this.holder.length&&this.holder.each(function(){t.initItem(e(this))})},initItem:function(e){qodefAddonsCore.shortcodes.qi_addons_for_elementor_add_to_cart_button.changeViewCart.initItem(e)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_list.changeViewCart=t}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_slider.qodefSwiper=qodefAddonsCore.qodefSwiper,e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-woo-shortcode-product-slider"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){qodefAddonsCore.shortcodes.qi_addons_for_elementor_add_to_cart_button.changeViewCart.initItem(e)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_slider.changeViewCart=o}(jQuery),function(e){"use strict";e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-interactive-banner"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o,t;e.hasClass("qodef-layout--from-bottom")&&(t=e.find(".qodef-m-text-holder"),o=e.find(".qodef-m-movement"),t=t.outerHeight(!0),o.css("transform","translateY("+t+"px) translateZ(0)"),setTimeout(function(){e.addClass("qodef--visible")},400))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_banner.qodefInteractiveBannerFromBottom=o}(jQuery),function(e){"use strict";e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-interactive-banner"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o,t;e.hasClass("qodef-layout--revealing")&&(t=e.find(".qodef-m-content-inner > .qodef-m-text"),o=e.find(".qodef-m-button"),t=t.outerHeight(!0),o.css("transform","translateY(-"+t+"px) translateZ(0)"),setTimeout(function(){e.addClass("qodef--visible")},400))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_banner.qodefInteractiveBannerReveal=o}(jQuery),function(n){"use strict";n(document).on("qi_addons_for_elementor_trigger_timeline_before_init_movement",function(e,o,t){o.hasClass("qodef-timeline-layout--horizontal-alternating")&&i.init(t)});var i={init:function(e){var t=0;e.length&&(e.each(function(){var e=n(this),o=e.find(".qodef-e-content-holder"),e=e.find(".qodef-e-top-holder"),o=o.height();o<e.height()&&(o=e.height()),t<o&&(t=o)}),e.each(function(){var e=n(this),o=e.find(".qodef-e-content-holder");e.find(".qodef-e-top-holder").height(t),o.height(t)}))}}}(jQuery),function(r){"use strict";r(document).on("qi_addons_for_elementor_trigger_timeline_before_init_movement",function(e,o,t){o.hasClass("qodef-timeline-layout--horizontal-standard")&&n.init(o,t)});var n={init:function(e,o){var n=0,i=0,d=parseInt(o.find(".qodef-e-top-holder").css("paddingBottom")),e=e.find(".qodef-nav-prev, .qodef-nav-next");o.length&&(o.each(function(){var e=r(this),o=e.find(".qodef-e-content-holder").height(),e=e.find(".qodef-e-top-holder").height();n<e&&(n=e),i<o&&(i=o)}),o.each(function(){var e=r(this),o=e.find(".qodef-e-content-holder"),t=e.find(".qodef-e-top-holder"),e=e.find(".qodef-e-line-holder");t.height(n),o.height(i),e.css("top",n+d)}),e.css("top",n+d))}}}(jQuery),function(i){"use strict";i(document).ready(function(){e.init()});var e={init:function(){this.holder=i(".qodef-qi-woo-shortcode-product-list"),this.holder.length&&this.holder.each(function(){e.initItem(i(this))})},initItem:function(e){!e.hasClass("qodef-item-layout--info-below-swap")||(e=e.find(".qodef-grid-item")).length&&e.each(function(){var e=i(this).find(".qodef-e-swap-holder"),o=e.find(".qodef-woo-product-price span"),t=e.find(".qodef-e-to-swap .qodef-qi-button"),n=t.outerWidth(),t=t.outerHeight();n<o.width()&&(n=o.width()),t<o.height()&&(t=o.height()),e.css({width:n+=2,height:t}),e.addClass("qodef--initialized")})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_list.qodefProductListSwap=e}(jQuery),function(i){"use strict";i(document).ready(function(){e.init()});var e={init:function(){this.holder=i(".qodef-qi-woo-shortcode-product-slider"),this.holder.length&&this.holder.each(function(){e.initItem(i(this))})},initItem:function(e){!e.hasClass("qodef-item-layout--info-below-swap")||(e=e.find(".qodef-e")).length&&e.each(function(){var e=i(this).find(".qodef-e-swap-holder"),o=e.find(".qodef-woo-product-price span"),t=e.find(".qodef-e-to-swap .qodef-qi-button"),n=t.outerWidth(),t=t.outerHeight();n<o.width()&&(n=o.width()),t<o.height()&&(t=o.height()),e.css({width:n+=2,height:t}),e.addClass("qodef--initialized")})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_slider.qodefProductListSwap=e}(jQuery);
|
1 |
+
!function(i){"use strict";window.qodefAddonsCore={},qodefAddonsCore.shortcodes={},qodefAddonsCore.body=i("body"),qodefAddonsCore.html=i("html"),qodefAddonsCore.windowWidth=i(window).width(),qodefAddonsCore.windowHeight=i(window).height(),qodefAddonsCore.scroll=0,i(document).ready(function(){qodefAddonsCore.scroll=i(window).scrollTop(),C.init(),e.init(),t.init()}),i(window).resize(function(){qodefAddonsCore.windowWidth=i(window).width(),qodefAddonsCore.windowHeight=i(window).height()}),i(window).scroll(function(){qodefAddonsCore.scroll=i(window).scrollTop()}),i(window).load(function(){o.init()});var C={init:function(e){this.holder=i(".qodef-qi-swiper-container"),i.extend(this.holder,e),this.holder.length&&this.holder.each(function(){C.initSlider(i(this))})},initSlider:function(e){var o=C.getOptions(e),t=C.getEvents(e,o);new Swiper(e,Object.assign(o,t))},getOptions:function(e){var o=void 0!==e.data("options")?e.data("options"):{},t=void 0!==o.partialValue&&""!==o.partialValue?parseFloat(o.partialValue):0,n=void 0!==o.spaceBetween&&""!==o.spaceBetween?o.spaceBetween:0,i=void 0!==o.spaceBetweenTablet&&""!==o.spaceBetweenTablet?o.spaceBetweenTablet:0,d=void 0!==o.spaceBetweenMobile&&""!==o.spaceBetweenMobile?o.spaceBetweenMobile:0,r=void 0!==o.slidesPerView&&""!==o.slidesPerView?"auto"===o.slidesPerView?"auto":parseInt(o.slidesPerView)+t:1+t,a=void 0!==o.centeredSlides&&""!==o.centeredSlides&&o.centeredSlides,s=void 0!==o.sliderScroll&&""!==o.sliderScroll&&o.sliderScroll,l=void 0!==o.effect&&""!==o.effect?o.effect:"slide",f=void 0===o.loop||""===o.loop||o.loop,c=void 0===o.autoplay||""===o.autoplay||o.autoplay,h=void 0!==o.speed&&""!==o.speed?parseInt(o.speed,10):5e3,u=void 0!==o.speedAnimation&&""!==o.speedAnimation?parseInt(o.speedAnimation,10):800,q=void 0!==o.customStages&&""!==o.customStages&&o.customStages,m=void 0!==o.outsideNavigation&&"yes"===o.outsideNavigation,_=m?".swiper-button-next-"+o.unique:e.find(".swiper-button-next"),p=m?".swiper-button-prev-"+o.unique:e.find(".swiper-button-prev"),g=void 0!==o.outsidePagination&&"yes"===o.outsidePagination?".swiper-pagination-"+o.unique:e.find(".swiper-pagination");!1!==c&&5e3!==h?c={delay:h,disableOnInteraction:!1}:!1!==c&&(c={disableOnInteraction:!1});var v=void 0!==o.slidesPerView1440&&""!==o.slidesPerView1440?parseInt(o.slidesPerView1440,10)+t:"auto"===o.slidesPerView?"auto":5+t,b=void 0!==o.slidesPerView1366&&""!==o.slidesPerView1366?parseInt(o.slidesPerView1366,10)+t:"auto"===o.slidesPerView?"auto":4+t,w=void 0!==o.slidesPerView1024&&""!==o.slidesPerView1024?parseInt(o.slidesPerView1024,10)+t:"auto"===o.slidesPerView?"auto":3+t,m=void 0!==o.slidesPerView768&&""!==o.slidesPerView768?parseInt(o.slidesPerView768,10)+t:"auto"===o.slidesPerView?"auto":2+t,h=void 0!==o.slidesPerView680&&""!==o.slidesPerView680?parseInt(o.slidesPerView680,10)+t:"auto"===o.slidesPerView?"auto":1+t,t=void 0!==o.slidesPerView480&&""!==o.slidesPerView480?parseInt(o.slidesPerView480,10)+t:"auto"===o.slidesPerView?"auto":1+t;return q||(r<2?m=w=b=v=r:r<3?w=b=v=r:r<4?b=v=r:r<5&&(v=r)),Object.assign({slidesPerView:r,centeredSlides:a,sliderScroll:s,loopedSlides:"12",spaceBetween:n,effect:l,autoplay:c,loop:f,speed:u,navigation:{nextEl:_,prevEl:p},pagination:{el:g,type:"bullets",clickable:!0},grabCursor:!0,breakpoints:{0:{slidesPerView:t,spaceBetween:d},481:{slidesPerView:h,spaceBetween:d},681:{slidesPerView:m,spaceBetween:i},769:{slidesPerView:w,spaceBetween:i},1025:{slidesPerView:b},1367:{slidesPerView:v},1441:{slidesPerView:r}}},C.getSliderDatas(e))},getSliderDatas:function(e){var o,t=e.data(),n={};for(o in t)t.hasOwnProperty(o)&&"options"!==o&&void 0!==t[o]&&""!==t[o]&&(n[o]=t[o]);return n},getEvents:function(t,e){return{on:{init:function(){var o;t.addClass("qodef-swiper--initialized"),e.sliderScroll&&(o=!1,t.on("mousewheel",function(e){e.preventDefault(),o||(o=!0,e.deltaY<0?t[0].swiper.slideNext():t[0].swiper.slidePrev(),setTimeout(function(){o=!1},1e3))})),qodefAddonsCore.body.trigger("qodefAddons_trigger_after_swiper_init",[t,e])}}}}};qodefAddonsCore.qodefSwiper=C,"function"!=typeof Object.assign&&(Object.assign=function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);for(var o=1;o<arguments.length;o++){var t=arguments[o];if(null!==t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e});var e={init:function(){if(this.holder=i(".qodef-qi-fslightbox-popup"),this.holder.length){refreshFsLightbox();for(const n in fsLightboxInstances)fsLightboxInstances[n].props.onInit=()=>{var e=fsLightboxInstances[n].elements.container,o=e.querySelectorAll(".fslightbox-slide-btn-container-previous > .fslightbox-slide-btn"),t=e.querySelectorAll(".fslightbox-slide-btn-container-next > .fslightbox-slide-btn"),e=e.querySelectorAll('[title="Close"]');o[0].innerHTML=qodefGlobal.vars.iconArrowLeft,t[0].innerHTML=qodefGlobal.vars.iconArrowRight,e[0].innerHTML=qodefGlobal.vars.iconClose}}}};qodefAddonsCore.qodefLightboxPopup=e;var o={init:function(){this.holder=i(".qodef-qi--has-appear:not(.qodef-qi--appeared)"),this.holder.length&&this.holder.each(function(){var e,o,t=i(this),e=(e=10,o=400,Math.floor(Math.random()*(o-e)+e)),n=i(this).attr("data-appear-delay");n?(n="random"===n?e:n,qodefAddonsCore.qodefIsInViewport.check(t,function(){setTimeout(function(){t.addClass("qodef-qi--appeared")},n)})):qodefAddonsCore.qodefIsInViewport.check(t,function(){t.addClass("qodef-qi--appeared")})})}};qodefAddonsCore.qodefAppear=o,qodefAddonsCore.qodefIsInViewport={check:function(o,t,n){var e,i;o.length&&(e=void 0!==o.data("viewport-offset")?o.data("viewport-offset"):.15,(i=new IntersectionObserver(function(e){!0===e[0].isIntersecting&&(t.call(o),!1!==n&&i.disconnect())},{threshold:[e]})).observe(o[0]))}};var t={init:function(){var e;this.holder=i("#qi-addons-for-elementor-page-inline-style"),!this.holder.length||(e=this.holder.data("style")).length&&i("head").append('<style type="text/css">'+e+"</style>")}};qodefAddonsCore.qodefWaitForImages={check:function(e,o){if(e.length){var t=e.find("img");if(t.length)for(var n=0,i=0;i<t.length;i++){var d,r=t[i];r.complete?++n===t.length&&o.call(e):((d=new Image).addEventListener("load",function(){if(++n===t.length)return o.call(e),!1},!1),d.src=r.src)}}}}}(jQuery),function(o){"use strict";o(document).ready(function(){i.init()}),o(window).resize(function(){i.reInit()}),o(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementor.channels.editor.on("change",function(){i.init()})});var i={init:function(e){this.holder=o(".qodef-layout--qi-masonry"),o.extend(this.holder,e),this.holder.length&&this.holder.each(function(){i.createMasonry(o(this))})},reInit:function(e){this.holder=o(".qodef-layout--qi-masonry"),o.extend(this.holder,e),this.holder.length&&this.holder.each(function(){var e=o(this).find(".qodef-grid-inner");"function"==typeof e.isotope&&e.isotope("layout")})},createMasonry:function(o){var t=o.find(".qodef-grid-inner"),n=t.find(".qodef-grid-item");qodefAddonsCore.qodefWaitForImages.check(t,function(){var e;"function"==typeof t.isotope&&(t.isotope({layoutMode:"packery",itemSelector:".qodef-grid-item",percentPosition:!0,masonry:{columnWidth:".qodef-grid-masonry-sizer",gutter:".qodef-grid-masonry-gutter"}}),o.hasClass("qodef-items--fixed")&&(e=i.getFixedImageSize(t,n),i.setFixedImageProportionSize(t,n,e)),t.isotope("layout")),t.addClass("qodef--masonry-init")})},getFixedImageSize:function(e,o){var t=e.find(".qodef-item--square");if(t.length){var n=t.find("img"),t=n.width(),n=n.height();return t!==n?Math.round(n):Math.round(t)}e=e.find(".qodef-grid-masonry-sizer").width(),o=parseInt(o.css("paddingLeft"),10);return Math.round(e-2*o)},setFixedImageProportionSize:function(e,o,t){var n=parseInt(o.css("paddingLeft")),i=(e.find(".qodef-item--square"),e.find(".qodef-item--landscape")),d=e.find(".qodef-item--portrait"),r=e.find(".qodef-item--huge-square"),e=qodefAddonsCore.windowWidth<=680;o.css("height",t),i.length&&i.css("height",Math.round(t/2)),d.length&&d.css("height",Math.round(2*(t+n))),e||(i.length&&i.css("height",t),r.length&&r.css("height",Math.round(2*(t+n))))}};qodefAddonsCore.qodefMasonryLayout=i}(jQuery),function(n){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_accordion={},n(document).ready(function(){o.init()});var o={init:function(){this.holder=n(".qodef-qi-accordion"),this.holder.length&&this.holder.each(function(){o.initItem(n(this))})},initItem:function(e){e.hasClass("qodef-behavior--accordion")&&o.initAccordion(e),e.hasClass("qodef-behavior--toggle")&&o.initToggle(e),e.addClass("qodef--init")},initAccordion:function(e){e.accordion({animate:"swing",collapsible:!0,active:0,icons:"",heightStyle:"auto"})},initToggle:function(e){var o=e.find(".qodef-e-title-holder"),t=o.next();e.addClass("accordion ui-accordion ui-accordion-icons ui-widget ui-helper-reset"),o.addClass("ui-accordion-header ui-state-default ui-corner-top ui-corner-bottom"),t.addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom").hide(),o.each(function(){var e=n(this);e.hover(function(){e.toggleClass("ui-state-hover")}),e.on("click",function(){e.toggleClass("ui-accordion-header-active ui-state-active ui-state-default ui-corner-bottom"),e.next().toggleClass("ui-accordion-content-active").slideToggle(400)})})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_accordion.qodefAccordion=o}(jQuery),function(d){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_animated_text={},d(document).ready(function(){e.init()});var e={init:function(){this.holder=d(".qodef-qi-animated-text.qodef--animated-by-letter"),this.holder.length&&this.holder.each(function(){e.initItem(d(this))})},initItem:function(i){i.find(".qodef-e-word-holder").each(function(){let e=d(this).text(),o="";for(var t=0;t<e.length;t++)o+='<span class="qodef-e-character">'+e.charAt(t)+"</span>";d(this).html(o)});let e=i.find(".qodef-e-character");e.each(function(e){let o=d(this),t=i.hasClass("qodef--appear-from-left")?40:60,n=e*t+"ms";o.css("transition-delay",n)})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_animated_text.qodefAppear=qodefAddonsCore.qodefAppear,qodefAddonsCore.shortcodes.qi_addons_for_elementor_animated_text.qodefAnimatedText=e}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_before_after={},e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-before-after"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o=e.find(".qodef-before-after-image-holder"),t=o.data("offset")/100,n="horizontal",i=o.siblings(".qodef-handle-text");o.parents(".qodef-qi-before-after").hasClass("qodef--vertical")&&(n="vertical"),qodefAddonsCore.qodefWaitForImages.check(o,function(){o.css("visibility","visible"),o.twentytwenty({orientation:n,default_offset_pct:t}),i.length&&o.find(".twentytwenty-handle").prepend(i)})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_before_after.qodefBeforeAfter=o}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_button={},e(document).ready(function(){o.init()}),e(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementor.channels.editor.on("change",function(){o.init()})});var o={init:function(){this.holder=e(".qodef-qi-button"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o;e.hasClass("qodef-type--icon-boxed")&&(o=e.find(".qodef-m-icon"),e=e.find(".qodef-m-text").outerHeight(),o.css("width",e))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_button.qodefButton=o}(jQuery),function(r){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_cards_gallery={},r(document).ready(function(){e.init()});var e={init:function(){this.holder=r(".qodef-qi-cards-gallery"),this.holder.length&&this.holder.each(function(){e.initItem(r(this))})},initItem:function(t){var n,i=t.find(".qodef-m-card"),d=t.data("orientation");switch(d){case"left":n="0 0 0 20%";break;case"right":n="0 20% 0 0"}r(i.get().reverse()).each(function(e){var o=r(this);o.on("click",function(){if(!i.last().is(o))return"both"===d&&(n=o.index()%2?"0 0 0 20%":"0 0 0 -20%"),o.addClass("qodef-out").animate({margin:n},200,"swing",function(){o.detach(),o.insertAfter(i.last()).animate({margin:"0"},200,"swing",function(){o.removeClass("qodef-out")}),i=t.find(".qodef-m-card")}),!1})})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_cards_gallery.qodefCardsGallery=e}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_charts={},e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-charts"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){qodefAddonsCore.qodefIsInViewport.check(e,function(){o.generateChartData(e)})},generateChartData:function(i){var e=(e=i.data("type"))?"pie":"doughnut",o=i.data("values"),t=i.data("labels"),d=i.data("background-colors"),r=i.data("hover-background-colors"),n=i.data("border-colors"),a=i.data("hover-border-colors"),s=i.data("border-width"),l=i.data("hover-border-width"),f=i.data("enable-legend"),c=i.data("legend-position"),h=i.data("legend-alignment"),u=i.data("legend-bar-width"),q=i.data("legend-bar-height"),m=i.data("legend-bar-margin"),_=i.data("legend-label-color"),p=i.data("legend-label-font"),g=i.data("legend-label-font-size"),v=i.data("legend-label-font-weight"),b=i.data("legend-label-line-height"),w=i.data("aspect-ratio");let C=i.data("pattern-images"),y=!1,A,x={type:e,data:{datasets:[{data:o,backgroundColor:d,hoverBackgroundColor:r,borderColor:n,hoverBorderColor:a,borderWidth:s,hoverBorderWidth:l,borderAlign:"center",pattern:C}],labels:t},options:{responsive:!0,aspectRatio:w,animation:{animateScale:!0,animateRotate:!0},plugins:{legend:{display:f,position:c,align:h,labels:{boxWidth:u,boxHeight:q,padding:m,color:_,font:{family:p,size:g,weight:v,lineHeight:b}}},tooltip:{titleFont:{size:13},displayColors:!1,cornerRadius:5,caretSize:6}}}};i.addClass("qodef--init"),C.forEach(function(e,t){var n;e&&(y=!0,(n=new Image).src=C[t],n.onload=function(){var e=i.find("canvas")[0].getContext("2d"),o=e.createPattern(n,"repeat");d[t]=o,r[t]=o,A=new Chart(e,x)})}),y||(b=i.find("canvas"),A=new Chart(b,x))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_charts.qodefCharts=o}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_clients_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_clients_slider.qodefSwiper=qodefAddonsCore.qodefSwiper}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_countdown={},e(document).ready(function(){t.init()});var t={init:function(){this.countdowns=e(".qodef-qi-countdown"),this.countdowns.length&&this.countdowns.each(function(){t.initItem(e(this))})},initItem:function(e){var o=e.find(".qodef-m-date"),e=t.generateOptions(e);t.initCountdown(o,e)},generateOptions:function(e){var o={};return o.date=void 0!==e.data("date")?e.data("date"):null,o.hide=void 0!==e.data("hide")?e.data("hide"):null,o.monthLabel=void 0!==e.data("month-label")?e.data("month-label"):"Month",o.monthLabelPlural=void 0!==e.data("month-label-plural")?e.data("month-label-plural"):"Months",o.dayLabel=void 0!==e.data("day-label")?e.data("day-label"):"Day",o.dayLabelPlural=void 0!==e.data("day-label-plural")?e.data("day-label-plural"):"Days",o.hourLabel=void 0!==e.data("hour-label")?e.data("hour-label"):"Hour",o.hourLabelPlural=void 0!==e.data("hour-label-plural")?e.data("hour-label-plural"):"Hours",o.minuteLabel=void 0!==e.data("minute-label")?e.data("minute-label"):"Minute",o.minuteLabelPlural=void 0!==e.data("minute-label-plural")?e.data("minute-label-plural"):"Minutes",o.secondLabel=void 0!==e.data("second-label")?e.data("second-label"):"Second",o.secondLabelPlural=void 0!==e.data("second-label-plural")?e.data("second-label-plural"):"Seconds",o},initCountdown:function(c,h){var u=new Date(h.date).getTime(),q=setInterval(function(){var e=(new Date).getTime(),o=u-e,t=Math.floor(o/2592e6),n=Math.floor(o%2592e6/864e5),i=Math.floor(o%864e5/36e5),d=Math.floor(o%36e5/6e4),r=Math.floor(o%6e4/1e3);"mon"===h.hide&&(n=Math.floor(o/864e5));var a=c.find(".qodef-months"),s=c.find(".qodef-days"),l=c.find(".qodef-hours"),f=c.find(".qodef-minutes"),e=c.find(".qodef-seconds");a.find(".qodef-label").html(1===t?h.monthLabel:h.monthLabelPlural),s.find(".qodef-label").html(1===n?h.dayLabel:h.dayLabelPlural),l.find(".qodef-label").html(1===i?h.hourLabel:h.hourLabelPlural),f.find(".qodef-label").html(1===d?h.minuteLabel:h.minuteLabelPlural),e.find(".qodef-label").html(1===r?h.secondLabel:h.secondLabelPlural),t=t<10?"0"+t:t,n=n<10?"0"+n:n,i=i<10?"0"+i:i,d=d<10?"0"+d:d,r=r<10?"0"+r:r,a.find(".qodef-digit").html(t),s.find(".qodef-digit").html(n),l.find(".qodef-digit").html(i),f.find(".qodef-digit").html(d),e.find(".qodef-digit").html(r),o<0&&(clearInterval(q),a.find(".qodef-label").html(h.monthLabelPlural),s.find(".qodef-label").html(h.dayLabelPlural),l.find(".qodef-label").html(h.hourLabelPlural),f.find(".qodef-label").html(h.minuteLabelPlural),e.find(".qodef-label").html(h.secondLabelPlural),a.find(".qodef-digit").html("00"),s.find(".qodef-digit").html("00"),l.find(".qodef-digit").html("00"),f.find(".qodef-digit").html("00"),e.find(".qodef-digit").html("00"))},1e3)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_countdown.qodefCountdown=t}(jQuery),function(r){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_counter={},r(document).ready(function(){n.init()});var n={init:function(){this.counters=r(".qodef-qi-counter"),this.counters.length&&this.counters.each(function(){n.initItem(r(this))})},initItem:function(e){var o=e.find(".qodef-m-digit"),t=n.generateOptions(e);qodefAddonsCore.qodefIsInViewport.check(e,function(){n.counterScript(o,t)})},generateOptions:function(e){var o={};return o.start=void 0!==e.data("start-digit")&&""!==e.data("start-digit")?e.data("start-digit"):0,o.end=void 0!==e.data("end-digit")&&""!==e.data("end-digit")?e.data("end-digit"):null,o.step=void 0!==e.data("step-digit")&&""!==e.data("step-digit")?e.data("step-digit"):1,o.delay=void 0!==e.data("step-delay")&&""!==e.data("step-delay")?parseInt(e.data("step-delay"),10):100,o.txt=void 0!==e.data("digit-label")&&""!==e.data("digit-label")?String(e.data("digit-label")):"",o},counterScript:function(e,o){var t=r.extend({start:0,end:null,step:1,delay:50,txt:""},o||{}),n=t.start,i=t.end;e.text(n+t.txt);var d=setInterval(function(){null!==i&&i<=n||(n+=t.step,i<=n&&(n=i,clearInterval(d)),e.text(n+t.txt))},t.delay)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_counter.qodefCounter=n}(jQuery),function(t){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_carousel={},t(document).ready(function(){e.init()});var e={init:function(){this.sliders=t(".qodef-qi-device-carousel"),this.sliders.length&&this.sliders.each(function(){e.initItem(t(this))})},initItem:function(e){const o=e.find(".qodef-device-carousel-device .qodef-qi-swiper-container");o.each(function(){let e=t(this);e.hasClass("qodef-swiper--initialized")||qodefAddonsCore.qodefSwiper.initSlider(e)})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_carousel.qodefSwiper=qodefAddonsCore.qodefSwiper,qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_carousel.qodefDeviceCarousel=e}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_device_slider.qodefSwiper=qodefAddonsCore.qodefSwiper}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_faq={},e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-faq.qodef-behavior--accordion"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o;e.hasClass("qodef-behavior--accordion")&&(o=0,e.hasClass("qodef-closed")&&(o=!1),e.accordion({animate:"swing",collapsible:!0,active:o,icons:"",heightStyle:"content"}),e.addClass("qodef--init"))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_faq.qodefFAQ=o}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_graphs={},e(document).ready(function(){n.init()});var n={init:function(){this.holder=e(".qodef-qi-graphs"),this.holder.length&&this.holder.each(function(){n.initItem(e(this))})},initItem:function(t){qodefAddonsCore.qodefIsInViewport.check(t,function(){t.addClass("qodef--init");var e=t.find("canvas"),o=n.generateChartData(t,e);new Chart(e,o)})},generateChartData:function(e,o){var t=(t=e.data("type"))?"line":"bar",n=e.data("ticks"),i=e.data("fill"),d=e.data("linear"),r=e.data("values"),a=e.data("item-labels"),s=e.data("labels"),l=e.data("background-colors"),f=e.data("hover-background-colors"),c=e.data("border-colors"),h=e.data("hover-border-colors"),u=e.data("border-width"),q=e.data("hover-border-width"),m=e.data("bar-size"),_=e.data("cat-size"),p=e.data("enable-legend"),g=e.data("legend-position"),v=e.data("legend-alignment"),b=e.data("legend-bar-width"),w=e.data("legend-bar-height"),C=e.data("legend-bar-margin"),y=e.data("legend-label-color"),A=e.data("legend-label-font"),x=e.data("legend-label-font-size"),e=e.data("legend-label-font-weight"),I=[];return r.forEach(function(e,o){var t={};t.data=r[o].split(","),t.label=a[o],t.backgroundColor=l[o],t.hoverBackgroundColor=f[o],t.borderColor=c[o],t.hoverBorderColor=h[o],t.borderWidth=u,t.hoverBorderWidth=q,t.pointBackgroundColor="rgba(0,0,0,0)",t.pointBorderColor="rgba(0,0,0,0)",t.pointHoverBackgroundColor="rgba(0,0,0,0)",t.pointHoverBorderColor="rgba(0,0,0,0)",t.cubicInterpolationMode="default",t.fill=i[o],t.barPercentage=m,t.categoryPercentage=_,t.tension=d[o],I.push(t)}),qodefAddonsCore.windowWidth<=480&&(p=!1),{type:t,data:{labels:s,datasets:I},options:{responsive:!0,aspectRatio:1.7,hover:{mode:"nearest",intersect:!0},plugins:{legend:{display:p,position:g,align:v,labels:{boxWidth:b,boxHeight:w,padding:C,color:y,font:{family:A,size:x,weight:e}}},tooltip:{mode:"nearest",intersect:!1,titleFont:{size:13},displayColors:!1,cornerRadius:5,caretSize:6}},scales:{x:{display:!0,scaleLabel:{display:!0},ticks:{color:"#c4c4c4",font:{family:'"DM Sans"',size:16},padding:10},grid:{color:"#dbdbdb",tickLength:30}},y:{display:!0,scaleLabel:{display:!0},suggestedMax:n.max,suggestedMin:n.min,ticks:{stepSize:n.step,color:"#c4c4c4",font:{family:'"DM Sans"',size:16},padding:10},gridLines:{color:"#dbdbdb",tickMarkLength:30}}}}}}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_graphs.qodefGraphs=n}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_icon_with_text={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_icon_with_text.qodefAppear=qodefAddonsCore.qodefAppear}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery.qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_masonry={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_masonry.qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout,qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_masonry.qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_pinterest={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_pinterest.qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout,qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_gallery_pinterest.qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_slider.qodefSwiper=qodefAddonsCore.qodefSwiper,qodefAddonsCore.shortcodes.qi_addons_for_elementor_image_slider.qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_info_button={},e(document).ready(function(){o.init()}),e(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementor.channels.editor.on("change",function(){o.init()})});var o={init:function(){this.holder=e(".qodef-qi-info-button"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o;e.hasClass("qodef-type--icon-boxed")&&(o=e.find(".qodef-m-icon"),e=e.find(".qodef-m-text-holder").outerHeight(),o.css("width",e))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_info_button.qodefInfoButton=o}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_banner={}}(jQuery),function(i){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_link_showcase={},i(document).ready(function(){e.init()});var e={init:function(){this.holder=i(".qodef-qi-interactive-link-showcase"),this.holder.length&&this.holder.each(function(){e.initItem(i(this))})},initItem:function(e){var t=e.find(".qodef-e-image"),n=e.find(".qodef-m-item");t.eq(0).addClass("qodef--active"),n.eq(0).addClass("qodef--active"),n.on("touchstart mouseenter",function(e){var o=i(this);(!qodefAddonsCore.html.hasClass("touchevents")||!o.hasClass("qodef--active")&&680<qodefAddonsCore.windowWidth)&&(e.preventDefault(),t.removeClass("qodef--active").eq(o.index()).addClass("qodef--active"),n.removeClass("qodef--active").eq(o.index()).addClass("qodef--active"))}).on("touchend mouseleave",function(){var e=i(this);(!qodefAddonsCore.html.hasClass("touchevents")||!e.hasClass("qodef--active")&&680<qodefAddonsCore.windowWidth)&&(n.removeClass("qodef--active").eq(e.index()).addClass("qodef--active"),t.removeClass("qodef--active").eq(e.index()).addClass("qodef--active"))}),e.addClass("qodef--init")}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_link_showcase.qodefInteractiveLinkShowcase=e}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_item_showcase={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_item_showcase.qodefAppear=qodefAddonsCore.qodefAppear}(jQuery),function(t){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_message_box={},t(document).ready(function(){e.init()});var e={init:function(){this.holder=t(".qodef-qi-message-box"),this.holder.length&&this.holder.each(function(){e.initItem(t(this))})},initItem:function(e){let o=e.closest(".elementor-element");o.addClass("q-message-box-holder"),e.find(".qodef-m-close-icon").on("click",function(e){t(this).parent().addClass("qodef-hidden"),o.addClass("qodef-hidden"),o.animate({height:0},{queue:!1})})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_message_box.qodefMessageBoxList=e}(jQuery),function(a){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_parallax_images={},a(document).ready(function(){o.init()});var o={init:function(){this.images=a(".qodef-qi-parallax-images"),this.images.length&&(a(window).on("load",function(){o.initParallaxElements()}),this.images.each(function(){o.initItem(a(this))}))},initItem:function(e){o.parallaxElements(e)},parallaxElements:function(e){var o=e.find(".qodef-m-images"),t=o.find(".qodef-e-parallax-image"),n=o.find(".qodef-e-main-image img"),i=o.find(".qodef-e-main-image").attr("data-parallax-main"),e=40,d=-50,o=30,r=15;1024<qodefAddonsCore.windowWidth&&(void 0!==i&&!1!==i&&(e=i,o=Math.abs(parseInt(e/.9,10))),n.attr("data-parallax",'{"y" : '+e+' , "smoothness": '+o+"}"),t.each(function(){var e=a(this),o=e.find("img"),e=e.attr("data-parallax");void 0!==e&&!1!==e&&(d=e,r=Math.abs(parseInt(d/2.5,10))),o.attr("data-parallax",'{"y" : '+d+' , "smoothness": '+r+"}")}))},initParallaxElements:function(){a(".qodef-qi-parallax-images [data-parallax]").length&&ParallaxScroll.init()}};a(window).on("load",function(){this.images=a(".qodef-qi-parallax-images"),this.images.length&&(o.initParallaxElements(),setTimeout(function(){qodefAddonsCore.body.hasClass("e--ua-firefox")&&o.initParallaxElements()},300))}),qodefAddonsCore.shortcodes.qi_addons_for_elementor_parallax_images.qodefParallaxImages=o}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_preview_slider={},e(document).ready(function(){o.init()});var o={init:function(){this.sliders=e(".qodef-qi-preview-slider"),this.sliders.length&&this.sliders.each(function(){o.initItem(e(this))})},initItem:function(e){var o=e.find("> .qodef-qi-swiper-container .swiper-slide-active"),t=e.find(".qodef-preview-slider-device-holder"),n=e.find("> .qodef-qi-swiper-container"),i=e.find(".qodef-preview-slider-device-holder .qodef-qi-swiper-container");t.width(o.width()),t.css("top",o.height()),t=n.find(".swiper-slide").length,(o=i[0].swiper.params).loopedSlides=t,o.autoplay="false",n[0].swiper.autoplay.stop(),i[0].swiper.destroy();let d=new Swiper(i,Object.assign(o));n[0].swiper.controller.control=d,n[0].swiper.controller.by="slide",n[0].swiper.controller.inverse=!0,d.controller.control=n[0].swiper,n[0].swiper.autoplay.start(),e.addClass("qodef--visible")}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_preview_slider.qodefSwiper=qodefAddonsCore.qodefSwiper,qodefAddonsCore.shortcodes.qi_addons_for_elementor_preview_slider.qodefPreviewSlider=o}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_process={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_process.qodefAppear=qodefAddonsCore.qodefAppear}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_circle={},e(document).ready(function(){i.init()});var i={init:function(){this.holder=e(".qodef-qi-progress-bar-circle"),this.holder.length&&this.holder.each(function(){i.initItem(e(this))})},initItem:function(n){qodefAddonsCore.qodefIsInViewport.check(n,function(){n.addClass("qodef--init");var e=n.find(".qodef-m-canvas"),o=i.generateBarData(n),t=n.data("number")/100;i.initCircleBar(e,o,t)})},generateBarData:function(e){var o=e.data("active-line-width"),t=e.data("active-line-color"),n=e.data("inactive-line-width"),i=e.data("inactive-line-color"),d=void 0!==e.data("duration")&&""!==e.data("duration")?parseInt(e.data("duration"),10):1200,r=e.data("text-color"),e=e.width();return{color:t,strokeWidth:100*o/e,trailColor:i,trailWidth:100*n/e,svgStyle:{display:"block",width:"100%"},text:{className:"qodef-m-value",style:{color:r},autoStyleContainer:!1},easing:"linear",duration:d,from:{color:i},to:{color:t},step:function(e,o){o.setText(Math.round(100*o.value())+'<sup class="qodef-m-percentage">%</sup>')}}},initCircleBar:function(e,o,t){i.checkBar(e)&&new ProgressBar.Circle(e[0],o).animate(t)},checkBar:function(e){return!e.find("svg").length}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_circle.qodefProgressBar=i}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_horizontal={},e(document).ready(function(){i.init()});var i={init:function(){this.holder=e(".qodef-qi-progress-bar-horizontal"),this.holder.length&&this.holder.each(function(){i.initItem(e(this))})},initItem:function(n){qodefAddonsCore.qodefIsInViewport.check(n,function(){n.addClass("qodef--init");var e=n.find(".qodef-m-canvas"),o=i.generateBarData(n),t=n.data("number")/100;i.initHorizontalBar(e,o,t,n)})},generateBarData:function(t){var e=t.data("active-line-width"),o=t.data("active-line-color"),n=t.data("inactive-line-width"),i=t.data("inactive-line-color"),d=void 0!==t.data("duration")&&""!==t.data("duration")?parseInt(t.data("duration"),10):1200,r=t.data("percentage-type"),a=t.width();return{color:o,strokeWidth:100*e/a,trailColor:i,trailWidth:100*n/a,svgStyle:{display:"block",width:"100%"},easing:"easeInOut",duration:d,from:{color:i},to:{color:o},step:function(e,o){o=Math.round(100*o.value());t.find(".qodef-m-value-inner").html(o+'<span class="qodef-m-percentage">%</span>'),"floating-above"!==r&&"floating-on"!==r||(t.find(".qodef-m-value")[0].style.left=o+"%")}}},initHorizontalBar:function(e,o,t,n){i.checkBar(e)&&(e=new ProgressBar.Line(e[0],o),"yes"===n.data("gradient-fill")&&i.generateGradient(n),void 0!==(o=n.data("pattern"))&&n.find("svg").css("background-image",'url("'+o+'")'),e.animate(t))},checkBar:function(e){return!e.find("svg").length},generateGradient:function(e){for(var o="http://www.w3.org/2000/svg",t=document.createElementNS(o,"defs"),n=document.createElementNS(o,"linearGradient"),i=[{color:e.data("gradient-start"),offset:"0%"},{color:e.data("gradient-end"),offset:"100%"}],d=0,r=i.length;d<r;d++){var a=document.createElementNS(o,"stop");a.setAttribute("offset",i[d].offset),a.setAttribute("stop-color",i[d].color),n.appendChild(a)}n.id="Gradient-"+e.data("rand-id"),n.setAttribute("gradientUnits","userSpaceOnUse"),n.setAttribute("x1","0"),n.setAttribute("x2",e.data("number")+"%"),n.setAttribute("y1","0"),n.setAttribute("y2","0"),t.appendChild(n),e[0].querySelector(".qodef-m-canvas svg").appendChild(t),e[0].querySelector(".qodef-m-canvas svg path:nth-child(2)").setAttribute("stroke","url(#Gradient-"+e.data("rand-id")+")")}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_horizontal.qodefProgressBar=i}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_vertical={},e(document).ready(function(){a.init()});var a={init:function(){this.holder=e(".qodef-qi-progress-bar-vertical"),this.holder.length&&this.holder.each(function(){a.initItem(e(this))})},initItem:function(n){qodefAddonsCore.qodefIsInViewport.check(n,function(){n.addClass("qodef--init");var e=n.find(".qodef-m-canvas"),o=a.generateBarData(n),t=n.data("number")/100;a.initVerticalBar(e,o,t,n),n.hasClass("qodef-percentage--floating-top")&&n.find(".qodef-m-inner").width(n.find(".qodef-m-canvas svg").width())})},generateBarData:function(t){var e=t.data("bar-height"),o=t.data("active-line-width"),n=t.data("active-line-color"),i=t.data("inactive-line-width"),d=t.data("inactive-line-color"),r=void 0!==t.data("duration")&&""!==t.data("duration")?parseInt(t.data("duration"),10):1200,a=t.data("percentage-type");return{color:n,strokeWidth:100*o/e,trailColor:d,trailWidth:100*i/e,svgStyle:{display:"block",height:e+"px",transform:"scaleY(-1)"},easing:"linear",duration:r,from:{color:d},to:{color:n},step:function(e,o){o=Math.round(100*o.value());t.find(".qodef-m-value").html(o+'<span class="qodef-m-percentage">%</span>'),"floating-top"===a&&(t.find(".qodef-m-value")[0].style.bottom=o+"%",t.find(".qodef-m-title")[0].style.bottom=o+"%")}}},initVerticalBar:function(e,o,t,n){var i,d,r;a.checkBar(e)&&(i=new ProgressBar.Line(e[0],o),"yes"===n.data("gradient-fill")&&a.generateGradient(n),d=n[0].querySelector(".qodef-m-canvas svg"),r=n[0].querySelector(".qodef-m-canvas svg path:first-of-type"),o=(e=n[0].querySelector(".qodef-m-canvas svg path:last-of-type")).getAttribute("stroke-width"),d.setAttribute("viewBox","0 0 "+o+" 100"),r.setAttribute("d","M "+o/2+",0 L "+o/2+",100"),e.setAttribute("d","M "+o/2+",0 L "+o/2+",100"),void 0!==(o=n.data("pattern"))&&n.find("svg").css("background-image",'url("'+o+'")'),i.animate(t))},checkBar:function(e){return!e.find("svg").length},generateGradient:function(e){for(var o="http://www.w3.org/2000/svg",t=document.createElementNS(o,"defs"),n=document.createElementNS(o,"linearGradient"),i=[{color:e.data("gradient-start"),offset:"0%"},{color:e.data("gradient-end"),offset:"100%"}],d=0,r=i.length;d<r;d++){var a=document.createElementNS(o,"stop");a.setAttribute("offset",i[d].offset),a.setAttribute("stop-color",i[d].color),n.appendChild(a)}n.id="Gradient-"+e.data("rand-id"),n.setAttribute("gradientUnits","userSpaceOnUse"),n.setAttribute("x1","0"),n.setAttribute("x2","0"),n.setAttribute("y1","0"),n.setAttribute("y2",e.data("number")+"%"),t.appendChild(n),e[0].querySelector(".qodef-m-canvas svg").appendChild(t),e[0].querySelector(".qodef-m-canvas svg path:nth-child(2)").setAttribute("stroke","url(#Gradient-"+e.data("rand-id")+")")}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_progress_bar_vertical.qodefProgressBar=a}(jQuery),function(n){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_horizontal={},n(document).ready(function(){e.init()});var e={init:function(){this.holder=n(".qodef-qi-tabs-horizontal"),this.holder.length&&this.holder.each(function(){e.initItems(n(this))})},initItems:function(e){e.children(".qodef-tabs-horizontal-content").each(function(e){e+=1;var o=n(this),t=o.attr("id"),o=o.parent().find(".qodef-tabs-horizontal-navigation li:nth-child("+e+") a"),e=o.attr("href");-1<(t="#"+t).indexOf(e)&&o.attr("href",t)}),e.addClass("qodef--init").tabs()}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_horizontal.qodefTabsHorizontal=e}(jQuery),function(h){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_table_of_contents={},h(document).ready(function(){u.init()});var u={init:function(){this.holder=h(".qodef-qi-table-of-contents"),this.holder.length&&this.holder.each(function(){u.initItem(h(this))})},initItem:function(e){var o=e.find(".qodef-m-table-content"),t=void 0!==o.data("excluded-tags")?o.data("excluded-tags"):"",n=void 0!==o.data("excluded-cids")?o.data("excluded-cids"):"",a=void 0!==o.data("type")?o.data("type"):"ul",s=e.find(".qodef-m-table-content > "+a),l="",f={},c=[".qodef-e-number",".qodef-e-mark"],n=u.prepareHeadings(t,n,["h1","h2","h3","h4","h5","h6"]);n.length&&(n.each(function(e){var o,t,n,i=h(this),d=i.clone(),r=u.prepareId(c,d,l);l+=r.id+";",f[e]={id:r.finalID,tag:i.prop("tagName").replace("H","")},0<e&&(o=i.prop("tagName").replace("H",""),(t=f[e-1].tag)<o?((n=s.find("a[href=#"+f[e-1].id+"]").parent()).append("<"+a+">"),s=n.find(a).first()):o<t&&(e=u.findSiblings(o,e,f),s=s.parents(".qodef-m-table-content").find("a[href=#"+e+"]").parent().parents(a).first())),i.attr("id",r.finalID),s.append('<li><a href="#'+r.finalID+'">'+d.text()+"</a></li>")}),o.find("li > a").each(function(){h(this).on("click",function(e){e.preventDefault();var o=h(this),e=o.attr("href");u.animateAnchor(o,e)})}))},prepareHeadings:function(e,o,t){var n,i=[],d="";if(0<e.length)for(var r=e.split(","),a=0;a<r.length;a++)-1!==t.indexOf(r[a])&&t.splice(t.indexOf(r[a]),1);if(0<o.length)for(var s=o.split(","),a=0;a<s.length;a++)d+=":not("+s[a]+")";t=t.join(d+", ")+d,(n=h(t)).length&&n.each(function(e){for(var o=h(this),t=0;t<s.length;t++)if(o.parents(s[t]).length)return void i.push(e)});for(a=i.length-1;0<=a;a--)n.splice(i[a],1);return n},prepareId:function(e,o,t){var n,i={};return e.forEach(function(e){o.find(e).remove()}),i.id=o.text().trim().replaceAll(" ","_").replaceAll(/[^a-zA-Z_]+/g,""),0!==t.length?(n=new RegExp(i.id+";","g"),e=0,null!==(n=t.match(n))&&(e=n.length),i.finalID=0!==e?i.id+"____"+(e+=1):i.id):i.finalID=i.id,i},findSiblings:function(e,o,t){if(0===o)return t[0].id;o-=1;return t[o].tag>e?u.findSiblings(e,o,t):t[o].id},animateAnchor:function(e,o){var t,n=window.scrollY,i=h(o).offset().top,d=i<n?-1:1,r=50,o=h("#wpadminbar");o.length&&(i-=o.height());var a=function(){var e;n!==i&&(Math.abs(n-i)<=100&&(r=8),(-1==d&&n<i||1==d&&i<n)&&(n=i),e=u.easingFunction((n-i)/n),h("html, body").scrollTop(n-(n-i)*e),n+=d*r,t=requestAnimationFrame(a))};a(),h(window).one("wheel touchstart",function(){cancelAnimationFrame(t)})},easingFunction:function(e){return 0==e?0:Math.pow(1024,e-1)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_table_of_contents.qodefTableOfContents=u}(jQuery),function(n){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_vertical={},n(document).ready(function(){e.init()});var e={init:function(){this.holder=n(".qodef-qi-tabs-vertical"),this.holder.length&&this.holder.each(function(){e.initItems(n(this))})},initItems:function(e){e.children(".qodef-tabs-vertical-content").each(function(e){e+=1;var o=n(this),t=o.attr("id"),o=o.parent().find(".qodef-tabs-vertical-navigation li:nth-child("+e+") a"),e=o.attr("href");-1<(t="#"+t).indexOf(e)&&o.attr("href",t)}),e.addClass("qodef--init").tabs()}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_tabs_vertical.qodefTabsVertical=e}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_testimonials_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_testimonials_slider.qodefSwiper=qodefAddonsCore.qodefSwiper}(jQuery),function(n){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_text_marquee={},n(document).ready(function(){i.init()});var i={init:function(){this.holder=n(".qodef-qi-text-marquee"),this.holder.length&&this.holder.each(function(){i.initItem(n(this))})},initItem:function(e){var o=e.find(".qodef-m-text");o.each(function(e){n(this).data("x",0)}),requestAnimationFrame(function(){i.loop(e,o,.05)})},inRange:function(e){return qodefAddonsCore.scroll+qodefAddonsCore.windowHeight>=e.offset().top&&qodefAddonsCore.scroll<e.offset().top+e.height()},loop:function(e,o,t){if(!i.inRange(e))return requestAnimationFrame(function(){i.loop(e,o,t)}),!1;o.each(function(e){var o=n(this);o.css("transform","translate3d("+o.data("x")+"%, 0, 0)"),o.data("x",(o.data("x")-t).toFixed(2)),o.offset().left<-o.width()-25&&o.data("x",100*Math.abs(e-1))}),requestAnimationFrame(function(){i.loop(e,o,t)})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_text_marquee.qodefTextMarquee=i}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_timeline={},e(document).ready(function(){s.init()}),e(window).resize(function(){s.init()});var s={init:function(){this.holder=e(".qodef-qi-timeline"),this.holder.length&&this.holder.each(function(){s.initItem(e(this))})},initItem:function(e){var o,t,n,i,d,r,a;e.hasClass("qodef-timeline--horizontal")&&(o=e.find(".qodef-e-item"),t=e.find(".qodef-grid-inner"),n=e.width(),i=o.length,r=d=0,a=e.data("options"),1<i&&(r=(d=1440<qodefAddonsCore.windowWidth?n/a.colNum:1366<qodefAddonsCore.windowWidth?n/a.colNum1440:1024<qodefAddonsCore.windowWidth?n/a.colNum1366:768<qodefAddonsCore.windowWidth?n/a.colNum1024:680<qodefAddonsCore.windowWidth?n/a.colNum768:480<qodefAddonsCore.windowWidth?n/a.colNum680:n/a.colNum480)*i,e.data("movement",d),e.data("moved",0),t.width(r),t.css("transform","translateX(0)"),qodefAddonsCore.body.trigger("qi_addons_for_elementor_trigger_timeline_before_init_movement",[e,o]),s.initMovement(e)))},initMovement:function(o){var t=o.data("movement"),n=o.find(".qodef-grid-inner"),i=o.width(),d=n.width(),e=o.find(".qodef-nav-prev"),r=o.find(".qodef-nav-next");e.off().on("click",function(e){e.preventDefault();e=parseFloat(o.data("moved"));e<-1&&(n.css("transform","translateX( "+(e=e+t)+"px)"),o.data("moved",e))}),r.off().on("click",function(e){e.preventDefault();e=parseFloat(o.data("moved"));-e+t<d-i+1&&(n.css("transform","translateX( "+(e=e-t)+"px)"),o.data("moved",e))})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_timeline.qodefTimeline=s,qodefAddonsCore.shortcodes.qi_addons_for_elementor_timeline.qodefAppear=qodefAddonsCore.qodefAppear}(jQuery),function(i){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_typeout_text={},i(document).ready(function(){e.init()}),i(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&elementor.channels.editor.on("change",function(){e.init()})});var e={init:function(){this.holder=i(".qodef-qi-typeout-text"),this.holder.length&&this.holder.each(function(){e.initItem(i(this))})},initItem:function(e){var o=e.find(".qodef-typeout"),t=e.data("strings"),n=void 0!==e.data("cursor")?e.data("cursor"):"";o.each(function(){var e=i(this),o={strings:t,typeSpeed:90,backDelay:700,loop:!0,contentType:"text",loopCount:!1,cursorChar:n};e.hasClass("qodef--initialized")||(new Typed(e[0],o),e.addClass("qodef--initialized"))})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_typeout_text.qodefTypeoutText=e}(jQuery),function(n){"use strict";var e="qi_addons_for_elementor_blog_list";qodefAddonsCore.shortcodes[e]={},n(document).ready(function(){o.init()}),n(window).resize(function(){o.init()});var o={init:function(){var e=n(".qodef-blog-shortcode");e.length&&o.resize(e)},resize:function(e){e=e.find(".qodef-e-media iframe");e.length&&e.each(function(){var e=n(this),o=e.attr("width"),t=e.attr("height"),t=e.width()/o*t;e.css("height",t)})}};qodefAddonsCore.shortcodes[e].qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup,qodefAddonsCore.shortcodes[e].qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout,qodefAddonsCore.shortcodes[e].qodefAddonsCoreResizeIframes=o}(jQuery),function(){"use strict";var e="qi_addons_for_elementor_blog_slider";qodefAddonsCore.shortcodes[e]={},qodefAddonsCore.shortcodes[e].qodefSwiper=qodefAddonsCore.qodefSwiper,qodefAddonsCore.shortcodes[e].qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_add_to_cart_button={},e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-woo-shortcode-add-to-cart"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(s){qodefAddonsCore.shortcodes.qi_addons_for_elementor_button.qodefButton.init(s),e("body").on("added_to_cart",function(e){var o=s.find(".added_to_cart:not(.qodef-qi-button)");if(o.length){for(var t=o.siblings(".add_to_cart_button"),n=["button","product_type_simple","add_to_cart_button","ajax_add_to_cart","added"],i=t.attr("class"),d=t.find(".qodef-m-border"),r=t.find(".qodef-m-inner-border"),t=t.find(".qodef-m-icon"),a=0;a<n.length;a++)i=i.replace(n[a],"");o.addClass(i),o.wrapInner('<span class="qodef-m-text">'),d.length&&(d=d.clone(),o.append(d)),t.length&&(t=t.clone(),o.append(t)),r.length&&(r=r.clone(),o.append(r))}})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_add_to_cart_button.changeViewCart=o}(jQuery),function(){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_category_list={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_category_list.qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout}(jQuery),function(e){"use strict";var o="qi_addons_for_elementor_product_list";qodefAddonsCore.shortcodes[o]={},qodefAddonsCore.shortcodes[o].qodefLightboxPopup=qodefAddonsCore.qodefLightboxPopup,qodefAddonsCore.shortcodes[o].qodefMasonryLayout=qodefAddonsCore.qodefMasonryLayout,e(document).ready(function(){t.init()});var t={init:function(){this.holder=e(".qodef-qi-woo-shortcode-product-list"),this.holder.length&&this.holder.each(function(){t.initItem(e(this))})},initItem:function(e){qodefAddonsCore.shortcodes.qi_addons_for_elementor_add_to_cart_button.changeViewCart.initItem(e)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_list.changeViewCart=t}(jQuery),function(e){"use strict";qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_slider={},qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_slider.qodefSwiper=qodefAddonsCore.qodefSwiper,e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-woo-shortcode-product-slider"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){qodefAddonsCore.shortcodes.qi_addons_for_elementor_add_to_cart_button.changeViewCart.initItem(e)}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_slider.changeViewCart=o}(jQuery),function(e){"use strict";e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-interactive-banner"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o,t;e.hasClass("qodef-layout--from-bottom")&&(t=e.find(".qodef-m-text-holder"),o=e.find(".qodef-m-movement"),t=t.outerHeight(!0),o.css("transform","translateY("+t+"px) translateZ(0)"),setTimeout(function(){e.addClass("qodef--visible")},400))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_banner.qodefInteractiveBannerFromBottom=o}(jQuery),function(e){"use strict";e(document).ready(function(){o.init()});var o={init:function(){this.holder=e(".qodef-qi-interactive-banner"),this.holder.length&&this.holder.each(function(){o.initItem(e(this))})},initItem:function(e){var o,t;e.hasClass("qodef-layout--revealing")&&(t=e.find(".qodef-m-content-inner > .qodef-m-text"),o=e.find(".qodef-m-button"),t=t.outerHeight(!0),o.css("transform","translateY(-"+t+"px) translateZ(0)"),setTimeout(function(){e.addClass("qodef--visible")},400))}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_interactive_banner.qodefInteractiveBannerReveal=o}(jQuery),function(n){"use strict";n(document).on("qi_addons_for_elementor_trigger_timeline_before_init_movement",function(e,o,t){o.hasClass("qodef-timeline-layout--horizontal-alternating")&&i.init(t)});var i={init:function(e){var t=0;e.length&&(e.each(function(){var e=n(this),o=e.find(".qodef-e-content-holder"),e=e.find(".qodef-e-top-holder"),o=o.height();o<e.height()&&(o=e.height()),t<o&&(t=o)}),e.each(function(){var e=n(this),o=e.find(".qodef-e-content-holder");e.find(".qodef-e-top-holder").height(t),o.height(t)}))}}}(jQuery),function(r){"use strict";r(document).on("qi_addons_for_elementor_trigger_timeline_before_init_movement",function(e,o,t){o.hasClass("qodef-timeline-layout--horizontal-standard")&&n.init(o,t)});var n={init:function(e,o){var n=0,i=0,d=parseInt(o.find(".qodef-e-top-holder").css("paddingBottom")),e=e.find(".qodef-nav-prev, .qodef-nav-next");o.length&&(o.each(function(){var e=r(this),o=e.find(".qodef-e-content-holder").height(),e=e.find(".qodef-e-top-holder").height();n<e&&(n=e),i<o&&(i=o)}),o.each(function(){var e=r(this),o=e.find(".qodef-e-content-holder"),t=e.find(".qodef-e-top-holder"),e=e.find(".qodef-e-line-holder");t.height(n),o.height(i),e.css("top",n+d)}),e.css("top",n+d))}}}(jQuery),function(i){"use strict";i(document).ready(function(){e.init()});var e={init:function(){this.holder=i(".qodef-qi-woo-shortcode-product-list"),this.holder.length&&this.holder.each(function(){e.initItem(i(this))})},initItem:function(e){!e.hasClass("qodef-item-layout--info-below-swap")||(e=e.find(".qodef-grid-item")).length&&e.each(function(){var e=i(this).find(".qodef-e-swap-holder"),o=e.find(".qodef-woo-product-price span"),t=e.find(".qodef-e-to-swap .qodef-qi-button"),n=t.outerWidth(),t=t.outerHeight();n<o.width()&&(n=o.width()),t<o.height()&&(t=o.height()),e.css({width:n+=2,height:t}),e.addClass("qodef--initialized")})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_list.qodefProductListSwap=e}(jQuery),function(i){"use strict";i(document).ready(function(){e.init()});var e={init:function(){this.holder=i(".qodef-qi-woo-shortcode-product-slider"),this.holder.length&&this.holder.each(function(){e.initItem(i(this))})},initItem:function(e){!e.hasClass("qodef-item-layout--info-below-swap")||(e=e.find(".qodef-e")).length&&e.each(function(){var e=i(this).find(".qodef-e-swap-holder"),o=e.find(".qodef-woo-product-price span"),t=e.find(".qodef-e-to-swap .qodef-qi-button"),n=t.outerWidth(),t=t.outerHeight();n<o.width()&&(n=o.width()),t<o.height()&&(t=o.height()),e.css({width:n+=2,height:t}),e.addClass("qodef--initialized")})}};qodefAddonsCore.shortcodes.qi_addons_for_elementor_product_slider.qodefProductListSwap=e}(jQuery);
|
class-qiaddonsforelementor.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://qodeinteractive.com
|
|
5 |
Description: Qi Addons for Elementor is a comprehensive library of 60 custom, flexible & easily styled widgets for Elementor developed by Qode Interactive.
|
6 |
Author: Qode Interactive
|
7 |
Author URI: https://qodeinteractive.com/
|
8 |
-
Version: 1.0
|
9 |
Text Domain: qi-addons-for-elementor
|
10 |
*/
|
11 |
if ( ! class_exists( 'QiAddonsForElementor' ) ) {
|
5 |
Description: Qi Addons for Elementor is a comprehensive library of 60 custom, flexible & easily styled widgets for Elementor developed by Qode Interactive.
|
6 |
Author: Qode Interactive
|
7 |
Author URI: https://qodeinteractive.com/
|
8 |
+
Version: 1.1.0
|
9 |
Text Domain: qi-addons-for-elementor
|
10 |
*/
|
11 |
if ( ! class_exists( 'QiAddonsForElementor' ) ) {
|
constants.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
define( 'QI_ADDONS_FOR_ELEMENTOR_VERSION', '1.0
|
4 |
define( 'QI_ADDONS_FOR_ELEMENTOR_ABS_PATH', dirname( __FILE__ ) );
|
5 |
define( 'QI_ADDONS_FOR_ELEMENTOR_REL_PATH', dirname( plugin_basename( __FILE__ ) ) );
|
6 |
define( 'QI_ADDONS_FOR_ELEMENTOR_URL_PATH', plugin_dir_url( __FILE__ ) );
|
1 |
<?php
|
2 |
|
3 |
+
define( 'QI_ADDONS_FOR_ELEMENTOR_VERSION', '1.1.0' );
|
4 |
define( 'QI_ADDONS_FOR_ELEMENTOR_ABS_PATH', dirname( __FILE__ ) );
|
5 |
define( 'QI_ADDONS_FOR_ELEMENTOR_REL_PATH', dirname( plugin_basename( __FILE__ ) ) );
|
6 |
define( 'QI_ADDONS_FOR_ELEMENTOR_URL_PATH', plugin_dir_url( __FILE__ ) );
|
inc/admin/inc/shortcodes/translators/elementor/class-qiaddonsforelementor-framework-elementor-translator.php
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
//use Elementor\Group_Control_Typography;
|
4 |
-
|
5 |
class QiAddonsForElementor_Framework_Elementor_Translator {
|
6 |
private static $instance;
|
7 |
|
@@ -82,6 +80,16 @@ class QiAddonsForElementor_Framework_Elementor_Translator {
|
|
82 |
$formatted_options[ $group ]['fields'][ $option_key ]['field_type'] = $option['field_type'];
|
83 |
$formatted_options[ $group ]['fields'][ $option_key ]['label'] = $option['title'];
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
if ( isset( $option['default_value'] ) ) {
|
86 |
$formatted_options[ $group ]['fields'][ $option_key ]['default'] = $option['default_value'];
|
87 |
}
|
@@ -128,7 +136,6 @@ class QiAddonsForElementor_Framework_Elementor_Translator {
|
|
128 |
if ( isset( $option['prefix_class'] ) ) {
|
129 |
$formatted_options[ $group ]['fields'][ $option_key ]['prefix_class'] = $option['prefix_class'];
|
130 |
}
|
131 |
-
|
132 |
/*** Dependency Options ***/
|
133 |
|
134 |
if ( isset( $option['dependency'] ) ) {
|
@@ -223,6 +230,16 @@ class QiAddonsForElementor_Framework_Elementor_Translator {
|
|
223 |
$formatted_options[ $group ]['fields'][ $option_key ]['items'][ $item_value['name'] ]['label'] = $item_value['title'];
|
224 |
$formatted_options[ $group ]['fields'][ $option_key ]['items'][ $item_value['name'] ]['field_type'] = $item_value['field_type'];
|
225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
if ( isset( $item_value['default_value'] ) ) {
|
227 |
$formatted_options[ $group ]['fields'][ $option_key ]['items'][ $item_value['name'] ]['default'] = $item_value['default_value'];
|
228 |
}
|
@@ -488,6 +505,9 @@ class QiAddonsForElementor_Framework_Elementor_Translator {
|
|
488 |
case 'text':
|
489 |
$elementor_type = \Elementor\Controls_Manager::TEXT;
|
490 |
break;
|
|
|
|
|
|
|
491 |
case 'textarea':
|
492 |
case 'textarea_html':
|
493 |
$elementor_type = \Elementor\Controls_Manager::TEXTAREA;
|
@@ -757,17 +777,7 @@ if ( ! function_exists( 'qi_addons_for_elementor_framework_get_elementor_transla
|
|
757 |
}
|
758 |
}
|
759 |
}
|
760 |
-
|
761 |
-
if ( ! function_exists( 'qi_addons_for_elementor_framework_init_elementor_translator' ) ) {
|
762 |
-
/**
|
763 |
-
* Function that initialize page builder module
|
764 |
-
*/
|
765 |
-
function qi_addons_for_elementor_framework_init_elementor_translator() {
|
766 |
-
qi_addons_for_elementor_framework_get_elementor_translator();
|
767 |
-
}
|
768 |
-
|
769 |
-
add_action( 'init', 'qi_addons_for_elementor_framework_init_elementor_translator', 1 );
|
770 |
-
}
|
771 |
|
772 |
if ( ! function_exists( 'qi_addons_for_elementor_framework_elementor_get_group_types' ) ) {
|
773 |
function qi_addons_for_elementor_framework_elementor_get_group_types() {
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class QiAddonsForElementor_Framework_Elementor_Translator {
|
4 |
private static $instance;
|
5 |
|
80 |
$formatted_options[ $group ]['fields'][ $option_key ]['field_type'] = $option['field_type'];
|
81 |
$formatted_options[ $group ]['fields'][ $option_key ]['label'] = $option['title'];
|
82 |
|
83 |
+
$dynamic_allowed_types = array( 'image', 'text', 'textarea', 'link' );
|
84 |
+
|
85 |
+
if ( in_array( $option['field_type'], $dynamic_allowed_types, true ) ) {
|
86 |
+
if ( isset( $option['dynamic'] ) ) {
|
87 |
+
$formatted_options[ $group ]['fields'][ $option_key ]['dynamic'] = $option['dynamic'];
|
88 |
+
} else {
|
89 |
+
$formatted_options[ $group ]['fields'][ $option_key ]['dynamic'] = array( 'active' => true );
|
90 |
+
}
|
91 |
+
}
|
92 |
+
|
93 |
if ( isset( $option['default_value'] ) ) {
|
94 |
$formatted_options[ $group ]['fields'][ $option_key ]['default'] = $option['default_value'];
|
95 |
}
|
136 |
if ( isset( $option['prefix_class'] ) ) {
|
137 |
$formatted_options[ $group ]['fields'][ $option_key ]['prefix_class'] = $option['prefix_class'];
|
138 |
}
|
|
|
139 |
/*** Dependency Options ***/
|
140 |
|
141 |
if ( isset( $option['dependency'] ) ) {
|
230 |
$formatted_options[ $group ]['fields'][ $option_key ]['items'][ $item_value['name'] ]['label'] = $item_value['title'];
|
231 |
$formatted_options[ $group ]['fields'][ $option_key ]['items'][ $item_value['name'] ]['field_type'] = $item_value['field_type'];
|
232 |
|
233 |
+
$dynamic_allowed_types = array( 'image', 'text', 'textarea', 'link' );
|
234 |
+
|
235 |
+
if ( in_array( $item_value['field_type'], $dynamic_allowed_types, true ) ) {
|
236 |
+
if ( isset( $item_value['dynamic'] ) ) {
|
237 |
+
$formatted_options[ $group ]['fields'][ $option_key ]['items'][ $item_value['name'] ]['dynamic'] = $item_value['dynamic'];
|
238 |
+
} else {
|
239 |
+
$formatted_options[ $group ]['fields'][ $option_key ]['items'][ $item_value['name'] ]['dynamic'] = array( 'active' => true );
|
240 |
+
}
|
241 |
+
}
|
242 |
+
|
243 |
if ( isset( $item_value['default_value'] ) ) {
|
244 |
$formatted_options[ $group ]['fields'][ $option_key ]['items'][ $item_value['name'] ]['default'] = $item_value['default_value'];
|
245 |
}
|
505 |
case 'text':
|
506 |
$elementor_type = \Elementor\Controls_Manager::TEXT;
|
507 |
break;
|
508 |
+
case 'link':
|
509 |
+
$elementor_type = \Elementor\Controls_Manager::URL;
|
510 |
+
break;
|
511 |
case 'textarea':
|
512 |
case 'textarea_html':
|
513 |
$elementor_type = \Elementor\Controls_Manager::TEXTAREA;
|
777 |
}
|
778 |
}
|
779 |
}
|
780 |
+
qi_addons_for_elementor_framework_get_elementor_translator();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
781 |
|
782 |
if ( ! function_exists( 'qi_addons_for_elementor_framework_elementor_get_group_types' ) ) {
|
783 |
function qi_addons_for_elementor_framework_elementor_get_group_types() {
|
inc/blog/shortcodes/blog-list/class-qiaddonsforelementor-blog-list-shortcode.php
CHANGED
@@ -92,6 +92,7 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
92 |
'field_type' => 'text',
|
93 |
'name' => 'excerpt_length',
|
94 |
'title' => esc_html__( 'Excerpt Length', 'qi-addons-for-elementor' ),
|
|
|
95 |
'group' => esc_html__( 'Layout', 'qi-addons-for-elementor' ),
|
96 |
'dependency' => array(
|
97 |
'relation' => 'and',
|
@@ -372,6 +373,16 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
372 |
),
|
373 |
)
|
374 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
$this->import_shortcode_options(
|
376 |
array(
|
377 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
@@ -454,7 +465,7 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
454 |
}
|
455 |
private function generate_button_params( $atts ) {
|
456 |
$atts['button_link'] = '';
|
457 |
-
$atts['button_text'] = esc_html__( 'Read More', 'qi-addons-for-elementor' );
|
458 |
|
459 |
$button_params = $this->populate_imported_shortcode_atts(
|
460 |
array(
|
92 |
'field_type' => 'text',
|
93 |
'name' => 'excerpt_length',
|
94 |
'title' => esc_html__( 'Excerpt Length', 'qi-addons-for-elementor' ),
|
95 |
+
'dynamic' => false,
|
96 |
'group' => esc_html__( 'Layout', 'qi-addons-for-elementor' ),
|
97 |
'dependency' => array(
|
98 |
'relation' => 'and',
|
373 |
),
|
374 |
)
|
375 |
);
|
376 |
+
$this->set_option(
|
377 |
+
array(
|
378 |
+
'field_type' => 'text',
|
379 |
+
'name' => 'read_more_text',
|
380 |
+
'title' => esc_html__( 'Read More Text', 'qi-addons-for-elementor' ),
|
381 |
+
'description' => esc_html__( 'If nothing is entered, \'Read More\' text will be used', 'qi-addons-for-elementor' ),
|
382 |
+
'dynamic' => false,
|
383 |
+
'group' => esc_html__( 'Read More Button', 'qi-addons-for-elementor' ),
|
384 |
+
)
|
385 |
+
);
|
386 |
$this->import_shortcode_options(
|
387 |
array(
|
388 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
465 |
}
|
466 |
private function generate_button_params( $atts ) {
|
467 |
$atts['button_link'] = '';
|
468 |
+
$atts['button_text'] = ! empty( $atts['read_more_text'] ) ? esc_html( $atts['read_more_text'] ) : esc_html__( 'Read More', 'qi-addons-for-elementor' );
|
469 |
|
470 |
$button_params = $this->populate_imported_shortcode_atts(
|
471 |
array(
|
inc/blog/shortcodes/blog-slider/class-qiaddonsforelementor-blog-slider-shortcode.php
CHANGED
@@ -91,6 +91,7 @@ if ( class_exists( 'QiAddonsForElementor_Slider_Shortcode' ) ) {
|
|
91 |
'field_type' => 'text',
|
92 |
'name' => 'excerpt_length',
|
93 |
'title' => esc_html__( 'Excerpt Length', 'qi-addons-for-elementor' ),
|
|
|
94 |
'group' => esc_html__( 'Layout', 'qi-addons-for-elementor' ),
|
95 |
'dependency' => array(
|
96 |
'relation' => 'and',
|
@@ -370,6 +371,16 @@ if ( class_exists( 'QiAddonsForElementor_Slider_Shortcode' ) ) {
|
|
370 |
),
|
371 |
)
|
372 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
$this->import_shortcode_options(
|
374 |
array(
|
375 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
@@ -447,7 +458,7 @@ if ( class_exists( 'QiAddonsForElementor_Slider_Shortcode' ) ) {
|
|
447 |
}
|
448 |
private function generate_button_params( $atts ) {
|
449 |
$atts['button_link'] = '';
|
450 |
-
$atts['button_text'] = esc_html__( 'Read More', 'qi-addons-for-elementor' );
|
451 |
|
452 |
$button_params = $this->populate_imported_shortcode_atts(
|
453 |
array(
|
91 |
'field_type' => 'text',
|
92 |
'name' => 'excerpt_length',
|
93 |
'title' => esc_html__( 'Excerpt Length', 'qi-addons-for-elementor' ),
|
94 |
+
'dynamic' => false,
|
95 |
'group' => esc_html__( 'Layout', 'qi-addons-for-elementor' ),
|
96 |
'dependency' => array(
|
97 |
'relation' => 'and',
|
371 |
),
|
372 |
)
|
373 |
);
|
374 |
+
$this->set_option(
|
375 |
+
array(
|
376 |
+
'field_type' => 'text',
|
377 |
+
'name' => 'read_more_text',
|
378 |
+
'title' => esc_html__( 'Read More Text', 'qi-addons-for-elementor' ),
|
379 |
+
'description' => esc_html__( 'If nothing is entered, \'Read More\' text will be used', 'qi-addons-for-elementor' ),
|
380 |
+
'dynamic' => false,
|
381 |
+
'group' => esc_html__( 'Read More Button', 'qi-addons-for-elementor' ),
|
382 |
+
)
|
383 |
+
);
|
384 |
$this->import_shortcode_options(
|
385 |
array(
|
386 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
458 |
}
|
459 |
private function generate_button_params( $atts ) {
|
460 |
$atts['button_link'] = '';
|
461 |
+
$atts['button_text'] = ! empty( $atts['read_more_text'] ) ? esc_html( $atts['read_more_text'] ) : esc_html__( 'Read More', 'qi-addons-for-elementor' );
|
462 |
|
463 |
$button_params = $this->populate_imported_shortcode_atts(
|
464 |
array(
|
inc/plugins/woocommerce/shortcodes/add-to-cart-button/class-qiaddonsforelementor-add-to-cart-button-shortcode.php
CHANGED
@@ -53,7 +53,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
53 |
$this->import_shortcode_options(
|
54 |
array(
|
55 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
56 |
-
'exclude' => array( 'custom_class', 'button_text', 'button_link'
|
57 |
'additional_params' => array(
|
58 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
59 |
),
|
@@ -132,8 +132,10 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
132 |
$atts['custom_attrs']['data-quantity'] = $args['quantity'];
|
133 |
}
|
134 |
|
135 |
-
$atts['button_link'] =
|
136 |
-
|
|
|
|
|
137 |
|
138 |
return $this->populate_imported_shortcode_atts(
|
139 |
array(
|
53 |
$this->import_shortcode_options(
|
54 |
array(
|
55 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
56 |
+
'exclude' => array( 'custom_class', 'button_text', 'button_link' ),
|
57 |
'additional_params' => array(
|
58 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
59 |
),
|
132 |
$atts['custom_attrs']['data-quantity'] = $args['quantity'];
|
133 |
}
|
134 |
|
135 |
+
$atts['button_link'] = array();
|
136 |
+
|
137 |
+
$atts['button_link']['url'] = $product->add_to_cart_url();
|
138 |
+
$atts['button_text'] = $product->add_to_cart_text();
|
139 |
|
140 |
return $this->populate_imported_shortcode_atts(
|
141 |
array(
|
inc/plugins/woocommerce/shortcodes/product-category-list/class-qiaddonsforelementor-product-category-list-shortcode.php
CHANGED
@@ -266,7 +266,8 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
266 |
$button_params = array();
|
267 |
|
268 |
if ( isset( $atts['category_slug'] ) ) {
|
269 |
-
$atts['button_link']
|
|
|
270 |
|
271 |
if ( empty( $atts['button_text'] ) ) {
|
272 |
$atts['button_text'] = esc_html__( 'View More', 'qi-addons-for-elementor' );
|
266 |
$button_params = array();
|
267 |
|
268 |
if ( isset( $atts['category_slug'] ) ) {
|
269 |
+
$atts['button_link'] = array();
|
270 |
+
$atts['button_link']['url'] = get_term_link( $atts['category_slug'], 'product_cat' );
|
271 |
|
272 |
if ( empty( $atts['button_text'] ) ) {
|
273 |
$atts['button_text'] = esc_html__( 'View More', 'qi-addons-for-elementor' );
|
inc/plugins/woocommerce/shortcodes/product-list/class-qiaddonsforelementor-product-list-shortcode.php
CHANGED
@@ -282,7 +282,7 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
282 |
$this->import_shortcode_options(
|
283 |
array(
|
284 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
285 |
-
'exclude' => array( 'custom_class', 'button_text', 'button_link'
|
286 |
'additional_params' => array(
|
287 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
288 |
),
|
@@ -535,8 +535,10 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
535 |
$atts['custom_attrs']['data-quantity'] = $args['quantity'];
|
536 |
}
|
537 |
|
538 |
-
$atts['button_link'] =
|
539 |
-
|
|
|
|
|
540 |
|
541 |
return $this->populate_imported_shortcode_atts(
|
542 |
array(
|
282 |
$this->import_shortcode_options(
|
283 |
array(
|
284 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
285 |
+
'exclude' => array( 'custom_class', 'button_text', 'button_link' ),
|
286 |
'additional_params' => array(
|
287 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
288 |
),
|
535 |
$atts['custom_attrs']['data-quantity'] = $args['quantity'];
|
536 |
}
|
537 |
|
538 |
+
$atts['button_link'] = array();
|
539 |
+
|
540 |
+
$atts['button_link']['url'] = $product->add_to_cart_url();
|
541 |
+
$atts['button_text'] = $product->add_to_cart_text();
|
542 |
|
543 |
return $this->populate_imported_shortcode_atts(
|
544 |
array(
|
inc/plugins/woocommerce/shortcodes/product-slider/class-qiaddonsforelementor-product-slider-shortcode.php
CHANGED
@@ -282,7 +282,7 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
282 |
$this->import_shortcode_options(
|
283 |
array(
|
284 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
285 |
-
'exclude' => array( 'custom_class', 'button_text', 'button_link'
|
286 |
'additional_params' => array(
|
287 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
288 |
),
|
@@ -527,8 +527,10 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
527 |
$atts['custom_attrs']['data-quantity'] = $args['quantity'];
|
528 |
}
|
529 |
|
530 |
-
$atts['button_link'] =
|
531 |
-
|
|
|
|
|
532 |
|
533 |
return $this->populate_imported_shortcode_atts(
|
534 |
array(
|
282 |
$this->import_shortcode_options(
|
283 |
array(
|
284 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
285 |
+
'exclude' => array( 'custom_class', 'button_text', 'button_link' ),
|
286 |
'additional_params' => array(
|
287 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
288 |
),
|
527 |
$atts['custom_attrs']['data-quantity'] = $args['quantity'];
|
528 |
}
|
529 |
|
530 |
+
$atts['button_link'] = array();
|
531 |
+
|
532 |
+
$atts['button_link']['url'] = $product->add_to_cart_url();
|
533 |
+
$atts['button_text'] = $product->add_to_cart_text();
|
534 |
|
535 |
return $this->populate_imported_shortcode_atts(
|
536 |
array(
|
inc/shortcodes/banner/class-qiaddonsforelementor-banner-shortcode.php
CHANGED
@@ -83,20 +83,11 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
83 |
);
|
84 |
$this->set_option(
|
85 |
array(
|
86 |
-
'field_type' => '
|
87 |
'name' => 'link_url',
|
88 |
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
89 |
)
|
90 |
);
|
91 |
-
$this->set_option(
|
92 |
-
array(
|
93 |
-
'field_type' => 'select',
|
94 |
-
'name' => 'link_target',
|
95 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
96 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target' ),
|
97 |
-
'default_value' => '_self',
|
98 |
-
)
|
99 |
-
);
|
100 |
$this->set_option(
|
101 |
array(
|
102 |
'field_type' => 'select',
|
@@ -336,7 +327,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
336 |
$this->import_shortcode_options(
|
337 |
array(
|
338 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
339 |
-
'exclude' => array( 'custom_class', 'button_link'
|
340 |
'additional_params' => array(
|
341 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
342 |
),
|
@@ -509,14 +500,10 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
509 |
private function generate_button_params( $atts ) {
|
510 |
|
511 |
if ( 'yes' === $atts['enable_button'] ) {
|
512 |
-
if ( ! empty( $atts['link_url'] ) ) {
|
513 |
$atts['button_link'] = $atts['link_url'];
|
514 |
}
|
515 |
|
516 |
-
if ( ! empty( $atts['link_target'] ) ) {
|
517 |
-
$atts['button_target'] = $atts['link_target'];
|
518 |
-
}
|
519 |
-
|
520 |
return $this->populate_imported_shortcode_atts(
|
521 |
array(
|
522 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
83 |
);
|
84 |
$this->set_option(
|
85 |
array(
|
86 |
+
'field_type' => 'link',
|
87 |
'name' => 'link_url',
|
88 |
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
89 |
)
|
90 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
$this->set_option(
|
92 |
array(
|
93 |
'field_type' => 'select',
|
327 |
$this->import_shortcode_options(
|
328 |
array(
|
329 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
330 |
+
'exclude' => array( 'custom_class', 'button_link' ),
|
331 |
'additional_params' => array(
|
332 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
333 |
),
|
500 |
private function generate_button_params( $atts ) {
|
501 |
|
502 |
if ( 'yes' === $atts['enable_button'] ) {
|
503 |
+
if ( ! empty( $atts['link_url']['url'] ) ) {
|
504 |
$atts['button_link'] = $atts['link_url'];
|
505 |
}
|
506 |
|
|
|
|
|
|
|
|
|
507 |
return $this->populate_imported_shortcode_atts(
|
508 |
array(
|
509 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
inc/shortcodes/banner/templates/parts/link.php
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
1 |
+
<?php if ( ! empty( $link_url['url'] ) ) { ?>
|
2 |
+
<a itemprop="url" href="<?php echo esc_url( $link_url['url'] ); ?>" class="qodef-m-banner-link" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $link_url ) ); ?>></a>
|
3 |
+
<?php }
|
4 |
+
?>
|
inc/shortcodes/before-after/class-qiaddonsforelementor-before-after-shortcode.php
CHANGED
@@ -83,6 +83,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
83 |
'name' => 'handle_text',
|
84 |
'title' => esc_html__( 'Handle Text', 'qi-addons-for-elementor' ),
|
85 |
'default_value' => esc_html__( 'Drag', 'qi-addons-for-elementor' ),
|
|
|
86 |
)
|
87 |
);
|
88 |
|
@@ -104,6 +105,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
104 |
'name' => 'offset',
|
105 |
'title' => esc_html__( 'Default Offset', 'qi-addons-for-elementor' ),
|
106 |
'description' => esc_html__( 'Default value is 50 (%)', 'qi-addons-for-elementor' ),
|
|
|
107 |
)
|
108 |
);
|
109 |
|
83 |
'name' => 'handle_text',
|
84 |
'title' => esc_html__( 'Handle Text', 'qi-addons-for-elementor' ),
|
85 |
'default_value' => esc_html__( 'Drag', 'qi-addons-for-elementor' ),
|
86 |
+
'dynamic' => false,
|
87 |
)
|
88 |
);
|
89 |
|
105 |
'name' => 'offset',
|
106 |
'title' => esc_html__( 'Default Offset', 'qi-addons-for-elementor' ),
|
107 |
'description' => esc_html__( 'Default value is 50 (%)', 'qi-addons-for-elementor' ),
|
108 |
+
'dynamic' => false,
|
109 |
)
|
110 |
);
|
111 |
|
inc/shortcodes/business-hours/class-qiaddonsforelementor-business-hours-shortcode.php
CHANGED
@@ -158,6 +158,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
158 |
'field_type' => 'text',
|
159 |
'name' => 'item_hours_text',
|
160 |
'title' => esc_html__( 'Working Hours', 'qi-addons-for-elementor' ),
|
|
|
161 |
'default_value' => esc_html__( '09:00 - 17:00', 'qi-addons-for-elementor' ),
|
162 |
),
|
163 |
array(
|
158 |
'field_type' => 'text',
|
159 |
'name' => 'item_hours_text',
|
160 |
'title' => esc_html__( 'Working Hours', 'qi-addons-for-elementor' ),
|
161 |
+
'dynamic' => false,
|
162 |
'default_value' => esc_html__( '09:00 - 17:00', 'qi-addons-for-elementor' ),
|
163 |
),
|
164 |
array(
|
inc/shortcodes/button/class-qiaddonsforelementor-button-shortcode.php
CHANGED
@@ -117,20 +117,11 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
117 |
);
|
118 |
$this->set_option(
|
119 |
array(
|
120 |
-
'field_type' => '
|
121 |
'name' => 'button_link',
|
122 |
'title' => esc_html__( 'Button Link', 'qi-addons-for-elementor' ),
|
123 |
)
|
124 |
);
|
125 |
-
$this->set_option(
|
126 |
-
array(
|
127 |
-
'field_type' => 'select',
|
128 |
-
'name' => 'button_target',
|
129 |
-
'title' => esc_html__( 'Target', 'qi-addons-for-elementor' ),
|
130 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target' ),
|
131 |
-
'default_value' => '_self',
|
132 |
-
)
|
133 |
-
);
|
134 |
$this->set_option(
|
135 |
array(
|
136 |
'field_type' => 'typography',
|
@@ -1016,12 +1007,12 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
1016 |
),
|
1017 |
'dependency' => array(
|
1018 |
'relation' => 'and',
|
1019 |
-
'hide'
|
1020 |
'button_underline_draw' => array(
|
1021 |
'values' => 'yes',
|
1022 |
'default_value' => 'no',
|
1023 |
),
|
1024 |
-
'button_underline'
|
1025 |
'values' => 'no',
|
1026 |
'default_value' => 'no',
|
1027 |
),
|
@@ -1037,7 +1028,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
1037 |
'title' => esc_html__( 'Enable Hover Underline Draw', 'qi-addons-for-elementor' ),
|
1038 |
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'no_yes' ),
|
1039 |
'default_value' => 'no',
|
1040 |
-
'dependency'
|
1041 |
'show' => array(
|
1042 |
'button_underline_alignment' => array(
|
1043 |
'values' => array( 'left', 'right' ),
|
@@ -1045,7 +1036,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
1045 |
),
|
1046 |
),
|
1047 |
),
|
1048 |
-
'group'
|
1049 |
)
|
1050 |
);
|
1051 |
$this->set_option(
|
@@ -1209,7 +1200,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
1209 |
}
|
1210 |
|
1211 |
private function get_data_attrs( $atts ) {
|
1212 |
-
$data =
|
1213 |
|
1214 |
if ( ! empty( $atts['custom_attrs'] ) && is_array( $atts['custom_attrs'] ) ) {
|
1215 |
$data = array_merge( $data, $atts['custom_attrs'] );
|
117 |
);
|
118 |
$this->set_option(
|
119 |
array(
|
120 |
+
'field_type' => 'link',
|
121 |
'name' => 'button_link',
|
122 |
'title' => esc_html__( 'Button Link', 'qi-addons-for-elementor' ),
|
123 |
)
|
124 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
$this->set_option(
|
126 |
array(
|
127 |
'field_type' => 'typography',
|
1007 |
),
|
1008 |
'dependency' => array(
|
1009 |
'relation' => 'and',
|
1010 |
+
'hide' => array(
|
1011 |
'button_underline_draw' => array(
|
1012 |
'values' => 'yes',
|
1013 |
'default_value' => 'no',
|
1014 |
),
|
1015 |
+
'button_underline' => array(
|
1016 |
'values' => 'no',
|
1017 |
'default_value' => 'no',
|
1018 |
),
|
1028 |
'title' => esc_html__( 'Enable Hover Underline Draw', 'qi-addons-for-elementor' ),
|
1029 |
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'no_yes' ),
|
1030 |
'default_value' => 'no',
|
1031 |
+
'dependency' => array(
|
1032 |
'show' => array(
|
1033 |
'button_underline_alignment' => array(
|
1034 |
'values' => array( 'left', 'right' ),
|
1036 |
),
|
1037 |
),
|
1038 |
),
|
1039 |
+
'group' => esc_html__( 'Underline Style', 'qi-addons-for-elementor' ),
|
1040 |
)
|
1041 |
);
|
1042 |
$this->set_option(
|
1200 |
}
|
1201 |
|
1202 |
private function get_data_attrs( $atts ) {
|
1203 |
+
$data = qi_addons_for_elementor_get_link_attributes( $atts['button_link'] );
|
1204 |
|
1205 |
if ( ! empty( $atts['custom_attrs'] ) && is_array( $atts['custom_attrs'] ) ) {
|
1206 |
$data = array_merge( $data, $atts['custom_attrs'] );
|
inc/shortcodes/button/variations/icon-boxed/templates/button.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $button_link ); ?>"
|
2 |
<span class="qodef-m-text"><?php echo esc_html( $button_text ); ?></span>
|
3 |
<?php
|
4 |
if ( 'yes' === $button_icon_enable_side_border ) {
|
1 |
+
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $button_link['url'] ); ?>" <?php qi_addons_for_elementor_framework_inline_attrs( $data_attrs ); ?>>
|
2 |
<span class="qodef-m-text"><?php echo esc_html( $button_text ); ?></span>
|
3 |
<?php
|
4 |
if ( 'yes' === $button_icon_enable_side_border ) {
|
inc/shortcodes/button/variations/inner-border/templates/button.php
CHANGED
@@ -1,22 +1,26 @@
|
|
1 |
-
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $button_link ); ?>"
|
2 |
<span class="qodef-m-text"><?php echo esc_html( $button_text ); ?></span>
|
3 |
<?php
|
4 |
qi_addons_for_elementor_template_part( 'shortcodes/button', 'templates/parts/icon', '', $params );
|
5 |
?>
|
6 |
<div class="qodef-m-inner-border">
|
7 |
-
<?php if(
|
8 |
<span class="qodef-m-border-top"></span>
|
9 |
<span class="qodef-m-border-right"></span>
|
10 |
<span class="qodef-m-border-bottom"></span>
|
11 |
<span class="qodef-m-border-left"></span>
|
12 |
-
|
|
|
|
|
13 |
</div>
|
14 |
-
<?php if( ! empty( $button_inner_border_hover_type ) && ( (
|
15 |
<div class="qodef-m-inner-border qodef-m-inner-border-copy">
|
16 |
<span class="qodef-m-border-top"></span>
|
17 |
<span class="qodef-m-border-right"></span>
|
18 |
<span class="qodef-m-border-bottom"></span>
|
19 |
<span class="qodef-m-border-left"></span>
|
20 |
</div>
|
21 |
-
|
|
|
|
|
22 |
</a>
|
1 |
+
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $button_link['url'] ); ?>" <?php qi_addons_for_elementor_framework_inline_attrs( $data_attrs ); ?>>
|
2 |
<span class="qodef-m-text"><?php echo esc_html( $button_text ); ?></span>
|
3 |
<?php
|
4 |
qi_addons_for_elementor_template_part( 'shortcodes/button', 'templates/parts/icon', '', $params );
|
5 |
?>
|
6 |
<div class="qodef-m-inner-border">
|
7 |
+
<?php if ( 'move-outer-edge' !== $button_inner_border_hover_type ) { ?>
|
8 |
<span class="qodef-m-border-top"></span>
|
9 |
<span class="qodef-m-border-right"></span>
|
10 |
<span class="qodef-m-border-bottom"></span>
|
11 |
<span class="qodef-m-border-left"></span>
|
12 |
+
<?php
|
13 |
+
}
|
14 |
+
?>
|
15 |
</div>
|
16 |
+
<?php if ( ! empty( $button_inner_border_hover_type ) && ( ( 'draw q-draw-center' == $button_inner_border_hover_type ) || ( 'draw q-draw-one-point' == $button_inner_border_hover_type ) || ( 'draw q-draw-two-points' == $button_inner_border_hover_type ) ) ) { ?>
|
17 |
<div class="qodef-m-inner-border qodef-m-inner-border-copy">
|
18 |
<span class="qodef-m-border-top"></span>
|
19 |
<span class="qodef-m-border-right"></span>
|
20 |
<span class="qodef-m-border-bottom"></span>
|
21 |
<span class="qodef-m-border-left"></span>
|
22 |
</div>
|
23 |
+
<?php
|
24 |
+
}
|
25 |
+
?>
|
26 |
</a>
|
inc/shortcodes/button/variations/standard/templates/button.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $button_link ); ?>"
|
2 |
<span class="qodef-m-text"><?php echo esc_html( $button_text ); ?></span>
|
3 |
<?php
|
4 |
qi_addons_for_elementor_template_part( 'shortcodes/button', 'templates/parts/icon', '', $params );
|
1 |
+
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $button_link['url'] ); ?>" <?php qi_addons_for_elementor_framework_inline_attrs( $data_attrs ); ?>>
|
2 |
<span class="qodef-m-text"><?php echo esc_html( $button_text ); ?></span>
|
3 |
<?php
|
4 |
qi_addons_for_elementor_template_part( 'shortcodes/button', 'templates/parts/icon', '', $params );
|
inc/shortcodes/call-to-action/variations/standard/templates/standard.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
<div class="qodef-m-inner">
|
3 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/call-to-action', 'templates/parts/content', '', $params ); ?>
|
4 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/call-to-action', 'templates/parts/button', '', $params ); ?>
|
5 |
-
<?php if(
|
6 |
-
<a class="qodef-m-link" href="<?php echo esc_url( $button_link ); ?>"
|
7 |
<?php } ?>
|
8 |
</div>
|
9 |
</div>
|
2 |
<div class="qodef-m-inner">
|
3 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/call-to-action', 'templates/parts/content', '', $params ); ?>
|
4 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/call-to-action', 'templates/parts/button', '', $params ); ?>
|
5 |
+
<?php if ( 'yes' === $enable_link_overlay && ! empty( $button_link['url'] ) ) { ?>
|
6 |
+
<a class="qodef-m-link" href="<?php echo esc_url( $button_link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $button_link ) ); ?>></a>
|
7 |
<?php } ?>
|
8 |
</div>
|
9 |
</div>
|
inc/shortcodes/cards-gallery/class-qiaddonsforelementor-cards-gallery-shortcode.php
CHANGED
@@ -36,15 +36,6 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
36 |
'title' => esc_html__( 'Custom Class', 'qi-addons-for-elementor' ),
|
37 |
)
|
38 |
);
|
39 |
-
$this->set_option(
|
40 |
-
array(
|
41 |
-
'field_type' => 'select',
|
42 |
-
'name' => 'link_target',
|
43 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
44 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target' ),
|
45 |
-
'default_value' => '_self',
|
46 |
-
)
|
47 |
-
);
|
48 |
$this->set_option(
|
49 |
array(
|
50 |
'field_type' => 'select',
|
@@ -79,10 +70,9 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
79 |
),
|
80 |
'items' => array(
|
81 |
array(
|
82 |
-
'field_type'
|
83 |
-
'name'
|
84 |
-
'title'
|
85 |
-
'default_value' => '',
|
86 |
),
|
87 |
array(
|
88 |
'field_type' => 'image',
|
36 |
'title' => esc_html__( 'Custom Class', 'qi-addons-for-elementor' ),
|
37 |
)
|
38 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
$this->set_option(
|
40 |
array(
|
41 |
'field_type' => 'select',
|
70 |
),
|
71 |
'items' => array(
|
72 |
array(
|
73 |
+
'field_type' => 'link',
|
74 |
+
'name' => 'item_link',
|
75 |
+
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
|
|
76 |
),
|
77 |
array(
|
78 |
'field_type' => 'image',
|
inc/shortcodes/cards-gallery/templates/cards-gallery.php
CHANGED
@@ -4,11 +4,11 @@
|
|
4 |
<?php foreach ( $items as $item ) { ?>
|
5 |
<div class="qodef-m-card">
|
6 |
<div class="qodef-m-bundle-item">
|
7 |
-
<?php if ( '' !== $item['item_link'] ) { ?>
|
8 |
-
<a href="<?php echo esc_url( $item['item_link'] ); ?>"
|
9 |
<?php } ?>
|
10 |
<?php echo qi_addons_for_elementor_get_list_shortcode_item_image( $images_proportion, $item['item_image'], intval( $custom_image_width ), intval( $custom_image_height ) ); ?>
|
11 |
-
<?php if ( '' !== $item['item_link'] ) { ?>
|
12 |
</a>
|
13 |
<?php } ?>
|
14 |
</div>
|
4 |
<?php foreach ( $items as $item ) { ?>
|
5 |
<div class="qodef-m-card">
|
6 |
<div class="qodef-m-bundle-item">
|
7 |
+
<?php if ( '' !== $item['item_link']['url'] ) { ?>
|
8 |
+
<a href="<?php echo esc_url( $item['item_link']['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $item['item_link'] ) ); ?>>
|
9 |
<?php } ?>
|
10 |
<?php echo qi_addons_for_elementor_get_list_shortcode_item_image( $images_proportion, $item['item_image'], intval( $custom_image_width ), intval( $custom_image_height ) ); ?>
|
11 |
+
<?php if ( '' !== $item['item_link']['url'] ) { ?>
|
12 |
</a>
|
13 |
<?php } ?>
|
14 |
</div>
|
inc/shortcodes/class-qiaddonsforelementor-list-shortcode.php
CHANGED
@@ -841,6 +841,7 @@ abstract class QiAddonsForElementor_List_Shortcode extends QiAddonsForElementor_
|
|
841 |
'name' => 'posts_per_page',
|
842 |
'title' => esc_html__( 'Posts per Page', 'qi-addons-for-elementor' ),
|
843 |
'default_value' => '9',
|
|
|
844 |
'group' => $group,
|
845 |
)
|
846 |
);
|
841 |
'name' => 'posts_per_page',
|
842 |
'title' => esc_html__( 'Posts per Page', 'qi-addons-for-elementor' ),
|
843 |
'default_value' => '9',
|
844 |
+
'dynamic' => false,
|
845 |
'group' => $group,
|
846 |
)
|
847 |
);
|
inc/shortcodes/class-qiaddonsforelementor-slider-shortcode.php
CHANGED
@@ -1220,6 +1220,7 @@ abstract class QiAddonsForElementor_Slider_Shortcode extends QiAddonsForElemento
|
|
1220 |
'name' => 'posts_per_page',
|
1221 |
'title' => esc_html__( 'Posts per Page', 'qi-addons-for-elementor' ),
|
1222 |
'default_value' => '9',
|
|
|
1223 |
'group' => $group,
|
1224 |
)
|
1225 |
);
|
1220 |
'name' => 'posts_per_page',
|
1221 |
'title' => esc_html__( 'Posts per Page', 'qi-addons-for-elementor' ),
|
1222 |
'default_value' => '9',
|
1223 |
+
'dynamic' => false,
|
1224 |
'group' => $group,
|
1225 |
)
|
1226 |
);
|
inc/shortcodes/clients-list/class-qiaddonsforelementor-clients-list-shortcode.php
CHANGED
@@ -238,11 +238,11 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
238 |
|
239 |
$this->set_option(
|
240 |
array(
|
241 |
-
'field_type'
|
242 |
-
'name'
|
243 |
-
'title'
|
244 |
-
'options'
|
245 |
-
'group'
|
246 |
)
|
247 |
);
|
248 |
|
@@ -376,16 +376,10 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
376 |
'default_value' => qi_addons_for_elementor_get_example_text( 'excerpt_short' ),
|
377 |
),
|
378 |
array(
|
379 |
-
'field_type' => '
|
380 |
'name' => 'client_link',
|
381 |
'title' => esc_html__( 'Client Link', 'qi-addons-for-elementor' ),
|
382 |
),
|
383 |
-
array(
|
384 |
-
'field_type' => 'select',
|
385 |
-
'name' => 'client_link_target',
|
386 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
387 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target', false ),
|
388 |
-
),
|
389 |
),
|
390 |
)
|
391 |
);
|
238 |
|
239 |
$this->set_option(
|
240 |
array(
|
241 |
+
'field_type' => 'select',
|
242 |
+
'name' => 'title_hover_underline',
|
243 |
+
'title' => esc_html__( 'Title Hover Underline', 'qi-addons-for-elementor' ),
|
244 |
+
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'no_yes', false ),
|
245 |
+
'group' => esc_html__( 'Style', 'qi-addons-for-elementor' ),
|
246 |
)
|
247 |
);
|
248 |
|
376 |
'default_value' => qi_addons_for_elementor_get_example_text( 'excerpt_short' ),
|
377 |
),
|
378 |
array(
|
379 |
+
'field_type' => 'link',
|
380 |
'name' => 'client_link',
|
381 |
'title' => esc_html__( 'Client Link', 'qi-addons-for-elementor' ),
|
382 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
383 |
),
|
384 |
)
|
385 |
);
|
inc/shortcodes/clients-list/templates/client.php
CHANGED
@@ -1,11 +1,7 @@
|
|
1 |
-
<?php
|
2 |
-
$target = ( ! empty( $client_link_target ) ) ? $client_link_target : '_blank';
|
3 |
-
|
4 |
-
?>
|
5 |
<div <?php qi_addons_for_elementor_framework_class_attribute( $client_classes ); ?>>
|
6 |
<div class="qodef-e-inner">
|
7 |
-
<?php if ( ! empty( $client_link ) ) { ?>
|
8 |
-
<a href="<?php echo esc_url( $client_link ); ?>"
|
9 |
<?php } ?>
|
10 |
<div class="qodef-e-images-holder">
|
11 |
<?php if ( ! empty( $client_main_image ) ) { ?>
|
@@ -19,7 +15,7 @@ $target = ( ! empty( $client_link_target ) ) ? $client_link_target : '_blank';
|
|
19 |
</div>
|
20 |
<?php } ?>
|
21 |
</div>
|
22 |
-
<?php if ( ! empty( $client_link ) ) { ?>
|
23 |
</a>
|
24 |
<?php } ?>
|
25 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/clients-list', 'templates/parts/title', '', $params ); ?>
|
|
|
|
|
|
|
|
|
1 |
<div <?php qi_addons_for_elementor_framework_class_attribute( $client_classes ); ?>>
|
2 |
<div class="qodef-e-inner">
|
3 |
+
<?php if ( ! empty( $client_link['url'] ) ) { ?>
|
4 |
+
<a href="<?php echo esc_url( $client_link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $client_link ) ); ?>>
|
5 |
<?php } ?>
|
6 |
<div class="qodef-e-images-holder">
|
7 |
<?php if ( ! empty( $client_main_image ) ) { ?>
|
15 |
</div>
|
16 |
<?php } ?>
|
17 |
</div>
|
18 |
+
<?php if ( ! empty( $client_link['url'] ) ) { ?>
|
19 |
</a>
|
20 |
<?php } ?>
|
21 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/clients-list', 'templates/parts/title', '', $params ); ?>
|
inc/shortcodes/clients-list/templates/parts/title.php
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
<?php
|
2 |
-
$target = ( ! empty( $client_link_target ) ) ? $client_link_target : '_blank';
|
3 |
-
?>
|
4 |
-
|
5 |
<?php if ( ! empty( $client_title ) ) : ?>
|
6 |
<?php echo '<' . esc_attr( $title_tag ); ?> class="qodef-e-title">
|
7 |
-
<?php if ( ! empty( $client_link ) ) { ?>
|
8 |
-
<a href="<?php echo esc_url( $client_link ); ?>"
|
9 |
<?php } ?>
|
10 |
<?php echo esc_html( $client_title ); ?>
|
11 |
-
<?php if ( ! empty( $client_link ) ) { ?>
|
12 |
</a>
|
13 |
<?php } ?>
|
14 |
<?php echo '</' . esc_attr( $title_tag ); ?>>
|
|
|
|
|
|
|
|
|
1 |
<?php if ( ! empty( $client_title ) ) : ?>
|
2 |
<?php echo '<' . esc_attr( $title_tag ); ?> class="qodef-e-title">
|
3 |
+
<?php if ( ! empty( $client_link['url'] ) ) { ?>
|
4 |
+
<a href="<?php echo esc_url( $client_link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $client_link ) ); ?>>
|
5 |
<?php } ?>
|
6 |
<?php echo esc_html( $client_title ); ?>
|
7 |
+
<?php if ( ! empty( $client_link['url'] ) ) { ?>
|
8 |
</a>
|
9 |
<?php } ?>
|
10 |
<?php echo '</' . esc_attr( $title_tag ); ?>>
|
inc/shortcodes/clients-slider/class-qiaddonsforelementor-clients-slider-shortcode.php
CHANGED
@@ -174,16 +174,10 @@ if ( class_exists( 'QiAddonsForElementor_Slider_Shortcode' ) ) {
|
|
174 |
'default_value' => esc_html__( 'Example Title', 'qi-addons-for-elementor' ),
|
175 |
),
|
176 |
array(
|
177 |
-
'field_type' => '
|
178 |
'name' => 'client_link',
|
179 |
'title' => esc_html__( 'Client Link', 'qi-addons-for-elementor' ),
|
180 |
),
|
181 |
-
array(
|
182 |
-
'field_type' => 'select',
|
183 |
-
'name' => 'client_link_target',
|
184 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
185 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target', false ),
|
186 |
-
),
|
187 |
),
|
188 |
)
|
189 |
);
|
174 |
'default_value' => esc_html__( 'Example Title', 'qi-addons-for-elementor' ),
|
175 |
),
|
176 |
array(
|
177 |
+
'field_type' => 'link',
|
178 |
'name' => 'client_link',
|
179 |
'title' => esc_html__( 'Client Link', 'qi-addons-for-elementor' ),
|
180 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
),
|
182 |
)
|
183 |
);
|
inc/shortcodes/clients-slider/templates/client.php
CHANGED
@@ -1,11 +1,7 @@
|
|
1 |
-
<?php
|
2 |
-
$target = ( ! empty( $client_link_target ) ) ? $client_link_target : '_blank';
|
3 |
-
|
4 |
-
?>
|
5 |
<div <?php qi_addons_for_elementor_framework_class_attribute( $client_classes ); ?>>
|
6 |
<div class="qodef-e-inner">
|
7 |
-
<?php if ( ! empty( $client_link ) ) { ?>
|
8 |
-
<a href="<?php echo esc_url( $client_link ); ?>"
|
9 |
<?php } ?>
|
10 |
<div class="qodef-e-images-holder">
|
11 |
<?php if ( ! empty( $client_main_image ) ) { ?>
|
@@ -19,7 +15,7 @@ $target = ( ! empty( $client_link_target ) ) ? $client_link_target : '_blank';
|
|
19 |
</div>
|
20 |
<?php } ?>
|
21 |
</div>
|
22 |
-
<?php if ( ! empty( $client_link ) ) { ?>
|
23 |
</a>
|
24 |
<?php } ?>
|
25 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/clients-slider', 'templates/parts/title', '', $params ); ?>
|
|
|
|
|
|
|
|
|
1 |
<div <?php qi_addons_for_elementor_framework_class_attribute( $client_classes ); ?>>
|
2 |
<div class="qodef-e-inner">
|
3 |
+
<?php if ( ! empty( $client_link['url'] ) ) { ?>
|
4 |
+
<a href="<?php echo esc_url( $client_link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $client_link ) ); ?>>
|
5 |
<?php } ?>
|
6 |
<div class="qodef-e-images-holder">
|
7 |
<?php if ( ! empty( $client_main_image ) ) { ?>
|
15 |
</div>
|
16 |
<?php } ?>
|
17 |
</div>
|
18 |
+
<?php if ( ! empty( $client_link['url'] ) ) { ?>
|
19 |
</a>
|
20 |
<?php } ?>
|
21 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/clients-slider', 'templates/parts/title', '', $params ); ?>
|
inc/shortcodes/clients-slider/templates/parts/title.php
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
-
<?php
|
2 |
-
$target = ( ! empty( $client_link_target ) ) ? $client_link_target : '_blank';
|
3 |
-
?>
|
4 |
<?php if ( ! empty( $client_title ) ) : ?>
|
5 |
<?php echo '<' . esc_attr( $title_tag ); ?> class="qodef-e-title">
|
6 |
-
<?php if ( ! empty( $client_link ) ) { ?>
|
7 |
-
<a href="<?php echo esc_url( $client_link ); ?>"
|
8 |
<?php } ?>
|
9 |
<?php echo esc_html( $client_title ); ?>
|
10 |
-
<?php if ( ! empty( $client_link ) ) { ?>
|
11 |
</a>
|
12 |
<?php } ?>
|
13 |
<?php echo '</' . esc_attr( $title_tag ); ?>>
|
|
|
|
|
|
|
1 |
<?php if ( ! empty( $client_title ) ) : ?>
|
2 |
<?php echo '<' . esc_attr( $title_tag ); ?> class="qodef-e-title">
|
3 |
+
<?php if ( ! empty( $client_link['url'] ) ) { ?>
|
4 |
+
<a href="<?php echo esc_url( $client_link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $client_link ) ); ?>>
|
5 |
<?php } ?>
|
6 |
<?php echo esc_html( $client_title ); ?>
|
7 |
+
<?php if ( ! empty( $client_link['url'] ) ) { ?>
|
8 |
</a>
|
9 |
<?php } ?>
|
10 |
<?php echo '</' . esc_attr( $title_tag ); ?>>
|
inc/shortcodes/counter/class-qiaddonsforelementor-counter-shortcode.php
CHANGED
@@ -64,7 +64,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
64 |
);
|
65 |
$this->set_option(
|
66 |
array(
|
67 |
-
'field_type' => '
|
68 |
'name' => 'start_digit',
|
69 |
'title' => esc_html__( 'Start Digit', 'qi-addons-for-elementor' ),
|
70 |
'default_value' => 0,
|
@@ -72,7 +72,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
72 |
);
|
73 |
$this->set_option(
|
74 |
array(
|
75 |
-
'field_type' => '
|
76 |
'name' => 'end_digit',
|
77 |
'title' => esc_html__( 'End Digit', 'qi-addons-for-elementor' ),
|
78 |
'default_value' => 23,
|
@@ -80,7 +80,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
80 |
);
|
81 |
$this->set_option(
|
82 |
array(
|
83 |
-
'field_type' => '
|
84 |
'name' => 'step_digit',
|
85 |
'title' => esc_html__( 'Step Between Digits', 'qi-addons-for-elementor' ),
|
86 |
)
|
@@ -90,6 +90,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
90 |
'field_type' => 'text',
|
91 |
'name' => 'step_delay',
|
92 |
'title' => esc_html__( 'Step Delay', 'qi-addons-for-elementor' ),
|
|
|
93 |
)
|
94 |
);
|
95 |
$this->set_option(
|
64 |
);
|
65 |
$this->set_option(
|
66 |
array(
|
67 |
+
'field_type' => 'number',
|
68 |
'name' => 'start_digit',
|
69 |
'title' => esc_html__( 'Start Digit', 'qi-addons-for-elementor' ),
|
70 |
'default_value' => 0,
|
72 |
);
|
73 |
$this->set_option(
|
74 |
array(
|
75 |
+
'field_type' => 'number',
|
76 |
'name' => 'end_digit',
|
77 |
'title' => esc_html__( 'End Digit', 'qi-addons-for-elementor' ),
|
78 |
'default_value' => 23,
|
80 |
);
|
81 |
$this->set_option(
|
82 |
array(
|
83 |
+
'field_type' => 'number',
|
84 |
'name' => 'step_digit',
|
85 |
'title' => esc_html__( 'Step Between Digits', 'qi-addons-for-elementor' ),
|
86 |
)
|
90 |
'field_type' => 'text',
|
91 |
'name' => 'step_delay',
|
92 |
'title' => esc_html__( 'Step Delay', 'qi-addons-for-elementor' ),
|
93 |
+
'dynamic' => false,
|
94 |
)
|
95 |
);
|
96 |
$this->set_option(
|
inc/shortcodes/counter/variations/simple/templates/parts/title.php
CHANGED
@@ -1,11 +1,5 @@
|
|
1 |
<?php if ( ! empty( $title ) ) { ?>
|
2 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title">
|
3 |
-
|
4 |
-
<a itemprop="url" href="<?php echo esc_url( $link ); ?>" target="<?php echo esc_attr( $target ); ?>">
|
5 |
-
<?php endif; ?>
|
6 |
-
<?php echo esc_html( $title ); ?>
|
7 |
-
<?php if ( ! empty( $link ) ) : ?>
|
8 |
-
</a>
|
9 |
-
<?php endif; ?>
|
10 |
</<?php echo esc_attr( $title_tag ); ?>>
|
11 |
<?php } ?>
|
1 |
<?php if ( ! empty( $title ) ) { ?>
|
2 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title">
|
3 |
+
<?php echo esc_html( $title ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
</<?php echo esc_attr( $title_tag ); ?>>
|
5 |
<?php } ?>
|
inc/shortcodes/dual-image-with-content/class-qiaddonsforelementor-dual-image-with-content-shortcode.php
CHANGED
@@ -52,6 +52,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
52 |
'field_type' => 'text',
|
53 |
'name' => 'decoration_positions',
|
54 |
'title' => esc_html__( 'Positions of Decorated Words', 'qi-addons-for-elementor' ),
|
|
|
55 |
'description' => esc_html__( 'Enter the positions of the words which you would like to be decorated in title. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a decoration, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
56 |
)
|
57 |
);
|
@@ -60,24 +61,15 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
60 |
'field_type' => 'text',
|
61 |
'name' => 'color_positions',
|
62 |
'title' => esc_html__( 'Positions of Different Colored Words', 'qi-addons-for-elementor' ),
|
|
|
63 |
'description' => esc_html__( 'Enter the positions of the words which you would like to be in different color in title. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a different color, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
64 |
)
|
65 |
);
|
66 |
$this->set_option(
|
67 |
array(
|
68 |
-
'field_type'
|
69 |
-
'name'
|
70 |
-
'title'
|
71 |
-
'default_value' => '',
|
72 |
-
)
|
73 |
-
);
|
74 |
-
$this->set_option(
|
75 |
-
array(
|
76 |
-
'field_type' => 'select',
|
77 |
-
'name' => 'target',
|
78 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
79 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target' ),
|
80 |
-
'default_value' => '_self',
|
81 |
)
|
82 |
);
|
83 |
$this->set_option(
|
@@ -85,6 +77,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
85 |
'field_type' => 'text',
|
86 |
'name' => 'link_positions',
|
87 |
'title' => esc_html__( 'Positions of Links', 'qi-addons-for-elementor' ),
|
|
|
88 |
'description' => esc_html__( 'Enter the position, or start and end position of the words which you would like to include in link. Separate the positions with commas (e.g. if you would like the first and second word to be a link, you would enter "1,2")', 'qi-addons-for-elementor' ),
|
89 |
)
|
90 |
);
|
@@ -609,14 +602,14 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
609 |
}
|
610 |
}
|
611 |
|
612 |
-
if ( ! empty( $atts['link_positions'] ) ) {
|
613 |
$link_positions = explode( ',', str_replace( ' ', '', $atts['link_positions'] ) );
|
614 |
|
615 |
if ( count( $link_positions ) === 2 ) {
|
616 |
$begin = $link_positions[0];
|
617 |
$end = $link_positions[1];
|
618 |
if ( ! empty( $split_title[ $begin - 1 ] ) && ! empty( $split_title [ $end - 1 ] ) ) {
|
619 |
-
$split_title[ $begin - 1 ] = '<a class="qodef-e-link" href="' . esc_url( $atts['link'] ) . '"
|
620 |
$split_title[ $end - 1 ] = $split_title[ $end - 1 ] . '</a>';
|
621 |
}
|
622 |
} else {
|
@@ -624,7 +617,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
624 |
$position = intval( $position );
|
625 |
|
626 |
if ( isset( $split_title[ $position - 1 ] ) && ! empty( $split_title[ $position - 1 ] ) ) {
|
627 |
-
$split_title[ $position - 1 ] = '<a class="qodef-e-link" href="' . esc_url( $atts['link'] ) . '"
|
628 |
}
|
629 |
}
|
630 |
}
|
52 |
'field_type' => 'text',
|
53 |
'name' => 'decoration_positions',
|
54 |
'title' => esc_html__( 'Positions of Decorated Words', 'qi-addons-for-elementor' ),
|
55 |
+
'dynamic' => false,
|
56 |
'description' => esc_html__( 'Enter the positions of the words which you would like to be decorated in title. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a decoration, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
57 |
)
|
58 |
);
|
61 |
'field_type' => 'text',
|
62 |
'name' => 'color_positions',
|
63 |
'title' => esc_html__( 'Positions of Different Colored Words', 'qi-addons-for-elementor' ),
|
64 |
+
'dynamic' => false,
|
65 |
'description' => esc_html__( 'Enter the positions of the words which you would like to be in different color in title. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a different color, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
66 |
)
|
67 |
);
|
68 |
$this->set_option(
|
69 |
array(
|
70 |
+
'field_type' => 'link',
|
71 |
+
'name' => 'link',
|
72 |
+
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
)
|
74 |
);
|
75 |
$this->set_option(
|
77 |
'field_type' => 'text',
|
78 |
'name' => 'link_positions',
|
79 |
'title' => esc_html__( 'Positions of Links', 'qi-addons-for-elementor' ),
|
80 |
+
'dynamic' => false,
|
81 |
'description' => esc_html__( 'Enter the position, or start and end position of the words which you would like to include in link. Separate the positions with commas (e.g. if you would like the first and second word to be a link, you would enter "1,2")', 'qi-addons-for-elementor' ),
|
82 |
)
|
83 |
);
|
602 |
}
|
603 |
}
|
604 |
|
605 |
+
if ( ! empty( $atts['link_positions'] ) && ! empty( $atts['link']['url'] ) ) {
|
606 |
$link_positions = explode( ',', str_replace( ' ', '', $atts['link_positions'] ) );
|
607 |
|
608 |
if ( count( $link_positions ) === 2 ) {
|
609 |
$begin = $link_positions[0];
|
610 |
$end = $link_positions[1];
|
611 |
if ( ! empty( $split_title[ $begin - 1 ] ) && ! empty( $split_title [ $end - 1 ] ) ) {
|
612 |
+
$split_title[ $begin - 1 ] = '<a class="qodef-e-link" href="' . esc_url( $atts['link']['url'] ) . '" ' . qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $atts['link'] ) ) . '>' . $split_title[ $begin - 1 ];
|
613 |
$split_title[ $end - 1 ] = $split_title[ $end - 1 ] . '</a>';
|
614 |
}
|
615 |
} else {
|
617 |
$position = intval( $position );
|
618 |
|
619 |
if ( isset( $split_title[ $position - 1 ] ) && ! empty( $split_title[ $position - 1 ] ) ) {
|
620 |
+
$split_title[ $position - 1 ] = '<a class="qodef-e-link" href="' . esc_url( $atts['link']['url'] ) . '" ' . qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $atts['link'] ) ) . '>' . $split_title[ $position - 1 ] . '</a>';
|
621 |
}
|
622 |
}
|
623 |
}
|
inc/shortcodes/graphs/class-qiaddonsforelementor-graphs-shortcode.php
CHANGED
@@ -72,6 +72,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
72 |
'field_type' => 'text',
|
73 |
'name' => 'item_dataset_values',
|
74 |
'title' => esc_html__( 'Dataset Values', 'qi-addons-for-elementor' ),
|
|
|
75 |
'default_value' => '30,20,30,80,20',
|
76 |
),
|
77 |
array(
|
@@ -106,6 +107,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
106 |
'field_type' => 'text',
|
107 |
'name' => 'item_fill_area',
|
108 |
'title' => esc_html__( 'Filling Modes', 'qi-addons-for-elementor' ),
|
|
|
109 |
'description' => esc_html__( '(origin, -1, -2, +1, +2 ...)', 'qi-addons-for-elementor' ),
|
110 |
),
|
111 |
array(
|
72 |
'field_type' => 'text',
|
73 |
'name' => 'item_dataset_values',
|
74 |
'title' => esc_html__( 'Dataset Values', 'qi-addons-for-elementor' ),
|
75 |
+
'dynamic' => false,
|
76 |
'default_value' => '30,20,30,80,20',
|
77 |
),
|
78 |
array(
|
107 |
'field_type' => 'text',
|
108 |
'name' => 'item_fill_area',
|
109 |
'title' => esc_html__( 'Filling Modes', 'qi-addons-for-elementor' ),
|
110 |
+
'dynamic' => false,
|
111 |
'description' => esc_html__( '(origin, -1, -2, +1, +2 ...)', 'qi-addons-for-elementor' ),
|
112 |
),
|
113 |
array(
|
inc/shortcodes/helper.php
CHANGED
@@ -68,13 +68,71 @@ if ( ! function_exists( 'qi_addons_for_elementor_icon_necessary_styles' ) ) {
|
|
68 |
}
|
69 |
}
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
if ( ! function_exists( 'qi_addons_for_elementor_return_elementor_templates' ) ) {
|
72 |
/**
|
73 |
* Function that returns all Elementor saved templates
|
74 |
*/
|
75 |
function qi_addons_for_elementor_return_elementor_templates() {
|
76 |
if ( qi_addons_for_elementor_framework_is_installed( 'elementor' ) ) {
|
77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
} else {
|
79 |
return array();
|
80 |
}
|
@@ -88,14 +146,13 @@ if ( ! function_exists( 'qi_addons_for_elementor_generate_elementor_templates_co
|
|
88 |
function qi_addons_for_elementor_generate_elementor_templates_control() {
|
89 |
$templates = qi_addons_for_elementor_return_elementor_templates();
|
90 |
|
|
|
91 |
if ( ! empty( $templates ) ) {
|
92 |
$options = array(
|
93 |
'0' => '— ' . esc_html__( 'Select', 'qi-addons-for-elementor' ) . ' —',
|
94 |
);
|
95 |
|
96 |
-
|
97 |
-
$options[ $template['template_id'] ] = $template['title'] . ' (' . $template['type'] . ')';
|
98 |
-
}
|
99 |
|
100 |
return $options;
|
101 |
} else {
|
@@ -104,3 +161,56 @@ if ( ! function_exists( 'qi_addons_for_elementor_generate_elementor_templates_co
|
|
104 |
}
|
105 |
}
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
}
|
69 |
}
|
70 |
|
71 |
+
if ( ! function_exists( 'qi_addons_for_elementor_get_cpt_items' ) ) {
|
72 |
+
/**
|
73 |
+
* Returns array of custom post items
|
74 |
+
*
|
75 |
+
* @param string $cpt_slug
|
76 |
+
* @param array $args
|
77 |
+
* @param bool $enable_default - add first element empty for default value
|
78 |
+
*
|
79 |
+
* @return array
|
80 |
+
*/
|
81 |
+
function qi_addons_for_elementor_get_cpt_items( $cpt_slug, $args = array(), $enable_default = false ) {
|
82 |
+
$options = array();
|
83 |
+
$query_args = array(
|
84 |
+
'post_status' => 'publish',
|
85 |
+
'post_type' => $cpt_slug,
|
86 |
+
'posts_per_page' => '-1',
|
87 |
+
'fields' => 'ids',
|
88 |
+
);
|
89 |
+
|
90 |
+
if ( ! empty( $args ) ) {
|
91 |
+
foreach ( $args as $key => $value ) {
|
92 |
+
if ( ! empty( $value ) ) {
|
93 |
+
$query_args[ $key ] = $value;
|
94 |
+
}
|
95 |
+
}
|
96 |
+
}
|
97 |
+
|
98 |
+
$cpt_items = new \WP_Query( $query_args );
|
99 |
+
|
100 |
+
if ( $cpt_items->have_posts() ) {
|
101 |
+
|
102 |
+
if ( $enable_default ) {
|
103 |
+
$options[''] = esc_html__( 'Default', 'qi-addons-for-elementor' );
|
104 |
+
}
|
105 |
+
|
106 |
+
foreach ( $cpt_items->posts as $id ) :
|
107 |
+
$options[ $id ] = get_the_title( $id );
|
108 |
+
endforeach;
|
109 |
+
}
|
110 |
+
|
111 |
+
wp_reset_postdata();
|
112 |
+
|
113 |
+
return $options;
|
114 |
+
}
|
115 |
+
}
|
116 |
+
|
117 |
if ( ! function_exists( 'qi_addons_for_elementor_return_elementor_templates' ) ) {
|
118 |
/**
|
119 |
* Function that returns all Elementor saved templates
|
120 |
*/
|
121 |
function qi_addons_for_elementor_return_elementor_templates() {
|
122 |
if ( qi_addons_for_elementor_framework_is_installed( 'elementor' ) ) {
|
123 |
+
$all_templates = qi_addons_for_elementor_get_cpt_items( 'elementor_library' );
|
124 |
+
$templates = array();
|
125 |
+
|
126 |
+
foreach ( $all_templates as $id => $title ) {
|
127 |
+
$template_type = get_post_meta( $id, '_elementor_template_type', true );
|
128 |
+
$allowed_types = array( 'section', 'page' );
|
129 |
+
if ( in_array( $template_type, $allowed_types, true ) ) {
|
130 |
+
$title = get_the_title( $id );
|
131 |
+
$templates[ $id ] = $title . ' (' . $template_type . ')';
|
132 |
+
}
|
133 |
+
}
|
134 |
+
|
135 |
+
return $templates;
|
136 |
} else {
|
137 |
return array();
|
138 |
}
|
146 |
function qi_addons_for_elementor_generate_elementor_templates_control() {
|
147 |
$templates = qi_addons_for_elementor_return_elementor_templates();
|
148 |
|
149 |
+
|
150 |
if ( ! empty( $templates ) ) {
|
151 |
$options = array(
|
152 |
'0' => '— ' . esc_html__( 'Select', 'qi-addons-for-elementor' ) . ' —',
|
153 |
);
|
154 |
|
155 |
+
$options = $options + $templates;
|
|
|
|
|
156 |
|
157 |
return $options;
|
158 |
} else {
|
161 |
}
|
162 |
}
|
163 |
|
164 |
+
if ( ! function_exists( 'qi_addons_for_elementor_explode_link_custom_attributes' ) ) {
|
165 |
+
/**
|
166 |
+
* Function that explodes custom_attributes string into an array
|
167 |
+
* @param string $custom_attributes
|
168 |
+
*
|
169 |
+
* @return array
|
170 |
+
*/
|
171 |
+
function qi_addons_for_elementor_explode_link_custom_attributes( $custom_attributes ) {
|
172 |
+
$custom_attrs_array = array();
|
173 |
+
|
174 |
+
if ( ! empty( $custom_attributes ) ) {
|
175 |
+
$custom_attributes_array = explode( ',', esc_attr( $custom_attributes ) );
|
176 |
+
|
177 |
+
if ( count( $custom_attributes_array ) ) {
|
178 |
+
foreach ( $custom_attributes_array as $attribute ) {
|
179 |
+
$single_attribute = explode( '|', trim( $attribute ) );
|
180 |
+
|
181 |
+
if ( 2 === count( $single_attribute ) ) {
|
182 |
+
$custom_attrs_array[ $single_attribute[0] ] = $single_attribute[1];
|
183 |
+
}
|
184 |
+
}
|
185 |
+
}
|
186 |
+
}
|
187 |
+
|
188 |
+
return $custom_attrs_array;
|
189 |
+
}
|
190 |
+
}
|
191 |
+
|
192 |
+
if ( ! function_exists( 'qi_addons_for_elementor_get_link_attributes' ) ) {
|
193 |
+
function qi_addons_for_elementor_get_link_attributes( $link ) {
|
194 |
+
$link_attributes = array();
|
195 |
+
$custom_attributes = array();
|
196 |
+
|
197 |
+
if ( isset( $link['is_external'] ) && 'on' === $link['is_external'] ) {
|
198 |
+
$link_attributes['target'] = '_blank';
|
199 |
+
} else {
|
200 |
+
$link_attributes['target'] = '_self';
|
201 |
+
}
|
202 |
+
|
203 |
+
if ( isset( $link['nofollow'] ) && ! empty( $link['nofollow'] ) ) {
|
204 |
+
$link_attributes['rel'] = 'nofollow';
|
205 |
+
}
|
206 |
+
|
207 |
+
if ( isset( $link['custom_attributes'] ) && ! empty( $link['custom_attributes'] ) ) {
|
208 |
+
$custom_attributes = qi_addons_for_elementor_explode_link_custom_attributes( esc_attr( $link['custom_attributes'] ) );
|
209 |
+
}
|
210 |
+
|
211 |
+
$link_attributes += $custom_attributes;
|
212 |
+
|
213 |
+
return $link_attributes;
|
214 |
+
}
|
215 |
+
}
|
216 |
+
|
inc/shortcodes/highlight/class-qiaddonsforelementor-highlight-shortcode.php
CHANGED
@@ -50,6 +50,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
50 |
'name' => 'highlight_position',
|
51 |
'title' => esc_html__( 'Highlight Text Position', 'qi-addons-for-elementor' ),
|
52 |
'default_value' => '3-5,9-11',
|
|
|
53 |
'description' => esc_html__( 'If you would like to wrap from third to fifth and from seventh to ninth words, you would enter "3-5,7-9" or if you want to highlight whole text enter -1', 'qi-addons-for-elementor' ),
|
54 |
)
|
55 |
);
|
50 |
'name' => 'highlight_position',
|
51 |
'title' => esc_html__( 'Highlight Text Position', 'qi-addons-for-elementor' ),
|
52 |
'default_value' => '3-5,9-11',
|
53 |
+
'dynamic' => false,
|
54 |
'description' => esc_html__( 'If you would like to wrap from third to fifth and from seventh to ninth words, you would enter "3-5,7-9" or if you want to highlight whole text enter -1', 'qi-addons-for-elementor' ),
|
55 |
)
|
56 |
);
|
inc/shortcodes/highlight/templates/highlight.php
CHANGED
@@ -1,9 +1,3 @@
|
|
1 |
<<?php echo esc_attr( $text_tag ); ?> <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?>>
|
2 |
-
<?php
|
3 |
-
<a itemprop="url" href="<?php echo esc_url( $link ); ?>" target="<?php echo esc_attr( $target ); ?>">
|
4 |
-
<?php endif; ?>
|
5 |
-
<?php echo qi_addons_for_elementor_framework_wp_kses_html( 'content', $text ); ?>
|
6 |
-
<?php if ( ! empty( $link ) ) : ?>
|
7 |
-
</a>
|
8 |
-
<?php endif; ?>
|
9 |
</<?php echo esc_attr( $text_tag ); ?>>
|
1 |
<<?php echo esc_attr( $text_tag ); ?> <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?>>
|
2 |
+
<?php echo qi_addons_for_elementor_framework_wp_kses_html( 'content', $text ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
</<?php echo esc_attr( $text_tag ); ?>>
|
inc/shortcodes/icon-with-text/class-qiaddonsforelementor-icon-with-text-shortcode.php
CHANGED
@@ -64,19 +64,9 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
64 |
);
|
65 |
$this->set_option(
|
66 |
array(
|
67 |
-
'field_type'
|
68 |
-
'name'
|
69 |
-
'title'
|
70 |
-
'default_value' => '',
|
71 |
-
)
|
72 |
-
);
|
73 |
-
$this->set_option(
|
74 |
-
array(
|
75 |
-
'field_type' => 'select',
|
76 |
-
'name' => 'target',
|
77 |
-
'title' => esc_html__( 'Target', 'qi-addons-for-elementor' ),
|
78 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target' ),
|
79 |
-
'default_value' => '_self',
|
80 |
)
|
81 |
);
|
82 |
$this->set_option(
|
64 |
);
|
65 |
$this->set_option(
|
66 |
array(
|
67 |
+
'field_type' => 'link',
|
68 |
+
'name' => 'link',
|
69 |
+
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
)
|
71 |
);
|
72 |
$this->set_option(
|
inc/shortcodes/icon-with-text/templates/parts/icon.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?php if ( ! empty( $link ) ) : ?>
|
2 |
-
<a itemprop="url" href="<?php echo esc_url( $link ); ?>"
|
3 |
<?php endif; ?>
|
4 |
-
|
5 |
<?php \Elementor\Icons_Manager::render_icon( $icon_type, array( 'aria-hidden' => 'true' ) ); ?>
|
6 |
-
|
7 |
-
<?php if ( ! empty( $link ) ) : ?>
|
8 |
</a>
|
9 |
<?php endif; ?>
|
1 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
2 |
+
<a itemprop="url" href="<?php echo esc_url( $link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $link ) ); ?>>
|
3 |
<?php endif; ?>
|
4 |
+
<div class="qodef-m-icon-holder">
|
5 |
<?php \Elementor\Icons_Manager::render_icon( $icon_type, array( 'aria-hidden' => 'true' ) ); ?>
|
6 |
+
</div>
|
7 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
8 |
</a>
|
9 |
<?php endif; ?>
|
inc/shortcodes/icon-with-text/templates/parts/title.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php if ( ! empty( $title ) ) { ?>
|
2 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title">
|
3 |
-
<?php if ( ! empty( $link ) ) : ?>
|
4 |
-
<a itemprop="url" href="<?php echo esc_url( $link ); ?>"
|
5 |
<?php endif; ?>
|
6 |
<span class="qodef-m-title-text"><?php echo esc_html( $title ); ?></span>
|
7 |
-
<?php if ( ! empty( $link ) ) : ?>
|
8 |
</a>
|
9 |
<?php endif; ?>
|
10 |
</<?php echo esc_attr( $title_tag ); ?>>
|
1 |
<?php if ( ! empty( $title ) ) { ?>
|
2 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title">
|
3 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
4 |
+
<a itemprop="url" href="<?php echo esc_url( $link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $link ) ); ?>>
|
5 |
<?php endif; ?>
|
6 |
<span class="qodef-m-title-text"><?php echo esc_html( $title ); ?></span>
|
7 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
8 |
</a>
|
9 |
<?php endif; ?>
|
10 |
</<?php echo esc_attr( $title_tag ); ?>>
|
inc/shortcodes/icon-with-text/variations/before-title/templates/parts/title.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php if ( ! empty( $title ) ) { ?>
|
2 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title">
|
3 |
-
<?php if ( ! empty( $link ) ) : ?>
|
4 |
-
<a itemprop="url" href="<?php echo esc_url( $link ); ?>"
|
5 |
<?php endif; ?>
|
6 |
<span class="qodef-m-title-inner">
|
7 |
<?php if ( isset( $icon_type ) && ! empty( $icon_type['value'] ) ) { ?>
|
@@ -13,7 +13,7 @@
|
|
13 |
<?php echo esc_html( $title ); ?>
|
14 |
</span>
|
15 |
</span>
|
16 |
-
<?php if ( ! empty( $link ) ) : ?>
|
17 |
</a>
|
18 |
<?php endif; ?>
|
19 |
</<?php echo esc_attr( $title_tag ); ?>>
|
1 |
<?php if ( ! empty( $title ) ) { ?>
|
2 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title">
|
3 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
4 |
+
<a itemprop="url" href="<?php echo esc_url( $link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $link ) ); ?>>
|
5 |
<?php endif; ?>
|
6 |
<span class="qodef-m-title-inner">
|
7 |
<?php if ( isset( $icon_type ) && ! empty( $icon_type['value'] ) ) { ?>
|
13 |
<?php echo esc_html( $title ); ?>
|
14 |
</span>
|
15 |
</span>
|
16 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
17 |
</a>
|
18 |
<?php endif; ?>
|
19 |
</<?php echo esc_attr( $title_tag ); ?>>
|
inc/shortcodes/image-gallery-pinterest/class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php
CHANGED
@@ -175,18 +175,20 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
175 |
$images = array();
|
176 |
$i = 0;
|
177 |
|
178 |
-
if ( '' !== $atts['images'] ) {
|
179 |
$image_ids = explode( ',', $atts['images'] );
|
180 |
}
|
181 |
|
182 |
-
|
|
|
183 |
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
|
188 |
-
|
189 |
-
|
|
|
190 |
}
|
191 |
|
192 |
return $images;
|
175 |
$images = array();
|
176 |
$i = 0;
|
177 |
|
178 |
+
if ( '' !== $atts['images'] && is_string( $atts['images'] ) ) {
|
179 |
$image_ids = explode( ',', $atts['images'] );
|
180 |
}
|
181 |
|
182 |
+
if ( count( $image_ids ) ) {
|
183 |
+
foreach ( $image_ids as $id ) {
|
184 |
|
185 |
+
$image['image_id'] = intval( $id );
|
186 |
+
$image['alt'] = get_post_meta( $id, '_wp_attachment_image_alt', true );
|
187 |
+
$image['image_size'] = 'full';
|
188 |
|
189 |
+
$images[ $i ] = $image;
|
190 |
+
$i ++;
|
191 |
+
}
|
192 |
}
|
193 |
|
194 |
return $images;
|
inc/shortcodes/image-gallery/class-qiaddonsforelementor-image-gallery-shortcode.php
CHANGED
@@ -174,15 +174,17 @@ if ( class_exists( 'QiAddonsForElementor_List_Shortcode' ) ) {
|
|
174 |
$images = array();
|
175 |
$i = 0;
|
176 |
|
177 |
-
if ( '' !== $atts['images'] ) {
|
178 |
$image_ids = explode( ',', $atts['images'] );
|
179 |
}
|
180 |
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
|
|
|
|
186 |
}
|
187 |
|
188 |
return $images;
|
174 |
$images = array();
|
175 |
$i = 0;
|
176 |
|
177 |
+
if ( '' !== $atts['images'] && is_string( $atts['images'] ) ) {
|
178 |
$image_ids = explode( ',', $atts['images'] );
|
179 |
}
|
180 |
|
181 |
+
if ( count( $image_ids ) ) {
|
182 |
+
foreach ( $image_ids as $id ) {
|
183 |
+
$image['image_id'] = intval( $id );
|
184 |
+
$image['alt'] = get_post_meta( $id, '_wp_attachment_image_alt', true );
|
185 |
+
$images[ $i ] = $image;
|
186 |
+
$i ++;
|
187 |
+
}
|
188 |
}
|
189 |
|
190 |
return $images;
|
inc/shortcodes/image-slider/class-qiaddonsforelementor-image-slider-shortcode.php
CHANGED
@@ -195,16 +195,19 @@ if ( class_exists( 'QiAddonsForElementor_Slider_Shortcode' ) ) {
|
|
195 |
$images = array();
|
196 |
$i = 0;
|
197 |
|
198 |
-
if ( '' !== $atts['images'] ) {
|
199 |
$image_ids = explode( ',', $atts['images'] );
|
200 |
}
|
201 |
|
202 |
-
|
203 |
-
$image['image_id'] = intval( $id );
|
204 |
-
$image['alt'] = get_post_meta( $id, '_wp_attachment_image_alt', true );
|
205 |
|
206 |
-
$
|
207 |
-
|
|
|
|
|
|
|
|
|
|
|
208 |
}
|
209 |
|
210 |
return $images;
|
195 |
$images = array();
|
196 |
$i = 0;
|
197 |
|
198 |
+
if ( '' !== $atts['images'] && is_string( $atts['images'] ) ) {
|
199 |
$image_ids = explode( ',', $atts['images'] );
|
200 |
}
|
201 |
|
202 |
+
if ( count( $image_ids ) ) {
|
|
|
|
|
203 |
|
204 |
+
foreach ( $image_ids as $id ) {
|
205 |
+
$image['image_id'] = intval( $id );
|
206 |
+
$image['alt'] = get_post_meta( $id, '_wp_attachment_image_alt', true );
|
207 |
+
|
208 |
+
$images[ $i ] = $image;
|
209 |
+
$i ++;
|
210 |
+
}
|
211 |
}
|
212 |
|
213 |
return $images;
|
inc/shortcodes/info-button/class-qiaddonsforelementor-info-button-shortcode.php
CHANGED
@@ -98,20 +98,11 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
98 |
);
|
99 |
$this->set_option(
|
100 |
array(
|
101 |
-
'field_type' => '
|
102 |
'name' => 'info_button_link',
|
103 |
'title' => esc_html__( 'Button Link', 'qi-addons-for-elementor' ),
|
104 |
)
|
105 |
);
|
106 |
-
$this->set_option(
|
107 |
-
array(
|
108 |
-
'field_type' => 'select',
|
109 |
-
'name' => 'info_button_target',
|
110 |
-
'title' => esc_html__( 'Target', 'qi-addons-for-elementor' ),
|
111 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target' ),
|
112 |
-
'default_value' => '_self',
|
113 |
-
)
|
114 |
-
);
|
115 |
$this->set_option(
|
116 |
array(
|
117 |
'field_type' => 'typography',
|
@@ -701,12 +692,10 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
701 |
}
|
702 |
|
703 |
private function get_data_attrs( $atts ) {
|
704 |
-
$data =
|
705 |
|
706 |
if ( ! empty( $atts['custom_attrs'] ) && is_array( $atts['custom_attrs'] ) ) {
|
707 |
-
$
|
708 |
-
|
709 |
-
$data = array_merge( $data, $atts['custom_attrs']['data-quantity'] );
|
710 |
}
|
711 |
|
712 |
return $data;
|
98 |
);
|
99 |
$this->set_option(
|
100 |
array(
|
101 |
+
'field_type' => 'link',
|
102 |
'name' => 'info_button_link',
|
103 |
'title' => esc_html__( 'Button Link', 'qi-addons-for-elementor' ),
|
104 |
)
|
105 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
$this->set_option(
|
107 |
array(
|
108 |
'field_type' => 'typography',
|
692 |
}
|
693 |
|
694 |
private function get_data_attrs( $atts ) {
|
695 |
+
$data = qi_addons_for_elementor_get_link_attributes( $atts['info_button_link'] );
|
696 |
|
697 |
if ( ! empty( $atts['custom_attrs'] ) && is_array( $atts['custom_attrs'] ) ) {
|
698 |
+
$data = array_merge( $data, $atts['custom_attrs'] );
|
|
|
|
|
699 |
}
|
700 |
|
701 |
return $data;
|
inc/shortcodes/info-button/variations/icon-boxed/templates/button.php
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $info_button_link ); ?>"
|
2 |
<div class="qodef-m-text-holder">
|
3 |
<span class="qodef-m-text"><?php echo esc_html( $info_button_text ); ?></span>
|
4 |
<?php if ( ! empty( $info_button_subtext ) ) { ?>
|
5 |
<span class="qodef-m-subtext"><?php echo esc_html( $info_button_subtext ); ?></span>
|
6 |
<?php } ?>
|
7 |
</div>
|
8 |
-
<?php if ( 'yes' === $info_button_icon_enable_side_border ) {?>
|
9 |
<span class="qodef-m-border"></span>
|
10 |
-
|
|
|
11 |
qi_addons_for_elementor_template_part( 'shortcodes/info-button', 'templates/parts/icon', '', $params );
|
12 |
?>
|
13 |
</a>
|
1 |
+
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $info_button_link['url'] ); ?>" <?php qi_addons_for_elementor_framework_inline_attrs( $data_attrs ); ?>>
|
2 |
<div class="qodef-m-text-holder">
|
3 |
<span class="qodef-m-text"><?php echo esc_html( $info_button_text ); ?></span>
|
4 |
<?php if ( ! empty( $info_button_subtext ) ) { ?>
|
5 |
<span class="qodef-m-subtext"><?php echo esc_html( $info_button_subtext ); ?></span>
|
6 |
<?php } ?>
|
7 |
</div>
|
8 |
+
<?php if ( 'yes' === $info_button_icon_enable_side_border ) { ?>
|
9 |
<span class="qodef-m-border"></span>
|
10 |
+
<?php
|
11 |
+
}
|
12 |
qi_addons_for_elementor_template_part( 'shortcodes/info-button', 'templates/parts/icon', '', $params );
|
13 |
?>
|
14 |
</a>
|
inc/shortcodes/info-button/variations/standard/templates/button.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $info_button_link ); ?>"
|
2 |
<div class="qodef-m-text-holder">
|
3 |
<span class="qodef-m-text"><?php echo esc_html( $info_button_text ); ?></span>
|
4 |
<?php
|
1 |
+
<a <?php qi_addons_for_elementor_framework_class_attribute( $holder_classes ); ?> href="<?php echo esc_url( $info_button_link['url'] ); ?>" <?php qi_addons_for_elementor_framework_inline_attrs( $data_attrs ); ?>>
|
2 |
<div class="qodef-m-text-holder">
|
3 |
<span class="qodef-m-text"><?php echo esc_html( $info_button_text ); ?></span>
|
4 |
<?php
|
inc/shortcodes/info-cards/class-qiaddonsforelementor-info-cards-shortcode.php
CHANGED
@@ -93,27 +93,17 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
93 |
);
|
94 |
$this->set_option(
|
95 |
array(
|
96 |
-
'field_type'
|
97 |
-
'name'
|
98 |
-
'title'
|
99 |
-
'default_value' => '',
|
100 |
)
|
101 |
);
|
102 |
$this->set_option(
|
103 |
array(
|
104 |
-
'field_type'
|
105 |
-
'name'
|
106 |
-
'title'
|
107 |
-
'options'
|
108 |
-
'default_value' => '_self',
|
109 |
-
)
|
110 |
-
);
|
111 |
-
$this->set_option(
|
112 |
-
array(
|
113 |
-
'field_type' => 'select',
|
114 |
-
'name' => 'enable_link_overlay',
|
115 |
-
'title' => esc_html__( 'Enable Link Overlay', 'qi-addons-for-elementor' ),
|
116 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'yes_no', false ),
|
117 |
)
|
118 |
);
|
119 |
$this->set_option(
|
@@ -484,7 +474,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
484 |
$this->import_shortcode_options(
|
485 |
array(
|
486 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
487 |
-
'exclude' => array( 'custom_class', 'button_link'
|
488 |
'additional_params' => array(
|
489 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
490 |
),
|
@@ -535,15 +525,9 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
535 |
|
536 |
private function generate_button_params( $atts ) {
|
537 |
|
538 |
-
if ( ! empty( $atts['link'] ) ) {
|
539 |
$atts['button_link'] = $atts['link'];
|
540 |
-
}
|
541 |
|
542 |
-
if ( ! empty( $atts['target'] ) ) {
|
543 |
-
$atts['button_target'] = $atts['target'];
|
544 |
-
}
|
545 |
-
|
546 |
-
if ( ! empty( $atts['link'] ) ) {
|
547 |
return $this->populate_imported_shortcode_atts(
|
548 |
array(
|
549 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
@@ -552,6 +536,8 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
552 |
)
|
553 |
);
|
554 |
}
|
|
|
|
|
555 |
}
|
556 |
}
|
557 |
}
|
93 |
);
|
94 |
$this->set_option(
|
95 |
array(
|
96 |
+
'field_type' => 'link',
|
97 |
+
'name' => 'link',
|
98 |
+
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
|
|
99 |
)
|
100 |
);
|
101 |
$this->set_option(
|
102 |
array(
|
103 |
+
'field_type' => 'select',
|
104 |
+
'name' => 'enable_link_overlay',
|
105 |
+
'title' => esc_html__( 'Enable Link Overlay', 'qi-addons-for-elementor' ),
|
106 |
+
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'yes_no', false ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
)
|
108 |
);
|
109 |
$this->set_option(
|
474 |
$this->import_shortcode_options(
|
475 |
array(
|
476 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
477 |
+
'exclude' => array( 'custom_class', 'button_link' ),
|
478 |
'additional_params' => array(
|
479 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
480 |
),
|
525 |
|
526 |
private function generate_button_params( $atts ) {
|
527 |
|
528 |
+
if ( ! empty( $atts['link']['url'] ) ) {
|
529 |
$atts['button_link'] = $atts['link'];
|
|
|
530 |
|
|
|
|
|
|
|
|
|
|
|
531 |
return $this->populate_imported_shortcode_atts(
|
532 |
array(
|
533 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
536 |
)
|
537 |
);
|
538 |
}
|
539 |
+
|
540 |
+
return array();
|
541 |
}
|
542 |
}
|
543 |
}
|
inc/shortcodes/info-cards/templates/parts/icon.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?php if ( ! empty( $link ) ) : ?>
|
2 |
-
<a itemprop="url" href="<?php echo esc_url( $link ); ?>"
|
3 |
<?php endif; ?>
|
4 |
<div class="qodef-m-icon-holder">
|
5 |
-
|
6 |
</div>
|
7 |
-
<?php if ( ! empty( $link ) ) : ?>
|
8 |
</a>
|
9 |
<?php endif; ?>
|
1 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
2 |
+
<a itemprop="url" href="<?php echo esc_url( $link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $link ) ); ?>>
|
3 |
<?php endif; ?>
|
4 |
<div class="qodef-m-icon-holder">
|
5 |
+
<?php \Elementor\Icons_Manager::render_icon( $icon_type, array( 'aria-hidden' => 'true' ) ); ?>
|
6 |
</div>
|
7 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
8 |
</a>
|
9 |
<?php endif; ?>
|
inc/shortcodes/info-cards/templates/parts/title.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php if ( ! empty( $title ) ) { ?>
|
2 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title">
|
3 |
-
<?php if ( ! empty( $link ) ) : ?>
|
4 |
-
<a itemprop="url" href="<?php echo esc_url( $link ); ?>"
|
5 |
<?php endif; ?>
|
6 |
<?php echo esc_html( $title ); ?>
|
7 |
-
<?php if ( ! empty( $link ) ) : ?>
|
8 |
</a>
|
9 |
<?php endif; ?>
|
10 |
</<?php echo esc_attr( $title_tag ); ?>>
|
1 |
<?php if ( ! empty( $title ) ) { ?>
|
2 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title">
|
3 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
4 |
+
<a itemprop="url" href="<?php echo esc_url( $link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $link ) ); ?>>
|
5 |
<?php endif; ?>
|
6 |
<?php echo esc_html( $title ); ?>
|
7 |
+
<?php if ( ! empty( $link['url'] ) ) : ?>
|
8 |
</a>
|
9 |
<?php endif; ?>
|
10 |
</<?php echo esc_attr( $title_tag ); ?>>
|
inc/shortcodes/info-cards/variations/top/templates/top.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/info-cards', 'templates/parts/text', '', $params ); ?>
|
11 |
</div>
|
12 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/info-cards', 'templates/parts/button', '', $params ); ?>
|
13 |
-
<?php if ( 'yes' === $enable_link_overlay && ! empty( $
|
14 |
-
<a class="qodef-m-link" href="<?php echo esc_url( $link ); ?>"
|
15 |
<?php } ?>
|
16 |
</div>
|
10 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/info-cards', 'templates/parts/text', '', $params ); ?>
|
11 |
</div>
|
12 |
<?php qi_addons_for_elementor_template_part( 'shortcodes/info-cards', 'templates/parts/button', '', $params ); ?>
|
13 |
+
<?php if ( 'yes' === $enable_link_overlay && ! empty( $link['url'] ) ) { ?>
|
14 |
+
<a class="qodef-m-link" href="<?php echo esc_url( $link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $link ) ); ?>></a>
|
15 |
<?php } ?>
|
16 |
</div>
|
inc/shortcodes/interactive-banner/class-qiaddonsforelementor-interactive-banner-shortcode.php
CHANGED
@@ -84,20 +84,11 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
84 |
);
|
85 |
$this->set_option(
|
86 |
array(
|
87 |
-
'field_type' => '
|
88 |
'name' => 'link_url',
|
89 |
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
90 |
)
|
91 |
);
|
92 |
-
$this->set_option(
|
93 |
-
array(
|
94 |
-
'field_type' => 'select',
|
95 |
-
'name' => 'link_target',
|
96 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
97 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target' ),
|
98 |
-
'default_value' => '_self',
|
99 |
-
)
|
100 |
-
);
|
101 |
$this->set_option(
|
102 |
array(
|
103 |
'field_type' => 'select',
|
@@ -319,7 +310,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
319 |
$this->import_shortcode_options(
|
320 |
array(
|
321 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
322 |
-
'exclude' => array( 'custom_class', 'button_link'
|
323 |
'additional_params' => array(
|
324 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
325 |
),
|
@@ -372,14 +363,10 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
372 |
private function generate_button_params( $atts ) {
|
373 |
|
374 |
if ( 'yes' === $atts['enable_button'] ) {
|
375 |
-
if ( ! empty( $atts['link_url'] ) ) {
|
376 |
$atts['button_link'] = $atts['link_url'];
|
377 |
}
|
378 |
|
379 |
-
if ( ! empty( $atts['link_target'] ) ) {
|
380 |
-
$atts['button_target'] = $atts['link_target'];
|
381 |
-
}
|
382 |
-
|
383 |
return $this->populate_imported_shortcode_atts(
|
384 |
array(
|
385 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
84 |
);
|
85 |
$this->set_option(
|
86 |
array(
|
87 |
+
'field_type' => 'link',
|
88 |
'name' => 'link_url',
|
89 |
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
90 |
)
|
91 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
$this->set_option(
|
93 |
array(
|
94 |
'field_type' => 'select',
|
310 |
$this->import_shortcode_options(
|
311 |
array(
|
312 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
313 |
+
'exclude' => array( 'custom_class', 'button_link' ),
|
314 |
'additional_params' => array(
|
315 |
'nested_group' => esc_html__( 'Button', 'qi-addons-for-elementor' ),
|
316 |
),
|
363 |
private function generate_button_params( $atts ) {
|
364 |
|
365 |
if ( 'yes' === $atts['enable_button'] ) {
|
366 |
+
if ( ! empty( $atts['link_url']['url'] ) ) {
|
367 |
$atts['button_link'] = $atts['link_url'];
|
368 |
}
|
369 |
|
|
|
|
|
|
|
|
|
370 |
return $this->populate_imported_shortcode_atts(
|
371 |
array(
|
372 |
'shortcode_base' => 'qi_addons_for_elementor_button',
|
inc/shortcodes/interactive-banner/templates/parts/link.php
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
<a itemprop="url" href="<?php echo esc_url( $link_url ); ?>" class="qodef-m-banner-link"
|
2 |
|
1 |
+
<a itemprop="url" href="<?php echo esc_url( $link_url['url'] ); ?>" class="qodef-m-banner-link" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $link_url ) ); ?>></a>
|
2 |
|
inc/shortcodes/interactive-link-showcase/class-qiaddonsforelementor-interactive-link-showcase-shortcode.php
CHANGED
@@ -56,15 +56,6 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
56 |
'visibility' => array( 'map_for_page_builder' => $options_map['visibility'] ),
|
57 |
)
|
58 |
);
|
59 |
-
$this->set_option(
|
60 |
-
array(
|
61 |
-
'field_type' => 'select',
|
62 |
-
'name' => 'link_target',
|
63 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
64 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target' ),
|
65 |
-
'default_value' => '_self',
|
66 |
-
)
|
67 |
-
);
|
68 |
$this->set_option(
|
69 |
array(
|
70 |
'field_type' => 'select',
|
@@ -99,10 +90,9 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
99 |
),
|
100 |
'items' => array(
|
101 |
array(
|
102 |
-
'field_type'
|
103 |
-
'name'
|
104 |
-
'title'
|
105 |
-
'default_value' => '',
|
106 |
),
|
107 |
array(
|
108 |
'field_type' => 'text',
|
56 |
'visibility' => array( 'map_for_page_builder' => $options_map['visibility'] ),
|
57 |
)
|
58 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
$this->set_option(
|
60 |
array(
|
61 |
'field_type' => 'select',
|
90 |
),
|
91 |
'items' => array(
|
92 |
array(
|
93 |
+
'field_type' => 'link',
|
94 |
+
'name' => 'item_link',
|
95 |
+
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
|
|
96 |
),
|
97 |
array(
|
98 |
'field_type' => 'text',
|
inc/shortcodes/interactive-link-showcase/templates/parts/title.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<a itemprop="url" class="qodef-m-item qodef-e" href="<?php echo esc_url( $item_link ); ?>"
|
2 |
<span class="qodef-e-title"><?php echo esc_html( $item_title ); ?></span>
|
3 |
<?php if ( ! empty( $item_text ) ) { ?>
|
4 |
<span class="qodef-e-text"><?php echo esc_html( $item_text ); ?></span>
|
1 |
+
<a itemprop="url" class="qodef-m-item qodef-e" href="<?php echo esc_url( $item_link['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $item_link ) ); ?>>
|
2 |
<span class="qodef-e-title"><?php echo esc_html( $item_title ); ?></span>
|
3 |
<?php if ( ! empty( $item_text ) ) { ?>
|
4 |
<span class="qodef-e-text"><?php echo esc_html( $item_text ); ?></span>
|
inc/shortcodes/interactive-link-showcase/variations/background/templates/background.php
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
<div class="qodef-m-items">
|
3 |
<?php
|
4 |
foreach ( $items as $item ) {
|
5 |
-
$item['link_target'] = $link_target;
|
6 |
-
|
7 |
qi_addons_for_elementor_template_part( 'shortcodes/interactive-link-showcase', 'templates/parts/title', '', $item );
|
8 |
}
|
9 |
?>
|
2 |
<div class="qodef-m-items">
|
3 |
<?php
|
4 |
foreach ( $items as $item ) {
|
|
|
|
|
5 |
qi_addons_for_elementor_template_part( 'shortcodes/interactive-link-showcase', 'templates/parts/title', '', $item );
|
6 |
}
|
7 |
?>
|
inc/shortcodes/interactive-link-showcase/variations/split/templates/split.php
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
<div class="qodef-m-items">
|
3 |
<?php
|
4 |
foreach ( $items as $item ) {
|
5 |
-
$item['link_target'] = $link_target;
|
6 |
-
|
7 |
qi_addons_for_elementor_template_part( 'shortcodes/interactive-link-showcase', 'templates/parts/title', '', $item );
|
8 |
}
|
9 |
?>
|
2 |
<div class="qodef-m-items">
|
3 |
<?php
|
4 |
foreach ( $items as $item ) {
|
|
|
|
|
5 |
qi_addons_for_elementor_template_part( 'shortcodes/interactive-link-showcase', 'templates/parts/title', '', $item );
|
6 |
}
|
7 |
?>
|
inc/shortcodes/interactive-link-showcase/variations/standard/templates/standard.php
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
<div class="qodef-m-items">
|
3 |
<?php
|
4 |
foreach ( $items as $item ) {
|
5 |
-
$item['link_target'] = $link_target;
|
6 |
-
|
7 |
qi_addons_for_elementor_template_part( 'shortcodes/interactive-link-showcase', 'templates/parts/title', '', $item );
|
8 |
}
|
9 |
?>
|
2 |
<div class="qodef-m-items">
|
3 |
<?php
|
4 |
foreach ( $items as $item ) {
|
|
|
|
|
5 |
qi_addons_for_elementor_template_part( 'shortcodes/interactive-link-showcase', 'templates/parts/title', '', $item );
|
6 |
}
|
7 |
?>
|
inc/shortcodes/item-showcase/class-qiaddonsforelementor-item-showcase-shortcode.php
CHANGED
@@ -169,16 +169,10 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
169 |
'default_value' => qi_addons_for_elementor_get_example_text( 'excerpt_short' ),
|
170 |
),
|
171 |
array(
|
172 |
-
'field_type' => '
|
173 |
'name' => 'item_link',
|
174 |
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
175 |
),
|
176 |
-
array(
|
177 |
-
'field_type' => 'select',
|
178 |
-
'name' => 'item_link_target',
|
179 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
180 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target', false ),
|
181 |
-
),
|
182 |
),
|
183 |
)
|
184 |
);
|
169 |
'default_value' => qi_addons_for_elementor_get_example_text( 'excerpt_short' ),
|
170 |
),
|
171 |
array(
|
172 |
+
'field_type' => 'link',
|
173 |
'name' => 'item_link',
|
174 |
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
175 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
),
|
177 |
)
|
178 |
);
|
inc/shortcodes/item-showcase/templates/parts/icon.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
<?php if ( ! empty( $item['item_link'] ) ) : ?>
|
2 |
-
<a itemprop="url" href="<?php echo esc_url( $item['item_link'] ); ?>"
|
3 |
<?php endif; ?>
|
4 |
<?php if ( isset( $item['item_icon'] ) && ! empty( $item['item_icon']['value'] ) ) { ?>
|
5 |
<div class="qodef-e-icon-holder">
|
6 |
<?php \Elementor\Icons_Manager::render_icon( $item['item_icon'], array( 'aria-hidden' => 'true' ) ); ?>
|
7 |
</div>
|
8 |
<?php } ?>
|
9 |
-
<?php if ( ! empty( $item['item_link'] ) ) : ?>
|
10 |
</a>
|
11 |
<?php endif; ?>
|
1 |
+
<?php if ( ! empty( $item['item_link']['url'] ) ) : ?>
|
2 |
+
<a itemprop="url" href="<?php echo esc_url( $item['item_link']['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $item['item_link'] ) ); ?>>
|
3 |
<?php endif; ?>
|
4 |
<?php if ( isset( $item['item_icon'] ) && ! empty( $item['item_icon']['value'] ) ) { ?>
|
5 |
<div class="qodef-e-icon-holder">
|
6 |
<?php \Elementor\Icons_Manager::render_icon( $item['item_icon'], array( 'aria-hidden' => 'true' ) ); ?>
|
7 |
</div>
|
8 |
<?php } ?>
|
9 |
+
<?php if ( ! empty( $item['item_link']['url'] ) ) : ?>
|
10 |
</a>
|
11 |
<?php endif; ?>
|
inc/shortcodes/item-showcase/templates/parts/title.php
CHANGED
@@ -6,9 +6,9 @@ $title_tag = ! empty( $title_tag ) ? $title_tag : 'h4';
|
|
6 |
<?php
|
7 |
echo sprintf(
|
8 |
'%s %s %s',
|
9 |
-
! empty( $item['item_link'] ) ? '<a itemprop="url" class="qodef-e-title-link" href="' . esc_url( $item['item_link'] ) . '"
|
10 |
qi_addons_for_elementor_framework_wp_kses_html( 'content', $item['item_title'] ),
|
11 |
-
! empty( $item['item_link'] ) ? '</a>' : ''
|
12 |
);
|
13 |
?>
|
14 |
</<?php echo esc_attr( $title_tag ); ?>>
|
6 |
<?php
|
7 |
echo sprintf(
|
8 |
'%s %s %s',
|
9 |
+
! empty( $item['item_link']['url'] ) ? '<a itemprop="url" class="qodef-e-title-link" href="' . esc_url( $item['item_link']['url'] ) . '" ' . qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $item['item_link'] ) ) . '>' : '',
|
10 |
qi_addons_for_elementor_framework_wp_kses_html( 'content', $item['item_title'] ),
|
11 |
+
! empty( $item['item_link']['url'] ) ? '</a>' : ''
|
12 |
);
|
13 |
?>
|
14 |
</<?php echo esc_attr( $title_tag ); ?>>
|
inc/shortcodes/progress-bar-circle/class-qiaddonsforelementor-progress-bar-circle-shortcode.php
CHANGED
@@ -47,7 +47,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
47 |
);
|
48 |
$this->set_option(
|
49 |
array(
|
50 |
-
'field_type' => '
|
51 |
'name' => 'number',
|
52 |
'title' => esc_html__( 'Percentage Number', 'qi-addons-for-elementor' ),
|
53 |
'default_value' => 75,
|
47 |
);
|
48 |
$this->set_option(
|
49 |
array(
|
50 |
+
'field_type' => 'number',
|
51 |
'name' => 'number',
|
52 |
'title' => esc_html__( 'Percentage Number', 'qi-addons-for-elementor' ),
|
53 |
'default_value' => 75,
|
inc/shortcodes/progress-bar-horizontal/class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php
CHANGED
@@ -47,7 +47,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
47 |
);
|
48 |
$this->set_option(
|
49 |
array(
|
50 |
-
'field_type' => '
|
51 |
'name' => 'number',
|
52 |
'title' => esc_html__( 'Percentage Number', 'qi-addons-for-elementor' ),
|
53 |
'default_value' => 75,
|
47 |
);
|
48 |
$this->set_option(
|
49 |
array(
|
50 |
+
'field_type' => 'number',
|
51 |
'name' => 'number',
|
52 |
'title' => esc_html__( 'Percentage Number', 'qi-addons-for-elementor' ),
|
53 |
'default_value' => 75,
|
inc/shortcodes/progress-bar-vertical/class-qiaddonsforelementor-progress-bar-vertical-shortcode.php
CHANGED
@@ -47,7 +47,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
47 |
);
|
48 |
$this->set_option(
|
49 |
array(
|
50 |
-
'field_type' => '
|
51 |
'name' => 'number',
|
52 |
'title' => esc_html__( 'Percentage Number', 'qi-addons-for-elementor' ),
|
53 |
'default_value' => 75,
|
47 |
);
|
48 |
$this->set_option(
|
49 |
array(
|
50 |
+
'field_type' => 'number',
|
51 |
'name' => 'number',
|
52 |
'title' => esc_html__( 'Percentage Number', 'qi-addons-for-elementor' ),
|
53 |
'default_value' => 75,
|
inc/shortcodes/section-title/class-qiaddonsforelementor-section-title-shortcode.php
CHANGED
@@ -76,6 +76,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
76 |
'field_type' => 'text',
|
77 |
'name' => 'line_break_positions',
|
78 |
'title' => esc_html__( 'Positions of Line Break', 'qi-addons-for-elementor' ),
|
|
|
79 |
'description' => esc_html__( 'Enter the positions of the words after which you would like to create a line break. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a line break, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
80 |
)
|
81 |
);
|
@@ -94,6 +95,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
94 |
'field_type' => 'text',
|
95 |
'name' => 'decoration_positions',
|
96 |
'title' => esc_html__( 'Positions of Decorated Words', 'qi-addons-for-elementor' ),
|
|
|
97 |
'description' => esc_html__( 'Enter the positions of the words which you would like to be decorated. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a decoration, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
98 |
)
|
99 |
);
|
@@ -102,6 +104,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
102 |
'field_type' => 'text',
|
103 |
'name' => 'color_positions',
|
104 |
'title' => esc_html__( 'Positions of Different Colored Words', 'qi-addons-for-elementor' ),
|
|
|
105 |
'description' => esc_html__( 'Enter the positions of the words which you would like to be in different color. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a different color, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
106 |
)
|
107 |
);
|
76 |
'field_type' => 'text',
|
77 |
'name' => 'line_break_positions',
|
78 |
'title' => esc_html__( 'Positions of Line Break', 'qi-addons-for-elementor' ),
|
79 |
+
'dynamic' => false,
|
80 |
'description' => esc_html__( 'Enter the positions of the words after which you would like to create a line break. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a line break, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
81 |
)
|
82 |
);
|
95 |
'field_type' => 'text',
|
96 |
'name' => 'decoration_positions',
|
97 |
'title' => esc_html__( 'Positions of Decorated Words', 'qi-addons-for-elementor' ),
|
98 |
+
'dynamic' => false,
|
99 |
'description' => esc_html__( 'Enter the positions of the words which you would like to be decorated. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a decoration, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
100 |
)
|
101 |
);
|
104 |
'field_type' => 'text',
|
105 |
'name' => 'color_positions',
|
106 |
'title' => esc_html__( 'Positions of Different Colored Words', 'qi-addons-for-elementor' ),
|
107 |
+
'dynamic' => false,
|
108 |
'description' => esc_html__( 'Enter the positions of the words which you would like to be in different color. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a different color, you would enter "1,3,4")', 'qi-addons-for-elementor' ),
|
109 |
)
|
110 |
);
|
inc/shortcodes/team-member/class-qiaddonsforelementor-team-member-shortcode.php
CHANGED
@@ -125,16 +125,13 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
125 |
),
|
126 |
),
|
127 |
array(
|
128 |
-
'field_type'
|
129 |
-
'name'
|
130 |
-
'title'
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
136 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target', false ),
|
137 |
-
'default_value' => '_blank',
|
138 |
),
|
139 |
),
|
140 |
)
|
125 |
),
|
126 |
),
|
127 |
array(
|
128 |
+
'field_type' => 'link',
|
129 |
+
'name' => 'link',
|
130 |
+
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
131 |
+
'default_value' => array(
|
132 |
+
'url' => '',
|
133 |
+
'is_external' => 'on',
|
134 |
+
),
|
|
|
|
|
|
|
135 |
),
|
136 |
),
|
137 |
)
|
inc/shortcodes/team-member/templates/post-info/social-icons.php
CHANGED
@@ -5,14 +5,14 @@ if ( is_array( $items ) && count( $items ) ) {
|
|
5 |
<?php
|
6 |
foreach ( $items as $item ) {
|
7 |
if ( ! empty( $item['icon'] ) ) {
|
8 |
-
if ( ! empty( $item['link'] ) ) {
|
9 |
?>
|
10 |
-
<a class="qodef-e-social-icon-link" itemprop="url" href="<?php echo esc_url( $item['link'] ); ?>"
|
11 |
<?php } ?>
|
12 |
<span class="qodef-e-social-icon">
|
13 |
<?php \Elementor\Icons_Manager::render_icon( $item['icon'], array( 'aria-hidden' => 'true' ) ); ?>
|
14 |
</span>
|
15 |
-
<?php if ( ! empty( $item['link'] ) ) { ?>
|
16 |
</a>
|
17 |
<?php
|
18 |
}
|
5 |
<?php
|
6 |
foreach ( $items as $item ) {
|
7 |
if ( ! empty( $item['icon'] ) ) {
|
8 |
+
if ( ! empty( $item['link']['url'] ) ) {
|
9 |
?>
|
10 |
+
<a class="qodef-e-social-icon-link" itemprop="url" href="<?php echo esc_url( $item['link']['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $item['link'] ) ); ?>>
|
11 |
<?php } ?>
|
12 |
<span class="qodef-e-social-icon">
|
13 |
<?php \Elementor\Icons_Manager::render_icon( $item['icon'], array( 'aria-hidden' => 'true' ) ); ?>
|
14 |
</span>
|
15 |
+
<?php if ( ! empty( $item['link']['url'] ) ) { ?>
|
16 |
</a>
|
17 |
<?php
|
18 |
}
|
inc/shortcodes/timeline/class-qiaddonsforelementor-timeline-shortcode.php
CHANGED
@@ -121,6 +121,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
121 |
'field_type' => 'text',
|
122 |
'name' => 'date',
|
123 |
'title' => esc_html__( 'Date', 'qi-addons-for-elementor' ),
|
|
|
124 |
'default_value' => '2005',
|
125 |
),
|
126 |
array(
|
@@ -130,16 +131,10 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
130 |
'default_value' => qi_addons_for_elementor_get_example_text( 'excerpt_short' ),
|
131 |
),
|
132 |
array(
|
133 |
-
'field_type' => '
|
134 |
'name' => 'link',
|
135 |
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
136 |
),
|
137 |
-
array(
|
138 |
-
'field_type' => 'select',
|
139 |
-
'name' => 'target',
|
140 |
-
'title' => esc_html__( 'Link Target', 'qi-addons-for-elementor' ),
|
141 |
-
'options' => qi_addons_for_elementor_get_select_type_options_pool( 'link_target', false ),
|
142 |
-
),
|
143 |
),
|
144 |
)
|
145 |
);
|
121 |
'field_type' => 'text',
|
122 |
'name' => 'date',
|
123 |
'title' => esc_html__( 'Date', 'qi-addons-for-elementor' ),
|
124 |
+
'dynamic' => false,
|
125 |
'default_value' => '2005',
|
126 |
),
|
127 |
array(
|
131 |
'default_value' => qi_addons_for_elementor_get_example_text( 'excerpt_short' ),
|
132 |
),
|
133 |
array(
|
134 |
+
'field_type' => 'link',
|
135 |
'name' => 'link',
|
136 |
'title' => esc_html__( 'Link', 'qi-addons-for-elementor' ),
|
137 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
),
|
139 |
)
|
140 |
);
|
inc/shortcodes/timeline/templates/parts/title.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
if ( ! empty( $item['title'] ) ) { ?>
|
3 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-e-title">
|
4 |
-
<?php if ( ! empty( $item['link'] ) ) { ?>
|
5 |
-
<a itemprop="url" href="<?php echo esc_url( $item['link'] ); ?>"
|
6 |
<?php } ?>
|
7 |
<?php echo esc_html( $item['title'] ); ?>
|
8 |
-
<?php if ( ! empty( $item['link'] ) ) { ?>
|
9 |
</a>
|
10 |
<?php } ?>
|
11 |
</<?php echo esc_attr( $title_tag ); ?>>
|
1 |
<?php
|
2 |
if ( ! empty( $item['title'] ) ) { ?>
|
3 |
<<?php echo esc_attr( $title_tag ); ?> class="qodef-e-title">
|
4 |
+
<?php if ( ! empty( $item['link']['url'] ) ) { ?>
|
5 |
+
<a itemprop="url" href="<?php echo esc_url( $item['link']['url'] ); ?>" <?php echo qi_addons_for_elementor_framework_get_inline_attrs( qi_addons_for_elementor_get_link_attributes( $item['link'] ) ); ?>>
|
6 |
<?php } ?>
|
7 |
<?php echo esc_html( $item['title'] ); ?>
|
8 |
+
<?php if ( ! empty( $item['link']['url'] ) ) { ?>
|
9 |
</a>
|
10 |
<?php } ?>
|
11 |
</<?php echo esc_attr( $title_tag ); ?>>
|
inc/shortcodes/typeout-text/class-qiaddonsforelementor-typeout-text-shortcode.php
CHANGED
@@ -59,6 +59,7 @@ if ( class_exists( 'QiAddonsForElementor_Shortcode' ) ) {
|
|
59 |
'field_type' => 'text',
|
60 |
'name' => 'cursor',
|
61 |
'title' => esc_html__( 'Cursor Character', 'qi-addons-for-elementor' ),
|
|
|
62 |
'default_value' => '|',
|
63 |
)
|
64 |
);
|
59 |
'field_type' => 'text',
|
60 |
'name' => 'cursor',
|
61 |
'title' => esc_html__( 'Cursor Character', 'qi-addons-for-elementor' ),
|
62 |
+
'dynamic' => false,
|
63 |
'default_value' => '|',
|
64 |
)
|
65 |
);
|
languages/qi-addons-for-elementor.pot
CHANGED
@@ -2,15 +2,15 @@
|
|
2 |
# This file is distributed under the same license as the Qi Addons For Elementor plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Qi Addons For Elementor 1.0
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/qi-addons-for-elementor\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-04-
|
13 |
-
"PO-Revision-Date: 2021-04-
|
14 |
"X-Generator: WP-CLI 2.0.1\n"
|
15 |
"X-Domain: qi-addons-for-elementor\n"
|
16 |
|
@@ -112,8 +112,9 @@ msgstr ""
|
|
112 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:84
|
113 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:340
|
114 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:399
|
115 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
116 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
|
|
117 |
#: \inc\shortcodes\parallax-images\variations\default\helper.php:12
|
118 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:67
|
119 |
#: \inc\shortcodes\text-marquee\variations\default\helper.php:12
|
@@ -216,31 +217,31 @@ msgstr ""
|
|
216 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:369
|
217 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:152
|
218 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:428
|
219 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
220 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:95
|
221 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
222 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
223 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
224 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
225 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:362
|
226 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:656
|
227 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:946
|
228 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:207
|
229 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:468
|
230 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:761
|
231 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
232 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:76
|
233 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
234 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
235 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
236 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:111
|
237 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:126
|
238 |
msgid "Normal"
|
239 |
msgstr ""
|
240 |
|
241 |
#: \helpers\helper.php:399
|
242 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
243 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
244 |
msgid "Italic"
|
245 |
msgstr ""
|
246 |
|
@@ -263,32 +264,32 @@ msgstr ""
|
|
263 |
#: \helpers\helper.php:405
|
264 |
#: \helpers\helper.php:413
|
265 |
#: \helpers\helper.php:524
|
266 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
267 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
268 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:177
|
269 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:362
|
270 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:362
|
271 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:109
|
272 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
273 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
274 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
275 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
276 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
277 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:319
|
278 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:70
|
279 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:83
|
280 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
281 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:73
|
282 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:88
|
283 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:74
|
284 |
#: \inc\shortcodes\image-slider\class-qiaddonsforelementor-image-slider-shortcode.php:95
|
285 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
286 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:407
|
287 |
#: \inc\shortcodes\separator\variations\border-image\helper.php:98
|
288 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:256
|
289 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:240
|
290 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:256
|
291 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
292 |
msgid "None"
|
293 |
msgstr ""
|
294 |
|
@@ -305,9 +306,9 @@ msgid "Lowercase"
|
|
305 |
msgstr ""
|
306 |
|
307 |
#: \helpers\helper.php:414
|
308 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
309 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
310 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
311 |
msgid "Underline"
|
312 |
msgstr ""
|
313 |
|
@@ -409,18 +410,18 @@ msgstr ""
|
|
409 |
#: \helpers\helper.php:448
|
410 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:512
|
411 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:43
|
412 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
413 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:68
|
414 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:66
|
415 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:126
|
416 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
417 |
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:46
|
418 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:845
|
419 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:57
|
420 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
421 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:75
|
422 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
423 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
424 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:162
|
425 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:43
|
426 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:479
|
@@ -462,7 +463,7 @@ msgstr ""
|
|
462 |
|
463 |
#: \helpers\helper.php:459
|
464 |
#: \helpers\helper.php:464
|
465 |
-
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:
|
466 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:74
|
467 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:58
|
468 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:96
|
@@ -473,10 +474,10 @@ msgstr ""
|
|
473 |
|
474 |
#: \helpers\helper.php:460
|
475 |
#: \helpers\helper.php:463
|
476 |
-
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:
|
477 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:69
|
478 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
479 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
480 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:59
|
481 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:73
|
482 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:57
|
@@ -539,25 +540,25 @@ msgid "Fixed"
|
|
539 |
msgstr ""
|
540 |
|
541 |
#: \helpers\helper.php:492
|
542 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
543 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
544 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:192
|
545 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:377
|
546 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:377
|
547 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
548 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
549 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:114
|
550 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
551 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
552 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:327
|
553 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:514
|
554 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
555 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:88
|
556 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:103
|
557 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:89
|
558 |
#: \inc\shortcodes\image-slider\class-qiaddonsforelementor-image-slider-shortcode.php:113
|
559 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
560 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
561 |
#: \inc\shortcodes\interactive-link-showcase\variations\background\helper.php:29
|
562 |
#: \inc\shortcodes\interactive-link-showcase\variations\split\helper.php:29
|
563 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:69
|
@@ -569,20 +570,20 @@ msgstr ""
|
|
569 |
#: \helpers\helper.php:496
|
570 |
#: \helpers\helper.php:510
|
571 |
#: \helpers\helper.php:520
|
572 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
573 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
574 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:189
|
575 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-on-image\info-on-image.php:36
|
576 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:374
|
577 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-on-image\info-on-image.php:54
|
578 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:374
|
579 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
580 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
581 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:115
|
582 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
583 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:342
|
584 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:218
|
585 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
586 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:85
|
587 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:100
|
588 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:86
|
@@ -595,25 +596,25 @@ msgid "Center"
|
|
595 |
msgstr ""
|
596 |
|
597 |
#: \helpers\helper.php:500
|
598 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
599 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
600 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:193
|
601 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:378
|
602 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:378
|
603 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
604 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
605 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:116
|
606 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
607 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
608 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:329
|
609 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:515
|
610 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
611 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:89
|
612 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:104
|
613 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:90
|
614 |
#: \inc\shortcodes\image-slider\class-qiaddonsforelementor-image-slider-shortcode.php:114
|
615 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
616 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
617 |
#: \inc\shortcodes\interactive-link-showcase\variations\background\helper.php:31
|
618 |
#: \inc\shortcodes\interactive-link-showcase\variations\split\helper.php:30
|
619 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:70
|
@@ -890,36 +891,36 @@ msgstr ""
|
|
890 |
msgid "Crop to exact dimensions (normally are proportional) "
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:
|
894 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:518
|
895 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
896 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
897 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
898 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:851
|
899 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
900 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
901 |
#: \inc\shortcodes\icon-with-text\variations\top\helper.php:49
|
902 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
903 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
904 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
905 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:395
|
906 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:409
|
907 |
msgid "Content"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:
|
911 |
msgid "Item"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:
|
915 |
msgid "QI Addons"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:
|
919 |
msgid "Developer Tools"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:
|
923 |
msgid "Show Shortcode Snippet"
|
924 |
msgstr ""
|
925 |
|
@@ -1013,35 +1014,35 @@ msgstr ""
|
|
1013 |
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:67
|
1014 |
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:67
|
1015 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:243
|
1016 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
1017 |
msgid "Title Hover Underline"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:69
|
1021 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1022 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1023 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1024 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1025 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1026 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1027 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1028 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1029 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1030 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1031 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:160
|
1032 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:178
|
1033 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:194
|
1034 |
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:69
|
1035 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1036 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1037 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1038 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1039 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1040 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1041 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1042 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1043 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1044 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1045 |
#: \inc\blog\shortcodes\blog-slider\variations\standard\standard.php:160
|
1046 |
#: \inc\blog\shortcodes\blog-slider\variations\standard\standard.php:178
|
1047 |
#: \inc\blog\shortcodes\blog-slider\variations\standard\standard.php:194
|
@@ -1101,43 +1102,43 @@ msgstr ""
|
|
1101 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:78
|
1102 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:87
|
1103 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:100
|
1104 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1105 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1106 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1107 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1108 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1109 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1110 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1111 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1112 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1113 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1114 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
1115 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
1116 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
1117 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
1118 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
1119 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
1120 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:91
|
1121 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:109
|
1122 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:118
|
|
|
1123 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:139
|
1124 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:148
|
1125 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1126 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1127 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1128 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1129 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1130 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1131 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1132 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1133 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1134 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1135 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1136 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1137 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1138 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1139 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
1140 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:336
|
1141 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:107
|
1142 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:118
|
1143 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:127
|
@@ -1147,14 +1148,14 @@ msgstr ""
|
|
1147 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:163
|
1148 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:173
|
1149 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:182
|
1150 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
1151 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
1152 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
1153 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
1154 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
1155 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
1156 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
1157 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
1158 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:203
|
1159 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:213
|
1160 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:225
|
@@ -1166,11 +1167,11 @@ msgstr ""
|
|
1166 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:295
|
1167 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:309
|
1168 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:91
|
1169 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
1170 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
1171 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
1172 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
1173 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
1174 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:224
|
1175 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:238
|
1176 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:246
|
@@ -1180,25 +1181,25 @@ msgstr ""
|
|
1180 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:282
|
1181 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:293
|
1182 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:302
|
1183 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1184 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1185 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1186 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1187 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1188 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1189 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1190 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1191 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1192 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1193 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1194 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1195 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1196 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1197 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1198 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1199 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1200 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1201 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
1202 |
#: \inc\shortcodes\device-slider\class-qiaddonsforelementor-device-slider-shortcode.php:123
|
1203 |
#: \inc\shortcodes\device-slider\class-qiaddonsforelementor-device-slider-shortcode.php:136
|
1204 |
#: \inc\shortcodes\device-slider\class-qiaddonsforelementor-device-slider-shortcode.php:149
|
@@ -1218,21 +1219,21 @@ msgstr ""
|
|
1218 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:207
|
1219 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:216
|
1220 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:227
|
1221 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1222 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1223 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1224 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1225 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1226 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1227 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1228 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1229 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1230 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1231 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1232 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1233 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1234 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1235 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1236 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:113
|
1237 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:629
|
1238 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:641
|
@@ -1250,15 +1251,15 @@ msgstr ""
|
|
1250 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:801
|
1251 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:813
|
1252 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:822
|
1253 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1254 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1255 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1256 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1257 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1258 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1259 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1260 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1261 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
1262 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:88
|
1263 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:99
|
1264 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:111
|
@@ -1271,82 +1272,82 @@ msgstr ""
|
|
1271 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:183
|
1272 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:217
|
1273 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:230
|
1274 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
1275 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
1276 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
1277 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
1278 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
1279 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
|
|
1280 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:120
|
1281 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:129
|
1282 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:138
|
1283 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1284 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1285 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1286 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1287 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1288 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1289 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1290 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1291 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1292 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1293 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1294 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1295 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1296 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1297 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1298 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
1299 |
-
#: \inc\shortcodes\info-
|
1300 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1301 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1302 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1303 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1304 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1305 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1306 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1307 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1308 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1309 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1310 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:222
|
1311 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1312 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1313 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1314 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1315 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:271
|
1316 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1317 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1318 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1319 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1320 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1321 |
-
#: \inc\shortcodes\
|
1322 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1323 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1324 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1325 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1326 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1327 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1328 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1329 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1330 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1331 |
-
#: \inc\shortcodes\interactive-
|
1332 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
1333 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
1334 |
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:223
|
1335 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
1336 |
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:245
|
1337 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
1338 |
-
#: \inc\shortcodes\
|
1339 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1340 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1341 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1342 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1343 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1344 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1345 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1346 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1347 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1348 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1349 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:310
|
1350 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:80
|
1351 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:91
|
1352 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:100
|
@@ -1391,20 +1392,20 @@ msgstr ""
|
|
1391 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:335
|
1392 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:349
|
1393 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:359
|
1394 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1395 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1396 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1397 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1398 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1399 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1400 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1401 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1402 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1403 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1404 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1405 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1406 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1407 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
1408 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:90
|
1409 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:110
|
1410 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:129
|
@@ -1468,15 +1469,15 @@ msgstr ""
|
|
1468 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:305
|
1469 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:316
|
1470 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:325
|
1471 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1472 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1473 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1474 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1475 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1476 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1477 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1478 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1479 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1480 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:52
|
1481 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:60
|
1482 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:215
|
@@ -1507,20 +1508,20 @@ msgstr ""
|
|
1507 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:127
|
1508 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:143
|
1509 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:168
|
1510 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1511 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1512 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1513 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1514 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1515 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1516 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1517 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1518 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
1519 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
1520 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
1521 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
1522 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
1523 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
1524 |
msgid "Style"
|
1525 |
msgstr ""
|
1526 |
|
@@ -1530,23 +1531,23 @@ msgid "Show Excerpt"
|
|
1530 |
msgstr ""
|
1531 |
|
1532 |
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:78
|
1533 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1534 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1535 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1536 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1537 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1538 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1539 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1540 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1541 |
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:86
|
1542 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1543 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1544 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1545 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1546 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1547 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1548 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1549 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1550 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:82
|
1551 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:92
|
1552 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:82
|
@@ -1557,10 +1558,10 @@ msgstr ""
|
|
1557 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:50
|
1558 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:50
|
1559 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:53
|
1560 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
1561 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
1562 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
1563 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
1564 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:43
|
1565 |
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:45
|
1566 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:55
|
@@ -1598,75 +1599,75 @@ msgstr ""
|
|
1598 |
msgid "Excerpt Length"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1602 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1603 |
msgid "Excerpt Color"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1607 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1608 |
msgid "Excerpt Typography"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1612 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1613 |
msgid "Center Content"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1617 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1618 |
msgid "Show Media"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1622 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1623 |
msgid "Show Info Icons"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1627 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1628 |
msgid "Show Date"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1632 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1633 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:80
|
1634 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:80
|
1635 |
msgid "Show Category"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1639 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1640 |
msgid "Show Author"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1644 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1645 |
msgid "Show Button"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1649 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1650 |
msgid "Info Color"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1654 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1655 |
msgid "Info Hover Color"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1659 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1660 |
msgid "Info Typography"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1664 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1665 |
msgid "Post Info Margin Bottom"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1669 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1670 |
#: \inc\blog\shortcodes\blog-list\variations\boxed\boxed.php:105
|
1671 |
#: \inc\blog\shortcodes\blog-list\variations\boxed\boxed.php:143
|
1672 |
#: \inc\blog\shortcodes\blog-list\variations\date-boxed\date-boxed.php:105
|
@@ -1676,8 +1677,8 @@ msgstr ""
|
|
1676 |
#: \inc\blog\shortcodes\blog-list\variations\side-image\side-image.php:128
|
1677 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:122
|
1678 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:142
|
1679 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1680 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1681 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:105
|
1682 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:143
|
1683 |
#: \inc\blog\shortcodes\blog-slider\variations\date-boxed\date-boxed.php:105
|
@@ -1689,27 +1690,27 @@ msgstr ""
|
|
1689 |
msgid "Layout Spacing"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1693 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1694 |
msgid "Info Icons Color"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1698 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1699 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:67
|
1700 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:82
|
1701 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:68
|
1702 |
#: \inc\shortcodes\image-slider\class-qiaddonsforelementor-image-slider-shortcode.php:92
|
1703 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
1704 |
msgid "Image Hover"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1708 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1709 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:174
|
1710 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:359
|
1711 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:359
|
1712 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1713 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:70
|
1714 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:85
|
1715 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:71
|
@@ -1717,12 +1718,12 @@ msgstr ""
|
|
1717 |
msgid "Zoom In"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1721 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1722 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:175
|
1723 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:360
|
1724 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:360
|
1725 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1726 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:71
|
1727 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:86
|
1728 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:72
|
@@ -1730,12 +1731,12 @@ msgstr ""
|
|
1730 |
msgid "Zoom Out"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1734 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1735 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:176
|
1736 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:361
|
1737 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:361
|
1738 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1739 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:72
|
1740 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:87
|
1741 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:73
|
@@ -1743,8 +1744,8 @@ msgstr ""
|
|
1743 |
msgid "Move"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1747 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1748 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:82
|
1749 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:97
|
1750 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:83
|
@@ -1752,17 +1753,17 @@ msgstr ""
|
|
1752 |
msgid "Image Hover Zoom Origin"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1756 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1757 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:190
|
1758 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:125
|
1759 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:375
|
1760 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:375
|
1761 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1762 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1763 |
#: \inc\shortcodes\blockquote\variations\top\helper.php:12
|
1764 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:326
|
1765 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
1766 |
#: \inc\shortcodes\icon-with-text\variations\top\helper.php:12
|
1767 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:86
|
1768 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:101
|
@@ -1775,16 +1776,16 @@ msgstr ""
|
|
1775 |
msgid "Top"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1779 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1780 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:191
|
1781 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:127
|
1782 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:376
|
1783 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:376
|
1784 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1785 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1786 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:328
|
1787 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
1788 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:87
|
1789 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:102
|
1790 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:88
|
@@ -1796,12 +1797,12 @@ msgstr ""
|
|
1796 |
msgid "Bottom"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1800 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1801 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:129
|
1802 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:314
|
1803 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:314
|
1804 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1805 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:106
|
1806 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:121
|
1807 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:107
|
@@ -1809,12 +1810,12 @@ msgstr ""
|
|
1809 |
msgid "Overlay Color"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1813 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1814 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:159
|
1815 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:344
|
1816 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:344
|
1817 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1818 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:118
|
1819 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:133
|
1820 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:119
|
@@ -1822,26 +1823,38 @@ msgstr ""
|
|
1822 |
msgid "Overlay Hover Color"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1826 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1827 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
1828 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:289
|
1829 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1830 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1831 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
1832 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:245
|
1833 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:236
|
1834 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1835 |
msgid "Title Margin Bottom"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:380
|
1839 |
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1840 |
msgid "Read More Button"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
-
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:
|
1844 |
-
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:
|
1845 |
msgid "Read More"
|
1846 |
msgstr ""
|
1847 |
|
@@ -1860,12 +1873,12 @@ msgstr ""
|
|
1860 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:91
|
1861 |
#: \inc\blog\shortcodes\blog-slider\variations\date-boxed\date-boxed.php:111
|
1862 |
#: \inc\blog\shortcodes\blog-slider\variations\standard\standard.php:128
|
1863 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1864 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
1865 |
#: \inc\shortcodes\interactive-banner\variations\from-bottom\helper.php:26
|
1866 |
#: \inc\shortcodes\interactive-banner\variations\revealing\helper.php:26
|
1867 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:66
|
1868 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1869 |
msgid "Text Margin Bottom"
|
1870 |
msgstr ""
|
1871 |
|
@@ -1873,7 +1886,7 @@ msgstr ""
|
|
1873 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:111
|
1874 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:311
|
1875 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:27
|
1876 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1877 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:637
|
1878 |
#: \inc\shortcodes\team-member\variations\info-from-bottom\info-from-bottom.php:33
|
1879 |
#: \inc\shortcodes\team-member\variations\info-on-hover\info-on-hover.php:33
|
@@ -1888,18 +1901,18 @@ msgstr ""
|
|
1888 |
#: \inc\blog\shortcodes\blog-list\variations\minimal\minimal.php:116
|
1889 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:123
|
1890 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:159
|
1891 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
|
|
1892 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:132
|
1893 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:141
|
1894 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1895 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
1896 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:178
|
1897 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:39
|
1898 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:59
|
1899 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:79
|
1900 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:105
|
1901 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:130
|
1902 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
1903 |
#: \inc\shortcodes\interactive-banner\variations\image-switch\helper.php:38
|
1904 |
#: \inc\shortcodes\interactive-banner\variations\image-switch\helper.php:58
|
1905 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:203
|
@@ -1923,8 +1936,8 @@ msgstr ""
|
|
1923 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:154
|
1924 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:174
|
1925 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:193
|
1926 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1927 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1928 |
#: \inc\shortcodes\timeline\variations\vertical-separated\vertical-separated.php:81
|
1929 |
#: \inc\shortcodes\timeline\variations\vertical-side\vertical-side.php:73
|
1930 |
#: \inc\shortcodes\timeline\variations\vertical-side\vertical-side.php:99
|
@@ -1943,7 +1956,7 @@ msgstr ""
|
|
1943 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:335
|
1944 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:65
|
1945 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:303
|
1946 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
1947 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:669
|
1948 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:329
|
1949 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:345
|
@@ -1963,7 +1976,7 @@ msgstr ""
|
|
1963 |
#: \inc\blog\shortcodes\blog-list\variations\info-on-image\info-on-image.php:110
|
1964 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:165
|
1965 |
#: \inc\blog\shortcodes\blog-slider\variations\date-boxed\date-boxed.php:131
|
1966 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
1967 |
msgid "Date Color"
|
1968 |
msgstr ""
|
1969 |
|
@@ -2010,7 +2023,7 @@ msgstr ""
|
|
2010 |
#: \inc\blog\shortcodes\blog-list\variations\info-on-image\info-on-image.php:146
|
2011 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:201
|
2012 |
#: \inc\blog\shortcodes\blog-slider\variations\date-boxed\date-boxed.php:167
|
2013 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
2014 |
msgid "Date Typography"
|
2015 |
msgstr ""
|
2016 |
|
@@ -2092,7 +2105,7 @@ msgstr ""
|
|
2092 |
#: \inc\shortcodes\pricing-table\variations\standard\helper.php:13
|
2093 |
#: \inc\shortcodes\separator\variations\standard\helper.php:12
|
2094 |
#: \inc\shortcodes\testimonials-slider\variations\standard\standard.php:12
|
2095 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
2096 |
msgid "Standard"
|
2097 |
msgstr ""
|
2098 |
|
@@ -2218,15 +2231,15 @@ msgstr ""
|
|
2218 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:74
|
2219 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:361
|
2220 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:143
|
2221 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2222 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2223 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2224 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:937
|
2225 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:82
|
2226 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:198
|
2227 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:459
|
2228 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
2229 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
2230 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:102
|
2231 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:117
|
2232 |
msgid "Tabs Start"
|
@@ -2296,21 +2309,21 @@ msgstr ""
|
|
2296 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:410
|
2297 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:207
|
2298 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:449
|
2299 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
2300 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2301 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2302 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2303 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2304 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:411
|
2305 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:707
|
2306 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1013
|
2307 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:255
|
2308 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:523
|
2309 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:782
|
2310 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
2311 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
2312 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
2313 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2314 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:148
|
2315 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:164
|
2316 |
msgid "Normal End"
|
@@ -2363,14 +2376,14 @@ msgstr ""
|
|
2363 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:237
|
2364 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:467
|
2365 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:281
|
2366 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2367 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2368 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1073
|
2369 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:205
|
2370 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:331
|
2371 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:616
|
2372 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
2373 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
2374 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:259
|
2375 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:275
|
2376 |
msgid "Tabs End"
|
@@ -2388,15 +2401,15 @@ msgstr ""
|
|
2388 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:724
|
2389 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:290
|
2390 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:396
|
2391 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2392 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2393 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2394 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2395 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2396 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2397 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2398 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2399 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
2400 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:134
|
2401 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:162
|
2402 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:86
|
@@ -2410,38 +2423,38 @@ msgstr ""
|
|
2410 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:245
|
2411 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:273
|
2412 |
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:62
|
2413 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2414 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2415 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2416 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2417 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2418 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2419 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2420 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:116
|
2421 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:171
|
2422 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:206
|
2423 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
2424 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
2425 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
2426 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:721
|
2427 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
2428 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
2429 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
2430 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
2431 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
2432 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:129
|
2433 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:160
|
2434 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:317
|
2435 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:374
|
2436 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
2437 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
2438 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
2439 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2440 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2441 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2442 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2443 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2444 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2445 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:107
|
2446 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:135
|
2447 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:180
|
@@ -2460,17 +2473,17 @@ msgstr ""
|
|
2460 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:194
|
2461 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:242
|
2462 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:309
|
2463 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2464 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2465 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2466 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2467 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2468 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:33
|
2469 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:119
|
2470 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:158
|
2471 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:268
|
2472 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:284
|
2473 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
2474 |
msgid "Divider"
|
2475 |
msgstr ""
|
2476 |
|
@@ -2679,58 +2692,58 @@ msgstr ""
|
|
2679 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:562
|
2680 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:575
|
2681 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:588
|
2682 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
2683 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
2684 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
2685 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:213
|
2686 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:221
|
2687 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:234
|
2688 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2689 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2690 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2691 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2692 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2693 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2694 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2695 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
2696 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:195
|
2697 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:203
|
2698 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:216
|
2699 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:234
|
2700 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:290
|
2701 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:308
|
2702 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2703 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2704 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2705 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:240
|
2706 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:253
|
2707 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
2708 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
2709 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
2710 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:196
|
2711 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:209
|
2712 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
2713 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
2714 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
2715 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
2716 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2717 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2718 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2719 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2720 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2721 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2722 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2723 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2724 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
2725 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
2726 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
2727 |
#: \inc\shortcodes\interactive-banner\variations\from-bottom\helper.php:40
|
2728 |
#: \inc\shortcodes\interactive-banner\variations\image-switch\helper.php:78
|
2729 |
#: \inc\shortcodes\interactive-banner\variations\revealing\helper.php:40
|
2730 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
2731 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
2732 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
2733 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
2734 |
#: \inc\shortcodes\item-showcase\variations\side-icon\helper.php:42
|
2735 |
#: \inc\shortcodes\item-showcase\variations\standard\helper.php:43
|
2736 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:267
|
@@ -2740,14 +2753,14 @@ msgstr ""
|
|
2740 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:423
|
2741 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:436
|
2742 |
#: \inc\shortcodes\process\variations\vertical\vertical.php:41
|
2743 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2744 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2745 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2746 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2747 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2748 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2749 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2750 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2751 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:192
|
2752 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:205
|
2753 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:218
|
@@ -2761,9 +2774,9 @@ msgstr ""
|
|
2761 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:338
|
2762 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:351
|
2763 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:359
|
2764 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
2765 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
2766 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
2767 |
#: \inc\shortcodes\team-member\variations\info-below\info-below.php:47
|
2768 |
#: \inc\shortcodes\team-member\variations\info-below-left\info-below-left.php:47
|
2769 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:72
|
@@ -2794,12 +2807,12 @@ msgstr ""
|
|
2794 |
#: \inc\shortcodes\testimonials-slider\variations\standard\standard.php:48
|
2795 |
#: \inc\shortcodes\testimonials-slider\variations\standard\standard.php:68
|
2796 |
#: \inc\shortcodes\testimonials-slider\variations\standard\standard.php:88
|
2797 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
2798 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
2799 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
2800 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
2801 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
2802 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
2803 |
#: \inc\shortcodes\timeline\variations\horizontal-alternating\horizontal-alternating.php:79
|
2804 |
#: \inc\shortcodes\timeline\variations\horizontal-standard\horizontal-standard.php:77
|
2805 |
#: \inc\shortcodes\timeline\variations\vertical-separated\vertical-separated.php:114
|
@@ -2831,17 +2844,17 @@ msgstr ""
|
|
2831 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:197
|
2832 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:85
|
2833 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:231
|
2834 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
2835 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
2836 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
2837 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:82
|
2838 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2839 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:72
|
2840 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:194
|
2841 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2842 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:75
|
2843 |
#: \inc\shortcodes\team-member\variations\info-below\info-below.php:53
|
2844 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
2845 |
msgid "Alignment"
|
2846 |
msgstr ""
|
2847 |
|
@@ -2980,15 +2993,15 @@ msgstr ""
|
|
2980 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:103
|
2981 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:287
|
2982 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:287
|
2983 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
2984 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:30
|
2985 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:242
|
2986 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
2987 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
2988 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
2989 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:525
|
2990 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:573
|
2991 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
2992 |
msgid "Button"
|
2993 |
msgstr ""
|
2994 |
|
@@ -3019,21 +3032,21 @@ msgid "Query"
|
|
3019 |
msgstr ""
|
3020 |
|
3021 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:67
|
3022 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
3023 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
3024 |
msgid "Additional Params"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:70
|
3028 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:79
|
3029 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
3030 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
3031 |
msgid "Taxonomy IDs"
|
3032 |
msgstr ""
|
3033 |
|
3034 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:80
|
3035 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
3036 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
3037 |
msgid "Separate taxonomy IDs with commas"
|
3038 |
msgstr ""
|
3039 |
|
@@ -3079,18 +3092,18 @@ msgstr ""
|
|
3079 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:335
|
3080 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:335
|
3081 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:458
|
3082 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3083 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3084 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3085 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3086 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3087 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3088 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:716
|
3089 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:791
|
3090 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3091 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3092 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3093 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3094 |
msgid "Hover"
|
3095 |
msgstr ""
|
3096 |
|
@@ -3110,31 +3123,31 @@ msgstr ""
|
|
3110 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:395
|
3111 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:395
|
3112 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:479
|
3113 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3114 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3115 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3116 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3117 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3118 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:777
|
3119 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:812
|
3120 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3121 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3122 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3123 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3124 |
msgid "Hover End"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:219
|
3128 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:404
|
3129 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:488
|
3130 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3131 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:821
|
3132 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3133 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3134 |
msgid "Icon End"
|
3135 |
msgstr ""
|
3136 |
|
3137 |
-
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:
|
3138 |
msgid "View More"
|
3139 |
msgstr ""
|
3140 |
|
@@ -3146,7 +3159,7 @@ msgstr ""
|
|
3146 |
|
3147 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-on-image\info-on-image.php:34
|
3148 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-on-image\info-on-image.php:52
|
3149 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
3150 |
msgid "Content Position"
|
3151 |
msgstr ""
|
3152 |
|
@@ -3164,7 +3177,7 @@ msgstr ""
|
|
3164 |
#: \inc\shortcodes\pricing-table\variations\cascading\helper.php:46
|
3165 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:316
|
3166 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:332
|
3167 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3168 |
msgid "Title Padding"
|
3169 |
msgstr ""
|
3170 |
|
@@ -3194,13 +3207,13 @@ msgid "Info Side with Button"
|
|
3194 |
msgstr ""
|
3195 |
|
3196 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:27
|
3197 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
3198 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
3199 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3200 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3201 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
3202 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
3203 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3204 |
msgid "Title Hover Color"
|
3205 |
msgstr ""
|
3206 |
|
@@ -3209,26 +3222,26 @@ msgid "Image Padding"
|
|
3209 |
msgstr ""
|
3210 |
|
3211 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:105
|
3212 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3213 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:91
|
3214 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:391
|
3215 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:450
|
3216 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:155
|
3217 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:99
|
3218 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3219 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:87
|
3220 |
msgid "Background Color"
|
3221 |
msgstr ""
|
3222 |
|
3223 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:123
|
3224 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3225 |
#: \inc\shortcodes\team-member\variations\info-on-hover\info-on-hover.php:51
|
3226 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:96
|
3227 |
msgid "Content Vertical Alignment"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:126
|
3231 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3232 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:146
|
3233 |
#: \inc\shortcodes\team-member\variations\info-on-hover\info-on-hover.php:54
|
3234 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:99
|
@@ -3387,11 +3400,11 @@ msgstr ""
|
|
3387 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-below-swap\info-below-swap.php:34
|
3388 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-on-image\info-on-image.php:72
|
3389 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\variations\info-on-image-centered\info-on-image-centered.php:52
|
3390 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3391 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:276
|
3392 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
3393 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:190
|
3394 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3395 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:175
|
3396 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:186
|
3397 |
msgid "Title Margin Top"
|
@@ -3422,12 +3435,12 @@ msgstr ""
|
|
3422 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-on-image\info-on-image.php:132
|
3423 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\variations\info-below-swap\info-below-swap.php:170
|
3424 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\variations\info-on-image-centered\info-on-image-centered.php:112
|
3425 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3426 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3427 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
3428 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:432
|
3429 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:636
|
3430 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
3431 |
msgid "Button Margin Top"
|
3432 |
msgstr ""
|
3433 |
|
@@ -3540,13 +3553,13 @@ msgstr ""
|
|
3540 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:29
|
3541 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:40
|
3542 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:33
|
3543 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3544 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:36
|
3545 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:29
|
3546 |
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:29
|
3547 |
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:40
|
3548 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:33
|
3549 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3550 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:29
|
3551 |
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:29
|
3552 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:36
|
@@ -3593,24 +3606,24 @@ msgstr ""
|
|
3593 |
|
3594 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:122
|
3595 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:64
|
3596 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3597 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3598 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
3599 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:104
|
3600 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:226
|
3601 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
3602 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
3603 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:211
|
3604 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
3605 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
3606 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
3607 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:438
|
3608 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:96
|
3609 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3610 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3611 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
3612 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
3613 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
3614 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:77
|
3615 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:63
|
3616 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:115
|
@@ -3618,36 +3631,36 @@ msgstr ""
|
|
3618 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:145
|
3619 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:258
|
3620 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:266
|
3621 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
3622 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:88
|
3623 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:83
|
3624 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:97
|
3625 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:212
|
3626 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:203
|
3627 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3628 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
3629 |
msgid "Title Tag"
|
3630 |
msgstr ""
|
3631 |
|
3632 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:133
|
3633 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:85
|
3634 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3635 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
3636 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:125
|
3637 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:247
|
3638 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
3639 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
3640 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:233
|
3641 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
3642 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
3643 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
3644 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:449
|
3645 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:119
|
3646 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3647 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3648 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
3649 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
3650 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
3651 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:98
|
3652 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:85
|
3653 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:135
|
@@ -3655,36 +3668,36 @@ msgstr ""
|
|
3655 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:166
|
3656 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:279
|
3657 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:287
|
3658 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
3659 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:110
|
3660 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:93
|
3661 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:107
|
3662 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:235
|
3663 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:226
|
3664 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3665 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
3666 |
msgid "Title Typography"
|
3667 |
msgstr ""
|
3668 |
|
3669 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:160
|
3670 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:74
|
3671 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3672 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
3673 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:114
|
3674 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:236
|
3675 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
3676 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
3677 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:221
|
3678 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
3679 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
3680 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
3681 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:477
|
3682 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:107
|
3683 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3684 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3685 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
3686 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
3687 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
3688 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:87
|
3689 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:73
|
3690 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:485
|
@@ -3693,7 +3706,7 @@ msgstr ""
|
|
3693 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:155
|
3694 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:268
|
3695 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:276
|
3696 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
3697 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:98
|
3698 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:119
|
3699 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:135
|
@@ -3701,8 +3714,8 @@ msgstr ""
|
|
3701 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:223
|
3702 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:116
|
3703 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:214
|
3704 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3705 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
3706 |
msgid "Title Color"
|
3707 |
msgstr ""
|
3708 |
|
@@ -3732,11 +3745,11 @@ msgid "Content Active Background Color"
|
|
3732 |
msgstr ""
|
3733 |
|
3734 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:349
|
3735 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3736 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:112
|
3737 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:92
|
3738 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:683
|
3739 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3740 |
msgid "Border Color"
|
3741 |
msgstr ""
|
3742 |
|
@@ -3749,50 +3762,50 @@ msgstr ""
|
|
3749 |
|
3750 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:405
|
3751 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:176
|
3752 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
3753 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3754 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
3755 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:730
|
3756 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3757 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3758 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3759 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
3760 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:167
|
3761 |
#: \inc\shortcodes\pricing-table\variations\with-icon\helper.php:60
|
3762 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
3763 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3764 |
msgid "Icon Size"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:419
|
3768 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:752
|
3769 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3770 |
msgid "Icon Start"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:437
|
3774 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:196
|
3775 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
3776 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3777 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
3778 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:770
|
3779 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3780 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3781 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3782 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
3783 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:156
|
3784 |
#: \inc\shortcodes\pricing-table\variations\with-icon\helper.php:42
|
3785 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3786 |
msgid "Icon Color"
|
3787 |
msgstr ""
|
3788 |
|
3789 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:467
|
3790 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
3791 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:800
|
3792 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3793 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
3794 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3795 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
3796 |
msgid "Icon Hover Color"
|
3797 |
msgstr ""
|
3798 |
|
@@ -3869,24 +3882,24 @@ msgstr ""
|
|
3869 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:123
|
3870 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:140
|
3871 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:157
|
3872 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
3873 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3874 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3875 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3876 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3877 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:74
|
3878 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:508
|
3879 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3880 |
msgid "Appear Animation"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:130
|
3884 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3885 |
msgid "Appear Delay"
|
3886 |
msgstr ""
|
3887 |
|
3888 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:147
|
3889 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
3890 |
msgid "Set Appear Delay"
|
3891 |
msgstr ""
|
3892 |
|
@@ -3901,7 +3914,7 @@ msgstr ""
|
|
3901 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:63
|
3902 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:49
|
3903 |
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:64
|
3904 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
3905 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:64
|
3906 |
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:84
|
3907 |
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:111
|
@@ -3909,134 +3922,120 @@ msgid "Image"
|
|
3909 |
msgstr ""
|
3910 |
|
3911 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:71
|
3912 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
3913 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:99
|
3914 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:121
|
3915 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:138
|
3916 |
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:72
|
3917 |
#: \inc\shortcodes\pricing-table\variations\vertical-image\helper.php:44
|
3918 |
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:93
|
3919 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3920 |
msgid "Image Proportions"
|
3921 |
msgstr ""
|
3922 |
|
3923 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:79
|
3924 |
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:80
|
3925 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
3926 |
msgid "Enable Button"
|
3927 |
msgstr ""
|
3928 |
|
3929 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:88
|
3930 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
3931 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
3932 |
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:69
|
3933 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:98
|
3934 |
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:89
|
3935 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
3936 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:174
|
3937 |
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:130
|
3938 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
3939 |
msgid "Link"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:95
|
3943 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:43
|
3944 |
-
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:386
|
3945 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:184
|
3946 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:78
|
3947 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:106
|
3948 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:96
|
3949 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:63
|
3950 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:179
|
3951 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:135
|
3952 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:140
|
3953 |
-
msgid "Link Target"
|
3954 |
-
msgstr ""
|
3955 |
-
|
3956 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:104
|
3957 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:95
|
3958 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
3959 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
3960 |
msgid "Enable Link Overlay"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3964 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
3965 |
msgid "Banner Padding"
|
3966 |
msgstr ""
|
3967 |
|
3968 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3969 |
msgid "Banner Border Radius"
|
3970 |
msgstr ""
|
3971 |
|
3972 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3973 |
msgid "Banner Box Shadow"
|
3974 |
msgstr ""
|
3975 |
|
3976 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3977 |
msgid "Hover Banner Box Shadow"
|
3978 |
msgstr ""
|
3979 |
|
3980 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3981 |
#: \inc\shortcodes\team-member\variations\info-from-bottom\info-from-bottom.php:51
|
3982 |
#: \inc\shortcodes\team-member\variations\info-on-hover\info-on-hover.php:75
|
3983 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:120
|
3984 |
msgid "Content Horizontal Alignment"
|
3985 |
msgstr ""
|
3986 |
|
3987 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3988 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:60
|
3989 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:65
|
3990 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:67
|
3991 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
3992 |
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:51
|
3993 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:51
|
3994 |
msgid "Subtitle"
|
3995 |
msgstr ""
|
3996 |
|
3997 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
3998 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
3999 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4000 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4001 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
4002 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:127
|
4003 |
msgid "Subtitle Tag"
|
4004 |
msgstr ""
|
4005 |
|
4006 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4007 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4008 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:138
|
4009 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4010 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4011 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
4012 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:137
|
4013 |
msgid "Subtitle Color"
|
4014 |
msgstr ""
|
4015 |
|
4016 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4017 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4018 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:150
|
4019 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4020 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4021 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
4022 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:149
|
4023 |
msgid "Subtitle Typography"
|
4024 |
msgstr ""
|
4025 |
|
4026 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4027 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:66
|
4028 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:76
|
4029 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:74
|
4030 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:134
|
4031 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4032 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:43
|
4033 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
4034 |
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:43
|
4035 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:73
|
4036 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4037 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:83
|
4038 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4039 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
4040 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:168
|
4041 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:51
|
4042 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:524
|
@@ -4048,43 +4047,43 @@ msgstr ""
|
|
4048 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:93
|
4049 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:92
|
4050 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:80
|
4051 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
4052 |
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:52
|
4053 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
4054 |
msgid "Text"
|
4055 |
msgstr ""
|
4056 |
|
4057 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4058 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:125
|
4059 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
4060 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4061 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:259
|
4062 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:250
|
4063 |
msgid "Text Tag"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4067 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:135
|
4068 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4069 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4070 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:142
|
4071 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:256
|
4072 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:253
|
4073 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4074 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:223
|
4075 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
4076 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
4077 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:169
|
4078 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4079 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4080 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4081 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4082 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
4083 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
4084 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:115
|
4085 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:253
|
4086 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:188
|
4087 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
4088 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:166
|
4089 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:276
|
4090 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:292
|
@@ -4093,80 +4092,80 @@ msgstr ""
|
|
4093 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:270
|
4094 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:124
|
4095 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:261
|
4096 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
4097 |
msgid "Text Color"
|
4098 |
msgstr ""
|
4099 |
|
4100 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4101 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:146
|
4102 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4103 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:153
|
4104 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:267
|
4105 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:265
|
4106 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4107 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:214
|
4108 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
4109 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
4110 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:181
|
4111 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4112 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4113 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4114 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
4115 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
4116 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:126
|
4117 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:264
|
4118 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:199
|
4119 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
4120 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:177
|
4121 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:287
|
4122 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:303
|
4123 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:58
|
4124 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:282
|
4125 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:273
|
4126 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
4127 |
msgid "Text Typography"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4131 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:220
|
4132 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4133 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:202
|
4134 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:289
|
4135 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4136 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:203
|
4137 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4138 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4139 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
4140 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:274
|
4141 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:208
|
4142 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
4143 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:199
|
4144 |
msgid "Text Margin Top"
|
4145 |
msgstr ""
|
4146 |
|
4147 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4148 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4149 |
msgid "Background Start"
|
4150 |
msgstr ""
|
4151 |
|
|
|
4152 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:371
|
4153 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:380
|
4154 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4155 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:401
|
4156 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:410
|
4157 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4158 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4159 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4160 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:470
|
4161 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:479
|
4162 |
msgid "Background Style"
|
4163 |
msgstr ""
|
4164 |
|
4165 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4166 |
msgid "Background Image Hover"
|
4167 |
msgstr ""
|
4168 |
|
4169 |
-
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:
|
4170 |
msgid "Background Image Hover Zoom Origin"
|
4171 |
msgstr ""
|
4172 |
|
@@ -4224,58 +4223,58 @@ msgstr ""
|
|
4224 |
msgid "Drag"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4228 |
msgid "Orientation"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4232 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4233 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4234 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4235 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4236 |
#: \inc\shortcodes\process\variations\horizontal\horizontal.php:12
|
4237 |
msgid "Horizontal"
|
4238 |
msgstr ""
|
4239 |
|
4240 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4241 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4242 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4243 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4244 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4245 |
#: \inc\shortcodes\process\variations\vertical\vertical.php:12
|
4246 |
msgid "Vertical"
|
4247 |
msgstr ""
|
4248 |
|
4249 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4250 |
msgid "Default Offset"
|
4251 |
msgstr ""
|
4252 |
|
4253 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4254 |
msgid "Default value is 50 (%)"
|
4255 |
msgstr ""
|
4256 |
|
4257 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4258 |
msgid "Handle Top Offset"
|
4259 |
msgstr ""
|
4260 |
|
4261 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4262 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:126
|
4263 |
msgid "Circle Size"
|
4264 |
msgstr ""
|
4265 |
|
4266 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4267 |
msgid "Border Size"
|
4268 |
msgstr ""
|
4269 |
|
4270 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4271 |
msgid "Handle Text Color"
|
4272 |
msgstr ""
|
4273 |
|
4274 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4275 |
msgid "Handle Text Typography"
|
4276 |
msgstr ""
|
4277 |
|
4278 |
-
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:
|
4279 |
msgid "Handle Color"
|
4280 |
msgstr ""
|
4281 |
|
@@ -4288,16 +4287,16 @@ msgid "Shortcode that adds blockquote element"
|
|
4288 |
msgstr ""
|
4289 |
|
4290 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:74
|
4291 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4292 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:91
|
4293 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:69
|
4294 |
msgid "Icon Type"
|
4295 |
msgstr ""
|
4296 |
|
4297 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:106
|
4298 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4299 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:170
|
4300 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4301 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:238
|
4302 |
msgid "Holder Background"
|
4303 |
msgstr ""
|
@@ -4310,17 +4309,17 @@ msgstr ""
|
|
4310 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:128
|
4311 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:136
|
4312 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:147
|
4313 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4314 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4315 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4316 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4317 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4318 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4319 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4320 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4321 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4322 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4323 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4324 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:219
|
4325 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:229
|
4326 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:240
|
@@ -4357,80 +4356,80 @@ msgid "Text Style"
|
|
4357 |
msgstr ""
|
4358 |
|
4359 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:155
|
4360 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4361 |
msgid "Icon Alignment"
|
4362 |
msgstr ""
|
4363 |
|
4364 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:161
|
4365 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:177
|
4366 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:197
|
|
|
4367 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:375
|
4368 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:384
|
4369 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4370 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4371 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4372 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:438
|
4373 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4374 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4375 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:493
|
4376 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4377 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4378 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4379 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4380 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:556
|
4381 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4382 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4383 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4384 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4385 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4386 |
-
#: \inc\shortcodes\
|
4387 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4388 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4389 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4390 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4391 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4392 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4393 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4394 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4395 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4396 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4397 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4398 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4399 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4400 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4401 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4402 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4403 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4404 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4405 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4406 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4407 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4408 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4409 |
-
#: \inc\shortcodes\
|
4410 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:362
|
4411 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:371
|
4412 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4413 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4414 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:413
|
4415 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:422
|
4416 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4417 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:443
|
4418 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4419 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:472
|
4420 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4421 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4422 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:505
|
4423 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:514
|
4424 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4425 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4426 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4427 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4428 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4429 |
-
#: \inc\shortcodes\info-
|
4430 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4431 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4432 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4433 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:382
|
4434 |
#: \inc\shortcodes\pricing-table\variations\with-icon\helper.php:43
|
4435 |
#: \inc\shortcodes\pricing-table\variations\with-icon\helper.php:61
|
4436 |
#: \inc\shortcodes\separator\variations\with-icon\helper.php:54
|
@@ -4440,17 +4439,17 @@ msgid "Icon Style"
|
|
4440 |
msgstr ""
|
4441 |
|
4442 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:207
|
4443 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4444 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:189
|
4445 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4446 |
msgid "Holder Padding"
|
4447 |
msgstr ""
|
4448 |
|
4449 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:233
|
4450 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4451 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4452 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4453 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4454 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:261
|
4455 |
#: \inc\shortcodes\separator\variations\with-icon\helper.php:80
|
4456 |
msgid "Icon Margin"
|
@@ -4500,8 +4499,8 @@ msgid "Under 480px"
|
|
4500 |
msgstr ""
|
4501 |
|
4502 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:98
|
4503 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4504 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4505 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:394
|
4506 |
msgid "Enable Separator"
|
4507 |
msgstr ""
|
@@ -4520,7 +4519,7 @@ msgstr ""
|
|
4520 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:119
|
4521 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:123
|
4522 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:127
|
4523 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4524 |
msgid "09:00 - 17:00"
|
4525 |
msgstr ""
|
4526 |
|
@@ -4541,23 +4540,23 @@ msgid "Friday"
|
|
4541 |
msgstr ""
|
4542 |
|
4543 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:134
|
4544 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4545 |
msgid "Enable Icon"
|
4546 |
msgstr ""
|
4547 |
|
4548 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:141
|
4549 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4550 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4551 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4552 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4553 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:398
|
4554 |
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:399
|
4555 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4556 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4557 |
-
#: \inc\shortcodes\
|
4558 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4559 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4560 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
|
|
4561 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:128
|
4562 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:136
|
4563 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:59
|
@@ -4575,26 +4574,26 @@ msgstr ""
|
|
4575 |
msgid "Saturday"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4579 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:124
|
4580 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:320
|
4581 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:289
|
4582 |
msgid "Item Color"
|
4583 |
msgstr ""
|
4584 |
|
4585 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4586 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4587 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4588 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4589 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4590 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4591 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4592 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4593 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4594 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4595 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4596 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4597 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4598 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:317
|
4599 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:325
|
4600 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:338
|
@@ -4602,47 +4601,47 @@ msgstr ""
|
|
4602 |
msgid "Item Style"
|
4603 |
msgstr ""
|
4604 |
|
4605 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4606 |
msgid "Day Tag"
|
4607 |
msgstr ""
|
4608 |
|
4609 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4610 |
msgid "Day Color"
|
4611 |
msgstr ""
|
4612 |
|
4613 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4614 |
msgid "Day Typography"
|
4615 |
msgstr ""
|
4616 |
|
4617 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4618 |
msgid "Hours Color"
|
4619 |
msgstr ""
|
4620 |
|
4621 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4622 |
msgid "Hours Typography"
|
4623 |
msgstr ""
|
4624 |
|
4625 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4626 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:195
|
4627 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
4628 |
msgid "Line Type"
|
4629 |
msgstr ""
|
4630 |
|
4631 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4632 |
msgid "Between"
|
4633 |
msgstr ""
|
4634 |
|
4635 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4636 |
msgid "Below"
|
4637 |
msgstr ""
|
4638 |
|
4639 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4640 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4641 |
msgid "Line Border"
|
4642 |
msgstr ""
|
4643 |
|
4644 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4645 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4646 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:317
|
4647 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:328
|
4648 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:350
|
@@ -4653,40 +4652,40 @@ msgstr ""
|
|
4653 |
msgid "General Style"
|
4654 |
msgstr ""
|
4655 |
|
4656 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4657 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:98
|
4658 |
msgid "Border"
|
4659 |
msgstr ""
|
4660 |
|
4661 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4662 |
msgid "Enable Text Underline"
|
4663 |
msgstr ""
|
4664 |
|
4665 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4666 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
4667 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4668 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:651
|
4669 |
msgid "Separator"
|
4670 |
msgstr ""
|
4671 |
|
4672 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4673 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:306
|
4674 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:349
|
4675 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
4676 |
#: \inc\shortcodes\process\variations\vertical\vertical.php:27
|
4677 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:348
|
4678 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:162
|
4679 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
4680 |
msgid "Space Between Items"
|
4681 |
msgstr ""
|
4682 |
|
4683 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4684 |
msgid "Items Padding"
|
4685 |
msgstr ""
|
4686 |
|
4687 |
-
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:
|
4688 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
4689 |
-
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:
|
4690 |
msgid "Subtitle Margin Bottom"
|
4691 |
msgstr ""
|
4692 |
|
@@ -4718,7 +4717,7 @@ msgid "With Inner Border"
|
|
4718 |
msgstr ""
|
4719 |
|
4720 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:67
|
4721 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4722 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:65
|
4723 |
msgid "Icon Boxed"
|
4724 |
msgstr ""
|
@@ -4757,246 +4756,240 @@ msgstr ""
|
|
4757 |
msgid "Button Link"
|
4758 |
msgstr ""
|
4759 |
|
4760 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4761 |
-
#: \inc\shortcodes\
|
4762 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:110
|
4763 |
-
msgid "Target"
|
4764 |
-
msgstr ""
|
4765 |
-
|
4766 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:214
|
4767 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:214
|
4768 |
msgid "Text Hover Color"
|
4769 |
msgstr ""
|
4770 |
|
4771 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4772 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4773 |
msgid "Background Hover Color"
|
4774 |
msgstr ""
|
4775 |
|
4776 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4777 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4778 |
msgid "Border Hover Color"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4782 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4783 |
msgid "Reveal Background"
|
4784 |
msgstr ""
|
4785 |
|
4786 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4787 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:197
|
4788 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:133
|
4789 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
4790 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4791 |
msgid "Border Width"
|
4792 |
msgstr ""
|
4793 |
|
4794 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4795 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4796 |
msgid "Border Radius"
|
4797 |
msgstr ""
|
4798 |
|
4799 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4800 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4801 |
msgid "Padding"
|
4802 |
msgstr ""
|
4803 |
|
4804 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4805 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4806 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:143
|
4807 |
msgid "Icon Position"
|
4808 |
msgstr ""
|
4809 |
|
4810 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4811 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4812 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4813 |
msgid "Icon Background Color"
|
4814 |
msgstr ""
|
4815 |
|
4816 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4817 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
4818 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4819 |
msgid "Icon Background Hover Color"
|
4820 |
msgstr ""
|
4821 |
|
4822 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4823 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4824 |
msgid "Move Icon"
|
4825 |
msgstr ""
|
4826 |
|
4827 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4828 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4829 |
msgid "Horizontal Short"
|
4830 |
msgstr ""
|
4831 |
|
4832 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4833 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4834 |
msgid "Diagonal"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4838 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4839 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4840 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4841 |
msgid "Icon Divider"
|
4842 |
msgstr ""
|
4843 |
|
4844 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4845 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4846 |
msgid "Enable Icon Side Border"
|
4847 |
msgstr ""
|
4848 |
|
4849 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4850 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4851 |
msgid "Icon Side Border Color"
|
4852 |
msgstr ""
|
4853 |
|
4854 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4855 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4856 |
msgid "Icon Side Border Hover Color"
|
4857 |
msgstr ""
|
4858 |
|
4859 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4860 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4861 |
msgid "Icon Side Border Height"
|
4862 |
msgstr ""
|
4863 |
|
4864 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4865 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
4866 |
msgid "Icon Side Border Width"
|
4867 |
msgstr ""
|
4868 |
|
4869 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4870 |
msgid "Inner Border Start"
|
4871 |
msgstr ""
|
4872 |
|
|
|
4873 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:703
|
4874 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4875 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:737
|
4876 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:746
|
4877 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4878 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:781
|
4879 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4880 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:822
|
4881 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:831
|
4882 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4883 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4884 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:910
|
4885 |
msgid "Inner Border Style"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4889 |
msgid "Inner Border Color"
|
4890 |
msgstr ""
|
4891 |
|
4892 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4893 |
msgid "Inner Border Hover Color"
|
4894 |
msgstr ""
|
4895 |
|
4896 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4897 |
msgid "Change Color"
|
4898 |
msgstr ""
|
4899 |
|
4900 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4901 |
msgid "Draw From Center"
|
4902 |
msgstr ""
|
4903 |
|
4904 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4905 |
msgid "Draw From One Point"
|
4906 |
msgstr ""
|
4907 |
|
4908 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4909 |
msgid "Draw From Two Points"
|
4910 |
msgstr ""
|
4911 |
|
4912 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4913 |
msgid "Remove To Center"
|
4914 |
msgstr ""
|
4915 |
|
4916 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4917 |
msgid "Remove To One Point"
|
4918 |
msgstr ""
|
4919 |
|
4920 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4921 |
msgid "Remove To Two Points"
|
4922 |
msgstr ""
|
4923 |
|
4924 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4925 |
msgid "Move To Outer Edge"
|
4926 |
msgstr ""
|
4927 |
|
4928 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4929 |
msgid "Inner Border End"
|
4930 |
msgstr ""
|
4931 |
|
4932 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4933 |
msgid "Inner Border Divider"
|
4934 |
msgstr ""
|
4935 |
|
4936 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4937 |
msgid "Inner Border Offset"
|
4938 |
msgstr ""
|
4939 |
|
4940 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4941 |
msgid "Inner Border Width"
|
4942 |
msgstr ""
|
4943 |
|
|
|
4944 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:920
|
4945 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4946 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4947 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4948 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4949 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4950 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4951 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4952 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4953 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4954 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4955 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4956 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4957 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4958 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1142
|
4959 |
msgid "Underline Style"
|
4960 |
msgstr ""
|
4961 |
|
4962 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4963 |
msgid "Underline Color"
|
4964 |
msgstr ""
|
4965 |
|
4966 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4967 |
msgid "Underline Width"
|
4968 |
msgstr ""
|
4969 |
|
4970 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4971 |
msgid "Underline Hover Color"
|
4972 |
msgstr ""
|
4973 |
|
4974 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4975 |
msgid "Underline Hover Width"
|
4976 |
msgstr ""
|
4977 |
|
4978 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4979 |
msgid "Enable Hover Underline Draw"
|
4980 |
msgstr ""
|
4981 |
|
4982 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4983 |
msgid "Underline End"
|
4984 |
msgstr ""
|
4985 |
|
4986 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4987 |
msgid "Underline Offset"
|
4988 |
msgstr ""
|
4989 |
|
4990 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4991 |
msgid "Underline Thickness"
|
4992 |
msgstr ""
|
4993 |
|
4994 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4995 |
msgid "Underline Alignment"
|
4996 |
msgstr ""
|
4997 |
|
4998 |
-
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:
|
4999 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
5000 |
msgid "Custom Data Attributes"
|
5001 |
msgstr ""
|
5002 |
|
@@ -5049,68 +5042,68 @@ msgstr ""
|
|
5049 |
msgid "Creative"
|
5050 |
msgstr ""
|
5051 |
|
5052 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5053 |
msgid "Image Shuffle Style"
|
5054 |
msgstr ""
|
5055 |
|
5056 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5057 |
msgid "Shuffle Right"
|
5058 |
msgstr ""
|
5059 |
|
5060 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5061 |
msgid "Shuffle Left"
|
5062 |
msgstr ""
|
5063 |
|
5064 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5065 |
msgid "Shuffle Left and Right"
|
5066 |
msgstr ""
|
5067 |
|
5068 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5069 |
msgid "Image Items"
|
5070 |
msgstr ""
|
5071 |
|
5072 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5073 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:473
|
5074 |
msgid "Item Image"
|
5075 |
msgstr ""
|
5076 |
|
5077 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5078 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:138
|
5079 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:147
|
5080 |
msgid "Custom Image Width"
|
5081 |
msgstr ""
|
5082 |
|
5083 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5084 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:139
|
5085 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:148
|
5086 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
5087 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
5088 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:89
|
5089 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:190
|
5090 |
msgid "Enter image width in px"
|
5091 |
msgstr ""
|
5092 |
|
5093 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5094 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:155
|
5095 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:164
|
5096 |
msgid "Custom Image Height"
|
5097 |
msgstr ""
|
5098 |
|
5099 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5100 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:156
|
5101 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:165
|
5102 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
5103 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
5104 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:105
|
5105 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:204
|
5106 |
msgid "Enter image height in px"
|
5107 |
msgstr ""
|
5108 |
|
5109 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5110 |
msgid "Scale Step"
|
5111 |
msgstr ""
|
5112 |
|
5113 |
-
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:
|
5114 |
msgid "Offset Step"
|
5115 |
msgstr ""
|
5116 |
|
@@ -5209,7 +5202,7 @@ msgid "Chart Aspect Ratio"
|
|
5209 |
msgstr ""
|
5210 |
|
5211 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:205
|
5212 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5213 |
msgid "Hover Border Width"
|
5214 |
msgstr ""
|
5215 |
|
@@ -5218,16 +5211,16 @@ msgid "Text Alignment"
|
|
5218 |
msgstr ""
|
5219 |
|
5220 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:302
|
5221 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
5222 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
5223 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
5224 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:212
|
5225 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5226 |
msgid "Text Padding"
|
5227 |
msgstr ""
|
5228 |
|
5229 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:315
|
5230 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5231 |
msgid "Enable Chart Legend"
|
5232 |
msgstr ""
|
5233 |
|
@@ -5243,73 +5236,73 @@ msgstr ""
|
|
5243 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:401
|
5244 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:410
|
5245 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:420
|
5246 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5247 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5248 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5249 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5250 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5251 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5252 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5253 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5254 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5255 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5256 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5257 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5258 |
msgid "Legend Style"
|
5259 |
msgstr ""
|
5260 |
|
5261 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:324
|
5262 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5263 |
msgid "Legend Position"
|
5264 |
msgstr ""
|
5265 |
|
5266 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:338
|
5267 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5268 |
msgid "Legend Alignment"
|
5269 |
msgstr ""
|
5270 |
|
5271 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:341
|
5272 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5273 |
msgid "Start"
|
5274 |
msgstr ""
|
5275 |
|
5276 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:343
|
5277 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5278 |
msgid "End"
|
5279 |
msgstr ""
|
5280 |
|
5281 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:360
|
5282 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5283 |
msgid "Legend Bar Width"
|
5284 |
msgstr ""
|
5285 |
|
5286 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:368
|
5287 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5288 |
msgid "Legend Bar Height"
|
5289 |
msgstr ""
|
5290 |
|
5291 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:376
|
5292 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5293 |
msgid "Legend Bar Margin"
|
5294 |
msgstr ""
|
5295 |
|
5296 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:392
|
5297 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5298 |
msgid "Legend Label Color"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:400
|
5302 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5303 |
msgid "Legend Label Font"
|
5304 |
msgstr ""
|
5305 |
|
5306 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:409
|
5307 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5308 |
msgid "Legend Label Font Size"
|
5309 |
msgstr ""
|
5310 |
|
5311 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:418
|
5312 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
5313 |
msgid "Legend Label Font Weight"
|
5314 |
msgstr ""
|
5315 |
|
@@ -5319,49 +5312,49 @@ msgstr ""
|
|
5319 |
|
5320 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:175
|
5321 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:218
|
5322 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5323 |
msgid "Number of Columns"
|
5324 |
msgstr ""
|
5325 |
|
5326 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:185
|
5327 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:228
|
5328 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5329 |
msgid "Columns Responsive"
|
5330 |
msgstr ""
|
5331 |
|
5332 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:195
|
5333 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:238
|
5334 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5335 |
msgid "Number of Columns 1367px - 1440px"
|
5336 |
msgstr ""
|
5337 |
|
5338 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:213
|
5339 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:256
|
5340 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5341 |
msgid "Number of Columns 1025px - 1366px"
|
5342 |
msgstr ""
|
5343 |
|
5344 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:231
|
5345 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:274
|
5346 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5347 |
msgid "Number of Columns 769px - 1024px"
|
5348 |
msgstr ""
|
5349 |
|
5350 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:249
|
5351 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:292
|
5352 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5353 |
msgid "Number of Columns 681px - 768px"
|
5354 |
msgstr ""
|
5355 |
|
5356 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:267
|
5357 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:310
|
5358 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5359 |
msgid "Number of Columns 481px - 680px"
|
5360 |
msgstr ""
|
5361 |
|
5362 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:285
|
5363 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:328
|
5364 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5365 |
msgid "Number of Columns 0 - 480px"
|
5366 |
msgstr ""
|
5367 |
|
@@ -5500,55 +5493,55 @@ msgstr ""
|
|
5500 |
msgid "Posts per Page"
|
5501 |
msgstr ""
|
5502 |
|
5503 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
5504 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
5505 |
msgid "Order By"
|
5506 |
msgstr ""
|
5507 |
|
5508 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
5509 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
5510 |
msgid "Order"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:876
|
5514 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1255
|
5515 |
-
msgid "Post IDs"
|
5516 |
-
msgstr ""
|
5517 |
-
|
5518 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:877
|
5519 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:930
|
5520 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1256
|
5521 |
-
|
5522 |
-
msgid "Taxonomy Slug"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:878
|
|
|
5526 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1257
|
5527 |
-
|
|
|
5528 |
msgstr ""
|
5529 |
|
5530 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
5531 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
5532 |
-
msgid "
|
5533 |
msgstr ""
|
5534 |
|
5535 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:896
|
5536 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1275
|
|
|
|
|
|
|
|
|
|
|
5537 |
msgid "Separate post IDs with commas"
|
5538 |
msgstr ""
|
5539 |
|
5540 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
5541 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
5542 |
msgid "Taxonomy"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
5546 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
5547 |
msgid "Author Slug"
|
5548 |
msgstr ""
|
5549 |
|
5550 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:
|
5551 |
-
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:
|
5552 |
msgid "Item Layout"
|
5553 |
msgstr ""
|
5554 |
|
@@ -5572,7 +5565,7 @@ msgstr ""
|
|
5572 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:877
|
5573 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:420
|
5574 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:240
|
5575 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5576 |
msgid "Inside"
|
5577 |
msgstr ""
|
5578 |
|
@@ -5580,7 +5573,7 @@ msgstr ""
|
|
5580 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:878
|
5581 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:419
|
5582 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:241
|
5583 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5584 |
msgid "Outside"
|
5585 |
msgstr ""
|
5586 |
|
@@ -5641,12 +5634,12 @@ msgid "Navigation Margin Top"
|
|
5641 |
msgstr ""
|
5642 |
|
5643 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:601
|
5644 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5645 |
msgid "Navigation Arrow Previous"
|
5646 |
msgstr ""
|
5647 |
|
5648 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:619
|
5649 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5650 |
msgid "Navigation Arrow Next"
|
5651 |
msgstr ""
|
5652 |
|
@@ -5655,7 +5648,7 @@ msgid "Arrows Start"
|
|
5655 |
msgstr ""
|
5656 |
|
5657 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:665
|
5658 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5659 |
msgid "Navigation Arrow Color"
|
5660 |
msgstr ""
|
5661 |
|
@@ -5680,7 +5673,7 @@ msgid "Arrows End"
|
|
5680 |
msgstr ""
|
5681 |
|
5682 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:804
|
5683 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
5684 |
msgid "Navigation Arrow Size"
|
5685 |
msgstr ""
|
5686 |
|
@@ -5787,7 +5780,7 @@ msgid "Boxed Style"
|
|
5787 |
msgstr ""
|
5788 |
|
5789 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:275
|
5790 |
-
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:
|
5791 |
msgid "Images Margin Bottom"
|
5792 |
msgstr ""
|
5793 |
|
@@ -5808,8 +5801,8 @@ msgstr ""
|
|
5808 |
|
5809 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:322
|
5810 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:73
|
5811 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
5812 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
5813 |
msgid "Scale"
|
5814 |
msgstr ""
|
5815 |
|
@@ -5988,12 +5981,12 @@ msgid "Space Evenly"
|
|
5988 |
msgstr ""
|
5989 |
|
5990 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:253
|
5991 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
5992 |
msgid "Digit Color"
|
5993 |
msgstr ""
|
5994 |
|
5995 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:264
|
5996 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
5997 |
msgid "Digit Typography"
|
5998 |
msgstr ""
|
5999 |
|
@@ -6088,31 +6081,31 @@ msgstr ""
|
|
6088 |
msgid "Step Delay"
|
6089 |
msgstr ""
|
6090 |
|
6091 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
6092 |
msgid "Digit Label"
|
6093 |
msgstr ""
|
6094 |
|
6095 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
6096 |
msgid "Digit Background Color"
|
6097 |
msgstr ""
|
6098 |
|
6099 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
6100 |
msgid "Digit Background Size"
|
6101 |
msgstr ""
|
6102 |
|
6103 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
6104 |
msgid "Digit Background Radius"
|
6105 |
msgstr ""
|
6106 |
|
6107 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
6108 |
msgid "Digit Stroke Effect"
|
6109 |
msgstr ""
|
6110 |
|
6111 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
6112 |
msgid "Digit Stroke Color"
|
6113 |
msgstr ""
|
6114 |
|
6115 |
-
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:
|
6116 |
msgid "Digit Stroke Width"
|
6117 |
msgstr ""
|
6118 |
|
@@ -6196,7 +6189,7 @@ msgstr ""
|
|
6196 |
#: \inc\shortcodes\testimonials-list\variations\side-with-image\side-with-image.php:54
|
6197 |
#: \inc\shortcodes\testimonials-slider\variations\boxed\boxed.php:115
|
6198 |
#: \inc\shortcodes\testimonials-slider\variations\side-with-image\side-with-image.php:54
|
6199 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
6200 |
msgid "Image Border Radius"
|
6201 |
msgstr ""
|
6202 |
|
@@ -6328,149 +6321,149 @@ msgid "Shortcode that adds dual image with content element"
|
|
6328 |
msgstr ""
|
6329 |
|
6330 |
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:54
|
6331 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
6332 |
msgid "Positions of Decorated Words"
|
6333 |
msgstr ""
|
6334 |
|
6335 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6336 |
msgid "Enter the positions of the words which you would like to be decorated in title. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a decoration, you would enter \"1,3,4\")"
|
6337 |
msgstr ""
|
6338 |
|
6339 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6340 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
6341 |
msgid "Positions of Different Colored Words"
|
6342 |
msgstr ""
|
6343 |
|
6344 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6345 |
msgid "Enter the positions of the words which you would like to be in different color in title. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a different color, you would enter \"1,3,4\")"
|
6346 |
msgstr ""
|
6347 |
|
6348 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6349 |
msgid "Positions of Links"
|
6350 |
msgstr ""
|
6351 |
|
6352 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6353 |
msgid "Enter the position, or start and end position of the words which you would like to include in link. Separate the positions with commas (e.g. if you would like the first and second word to be a link, you would enter \"1,2\")"
|
6354 |
msgstr ""
|
6355 |
|
6356 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6357 |
msgid "Select Bottom Section Template"
|
6358 |
msgstr ""
|
6359 |
|
6360 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6361 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:72
|
6362 |
#: \inc\shortcodes\preview-slider\class-qiaddonsforelementor-preview-slider-shortcode.php:70
|
6363 |
msgid "Main Image"
|
6364 |
msgstr ""
|
6365 |
|
6366 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6367 |
msgid "Main Image Proportions"
|
6368 |
msgstr ""
|
6369 |
|
6370 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6371 |
msgid "Main Custom Image Width"
|
6372 |
msgstr ""
|
6373 |
|
6374 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6375 |
msgid "Main Custom Image Height"
|
6376 |
msgstr ""
|
6377 |
|
6378 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6379 |
msgid "Main Image Holder Height"
|
6380 |
msgstr ""
|
6381 |
|
6382 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6383 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6384 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6385 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6386 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6387 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6388 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6389 |
msgid "Enter image height in px."
|
6390 |
msgstr ""
|
6391 |
|
6392 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6393 |
msgid "Main Image Holder Height Responsive"
|
6394 |
msgstr ""
|
6395 |
|
6396 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6397 |
msgid "Custom "
|
6398 |
msgstr ""
|
6399 |
|
6400 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6401 |
msgid "Main Image Holder Height 1440"
|
6402 |
msgstr ""
|
6403 |
|
6404 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6405 |
msgid "Main Image Holder Height 1366"
|
6406 |
msgstr ""
|
6407 |
|
6408 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6409 |
msgid "Main Image Holder Height 1280"
|
6410 |
msgstr ""
|
6411 |
|
6412 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6413 |
msgid "Main Image Holder Height 1024"
|
6414 |
msgstr ""
|
6415 |
|
6416 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6417 |
msgid "Main Image Holder Height 768"
|
6418 |
msgstr ""
|
6419 |
|
6420 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6421 |
msgid "Main Image Holder Height 680"
|
6422 |
msgstr ""
|
6423 |
|
6424 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6425 |
msgid "Second Image"
|
6426 |
msgstr ""
|
6427 |
|
6428 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6429 |
msgid "Second Image Proportions"
|
6430 |
msgstr ""
|
6431 |
|
6432 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6433 |
msgid "Second Custom Image Width"
|
6434 |
msgstr ""
|
6435 |
|
6436 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6437 |
msgid "Second Custom Image Height"
|
6438 |
msgstr ""
|
6439 |
|
6440 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6441 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:72
|
6442 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:505
|
6443 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
6444 |
msgid "Enable Appear Animation"
|
6445 |
msgstr ""
|
6446 |
|
6447 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6448 |
msgid "Second Image Max Width"
|
6449 |
msgstr ""
|
6450 |
|
6451 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6452 |
msgid "Content Left from Image"
|
6453 |
msgstr ""
|
6454 |
|
6455 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6456 |
msgid "Content Right from Image"
|
6457 |
msgstr ""
|
6458 |
|
6459 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6460 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
6461 |
msgid "Title Different Color"
|
6462 |
msgstr ""
|
6463 |
|
6464 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6465 |
msgid "Decoration"
|
6466 |
msgstr ""
|
6467 |
|
6468 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6469 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
6470 |
msgid "Bold"
|
6471 |
msgstr ""
|
6472 |
|
6473 |
-
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:
|
6474 |
msgid "Link Underline Draw"
|
6475 |
msgstr ""
|
6476 |
|
@@ -6502,7 +6495,7 @@ msgid "Numbered Items"
|
|
6502 |
msgstr ""
|
6503 |
|
6504 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:180
|
6505 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
6506 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:232
|
6507 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:320
|
6508 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:328
|
@@ -6529,7 +6522,7 @@ msgid "Number Style"
|
|
6529 |
msgstr ""
|
6530 |
|
6531 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:215
|
6532 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
6533 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:221
|
6534 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:309
|
6535 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:317
|
@@ -6621,123 +6614,123 @@ msgstr ""
|
|
6621 |
msgid "Dataset Values"
|
6622 |
msgstr ""
|
6623 |
|
6624 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6625 |
msgid "Dataset Labels"
|
6626 |
msgstr ""
|
6627 |
|
6628 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6629 |
msgid "Example Label"
|
6630 |
msgstr ""
|
6631 |
|
6632 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6633 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:161
|
6634 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:211
|
6635 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
6636 |
msgid "Line Color"
|
6637 |
msgstr ""
|
6638 |
|
6639 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6640 |
msgid "Hover Line Color"
|
6641 |
msgstr ""
|
6642 |
|
6643 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6644 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6645 |
msgid "Only for bar graphs"
|
6646 |
msgstr ""
|
6647 |
|
6648 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6649 |
msgid "Filling Modes"
|
6650 |
msgstr ""
|
6651 |
|
6652 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6653 |
msgid "(origin, -1, -2, +1, +2 ...)"
|
6654 |
msgstr ""
|
6655 |
|
6656 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6657 |
msgid "Area Color"
|
6658 |
msgstr ""
|
6659 |
|
6660 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6661 |
msgid "Hover Area Color"
|
6662 |
msgstr ""
|
6663 |
|
6664 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6665 |
msgid "Enable Linear Mode"
|
6666 |
msgstr ""
|
6667 |
|
6668 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6669 |
msgid "Only for line graphs"
|
6670 |
msgstr ""
|
6671 |
|
6672 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6673 |
msgid "Data Labels"
|
6674 |
msgstr ""
|
6675 |
|
6676 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6677 |
msgid "1 month, 3 months, 6 months, 12 months, 24 months"
|
6678 |
msgstr ""
|
6679 |
|
6680 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6681 |
msgid "Separate labels with commas"
|
6682 |
msgstr ""
|
6683 |
|
6684 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6685 |
msgid "Graph Type"
|
6686 |
msgstr ""
|
6687 |
|
6688 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6689 |
msgid "Line"
|
6690 |
msgstr ""
|
6691 |
|
6692 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6693 |
msgid "Bar"
|
6694 |
msgstr ""
|
6695 |
|
6696 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6697 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6698 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6699 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6700 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6701 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6702 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6703 |
msgid "Graph Style"
|
6704 |
msgstr ""
|
6705 |
|
6706 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6707 |
msgid "Graph Alignment"
|
6708 |
msgstr ""
|
6709 |
|
6710 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6711 |
msgid "Graph Size"
|
6712 |
msgstr ""
|
6713 |
|
6714 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6715 |
msgid "Bar Size"
|
6716 |
msgstr ""
|
6717 |
|
6718 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6719 |
msgid "Category Size"
|
6720 |
msgstr ""
|
6721 |
|
6722 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6723 |
msgid "Minimum Data Value"
|
6724 |
msgstr ""
|
6725 |
|
6726 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6727 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6728 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6729 |
msgid "Tick Style"
|
6730 |
msgstr ""
|
6731 |
|
6732 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6733 |
msgid "Maximum Data Value"
|
6734 |
msgstr ""
|
6735 |
|
6736 |
-
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:
|
6737 |
msgid "Step Size"
|
6738 |
msgstr ""
|
6739 |
|
6740 |
-
#: \inc\shortcodes\helper.php:
|
6741 |
msgid "Select"
|
6742 |
msgstr ""
|
6743 |
|
@@ -6753,23 +6746,23 @@ msgstr ""
|
|
6753 |
msgid "Highlight Text Position"
|
6754 |
msgstr ""
|
6755 |
|
6756 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
6757 |
msgid "If you would like to wrap from third to fifth and from seventh to ninth words, you would enter \"3-5,7-9\" or if you want to highlight whole text enter -1"
|
6758 |
msgstr ""
|
6759 |
|
6760 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
6761 |
msgid "Highlight Text Color"
|
6762 |
msgstr ""
|
6763 |
|
6764 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
6765 |
msgid "Highlight Text Background Color"
|
6766 |
msgstr ""
|
6767 |
|
6768 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
6769 |
msgid "Highlight Top Offset"
|
6770 |
msgstr ""
|
6771 |
|
6772 |
-
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:
|
6773 |
msgid "Highlight Bottom Offset"
|
6774 |
msgstr ""
|
6775 |
|
@@ -6869,47 +6862,47 @@ msgstr ""
|
|
6869 |
msgid "Shortcode that adds icon with text element"
|
6870 |
msgstr ""
|
6871 |
|
6872 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6873 |
msgid "Icon Border Color"
|
6874 |
msgstr ""
|
6875 |
|
6876 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6877 |
msgid "Icon Stroke Color"
|
6878 |
msgstr ""
|
6879 |
|
6880 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6881 |
msgid "Icon Border Hover Color"
|
6882 |
msgstr ""
|
6883 |
|
6884 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6885 |
msgid "Icon Stroke Hover Color"
|
6886 |
msgstr ""
|
6887 |
|
6888 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6889 |
msgid "Icon Hover"
|
6890 |
msgstr ""
|
6891 |
|
6892 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6893 |
msgid "Move Horizontal"
|
6894 |
msgstr ""
|
6895 |
|
6896 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6897 |
msgid "Move Vertical"
|
6898 |
msgstr ""
|
6899 |
|
6900 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6901 |
msgid "Icon Box Size"
|
6902 |
msgstr ""
|
6903 |
|
6904 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6905 |
msgid "Icon Border Size"
|
6906 |
msgstr ""
|
6907 |
|
6908 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6909 |
msgid "Icon Border Radius"
|
6910 |
msgstr ""
|
6911 |
|
6912 |
-
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:
|
6913 |
msgid "Icon Stroke Width"
|
6914 |
msgstr ""
|
6915 |
|
@@ -7018,15 +7011,15 @@ msgstr ""
|
|
7018 |
msgid "See More Here"
|
7019 |
msgstr ""
|
7020 |
|
7021 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
7022 |
msgid "Subtext Typography"
|
7023 |
msgstr ""
|
7024 |
|
7025 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
7026 |
msgid "Subtext Color"
|
7027 |
msgstr ""
|
7028 |
|
7029 |
-
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:
|
7030 |
msgid "Subtext Hover Color"
|
7031 |
msgstr ""
|
7032 |
|
@@ -7038,7 +7031,7 @@ msgstr ""
|
|
7038 |
msgid "Shortcode that adds info box element"
|
7039 |
msgstr ""
|
7040 |
|
7041 |
-
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:
|
7042 |
msgid "Hover Color"
|
7043 |
msgstr ""
|
7044 |
|
@@ -7083,57 +7076,57 @@ msgstr ""
|
|
7083 |
msgid "Shortcode that adds interactive links"
|
7084 |
msgstr ""
|
7085 |
|
7086 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7087 |
msgid "Enable Full Height"
|
7088 |
msgstr ""
|
7089 |
|
7090 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7091 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:82
|
7092 |
msgid "Child elements"
|
7093 |
msgstr ""
|
7094 |
|
7095 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7096 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:85
|
7097 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:452
|
7098 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:53
|
7099 |
msgid "Item Title 1"
|
7100 |
msgstr ""
|
7101 |
|
7102 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7103 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:94
|
7104 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:458
|
7105 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:57
|
7106 |
msgid "Item Title 2"
|
7107 |
msgstr ""
|
7108 |
|
7109 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7110 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:163
|
7111 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:480
|
7112 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:80
|
7113 |
msgid "Item Title"
|
7114 |
msgstr ""
|
7115 |
|
7116 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7117 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:233
|
7118 |
msgid "Image Position"
|
7119 |
msgstr ""
|
7120 |
|
7121 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7122 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7123 |
msgid "This option affects only standard layout"
|
7124 |
msgstr ""
|
7125 |
|
7126 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7127 |
msgid "Image Offset From Center"
|
7128 |
msgstr ""
|
7129 |
|
7130 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7131 |
msgid "List Padding"
|
7132 |
msgstr ""
|
7133 |
|
7134 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7135 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7136 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7137 |
#: \inc\shortcodes\interactive-link-showcase\variations\background\helper.php:46
|
7138 |
#: \inc\shortcodes\interactive-link-showcase\variations\split\helper.php:44
|
7139 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:410
|
@@ -7150,29 +7143,29 @@ msgstr ""
|
|
7150 |
msgid "List Style"
|
7151 |
msgstr ""
|
7152 |
|
7153 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7154 |
msgid "List Width"
|
7155 |
msgstr ""
|
7156 |
|
7157 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7158 |
msgid "Title Hover Style"
|
7159 |
msgstr ""
|
7160 |
|
7161 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7162 |
msgid "Line Through"
|
7163 |
msgstr ""
|
7164 |
|
7165 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7166 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7167 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7168 |
msgid "Hover Style"
|
7169 |
msgstr ""
|
7170 |
|
7171 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7172 |
msgid "Hover Line Thickness"
|
7173 |
msgstr ""
|
7174 |
|
7175 |
-
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:
|
7176 |
msgid "Hover Line Offset"
|
7177 |
msgstr ""
|
7178 |
|
@@ -7221,15 +7214,15 @@ msgstr ""
|
|
7221 |
msgid "Number"
|
7222 |
msgstr ""
|
7223 |
|
7224 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
7225 |
msgid "Image Top Offset"
|
7226 |
msgstr ""
|
7227 |
|
7228 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
7229 |
msgid "Image Side Margin"
|
7230 |
msgstr ""
|
7231 |
|
7232 |
-
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:
|
7233 |
msgid "Item Space"
|
7234 |
msgstr ""
|
7235 |
|
@@ -7416,7 +7409,7 @@ msgstr ""
|
|
7416 |
|
7417 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:247
|
7418 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:390
|
7419 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
7420 |
msgid "Line Thickness"
|
7421 |
msgstr ""
|
7422 |
|
@@ -7501,7 +7494,7 @@ msgstr ""
|
|
7501 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:144
|
7502 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:288
|
7503 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:296
|
7504 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
7505 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:342
|
7506 |
msgid "Title Margin"
|
7507 |
msgstr ""
|
@@ -8007,35 +8000,35 @@ msgstr ""
|
|
8007 |
msgid "Positions of Line Break"
|
8008 |
msgstr ""
|
8009 |
|
8010 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
8011 |
msgid "Enter the positions of the words after which you would like to create a line break. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a line break, you would enter \"1,3,4\")"
|
8012 |
msgstr ""
|
8013 |
|
8014 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
8015 |
msgid "Disable Title Line Break"
|
8016 |
msgstr ""
|
8017 |
|
8018 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
8019 |
msgid "Enabling this option will disable title line breaks for screen size 1024 and lower"
|
8020 |
msgstr ""
|
8021 |
|
8022 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
8023 |
msgid "Enter the positions of the words which you would like to be decorated. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a decoration, you would enter \"1,3,4\")"
|
8024 |
msgstr ""
|
8025 |
|
8026 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
8027 |
msgid "Enter the positions of the words which you would like to be in different color. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a different color, you would enter \"1,3,4\")"
|
8028 |
msgstr ""
|
8029 |
|
8030 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
8031 |
msgid "Title Different Decoration"
|
8032 |
msgstr ""
|
8033 |
|
8034 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
8035 |
msgid "Subtitle Margin Top"
|
8036 |
msgstr ""
|
8037 |
|
8038 |
-
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:
|
8039 |
msgid "Subtitle Padding"
|
8040 |
msgstr ""
|
8041 |
|
@@ -8297,47 +8290,47 @@ msgstr ""
|
|
8297 |
msgid "Social"
|
8298 |
msgstr ""
|
8299 |
|
8300 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8301 |
msgid "Name Tag"
|
8302 |
msgstr ""
|
8303 |
|
8304 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8305 |
msgid "Name Color"
|
8306 |
msgstr ""
|
8307 |
|
8308 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8309 |
msgid "Name Typography"
|
8310 |
msgstr ""
|
8311 |
|
8312 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8313 |
msgid "Role Color"
|
8314 |
msgstr ""
|
8315 |
|
8316 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8317 |
msgid "Role Typography"
|
8318 |
msgstr ""
|
8319 |
|
8320 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8321 |
msgid "Icons Color"
|
8322 |
msgstr ""
|
8323 |
|
8324 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8325 |
msgid "Icons Hover Color"
|
8326 |
msgstr ""
|
8327 |
|
8328 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8329 |
msgid "Zoom"
|
8330 |
msgstr ""
|
8331 |
|
8332 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8333 |
msgid "Role Margin Bottom"
|
8334 |
msgstr ""
|
8335 |
|
8336 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8337 |
msgid "Name Margin Bottom"
|
8338 |
msgstr ""
|
8339 |
|
8340 |
-
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:
|
8341 |
msgid "Space Between Icons"
|
8342 |
msgstr ""
|
8343 |
|
@@ -8629,80 +8622,80 @@ msgstr ""
|
|
8629 |
msgid "Point Icon"
|
8630 |
msgstr ""
|
8631 |
|
8632 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8633 |
msgid "Top/bottom and left/right padding will change sides for vertical separated type on every other item"
|
8634 |
msgstr ""
|
8635 |
|
8636 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8637 |
msgid "Date Margin Bottom"
|
8638 |
msgstr ""
|
8639 |
|
8640 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8641 |
msgid "Left/right padding will change sides for vertical separated type on every other item"
|
8642 |
msgstr ""
|
8643 |
|
8644 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8645 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8646 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8647 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8648 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8649 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8650 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8651 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8652 |
msgid "Columns"
|
8653 |
msgstr ""
|
8654 |
|
8655 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8656 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8657 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8658 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8659 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8660 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8661 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8662 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8663 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8664 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8665 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8666 |
msgid "Line & Point Style"
|
8667 |
msgstr ""
|
8668 |
|
8669 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8670 |
msgid "Point Type"
|
8671 |
msgstr ""
|
8672 |
|
8673 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8674 |
msgid "Diamond"
|
8675 |
msgstr ""
|
8676 |
|
8677 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8678 |
msgid "Point Position"
|
8679 |
msgstr ""
|
8680 |
|
8681 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8682 |
msgid "Diamond Lines Size"
|
8683 |
msgstr ""
|
8684 |
|
8685 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8686 |
msgid "Point Size"
|
8687 |
msgstr ""
|
8688 |
|
8689 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8690 |
msgid "Point Color"
|
8691 |
msgstr ""
|
8692 |
|
8693 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8694 |
msgid "Point Border Radius"
|
8695 |
msgstr ""
|
8696 |
|
8697 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8698 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8699 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8700 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8701 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8702 |
msgid "Navigation Style"
|
8703 |
msgstr ""
|
8704 |
|
8705 |
-
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:
|
8706 |
msgid "Navigation Arrow Offset"
|
8707 |
msgstr ""
|
8708 |
|
@@ -8745,7 +8738,7 @@ msgid "Left/right margins will be mirrored for items on the right"
|
|
8745 |
msgstr ""
|
8746 |
|
8747 |
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:26
|
8748 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
8749 |
msgid "Typeout Text"
|
8750 |
msgstr ""
|
8751 |
|
@@ -8757,22 +8750,22 @@ msgstr ""
|
|
8757 |
msgid "Cursor Character"
|
8758 |
msgstr ""
|
8759 |
|
8760 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
8761 |
msgid "Typeout Items"
|
8762 |
msgstr ""
|
8763 |
|
8764 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
8765 |
msgid "Example"
|
8766 |
msgstr ""
|
8767 |
|
8768 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
8769 |
msgid "Typing"
|
8770 |
msgstr ""
|
8771 |
|
8772 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
8773 |
msgid "Again"
|
8774 |
msgstr ""
|
8775 |
|
8776 |
-
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:
|
8777 |
msgid "Typeout Color"
|
8778 |
msgstr ""
|
2 |
# This file is distributed under the same license as the Qi Addons For Elementor plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Qi Addons For Elementor 1.1.0\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/qi-addons-for-elementor\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-04-20T15:45:08+02:00\n"
|
13 |
+
"PO-Revision-Date: 2021-04-20T15:45:08+02:00\n"
|
14 |
"X-Generator: WP-CLI 2.0.1\n"
|
15 |
"X-Domain: qi-addons-for-elementor\n"
|
16 |
|
112 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:84
|
113 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:340
|
114 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:399
|
115 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:169
|
116 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:194
|
117 |
+
#: \inc\shortcodes\helper.php:103
|
118 |
#: \inc\shortcodes\parallax-images\variations\default\helper.php:12
|
119 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:67
|
120 |
#: \inc\shortcodes\text-marquee\variations\default\helper.php:12
|
217 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:369
|
218 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:152
|
219 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:428
|
220 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:370
|
221 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:95
|
222 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:147
|
223 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:383
|
224 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:702
|
225 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:919
|
226 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:362
|
227 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:656
|
228 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:946
|
229 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:207
|
230 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:468
|
231 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:761
|
232 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:241
|
233 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:76
|
234 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:137
|
235 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:370
|
236 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:143
|
237 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:111
|
238 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:126
|
239 |
msgid "Normal"
|
240 |
msgstr ""
|
241 |
|
242 |
#: \helpers\helper.php:399
|
243 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:461
|
244 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:191
|
245 |
msgid "Italic"
|
246 |
msgstr ""
|
247 |
|
264 |
#: \helpers\helper.php:405
|
265 |
#: \helpers\helper.php:413
|
266 |
#: \helpers\helper.php:524
|
267 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:310
|
268 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:309
|
269 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:177
|
270 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:362
|
271 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:362
|
272 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:109
|
273 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:427
|
274 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:283
|
275 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:252
|
276 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:495
|
277 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:521
|
278 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:319
|
279 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:70
|
280 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:83
|
281 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:414
|
282 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:73
|
283 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:88
|
284 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:74
|
285 |
#: \inc\shortcodes\image-slider\class-qiaddonsforelementor-image-slider-shortcode.php:95
|
286 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:478
|
287 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:407
|
288 |
#: \inc\shortcodes\separator\variations\border-image\helper.php:98
|
289 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:256
|
290 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:240
|
291 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:256
|
292 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:246
|
293 |
msgid "None"
|
294 |
msgstr ""
|
295 |
|
306 |
msgstr ""
|
307 |
|
308 |
#: \helpers\helper.php:414
|
309 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:460
|
310 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:275
|
311 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:190
|
312 |
msgid "Underline"
|
313 |
msgstr ""
|
314 |
|
410 |
#: \helpers\helper.php:448
|
411 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:512
|
412 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:43
|
413 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:186
|
414 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:68
|
415 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:66
|
416 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:126
|
417 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:137
|
418 |
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:46
|
419 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:845
|
420 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:57
|
421 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:91
|
422 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:75
|
423 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:127
|
424 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:100
|
425 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:162
|
426 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:43
|
427 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:479
|
463 |
|
464 |
#: \helpers\helper.php:459
|
465 |
#: \helpers\helper.php:464
|
466 |
+
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:702
|
467 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:74
|
468 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:58
|
469 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:96
|
474 |
|
475 |
#: \helpers\helper.php:460
|
476 |
#: \helpers\helper.php:463
|
477 |
+
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:701
|
478 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:69
|
479 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:876
|
480 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1255
|
481 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:59
|
482 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:73
|
483 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:57
|
540 |
msgstr ""
|
541 |
|
542 |
#: \helpers\helper.php:492
|
543 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:325
|
544 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:324
|
545 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:192
|
546 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:377
|
547 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:377
|
548 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:164
|
549 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:442
|
550 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:114
|
551 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:348
|
552 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1121
|
553 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:327
|
554 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:514
|
555 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:181
|
556 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:88
|
557 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:103
|
558 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:89
|
559 |
#: \inc\shortcodes\image-slider\class-qiaddonsforelementor-image-slider-shortcode.php:113
|
560 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:335
|
561 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:120
|
562 |
#: \inc\shortcodes\interactive-link-showcase\variations\background\helper.php:29
|
563 |
#: \inc\shortcodes\interactive-link-showcase\variations\split\helper.php:29
|
564 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:69
|
570 |
#: \helpers\helper.php:496
|
571 |
#: \helpers\helper.php:510
|
572 |
#: \helpers\helper.php:520
|
573 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:322
|
574 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:321
|
575 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:189
|
576 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-on-image\info-on-image.php:36
|
577 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:374
|
578 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-on-image\info-on-image.php:54
|
579 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:374
|
580 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:165
|
581 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:439
|
582 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:115
|
583 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1123
|
584 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:342
|
585 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:218
|
586 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:196
|
587 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:85
|
588 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:100
|
589 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:86
|
596 |
msgstr ""
|
597 |
|
598 |
#: \helpers\helper.php:500
|
599 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:326
|
600 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:325
|
601 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:193
|
602 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:378
|
603 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:378
|
604 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:166
|
605 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:443
|
606 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:116
|
607 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:349
|
608 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1122
|
609 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:329
|
610 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:515
|
611 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:183
|
612 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:89
|
613 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:104
|
614 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:90
|
615 |
#: \inc\shortcodes\image-slider\class-qiaddonsforelementor-image-slider-shortcode.php:114
|
616 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:336
|
617 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:121
|
618 |
#: \inc\shortcodes\interactive-link-showcase\variations\background\helper.php:31
|
619 |
#: \inc\shortcodes\interactive-link-showcase\variations\split\helper.php:30
|
620 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:70
|
891 |
msgid "Crop to exact dimensions (normally are proportional) "
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:49
|
895 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:518
|
896 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:188
|
897 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:240
|
898 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:281
|
899 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:851
|
900 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:93
|
901 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:156
|
902 |
#: \inc\shortcodes\icon-with-text\variations\top\helper.php:49
|
903 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:129
|
904 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:168
|
905 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:230
|
906 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:395
|
907 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:409
|
908 |
msgid "Content"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:228
|
912 |
msgid "Item"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:408
|
916 |
msgid "QI Addons"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:689
|
920 |
msgid "Developer Tools"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: \inc\admin\inc\shortcodes\translators\elementor\class-qiaddonsforelementor-framework-elementor-translator.php:697
|
924 |
msgid "Show Shortcode Snippet"
|
925 |
msgstr ""
|
926 |
|
1014 |
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:67
|
1015 |
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:67
|
1016 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:243
|
1017 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:221
|
1018 |
msgid "Title Hover Underline"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:69
|
1022 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:117
|
1023 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:141
|
1024 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:242
|
1025 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:253
|
1026 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:264
|
1027 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:286
|
1028 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:305
|
1029 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:320
|
1030 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:344
|
1031 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:356
|
1032 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:160
|
1033 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:178
|
1034 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:194
|
1035 |
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:69
|
1036 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:132
|
1037 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:154
|
1038 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:241
|
1039 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:252
|
1040 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:263
|
1041 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:285
|
1042 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:304
|
1043 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:319
|
1044 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:343
|
1045 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:355
|
1046 |
#: \inc\blog\shortcodes\blog-slider\variations\standard\standard.php:160
|
1047 |
#: \inc\blog\shortcodes\blog-slider\variations\standard\standard.php:178
|
1048 |
#: \inc\blog\shortcodes\blog-slider\variations\standard\standard.php:194
|
1102 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:78
|
1103 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:87
|
1104 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:100
|
1105 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:179
|
1106 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:198
|
1107 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:206
|
1108 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:218
|
1109 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:250
|
1110 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:262
|
1111 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:272
|
1112 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:291
|
1113 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:299
|
1114 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:311
|
1115 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:128
|
1116 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:148
|
1117 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:171
|
1118 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:183
|
1119 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:193
|
1120 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:205
|
1121 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:91
|
1122 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:109
|
1123 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:118
|
1124 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:130
|
1125 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:139
|
1126 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:148
|
1127 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:156
|
1128 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:167
|
1129 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:178
|
1130 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:190
|
1131 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:198
|
1132 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:206
|
1133 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:217
|
1134 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:239
|
1135 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:250
|
1136 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:271
|
1137 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:279
|
1138 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:287
|
1139 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:299
|
1140 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:312
|
1141 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:327
|
|
|
1142 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:107
|
1143 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:118
|
1144 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:127
|
1148 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:163
|
1149 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:173
|
1150 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:182
|
1151 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:137
|
1152 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:169
|
1153 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1062
|
1154 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1077
|
1155 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1092
|
1156 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1441
|
1157 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1456
|
1158 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1471
|
1159 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:203
|
1160 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:213
|
1161 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:225
|
1167 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:295
|
1168 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:309
|
1169 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:91
|
1170 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:191
|
1171 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:203
|
1172 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:213
|
1173 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:224
|
1174 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:238
|
1175 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:224
|
1176 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:238
|
1177 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:246
|
1181 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:282
|
1182 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:293
|
1183 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:302
|
1184 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:159
|
1185 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:167
|
1186 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:176
|
1187 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:187
|
1188 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:195
|
1189 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:206
|
1190 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:219
|
1191 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:232
|
1192 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:240
|
1193 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:249
|
1194 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:260
|
1195 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:276
|
1196 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:295
|
1197 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:305
|
1198 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:316
|
1199 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:325
|
1200 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:333
|
1201 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:344
|
1202 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:353
|
1203 |
#: \inc\shortcodes\device-slider\class-qiaddonsforelementor-device-slider-shortcode.php:123
|
1204 |
#: \inc\shortcodes\device-slider\class-qiaddonsforelementor-device-slider-shortcode.php:136
|
1205 |
#: \inc\shortcodes\device-slider\class-qiaddonsforelementor-device-slider-shortcode.php:149
|
1219 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:207
|
1220 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:216
|
1221 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:227
|
1222 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:364
|
1223 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:378
|
1224 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:390
|
1225 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:401
|
1226 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:409
|
1227 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:419
|
1228 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:430
|
1229 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:439
|
1230 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:451
|
1231 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:465
|
1232 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:475
|
1233 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:483
|
1234 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:494
|
1235 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:503
|
1236 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:511
|
1237 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:113
|
1238 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:629
|
1239 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:641
|
1251 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:801
|
1252 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:813
|
1253 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:822
|
1254 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:67
|
1255 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:77
|
1256 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:88
|
1257 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:97
|
1258 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:105
|
1259 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:116
|
1260 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:125
|
1261 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:134
|
1262 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:143
|
1263 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:88
|
1264 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:99
|
1265 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:111
|
1272 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:183
|
1273 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:217
|
1274 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:230
|
1275 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:103
|
1276 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:111
|
1277 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:122
|
1278 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:133
|
1279 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:164
|
1280 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:175
|
1281 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:111
|
1282 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:120
|
1283 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:129
|
1284 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:138
|
1285 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:146
|
1286 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:157
|
1287 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:168
|
1288 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:179
|
1289 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:190
|
1290 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:198
|
1291 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:206
|
1292 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:217
|
1293 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:236
|
1294 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:248
|
1295 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:259
|
1296 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:267
|
1297 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:275
|
1298 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:287
|
1299 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:300
|
1300 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:315
|
1301 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:119
|
1302 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:127
|
1303 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:135
|
1304 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:144
|
1305 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:155
|
1306 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:164
|
1307 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:173
|
1308 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:182
|
1309 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:194
|
1310 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:203
|
1311 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:212
|
1312 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:222
|
1313 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:230
|
1314 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:241
|
1315 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:252
|
1316 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:261
|
1317 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:271
|
1318 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:279
|
1319 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:290
|
1320 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:299
|
1321 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:307
|
1322 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:318
|
1323 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:120
|
1324 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:139
|
1325 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:147
|
1326 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:159
|
1327 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:178
|
1328 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:190
|
1329 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:200
|
1330 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:248
|
1331 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:256
|
1332 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:285
|
1333 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:66
|
1334 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:200
|
1335 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:213
|
1336 |
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:223
|
1337 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:235
|
1338 |
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:245
|
1339 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:265
|
1340 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:188
|
1341 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:201
|
1342 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:215
|
1343 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:226
|
1344 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:238
|
1345 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:250
|
1346 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:260
|
1347 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:272
|
1348 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:282
|
1349 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:294
|
1350 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:304
|
|
|
1351 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:80
|
1352 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:91
|
1353 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:100
|
1392 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:335
|
1393 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:349
|
1394 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:359
|
1395 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:130
|
1396 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:138
|
1397 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:148
|
1398 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:159
|
1399 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:169
|
1400 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:181
|
1401 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:195
|
1402 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:203
|
1403 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:213
|
1404 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:224
|
1405 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:234
|
1406 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:242
|
1407 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:253
|
1408 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:262
|
1409 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:90
|
1410 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:110
|
1411 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:129
|
1469 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:305
|
1470 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:316
|
1471 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:325
|
1472 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:147
|
1473 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:159
|
1474 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:169
|
1475 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:181
|
1476 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:191
|
1477 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:203
|
1478 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:215
|
1479 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:235
|
1480 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:244
|
1481 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:52
|
1482 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:60
|
1483 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:215
|
1508 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:127
|
1509 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:143
|
1510 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:168
|
1511 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:170
|
1512 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:182
|
1513 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:194
|
1514 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:204
|
1515 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:248
|
1516 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:258
|
1517 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:284
|
1518 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:294
|
1519 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:103
|
1520 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:111
|
1521 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:121
|
1522 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:132
|
1523 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:142
|
1524 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:153
|
1525 |
msgid "Style"
|
1526 |
msgstr ""
|
1527 |
|
1531 |
msgstr ""
|
1532 |
|
1533 |
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:78
|
1534 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:96
|
1535 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:164
|
1536 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:181
|
1537 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:190
|
1538 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:199
|
1539 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:208
|
1540 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:217
|
1541 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:234
|
1542 |
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:86
|
1543 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:95
|
1544 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:163
|
1545 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:180
|
1546 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:189
|
1547 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:198
|
1548 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:207
|
1549 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:216
|
1550 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:233
|
1551 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:82
|
1552 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:92
|
1553 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:82
|
1558 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:50
|
1559 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:50
|
1560 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:53
|
1561 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1039
|
1562 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1051
|
1563 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1418
|
1564 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1430
|
1565 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:43
|
1566 |
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:45
|
1567 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:55
|
1599 |
msgid "Excerpt Length"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:116
|
1603 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:115
|
1604 |
msgid "Excerpt Color"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:140
|
1608 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:139
|
1609 |
msgid "Excerpt Typography"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:162
|
1613 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:161
|
1614 |
msgid "Center Content"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:171
|
1618 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:170
|
1619 |
msgid "Show Media"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:188
|
1623 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:187
|
1624 |
msgid "Show Info Icons"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:197
|
1628 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:196
|
1629 |
msgid "Show Date"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:206
|
1633 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:205
|
1634 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:80
|
1635 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:80
|
1636 |
msgid "Show Category"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:215
|
1640 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:214
|
1641 |
msgid "Show Author"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:224
|
1645 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:223
|
1646 |
msgid "Show Button"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:241
|
1650 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:240
|
1651 |
msgid "Info Color"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:252
|
1655 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:251
|
1656 |
msgid "Info Hover Color"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:263
|
1660 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:262
|
1661 |
msgid "Info Typography"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:272
|
1665 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:271
|
1666 |
msgid "Post Info Margin Bottom"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:273
|
1670 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:368
|
1671 |
#: \inc\blog\shortcodes\blog-list\variations\boxed\boxed.php:105
|
1672 |
#: \inc\blog\shortcodes\blog-list\variations\boxed\boxed.php:143
|
1673 |
#: \inc\blog\shortcodes\blog-list\variations\date-boxed\date-boxed.php:105
|
1677 |
#: \inc\blog\shortcodes\blog-list\variations\side-image\side-image.php:128
|
1678 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:122
|
1679 |
#: \inc\blog\shortcodes\blog-list\variations\standard\standard.php:142
|
1680 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:272
|
1681 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:366
|
1682 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:105
|
1683 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:143
|
1684 |
#: \inc\blog\shortcodes\blog-slider\variations\date-boxed\date-boxed.php:105
|
1690 |
msgid "Layout Spacing"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:285
|
1694 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:284
|
1695 |
msgid "Info Icons Color"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:304
|
1699 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:303
|
1700 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:67
|
1701 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:82
|
1702 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:68
|
1703 |
#: \inc\shortcodes\image-slider\class-qiaddonsforelementor-image-slider-shortcode.php:92
|
1704 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:243
|
1705 |
msgid "Image Hover"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:307
|
1709 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:306
|
1710 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:174
|
1711 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:359
|
1712 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:359
|
1713 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:424
|
1714 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:70
|
1715 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:85
|
1716 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:71
|
1718 |
msgid "Zoom In"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:308
|
1722 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:307
|
1723 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:175
|
1724 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:360
|
1725 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:360
|
1726 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:425
|
1727 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:71
|
1728 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:86
|
1729 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:72
|
1731 |
msgid "Zoom Out"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:309
|
1735 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:308
|
1736 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:176
|
1737 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:361
|
1738 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:361
|
1739 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:426
|
1740 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:72
|
1741 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:87
|
1742 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:73
|
1744 |
msgid "Move"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:319
|
1748 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:318
|
1749 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:82
|
1750 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:97
|
1751 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:83
|
1753 |
msgid "Image Hover Zoom Origin"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:323
|
1757 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:322
|
1758 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:190
|
1759 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:125
|
1760 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:375
|
1761 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:375
|
1762 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:150
|
1763 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:440
|
1764 |
#: \inc\shortcodes\blockquote\variations\top\helper.php:12
|
1765 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:326
|
1766 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:180
|
1767 |
#: \inc\shortcodes\icon-with-text\variations\top\helper.php:12
|
1768 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:86
|
1769 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:101
|
1776 |
msgid "Top"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:324
|
1780 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:323
|
1781 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:191
|
1782 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:127
|
1783 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:376
|
1784 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:376
|
1785 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:152
|
1786 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:441
|
1787 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:328
|
1788 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:182
|
1789 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:87
|
1790 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:102
|
1791 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:88
|
1797 |
msgid "Bottom"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:343
|
1801 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:342
|
1802 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:129
|
1803 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:314
|
1804 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:314
|
1805 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:379
|
1806 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:106
|
1807 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:121
|
1808 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:107
|
1810 |
msgid "Overlay Color"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:355
|
1814 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:354
|
1815 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:159
|
1816 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:344
|
1817 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:344
|
1818 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:409
|
1819 |
#: \inc\shortcodes\image-gallery\class-qiaddonsforelementor-image-gallery-shortcode.php:118
|
1820 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:133
|
1821 |
#: \inc\shortcodes\image-gallery-pinterest\class-qiaddonsforelementor-image-gallery-pinterest-shortcode.php:119
|
1823 |
msgid "Overlay Hover Color"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:367
|
1827 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:365
|
1828 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:529
|
1829 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:289
|
1830 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:518
|
1831 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:418
|
1832 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:374
|
1833 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:245
|
1834 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:236
|
1835 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:212
|
1836 |
msgid "Title Margin Bottom"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:380
|
1840 |
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:378
|
1841 |
+
msgid "Read More Text"
|
1842 |
+
msgstr ""
|
1843 |
+
|
1844 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:381
|
1845 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:379
|
1846 |
+
msgid "If nothing is entered, 'Read More' text will be used"
|
1847 |
+
msgstr ""
|
1848 |
+
|
1849 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:383
|
1850 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:391
|
1851 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:381
|
1852 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:389
|
1853 |
msgid "Read More Button"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: \inc\blog\shortcodes\blog-list\class-qiaddonsforelementor-blog-list-shortcode.php:468
|
1857 |
+
#: \inc\blog\shortcodes\blog-slider\class-qiaddonsforelementor-blog-slider-shortcode.php:461
|
1858 |
msgid "Read More"
|
1859 |
msgstr ""
|
1860 |
|
1873 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:91
|
1874 |
#: \inc\blog\shortcodes\blog-slider\variations\date-boxed\date-boxed.php:111
|
1875 |
#: \inc\blog\shortcodes\blog-slider\variations\standard\standard.php:128
|
1876 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:531
|
1877 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:431
|
1878 |
#: \inc\shortcodes\interactive-banner\variations\from-bottom\helper.php:26
|
1879 |
#: \inc\shortcodes\interactive-banner\variations\revealing\helper.php:26
|
1880 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:66
|
1881 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:302
|
1882 |
msgid "Text Margin Bottom"
|
1883 |
msgstr ""
|
1884 |
|
1886 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:111
|
1887 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:311
|
1888 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:27
|
1889 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:397
|
1890 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:637
|
1891 |
#: \inc\shortcodes\team-member\variations\info-from-bottom\info-from-bottom.php:33
|
1892 |
#: \inc\shortcodes\team-member\variations\info-on-hover\info-on-hover.php:33
|
1901 |
#: \inc\blog\shortcodes\blog-list\variations\minimal\minimal.php:116
|
1902 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:123
|
1903 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:159
|
1904 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:109
|
1905 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:123
|
1906 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:132
|
1907 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:141
|
1908 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:155
|
1909 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:169
|
|
|
1910 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:39
|
1911 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:59
|
1912 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:79
|
1913 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:105
|
1914 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:130
|
1915 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:110
|
1916 |
#: \inc\shortcodes\interactive-banner\variations\image-switch\helper.php:38
|
1917 |
#: \inc\shortcodes\interactive-banner\variations\image-switch\helper.php:58
|
1918 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:203
|
1936 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:154
|
1937 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:174
|
1938 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:193
|
1939 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:159
|
1940 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:365
|
1941 |
#: \inc\shortcodes\timeline\variations\vertical-separated\vertical-separated.php:81
|
1942 |
#: \inc\shortcodes\timeline\variations\vertical-side\vertical-side.php:73
|
1943 |
#: \inc\shortcodes\timeline\variations\vertical-side\vertical-side.php:99
|
1956 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:335
|
1957 |
#: \inc\shortcodes\banner\variations\in-box\helper.php:65
|
1958 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:303
|
1959 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:544
|
1960 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:669
|
1961 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:329
|
1962 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:345
|
1976 |
#: \inc\blog\shortcodes\blog-list\variations\info-on-image\info-on-image.php:110
|
1977 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:165
|
1978 |
#: \inc\blog\shortcodes\blog-slider\variations\date-boxed\date-boxed.php:131
|
1979 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:244
|
1980 |
msgid "Date Color"
|
1981 |
msgstr ""
|
1982 |
|
2023 |
#: \inc\blog\shortcodes\blog-list\variations\info-on-image\info-on-image.php:146
|
2024 |
#: \inc\blog\shortcodes\blog-slider\variations\boxed\boxed.php:201
|
2025 |
#: \inc\blog\shortcodes\blog-slider\variations\date-boxed\date-boxed.php:167
|
2026 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:256
|
2027 |
msgid "Date Typography"
|
2028 |
msgstr ""
|
2029 |
|
2105 |
#: \inc\shortcodes\pricing-table\variations\standard\helper.php:13
|
2106 |
#: \inc\shortcodes\separator\variations\standard\helper.php:12
|
2107 |
#: \inc\shortcodes\testimonials-slider\variations\standard\standard.php:12
|
2108 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:604
|
2109 |
msgid "Standard"
|
2110 |
msgstr ""
|
2111 |
|
2231 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:74
|
2232 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:361
|
2233 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:143
|
2234 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:138
|
2235 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:374
|
2236 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:910
|
2237 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:937
|
2238 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:82
|
2239 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:198
|
2240 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:459
|
2241 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:128
|
2242 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:361
|
2243 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:102
|
2244 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:117
|
2245 |
msgid "Tabs Start"
|
2309 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:410
|
2310 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:207
|
2311 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:449
|
2312 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:391
|
2313 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:189
|
2314 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:428
|
2315 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:736
|
2316 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:967
|
2317 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:411
|
2318 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:707
|
2319 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1013
|
2320 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:255
|
2321 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:523
|
2322 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:782
|
2323 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:322
|
2324 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:189
|
2325 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:412
|
2326 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:163
|
2327 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:148
|
2328 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:164
|
2329 |
msgid "Normal End"
|
2376 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:237
|
2377 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:467
|
2378 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:281
|
2379 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:278
|
2380 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:538
|
2381 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1073
|
2382 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:205
|
2383 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:331
|
2384 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:616
|
2385 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:266
|
2386 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:495
|
2387 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:259
|
2388 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:275
|
2389 |
msgid "Tabs End"
|
2401 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:724
|
2402 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:290
|
2403 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:396
|
2404 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:205
|
2405 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:243
|
2406 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:271
|
2407 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:376
|
2408 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:414
|
2409 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:487
|
2410 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:508
|
2411 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:286
|
2412 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1062
|
2413 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:134
|
2414 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:162
|
2415 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:86
|
2423 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:245
|
2424 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:273
|
2425 |
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:62
|
2426 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:107
|
2427 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:130
|
2428 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:166
|
2429 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:194
|
2430 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:239
|
2431 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:294
|
2432 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:332
|
2433 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:116
|
2434 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:171
|
2435 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:206
|
2436 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:408
|
2437 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:482
|
2438 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:510
|
2439 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:721
|
2440 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:87
|
2441 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:104
|
2442 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:206
|
2443 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:238
|
2444 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:104
|
2445 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:129
|
2446 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:160
|
2447 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:317
|
2448 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:374
|
2449 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:225
|
2450 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:443
|
2451 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:274
|
2452 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:126
|
2453 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:211
|
2454 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:260
|
2455 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:298
|
2456 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:397
|
2457 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:457
|
2458 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:107
|
2459 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:135
|
2460 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:180
|
2473 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:194
|
2474 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:242
|
2475 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:309
|
2476 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:137
|
2477 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:202
|
2478 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:241
|
2479 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:308
|
2480 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:342
|
2481 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:33
|
2482 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:119
|
2483 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:158
|
2484 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:268
|
2485 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:284
|
2486 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:110
|
2487 |
msgid "Divider"
|
2488 |
msgstr ""
|
2489 |
|
2692 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:562
|
2693 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:575
|
2694 |
#: \inc\plugins\wp-forms\shortcodes\wp-forms\class-qiaddonsforelementor-wp-forms-shortcode.php:588
|
2695 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:231
|
2696 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:324
|
2697 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:354
|
2698 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:213
|
2699 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:221
|
2700 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:234
|
2701 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:467
|
2702 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:480
|
2703 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:488
|
2704 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:501
|
2705 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:509
|
2706 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:522
|
2707 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:535
|
2708 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:548
|
2709 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:195
|
2710 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:203
|
2711 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:216
|
2712 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:234
|
2713 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:290
|
2714 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:308
|
2715 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:361
|
2716 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:374
|
2717 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:392
|
2718 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:240
|
2719 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:253
|
2720 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:524
|
2721 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:537
|
2722 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:550
|
2723 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:196
|
2724 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:209
|
2725 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:142
|
2726 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:184
|
2727 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:547
|
2728 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:560
|
2729 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:390
|
2730 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:398
|
2731 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:406
|
2732 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:419
|
2733 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:432
|
2734 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:450
|
2735 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:458
|
2736 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:466
|
2737 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:213
|
2738 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:307
|
2739 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:337
|
2740 |
#: \inc\shortcodes\interactive-banner\variations\from-bottom\helper.php:40
|
2741 |
#: \inc\shortcodes\interactive-banner\variations\image-switch\helper.php:78
|
2742 |
#: \inc\shortcodes\interactive-banner\variations\revealing\helper.php:40
|
2743 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:335
|
2744 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:354
|
2745 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:367
|
2746 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:380
|
2747 |
#: \inc\shortcodes\item-showcase\variations\side-icon\helper.php:42
|
2748 |
#: \inc\shortcodes\item-showcase\variations\standard\helper.php:43
|
2749 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:267
|
2753 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:423
|
2754 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:436
|
2755 |
#: \inc\shortcodes\process\variations\vertical\vertical.php:41
|
2756 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:275
|
2757 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:288
|
2758 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:301
|
2759 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:309
|
2760 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:322
|
2761 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:335
|
2762 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:343
|
2763 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:364
|
2764 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:192
|
2765 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:205
|
2766 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:218
|
2774 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:338
|
2775 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:351
|
2776 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:359
|
2777 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:263
|
2778 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:277
|
2779 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:291
|
2780 |
#: \inc\shortcodes\team-member\variations\info-below\info-below.php:47
|
2781 |
#: \inc\shortcodes\team-member\variations\info-below-left\info-below-left.php:47
|
2782 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:72
|
2807 |
#: \inc\shortcodes\testimonials-slider\variations\standard\standard.php:48
|
2808 |
#: \inc\shortcodes\testimonials-slider\variations\standard\standard.php:68
|
2809 |
#: \inc\shortcodes\testimonials-slider\variations\standard\standard.php:88
|
2810 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:218
|
2811 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:236
|
2812 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:272
|
2813 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:308
|
2814 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:326
|
2815 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:351
|
2816 |
#: \inc\shortcodes\timeline\variations\horizontal-alternating\horizontal-alternating.php:79
|
2817 |
#: \inc\shortcodes\timeline\variations\horizontal-standard\horizontal-standard.php:77
|
2818 |
#: \inc\shortcodes\timeline\variations\vertical-separated\vertical-separated.php:114
|
2844 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:197
|
2845 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:85
|
2846 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:231
|
2847 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:153
|
2848 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:372
|
2849 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:61
|
2850 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:82
|
2851 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:113
|
2852 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:72
|
2853 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:194
|
2854 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:124
|
2855 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:75
|
2856 |
#: \inc\shortcodes\team-member\variations\info-below\info-below.php:53
|
2857 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:97
|
2858 |
msgid "Alignment"
|
2859 |
msgstr ""
|
2860 |
|
2993 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:103
|
2994 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:287
|
2995 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:287
|
2996 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:332
|
2997 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:30
|
2998 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:242
|
2999 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:573
|
3000 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:479
|
3001 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:315
|
3002 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:525
|
3003 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:573
|
3004 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:372
|
3005 |
msgid "Button"
|
3006 |
msgstr ""
|
3007 |
|
3032 |
msgstr ""
|
3033 |
|
3034 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:67
|
3035 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:887
|
3036 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1266
|
3037 |
msgid "Additional Params"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:70
|
3041 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:79
|
3042 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:947
|
3043 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1326
|
3044 |
msgid "Taxonomy IDs"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:80
|
3048 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:948
|
3049 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1327
|
3050 |
msgid "Separate taxonomy IDs with commas"
|
3051 |
msgstr ""
|
3052 |
|
3092 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:335
|
3093 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:335
|
3094 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:458
|
3095 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:400
|
3096 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:197
|
3097 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:437
|
3098 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:745
|
3099 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:780
|
3100 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:975
|
3101 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:716
|
3102 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:791
|
3103 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:331
|
3104 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:197
|
3105 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:421
|
3106 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:172
|
3107 |
msgid "Hover"
|
3108 |
msgstr ""
|
3109 |
|
3123 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:395
|
3124 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\class-qiaddonsforelementor-product-slider-shortcode.php:395
|
3125 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:479
|
3126 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:460
|
3127 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:270
|
3128 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:530
|
3129 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:812
|
3130 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1046
|
3131 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:777
|
3132 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:812
|
3133 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:426
|
3134 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:258
|
3135 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:487
|
3136 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:193
|
3137 |
msgid "Hover End"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:219
|
3141 |
#: \inc\plugins\woocommerce\shortcodes\product-list\class-qiaddonsforelementor-product-list-shortcode.php:404
|
3142 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:488
|
3143 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:469
|
3144 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:821
|
3145 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:435
|
3146 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:202
|
3147 |
msgid "Icon End"
|
3148 |
msgstr ""
|
3149 |
|
3150 |
+
#: \inc\plugins\woocommerce\shortcodes\product-category-list\class-qiaddonsforelementor-product-category-list-shortcode.php:273
|
3151 |
msgid "View More"
|
3152 |
msgstr ""
|
3153 |
|
3159 |
|
3160 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-on-image\info-on-image.php:34
|
3161 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-on-image\info-on-image.php:52
|
3162 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:385
|
3163 |
msgid "Content Position"
|
3164 |
msgstr ""
|
3165 |
|
3177 |
#: \inc\shortcodes\pricing-table\variations\cascading\helper.php:46
|
3178 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:316
|
3179 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:332
|
3180 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:226
|
3181 |
msgid "Title Padding"
|
3182 |
msgstr ""
|
3183 |
|
3207 |
msgstr ""
|
3208 |
|
3209 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:27
|
3210 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1076
|
3211 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1455
|
3212 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:121
|
3213 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:240
|
3214 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:208
|
3215 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:246
|
3216 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:190
|
3217 |
msgid "Title Hover Color"
|
3218 |
msgstr ""
|
3219 |
|
3222 |
msgstr ""
|
3223 |
|
3224 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:105
|
3225 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:166
|
3226 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:91
|
3227 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:391
|
3228 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:450
|
3229 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:155
|
3230 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:99
|
3231 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:167
|
3232 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:87
|
3233 |
msgid "Background Color"
|
3234 |
msgstr ""
|
3235 |
|
3236 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:123
|
3237 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:148
|
3238 |
#: \inc\shortcodes\team-member\variations\info-on-hover\info-on-hover.php:51
|
3239 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:96
|
3240 |
msgid "Content Vertical Alignment"
|
3241 |
msgstr ""
|
3242 |
|
3243 |
#: \inc\plugins\woocommerce\shortcodes\product-category-list\variations\info-side\info-side.php:126
|
3244 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:151
|
3245 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:146
|
3246 |
#: \inc\shortcodes\team-member\variations\info-on-hover\info-on-hover.php:54
|
3247 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:99
|
3400 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-below-swap\info-below-swap.php:34
|
3401 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-on-image\info-on-image.php:72
|
3402 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\variations\info-on-image-centered\info-on-image-centered.php:52
|
3403 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:225
|
3404 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:276
|
3405 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:360
|
3406 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:190
|
3407 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:141
|
3408 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:175
|
3409 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:186
|
3410 |
msgid "Title Margin Top"
|
3435 |
#: \inc\plugins\woocommerce\shortcodes\product-list\variations\info-on-image\info-on-image.php:132
|
3436 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\variations\info-below-swap\info-below-swap.php:170
|
3437 |
#: \inc\plugins\woocommerce\shortcodes\product-slider\variations\info-on-image-centered\info-on-image-centered.php:112
|
3438 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:340
|
3439 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:559
|
3440 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:323
|
3441 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:432
|
3442 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:636
|
3443 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:350
|
3444 |
msgid "Button Margin Top"
|
3445 |
msgstr ""
|
3446 |
|
3553 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:29
|
3554 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:40
|
3555 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:33
|
3556 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:129
|
3557 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:36
|
3558 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:29
|
3559 |
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:29
|
3560 |
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:40
|
3561 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:33
|
3562 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:110
|
3563 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:29
|
3564 |
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:29
|
3565 |
#: \inc\shortcodes\separator\class-qiaddonsforelementor-separator-shortcode.php:36
|
3606 |
|
3607 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:122
|
3608 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:64
|
3609 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:176
|
3610 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:195
|
3611 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:346
|
3612 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:104
|
3613 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:226
|
3614 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1048
|
3615 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1427
|
3616 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:211
|
3617 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:189
|
3618 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:302
|
3619 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:416
|
3620 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:438
|
3621 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:96
|
3622 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:100
|
3623 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:219
|
3624 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:117
|
3625 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:136
|
3626 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:223
|
3627 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:77
|
3628 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:63
|
3629 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:115
|
3631 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:145
|
3632 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:258
|
3633 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:266
|
3634 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:145
|
3635 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:88
|
3636 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:83
|
3637 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:97
|
3638 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:212
|
3639 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:203
|
3640 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:167
|
3641 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:118
|
3642 |
msgid "Title Tag"
|
3643 |
msgstr ""
|
3644 |
|
3645 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:133
|
3646 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:85
|
3647 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:216
|
3648 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:367
|
3649 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:125
|
3650 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:247
|
3651 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1091
|
3652 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1470
|
3653 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:233
|
3654 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:211
|
3655 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:323
|
3656 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:437
|
3657 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:449
|
3658 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:119
|
3659 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:132
|
3660 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:251
|
3661 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:157
|
3662 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:221
|
3663 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:258
|
3664 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:98
|
3665 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:85
|
3666 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:135
|
3668 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:166
|
3669 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:279
|
3670 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:287
|
3671 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:167
|
3672 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:110
|
3673 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:93
|
3674 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:107
|
3675 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:235
|
3676 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:226
|
3677 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:202
|
3678 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:140
|
3679 |
msgid "Title Typography"
|
3680 |
msgstr ""
|
3681 |
|
3682 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:160
|
3683 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:74
|
3684 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:205
|
3685 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:356
|
3686 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:114
|
3687 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:236
|
3688 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1061
|
3689 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1440
|
3690 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:221
|
3691 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:199
|
3692 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:312
|
3693 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:426
|
3694 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:477
|
3695 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:107
|
3696 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:110
|
3697 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:229
|
3698 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:146
|
3699 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:196
|
3700 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:234
|
3701 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:87
|
3702 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:73
|
3703 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:485
|
3706 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:155
|
3707 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:268
|
3708 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:276
|
3709 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:155
|
3710 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:98
|
3711 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:119
|
3712 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:135
|
3714 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:223
|
3715 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:116
|
3716 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:214
|
3717 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:178
|
3718 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:128
|
3719 |
msgid "Title Color"
|
3720 |
msgstr ""
|
3721 |
|
3745 |
msgstr ""
|
3746 |
|
3747 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:349
|
3748 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:177
|
3749 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:112
|
3750 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:92
|
3751 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:683
|
3752 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:178
|
3753 |
msgid "Border Color"
|
3754 |
msgstr ""
|
3755 |
|
3762 |
|
3763 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:405
|
3764 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:176
|
3765 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:192
|
3766 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:360
|
3767 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:427
|
3768 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:730
|
3769 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:206
|
3770 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:347
|
3771 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:339
|
3772 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:209
|
3773 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:167
|
3774 |
#: \inc\shortcodes\pricing-table\variations\with-icon\helper.php:60
|
3775 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:223
|
3776 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:703
|
3777 |
msgid "Icon Size"
|
3778 |
msgstr ""
|
3779 |
|
3780 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:419
|
3781 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:752
|
3782 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:233
|
3783 |
msgid "Icon Start"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:437
|
3787 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:196
|
3788 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:181
|
3789 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:391
|
3790 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:407
|
3791 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:770
|
3792 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:250
|
3793 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:379
|
3794 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:359
|
3795 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:184
|
3796 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:156
|
3797 |
#: \inc\shortcodes\pricing-table\variations\with-icon\helper.php:42
|
3798 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:717
|
3799 |
msgid "Icon Color"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
#: \inc\shortcodes\accordion\class-qiaddonsforelementor-accordion-shortcode.php:467
|
3803 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:446
|
3804 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:800
|
3805 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:340
|
3806 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:430
|
3807 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:371
|
3808 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:196
|
3809 |
msgid "Icon Hover Color"
|
3810 |
msgstr ""
|
3811 |
|
3882 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:123
|
3883 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:140
|
3884 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:157
|
3885 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:344
|
3886 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:590
|
3887 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:593
|
3888 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:610
|
3889 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:627
|
3890 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:74
|
3891 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:508
|
3892 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:148
|
3893 |
msgid "Appear Animation"
|
3894 |
msgstr ""
|
3895 |
|
3896 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:130
|
3897 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:600
|
3898 |
msgid "Appear Delay"
|
3899 |
msgstr ""
|
3900 |
|
3901 |
#: \inc\shortcodes\animated-text\class-qiaddonsforelementor-animated-text-shortcode.php:147
|
3902 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:617
|
3903 |
msgid "Set Appear Delay"
|
3904 |
msgstr ""
|
3905 |
|
3914 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:63
|
3915 |
#: \inc\shortcodes\image-gallery-masonry\class-qiaddonsforelementor-image-gallery-masonry-shortcode.php:49
|
3916 |
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:64
|
3917 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:112
|
3918 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:64
|
3919 |
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:84
|
3920 |
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:111
|
3922 |
msgstr ""
|
3923 |
|
3924 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:71
|
3925 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:91
|
3926 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:99
|
3927 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:121
|
3928 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:138
|
3929 |
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:72
|
3930 |
#: \inc\shortcodes\pricing-table\variations\vertical-image\helper.php:44
|
3931 |
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:93
|
3932 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:157
|
3933 |
msgid "Image Proportions"
|
3934 |
msgstr ""
|
3935 |
|
3936 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:79
|
3937 |
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:80
|
3938 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:115
|
3939 |
msgid "Enable Button"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:88
|
3943 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:75
|
3944 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:72
|
3945 |
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:69
|
3946 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:98
|
3947 |
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:89
|
3948 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:95
|
3949 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:174
|
3950 |
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:130
|
3951 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:136
|
3952 |
msgid "Link"
|
3953 |
msgstr ""
|
3954 |
|
3955 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:95
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3956 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:95
|
3957 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:105
|
3958 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:96
|
3959 |
msgid "Enable Link Overlay"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:103
|
3963 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:104
|
3964 |
msgid "Banner Padding"
|
3965 |
msgstr ""
|
3966 |
|
3967 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:116
|
3968 |
msgid "Banner Border Radius"
|
3969 |
msgstr ""
|
3970 |
|
3971 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:130
|
3972 |
msgid "Banner Box Shadow"
|
3973 |
msgstr ""
|
3974 |
|
3975 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:139
|
3976 |
msgid "Hover Banner Box Shadow"
|
3977 |
msgstr ""
|
3978 |
|
3979 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:162
|
3980 |
#: \inc\shortcodes\team-member\variations\info-from-bottom\info-from-bottom.php:51
|
3981 |
#: \inc\shortcodes\team-member\variations\info-on-hover\info-on-hover.php:75
|
3982 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:120
|
3983 |
msgid "Content Horizontal Alignment"
|
3984 |
msgstr ""
|
3985 |
|
3986 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:238
|
3987 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:60
|
3988 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:65
|
3989 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:67
|
3990 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:166
|
3991 |
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:51
|
3992 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:51
|
3993 |
msgid "Subtitle"
|
3994 |
msgstr ""
|
3995 |
|
3996 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:247
|
3997 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:384
|
3998 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:268
|
3999 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:175
|
4000 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:210
|
4001 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:127
|
4002 |
msgid "Subtitle Tag"
|
4003 |
msgstr ""
|
4004 |
|
4005 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:258
|
4006 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:394
|
4007 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:138
|
4008 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:278
|
4009 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:186
|
4010 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:220
|
4011 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:137
|
4012 |
msgid "Subtitle Color"
|
4013 |
msgstr ""
|
4014 |
|
4015 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:270
|
4016 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:405
|
4017 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:150
|
4018 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:289
|
4019 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:198
|
4020 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:232
|
4021 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:149
|
4022 |
msgid "Subtitle Typography"
|
4023 |
msgstr ""
|
4024 |
|
4025 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:279
|
4026 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:66
|
4027 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:76
|
4028 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:74
|
4029 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:134
|
4030 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:145
|
4031 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:43
|
4032 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:88
|
4033 |
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:43
|
4034 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:73
|
4035 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:154
|
4036 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:83
|
4037 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:220
|
4038 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:106
|
4039 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:168
|
4040 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:51
|
4041 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:524
|
4047 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:93
|
4048 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:92
|
4049 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:80
|
4050 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:130
|
4051 |
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:52
|
4052 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:80
|
4053 |
msgid "Text"
|
4054 |
msgstr ""
|
4055 |
|
4056 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:288
|
4057 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:125
|
4058 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:74
|
4059 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:237
|
4060 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:259
|
4061 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:250
|
4062 |
msgid "Text Tag"
|
4063 |
msgstr ""
|
4064 |
|
4065 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:298
|
4066 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:135
|
4067 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:422
|
4068 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:155
|
4069 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:142
|
4070 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:256
|
4071 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:253
|
4072 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:340
|
4073 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:223
|
4074 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:490
|
4075 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:84
|
4076 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:169
|
4077 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:163
|
4078 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:145
|
4079 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:306
|
4080 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:255
|
4081 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:231
|
4082 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:290
|
4083 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:115
|
4084 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:253
|
4085 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:188
|
4086 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:249
|
4087 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:166
|
4088 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:276
|
4089 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:292
|
4092 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:270
|
4093 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:124
|
4094 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:261
|
4095 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:280
|
4096 |
msgid "Text Color"
|
4097 |
msgstr ""
|
4098 |
|
4099 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:309
|
4100 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:146
|
4101 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:433
|
4102 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:153
|
4103 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:267
|
4104 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:265
|
4105 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:351
|
4106 |
#: \inc\shortcodes\dropcaps\class-qiaddonsforelementor-dropcaps-shortcode.php:214
|
4107 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:501
|
4108 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:95
|
4109 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:181
|
4110 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:174
|
4111 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:317
|
4112 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:275
|
4113 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:243
|
4114 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:302
|
4115 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:126
|
4116 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:264
|
4117 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:199
|
4118 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:260
|
4119 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:177
|
4120 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:287
|
4121 |
#: \inc\shortcodes\tabs-vertical\class-qiaddonsforelementor-tabs-vertical-shortcode.php:303
|
4122 |
#: \inc\shortcodes\team-member\variations\info-on-hover-inset\info-on-hover-inset.php:58
|
4123 |
#: \inc\shortcodes\testimonials-list\class-qiaddonsforelementor-testimonials-list-shortcode.php:282
|
4124 |
#: \inc\shortcodes\testimonials-slider\class-qiaddonsforelementor-testimonials-slider-shortcode.php:273
|
4125 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:292
|
4126 |
msgid "Text Typography"
|
4127 |
msgstr ""
|
4128 |
|
4129 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:318
|
4130 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:220
|
4131 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:542
|
4132 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:202
|
4133 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:289
|
4134 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:373
|
4135 |
#: \inc\shortcodes\how-to\class-qiaddonsforelementor-how-to-shortcode.php:203
|
4136 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:183
|
4137 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:292
|
4138 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:253
|
4139 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:274
|
4140 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:208
|
4141 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:295
|
4142 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:199
|
4143 |
msgid "Text Margin Top"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:361
|
4147 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:134
|
4148 |
msgid "Background Start"
|
4149 |
msgstr ""
|
4150 |
|
4151 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:362
|
4152 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:371
|
4153 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:380
|
4154 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:392
|
4155 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:401
|
4156 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:410
|
4157 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:422
|
4158 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:437
|
4159 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:461
|
4160 |
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:470
|
|
|
4161 |
msgid "Background Style"
|
4162 |
msgstr ""
|
4163 |
|
4164 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:421
|
4165 |
msgid "Background Image Hover"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
+
#: \inc\shortcodes\banner\class-qiaddonsforelementor-banner-shortcode.php:436
|
4169 |
msgid "Background Image Hover Zoom Origin"
|
4170 |
msgstr ""
|
4171 |
|
4223 |
msgid "Drag"
|
4224 |
msgstr ""
|
4225 |
|
4226 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:94
|
4227 |
msgid "Orientation"
|
4228 |
msgstr ""
|
4229 |
|
4230 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:96
|
4231 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:253
|
4232 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:496
|
4233 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:518
|
4234 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:475
|
4235 |
#: \inc\shortcodes\process\variations\horizontal\horizontal.php:12
|
4236 |
msgid "Horizontal"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:97
|
4240 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:254
|
4241 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:497
|
4242 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:519
|
4243 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:476
|
4244 |
#: \inc\shortcodes\process\variations\vertical\vertical.php:12
|
4245 |
msgid "Vertical"
|
4246 |
msgstr ""
|
4247 |
|
4248 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:106
|
4249 |
msgid "Default Offset"
|
4250 |
msgstr ""
|
4251 |
|
4252 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:107
|
4253 |
msgid "Default value is 50 (%)"
|
4254 |
msgstr ""
|
4255 |
|
4256 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:116
|
4257 |
msgid "Handle Top Offset"
|
4258 |
msgstr ""
|
4259 |
|
4260 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:136
|
4261 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:126
|
4262 |
msgid "Circle Size"
|
4263 |
msgstr ""
|
4264 |
|
4265 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:156
|
4266 |
msgid "Border Size"
|
4267 |
msgstr ""
|
4268 |
|
4269 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:179
|
4270 |
msgid "Handle Text Color"
|
4271 |
msgstr ""
|
4272 |
|
4273 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:191
|
4274 |
msgid "Handle Text Typography"
|
4275 |
msgstr ""
|
4276 |
|
4277 |
+
#: \inc\shortcodes\before-after\class-qiaddonsforelementor-before-after-shortcode.php:201
|
4278 |
msgid "Handle Color"
|
4279 |
msgstr ""
|
4280 |
|
4287 |
msgstr ""
|
4288 |
|
4289 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:74
|
4290 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:76
|
4291 |
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:91
|
4292 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:69
|
4293 |
msgid "Icon Type"
|
4294 |
msgstr ""
|
4295 |
|
4296 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:106
|
4297 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:327
|
4298 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:170
|
4299 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:152
|
4300 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:238
|
4301 |
msgid "Holder Background"
|
4302 |
msgstr ""
|
4309 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:128
|
4310 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:136
|
4311 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:147
|
4312 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:349
|
4313 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:357
|
4314 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:368
|
4315 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:377
|
4316 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:387
|
4317 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:395
|
4318 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:406
|
4319 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:415
|
4320 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:423
|
4321 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:434
|
4322 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:445
|
4323 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:219
|
4324 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:229
|
4325 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:240
|
4356 |
msgstr ""
|
4357 |
|
4358 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:155
|
4359 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:326
|
4360 |
msgid "Icon Alignment"
|
4361 |
msgstr ""
|
4362 |
|
4363 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:161
|
4364 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:177
|
4365 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:197
|
4366 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:366
|
4367 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:375
|
4368 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:384
|
4369 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:395
|
4370 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:421
|
4371 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:429
|
4372 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:438
|
4373 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:458
|
4374 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:484
|
4375 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:493
|
4376 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:515
|
4377 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:531
|
4378 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:539
|
4379 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:547
|
4380 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:556
|
4381 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:570
|
4382 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:614
|
4383 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:634
|
4384 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:656
|
4385 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:684
|
4386 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:199
|
4387 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:207
|
4388 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:226
|
4389 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:234
|
4390 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:242
|
4391 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:251
|
4392 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:264
|
4393 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:283
|
4394 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:303
|
4395 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:323
|
4396 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:332
|
4397 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:341
|
4398 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:353
|
4399 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:372
|
4400 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:392
|
4401 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:412
|
4402 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:427
|
4403 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:436
|
4404 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:444
|
4405 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:463
|
4406 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:490
|
4407 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:511
|
4408 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:527
|
4409 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:353
|
4410 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:362
|
4411 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:371
|
4412 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:383
|
4413 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:404
|
4414 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:413
|
4415 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:422
|
4416 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:434
|
4417 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:443
|
4418 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:463
|
4419 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:472
|
4420 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:488
|
4421 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:496
|
4422 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:505
|
4423 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:514
|
4424 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:529
|
4425 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:569
|
4426 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:589
|
4427 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:611
|
4428 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:638
|
4429 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:332
|
4430 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:340
|
4431 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:360
|
4432 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:372
|
|
|
4433 |
#: \inc\shortcodes\pricing-table\variations\with-icon\helper.php:43
|
4434 |
#: \inc\shortcodes\pricing-table\variations\with-icon\helper.php:61
|
4435 |
#: \inc\shortcodes\separator\variations\with-icon\helper.php:54
|
4439 |
msgstr ""
|
4440 |
|
4441 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:207
|
4442 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:495
|
4443 |
#: \inc\shortcodes\call-to-action\class-qiaddonsforelementor-call-to-action-shortcode.php:189
|
4444 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:384
|
4445 |
msgid "Holder Padding"
|
4446 |
msgstr ""
|
4447 |
|
4448 |
#: \inc\shortcodes\blockquote\class-qiaddonsforelementor-blockquote-shortcode.php:233
|
4449 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:555
|
4450 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:546
|
4451 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:513
|
4452 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:465
|
4453 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:261
|
4454 |
#: \inc\shortcodes\separator\variations\with-icon\helper.php:80
|
4455 |
msgid "Icon Margin"
|
4499 |
msgstr ""
|
4500 |
|
4501 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:98
|
4502 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:122
|
4503 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:83
|
4504 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:394
|
4505 |
msgid "Enable Separator"
|
4506 |
msgstr ""
|
4519 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:119
|
4520 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:123
|
4521 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:127
|
4522 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:162
|
4523 |
msgid "09:00 - 17:00"
|
4524 |
msgstr ""
|
4525 |
|
4540 |
msgstr ""
|
4541 |
|
4542 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:134
|
4543 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:114
|
4544 |
msgid "Enable Icon"
|
4545 |
msgstr ""
|
4546 |
|
4547 |
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:141
|
4548 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:336
|
4549 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:338
|
4550 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:352
|
4551 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:594
|
|
|
4552 |
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:399
|
4553 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:400
|
4554 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:411
|
4555 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:428
|
4556 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:324
|
4557 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:325
|
4558 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:339
|
4559 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:549
|
4560 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:128
|
4561 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:136
|
4562 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:59
|
4574 |
msgid "Saturday"
|
4575 |
msgstr ""
|
4576 |
|
4577 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:167
|
4578 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:124
|
4579 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:320
|
4580 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:289
|
4581 |
msgid "Item Color"
|
4582 |
msgstr ""
|
4583 |
|
4584 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:185
|
4585 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:198
|
4586 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:206
|
4587 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:216
|
4588 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:227
|
4589 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:236
|
4590 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:244
|
4591 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:255
|
4592 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:264
|
4593 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:272
|
4594 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:286
|
4595 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:295
|
4596 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:312
|
4597 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:317
|
4598 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:325
|
4599 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:338
|
4601 |
msgid "Item Style"
|
4602 |
msgstr ""
|
4603 |
|
4604 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:213
|
4605 |
msgid "Day Tag"
|
4606 |
msgstr ""
|
4607 |
|
4608 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:223
|
4609 |
msgid "Day Color"
|
4610 |
msgstr ""
|
4611 |
|
4612 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:234
|
4613 |
msgid "Day Typography"
|
4614 |
msgstr ""
|
4615 |
|
4616 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:251
|
4617 |
msgid "Hours Color"
|
4618 |
msgstr ""
|
4619 |
|
4620 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:262
|
4621 |
msgid "Hours Typography"
|
4622 |
msgstr ""
|
4623 |
|
4624 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:279
|
4625 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:195
|
4626 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:548
|
4627 |
msgid "Line Type"
|
4628 |
msgstr ""
|
4629 |
|
4630 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:281
|
4631 |
msgid "Between"
|
4632 |
msgstr ""
|
4633 |
|
4634 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:282
|
4635 |
msgid "Below"
|
4636 |
msgstr ""
|
4637 |
|
4638 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:293
|
4639 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:310
|
4640 |
msgid "Line Border"
|
4641 |
msgstr ""
|
4642 |
|
4643 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:330
|
4644 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:339
|
4645 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:317
|
4646 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:328
|
4647 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:350
|
4652 |
msgid "General Style"
|
4653 |
msgstr ""
|
4654 |
|
4655 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:337
|
4656 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:98
|
4657 |
msgid "Border"
|
4658 |
msgstr ""
|
4659 |
|
4660 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:442
|
4661 |
msgid "Enable Text Underline"
|
4662 |
msgstr ""
|
4663 |
|
4664 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:453
|
4665 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:419
|
4666 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:582
|
4667 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:651
|
4668 |
msgid "Separator"
|
4669 |
msgstr ""
|
4670 |
|
4671 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:461
|
4672 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:306
|
4673 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:349
|
4674 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:182
|
4675 |
#: \inc\shortcodes\process\variations\vertical\vertical.php:27
|
4676 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:348
|
4677 |
#: \inc\shortcodes\text-marquee\class-qiaddonsforelementor-text-marquee-shortcode.php:162
|
4678 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:334
|
4679 |
msgid "Space Between Items"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:474
|
4683 |
msgid "Items Padding"
|
4684 |
msgstr ""
|
4685 |
|
4686 |
+
#: \inc\shortcodes\business-hours\class-qiaddonsforelementor-business-hours-shortcode.php:516
|
4687 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:405
|
4688 |
+
#: \inc\shortcodes\interactive-banner\class-qiaddonsforelementor-interactive-banner-shortcode.php:207
|
4689 |
msgid "Subtitle Margin Bottom"
|
4690 |
msgstr ""
|
4691 |
|
4717 |
msgstr ""
|
4718 |
|
4719 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:67
|
4720 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:196
|
4721 |
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:65
|
4722 |
msgid "Icon Boxed"
|
4723 |
msgstr ""
|
4756 |
msgid "Button Link"
|
4757 |
msgstr ""
|
4758 |
|
4759 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:205
|
4760 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:205
|
|
|
|
|
|
|
|
|
|
|
|
|
4761 |
msgid "Text Hover Color"
|
4762 |
msgstr ""
|
4763 |
|
4764 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:216
|
4765 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:235
|
4766 |
msgid "Background Hover Color"
|
4767 |
msgstr ""
|
4768 |
|
4769 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:238
|
4770 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:247
|
4771 |
msgid "Border Hover Color"
|
4772 |
msgstr ""
|
4773 |
|
4774 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:249
|
4775 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:492
|
4776 |
msgid "Reveal Background"
|
4777 |
msgstr ""
|
4778 |
|
4779 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:294
|
4780 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:197
|
4781 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:133
|
4782 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:301
|
4783 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:282
|
4784 |
msgid "Border Width"
|
4785 |
msgstr ""
|
4786 |
|
4787 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:306
|
4788 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:294
|
4789 |
msgid "Border Radius"
|
4790 |
msgstr ""
|
4791 |
|
4792 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:319
|
4793 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:307
|
4794 |
msgid "Padding"
|
4795 |
msgstr ""
|
4796 |
|
4797 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:346
|
4798 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:333
|
4799 |
#: \inc\shortcodes\message-box\class-qiaddonsforelementor-message-box-shortcode.php:143
|
4800 |
msgid "Icon Position"
|
4801 |
msgstr ""
|
4802 |
|
4803 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:404
|
4804 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:263
|
4805 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:392
|
4806 |
msgid "Icon Background Color"
|
4807 |
msgstr ""
|
4808 |
|
4809 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:466
|
4810 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:352
|
4811 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:451
|
4812 |
msgid "Icon Background Hover Color"
|
4813 |
msgstr ""
|
4814 |
|
4815 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:514
|
4816 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:471
|
4817 |
msgid "Move Icon"
|
4818 |
msgstr ""
|
4819 |
|
4820 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:517
|
4821 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:474
|
4822 |
msgid "Horizontal Short"
|
4823 |
msgstr ""
|
4824 |
|
4825 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:520
|
4826 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:477
|
4827 |
msgid "Diagonal"
|
4828 |
msgstr ""
|
4829 |
|
4830 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:546
|
4831 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:569
|
4832 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:504
|
4833 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:528
|
4834 |
msgid "Icon Divider"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:578
|
4838 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:538
|
4839 |
msgid "Enable Icon Side Border"
|
4840 |
msgstr ""
|
4841 |
|
4842 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:602
|
4843 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:557
|
4844 |
msgid "Icon Side Border Color"
|
4845 |
msgstr ""
|
4846 |
|
4847 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:622
|
4848 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:577
|
4849 |
msgid "Icon Side Border Hover Color"
|
4850 |
msgstr ""
|
4851 |
|
4852 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:642
|
4853 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:597
|
4854 |
msgid "Icon Side Border Height"
|
4855 |
msgstr ""
|
4856 |
|
4857 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:664
|
4858 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:618
|
4859 |
msgid "Icon Side Border Width"
|
4860 |
msgstr ""
|
4861 |
|
4862 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:693
|
4863 |
msgid "Inner Border Start"
|
4864 |
msgstr ""
|
4865 |
|
4866 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:694
|
4867 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:703
|
4868 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:728
|
4869 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:737
|
4870 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:746
|
4871 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:772
|
4872 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:781
|
4873 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:813
|
4874 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:822
|
4875 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:831
|
4876 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:864
|
4877 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:901
|
|
|
4878 |
msgid "Inner Border Style"
|
4879 |
msgstr ""
|
4880 |
|
4881 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:711
|
4882 |
msgid "Inner Border Color"
|
4883 |
msgstr ""
|
4884 |
|
4885 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:754
|
4886 |
msgid "Inner Border Hover Color"
|
4887 |
msgstr ""
|
4888 |
|
4889 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:783
|
4890 |
msgid "Change Color"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:784
|
4894 |
msgid "Draw From Center"
|
4895 |
msgstr ""
|
4896 |
|
4897 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:785
|
4898 |
msgid "Draw From One Point"
|
4899 |
msgstr ""
|
4900 |
|
4901 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:786
|
4902 |
msgid "Draw From Two Points"
|
4903 |
msgstr ""
|
4904 |
|
4905 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:787
|
4906 |
msgid "Remove To Center"
|
4907 |
msgstr ""
|
4908 |
|
4909 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:788
|
4910 |
msgid "Remove To One Point"
|
4911 |
msgstr ""
|
4912 |
|
4913 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:789
|
4914 |
msgid "Remove To Two Points"
|
4915 |
msgstr ""
|
4916 |
|
4917 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:790
|
4918 |
msgid "Move To Outer Edge"
|
4919 |
msgstr ""
|
4920 |
|
4921 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:821
|
4922 |
msgid "Inner Border End"
|
4923 |
msgstr ""
|
4924 |
|
4925 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:830
|
4926 |
msgid "Inner Border Divider"
|
4927 |
msgstr ""
|
4928 |
|
4929 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:839
|
4930 |
msgid "Inner Border Offset"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:872
|
4934 |
msgid "Inner Border Width"
|
4935 |
msgstr ""
|
4936 |
|
4937 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:911
|
4938 |
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:920
|
4939 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:939
|
4940 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:960
|
4941 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:968
|
4942 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:976
|
4943 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:995
|
4944 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1021
|
4945 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1039
|
4946 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1047
|
4947 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1055
|
4948 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1063
|
4949 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1090
|
4950 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1111
|
4951 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1133
|
|
|
4952 |
msgid "Underline Style"
|
4953 |
msgstr ""
|
4954 |
|
4955 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:927
|
4956 |
msgid "Underline Color"
|
4957 |
msgstr ""
|
4958 |
|
4959 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:946
|
4960 |
msgid "Underline Width"
|
4961 |
msgstr ""
|
4962 |
|
4963 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:983
|
4964 |
msgid "Underline Hover Color"
|
4965 |
msgstr ""
|
4966 |
|
4967 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1002
|
4968 |
msgid "Underline Hover Width"
|
4969 |
msgstr ""
|
4970 |
|
4971 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1028
|
4972 |
msgid "Enable Hover Underline Draw"
|
4973 |
msgstr ""
|
4974 |
|
4975 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1054
|
4976 |
msgid "Underline End"
|
4977 |
msgstr ""
|
4978 |
|
4979 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1070
|
4980 |
msgid "Underline Offset"
|
4981 |
msgstr ""
|
4982 |
|
4983 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1097
|
4984 |
msgid "Underline Thickness"
|
4985 |
msgstr ""
|
4986 |
|
4987 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1119
|
4988 |
msgid "Underline Alignment"
|
4989 |
msgstr ""
|
4990 |
|
4991 |
+
#: \inc\shortcodes\button\class-qiaddonsforelementor-button-shortcode.php:1141
|
4992 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:646
|
4993 |
msgid "Custom Data Attributes"
|
4994 |
msgstr ""
|
4995 |
|
5042 |
msgid "Creative"
|
5043 |
msgstr ""
|
5044 |
|
5045 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:43
|
5046 |
msgid "Image Shuffle Style"
|
5047 |
msgstr ""
|
5048 |
|
5049 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:45
|
5050 |
msgid "Shuffle Right"
|
5051 |
msgstr ""
|
5052 |
|
5053 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:46
|
5054 |
msgid "Shuffle Left"
|
5055 |
msgstr ""
|
5056 |
|
5057 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:47
|
5058 |
msgid "Shuffle Left and Right"
|
5059 |
msgstr ""
|
5060 |
|
5061 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:59
|
5062 |
msgid "Image Items"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:80
|
5066 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:473
|
5067 |
msgid "Item Image"
|
5068 |
msgstr ""
|
5069 |
|
5070 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:99
|
5071 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:138
|
5072 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:147
|
5073 |
msgid "Custom Image Width"
|
5074 |
msgstr ""
|
5075 |
|
5076 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:100
|
5077 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:139
|
5078 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:148
|
5079 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:124
|
5080 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:310
|
5081 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:89
|
5082 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:190
|
5083 |
msgid "Enter image width in px"
|
5084 |
msgstr ""
|
5085 |
|
5086 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:115
|
5087 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:155
|
5088 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:164
|
5089 |
msgid "Custom Image Height"
|
5090 |
msgstr ""
|
5091 |
|
5092 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:116
|
5093 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:156
|
5094 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:165
|
5095 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:140
|
5096 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:326
|
5097 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:105
|
5098 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:204
|
5099 |
msgid "Enter image height in px"
|
5100 |
msgstr ""
|
5101 |
|
5102 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:136
|
5103 |
msgid "Scale Step"
|
5104 |
msgstr ""
|
5105 |
|
5106 |
+
#: \inc\shortcodes\cards-gallery\class-qiaddonsforelementor-cards-gallery-shortcode.php:168
|
5107 |
msgid "Offset Step"
|
5108 |
msgstr ""
|
5109 |
|
5202 |
msgstr ""
|
5203 |
|
5204 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:205
|
5205 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:309
|
5206 |
msgid "Hover Border Width"
|
5207 |
msgstr ""
|
5208 |
|
5211 |
msgstr ""
|
5212 |
|
5213 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:302
|
5214 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:386
|
5215 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:444
|
5216 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:329
|
5217 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:212
|
5218 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:316
|
5219 |
msgid "Text Padding"
|
5220 |
msgstr ""
|
5221 |
|
5222 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:315
|
5223 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:169
|
5224 |
msgid "Enable Chart Legend"
|
5225 |
msgstr ""
|
5226 |
|
5236 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:401
|
5237 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:410
|
5238 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:420
|
5239 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:171
|
5240 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:185
|
5241 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:199
|
5242 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:207
|
5243 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:215
|
5244 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:223
|
5245 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:231
|
5246 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:239
|
5247 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:247
|
5248 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:255
|
5249 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:264
|
5250 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:274
|
5251 |
msgid "Legend Style"
|
5252 |
msgstr ""
|
5253 |
|
5254 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:324
|
5255 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:178
|
5256 |
msgid "Legend Position"
|
5257 |
msgstr ""
|
5258 |
|
5259 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:338
|
5260 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:192
|
5261 |
msgid "Legend Alignment"
|
5262 |
msgstr ""
|
5263 |
|
5264 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:341
|
5265 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:195
|
5266 |
msgid "Start"
|
5267 |
msgstr ""
|
5268 |
|
5269 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:343
|
5270 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:197
|
5271 |
msgid "End"
|
5272 |
msgstr ""
|
5273 |
|
5274 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:360
|
5275 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:214
|
5276 |
msgid "Legend Bar Width"
|
5277 |
msgstr ""
|
5278 |
|
5279 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:368
|
5280 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:222
|
5281 |
msgid "Legend Bar Height"
|
5282 |
msgstr ""
|
5283 |
|
5284 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:376
|
5285 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:230
|
5286 |
msgid "Legend Bar Margin"
|
5287 |
msgstr ""
|
5288 |
|
5289 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:392
|
5290 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:246
|
5291 |
msgid "Legend Label Color"
|
5292 |
msgstr ""
|
5293 |
|
5294 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:400
|
5295 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:254
|
5296 |
msgid "Legend Label Font"
|
5297 |
msgstr ""
|
5298 |
|
5299 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:409
|
5300 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:263
|
5301 |
msgid "Legend Label Font Size"
|
5302 |
msgstr ""
|
5303 |
|
5304 |
#: \inc\shortcodes\charts\class-qiaddonsforelementor-charts-shortcode.php:418
|
5305 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:272
|
5306 |
msgid "Legend Label Font Weight"
|
5307 |
msgstr ""
|
5308 |
|
5312 |
|
5313 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:175
|
5314 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:218
|
5315 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:373
|
5316 |
msgid "Number of Columns"
|
5317 |
msgstr ""
|
5318 |
|
5319 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:185
|
5320 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:228
|
5321 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:391
|
5322 |
msgid "Columns Responsive"
|
5323 |
msgstr ""
|
5324 |
|
5325 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:195
|
5326 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:238
|
5327 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:409
|
5328 |
msgid "Number of Columns 1367px - 1440px"
|
5329 |
msgstr ""
|
5330 |
|
5331 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:213
|
5332 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:256
|
5333 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:432
|
5334 |
msgid "Number of Columns 1025px - 1366px"
|
5335 |
msgstr ""
|
5336 |
|
5337 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:231
|
5338 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:274
|
5339 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:455
|
5340 |
msgid "Number of Columns 769px - 1024px"
|
5341 |
msgstr ""
|
5342 |
|
5343 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:249
|
5344 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:292
|
5345 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:478
|
5346 |
msgid "Number of Columns 681px - 768px"
|
5347 |
msgstr ""
|
5348 |
|
5349 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:267
|
5350 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:310
|
5351 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:501
|
5352 |
msgid "Number of Columns 481px - 680px"
|
5353 |
msgstr ""
|
5354 |
|
5355 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:285
|
5356 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:328
|
5357 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:524
|
5358 |
msgid "Number of Columns 0 - 480px"
|
5359 |
msgstr ""
|
5360 |
|
5493 |
msgid "Posts per Page"
|
5494 |
msgstr ""
|
5495 |
|
5496 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:852
|
5497 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1231
|
5498 |
msgid "Order By"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:862
|
5502 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1241
|
5503 |
msgid "Order"
|
5504 |
msgstr ""
|
5505 |
|
|
|
|
|
|
|
|
|
|
|
5506 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:877
|
|
|
5507 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1256
|
5508 |
+
msgid "Post IDs"
|
|
|
5509 |
msgstr ""
|
5510 |
|
5511 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:878
|
5512 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:931
|
5513 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1257
|
5514 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1310
|
5515 |
+
msgid "Taxonomy Slug"
|
5516 |
msgstr ""
|
5517 |
|
5518 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:879
|
5519 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1258
|
5520 |
+
msgid "Author Name"
|
5521 |
msgstr ""
|
5522 |
|
5523 |
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:896
|
5524 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1275
|
5525 |
+
msgid "Posts IDs"
|
5526 |
+
msgstr ""
|
5527 |
+
|
5528 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:897
|
5529 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1276
|
5530 |
msgid "Separate post IDs with commas"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:914
|
5534 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1293
|
5535 |
msgid "Taxonomy"
|
5536 |
msgstr ""
|
5537 |
|
5538 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:965
|
5539 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1344
|
5540 |
msgid "Author Slug"
|
5541 |
msgstr ""
|
5542 |
|
5543 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-list-shortcode.php:1036
|
5544 |
+
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:1415
|
5545 |
msgid "Item Layout"
|
5546 |
msgstr ""
|
5547 |
|
5565 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:877
|
5566 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:420
|
5567 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:240
|
5568 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:551
|
5569 |
msgid "Inside"
|
5570 |
msgstr ""
|
5571 |
|
5573 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:878
|
5574 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:419
|
5575 |
#: \inc\shortcodes\table-of-contents\class-qiaddonsforelementor-table-of-contents-shortcode.php:241
|
5576 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:550
|
5577 |
msgid "Outside"
|
5578 |
msgstr ""
|
5579 |
|
5634 |
msgstr ""
|
5635 |
|
5636 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:601
|
5637 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:729
|
5638 |
msgid "Navigation Arrow Previous"
|
5639 |
msgstr ""
|
5640 |
|
5641 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:619
|
5642 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:747
|
5643 |
msgid "Navigation Arrow Next"
|
5644 |
msgstr ""
|
5645 |
|
5648 |
msgstr ""
|
5649 |
|
5650 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:665
|
5651 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:764
|
5652 |
msgid "Navigation Arrow Color"
|
5653 |
msgstr ""
|
5654 |
|
5673 |
msgstr ""
|
5674 |
|
5675 |
#: \inc\shortcodes\class-qiaddonsforelementor-slider-shortcode.php:804
|
5676 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:784
|
5677 |
msgid "Navigation Arrow Size"
|
5678 |
msgstr ""
|
5679 |
|
5780 |
msgstr ""
|
5781 |
|
5782 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:275
|
5783 |
+
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:232
|
5784 |
msgid "Images Margin Bottom"
|
5785 |
msgstr ""
|
5786 |
|
5801 |
|
5802 |
#: \inc\shortcodes\clients-list\class-qiaddonsforelementor-clients-list-shortcode.php:322
|
5803 |
#: \inc\shortcodes\clients-slider\class-qiaddonsforelementor-clients-slider-shortcode.php:73
|
5804 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:417
|
5805 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:248
|
5806 |
msgid "Scale"
|
5807 |
msgstr ""
|
5808 |
|
5981 |
msgstr ""
|
5982 |
|
5983 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:253
|
5984 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:183
|
5985 |
msgid "Digit Color"
|
5986 |
msgstr ""
|
5987 |
|
5988 |
#: \inc\shortcodes\countdown\class-qiaddonsforelementor-countdown-shortcode.php:264
|
5989 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:174
|
5990 |
msgid "Digit Typography"
|
5991 |
msgstr ""
|
5992 |
|
6081 |
msgid "Step Delay"
|
6082 |
msgstr ""
|
6083 |
|
6084 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:100
|
6085 |
msgid "Digit Label"
|
6086 |
msgstr ""
|
6087 |
|
6088 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:202
|
6089 |
msgid "Digit Background Color"
|
6090 |
msgstr ""
|
6091 |
|
6092 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:213
|
6093 |
msgid "Digit Background Size"
|
6094 |
msgstr ""
|
6095 |
|
6096 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:226
|
6097 |
msgid "Digit Background Radius"
|
6098 |
msgstr ""
|
6099 |
|
6100 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:247
|
6101 |
msgid "Digit Stroke Effect"
|
6102 |
msgstr ""
|
6103 |
|
6104 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:256
|
6105 |
msgid "Digit Stroke Color"
|
6106 |
msgstr ""
|
6107 |
|
6108 |
+
#: \inc\shortcodes\counter\class-qiaddonsforelementor-counter-shortcode.php:275
|
6109 |
msgid "Digit Stroke Width"
|
6110 |
msgstr ""
|
6111 |
|
6189 |
#: \inc\shortcodes\testimonials-list\variations\side-with-image\side-with-image.php:54
|
6190 |
#: \inc\shortcodes\testimonials-slider\variations\boxed\boxed.php:115
|
6191 |
#: \inc\shortcodes\testimonials-slider\variations\side-with-image\side-with-image.php:54
|
6192 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:359
|
6193 |
msgid "Image Border Radius"
|
6194 |
msgstr ""
|
6195 |
|
6321 |
msgstr ""
|
6322 |
|
6323 |
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:54
|
6324 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:97
|
6325 |
msgid "Positions of Decorated Words"
|
6326 |
msgstr ""
|
6327 |
|
6328 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:56
|
6329 |
msgid "Enter the positions of the words which you would like to be decorated in title. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a decoration, you would enter \"1,3,4\")"
|
6330 |
msgstr ""
|
6331 |
|
6332 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:63
|
6333 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:106
|
6334 |
msgid "Positions of Different Colored Words"
|
6335 |
msgstr ""
|
6336 |
|
6337 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:65
|
6338 |
msgid "Enter the positions of the words which you would like to be in different color in title. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a different color, you would enter \"1,3,4\")"
|
6339 |
msgstr ""
|
6340 |
|
6341 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:79
|
6342 |
msgid "Positions of Links"
|
6343 |
msgstr ""
|
6344 |
|
6345 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:81
|
6346 |
msgid "Enter the position, or start and end position of the words which you would like to include in link. Separate the positions with commas (e.g. if you would like the first and second word to be a link, you would enter \"1,2\")"
|
6347 |
msgstr ""
|
6348 |
|
6349 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:96
|
6350 |
msgid "Select Bottom Section Template"
|
6351 |
msgstr ""
|
6352 |
|
6353 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:106
|
6354 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:72
|
6355 |
#: \inc\shortcodes\preview-slider\class-qiaddonsforelementor-preview-slider-shortcode.php:70
|
6356 |
msgid "Main Image"
|
6357 |
msgstr ""
|
6358 |
|
6359 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:115
|
6360 |
msgid "Main Image Proportions"
|
6361 |
msgstr ""
|
6362 |
|
6363 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:123
|
6364 |
msgid "Main Custom Image Width"
|
6365 |
msgstr ""
|
6366 |
|
6367 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:139
|
6368 |
msgid "Main Custom Image Height"
|
6369 |
msgstr ""
|
6370 |
|
6371 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:155
|
6372 |
msgid "Main Image Holder Height"
|
6373 |
msgstr ""
|
6374 |
|
6375 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:156
|
6376 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:179
|
6377 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:198
|
6378 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:217
|
6379 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:236
|
6380 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:255
|
6381 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:274
|
6382 |
msgid "Enter image height in px."
|
6383 |
msgstr ""
|
6384 |
|
6385 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:167
|
6386 |
msgid "Main Image Holder Height Responsive"
|
6387 |
msgstr ""
|
6388 |
|
6389 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:170
|
6390 |
msgid "Custom "
|
6391 |
msgstr ""
|
6392 |
|
6393 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:178
|
6394 |
msgid "Main Image Holder Height 1440"
|
6395 |
msgstr ""
|
6396 |
|
6397 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:197
|
6398 |
msgid "Main Image Holder Height 1366"
|
6399 |
msgstr ""
|
6400 |
|
6401 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:216
|
6402 |
msgid "Main Image Holder Height 1280"
|
6403 |
msgstr ""
|
6404 |
|
6405 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:235
|
6406 |
msgid "Main Image Holder Height 1024"
|
6407 |
msgstr ""
|
6408 |
|
6409 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:254
|
6410 |
msgid "Main Image Holder Height 768"
|
6411 |
msgstr ""
|
6412 |
|
6413 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:273
|
6414 |
msgid "Main Image Holder Height 680"
|
6415 |
msgstr ""
|
6416 |
|
6417 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:292
|
6418 |
msgid "Second Image"
|
6419 |
msgstr ""
|
6420 |
|
6421 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:301
|
6422 |
msgid "Second Image Proportions"
|
6423 |
msgstr ""
|
6424 |
|
6425 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:309
|
6426 |
msgid "Second Custom Image Width"
|
6427 |
msgstr ""
|
6428 |
|
6429 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:325
|
6430 |
msgid "Second Custom Image Height"
|
6431 |
msgstr ""
|
6432 |
|
6433 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:342
|
6434 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:72
|
6435 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:505
|
6436 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:146
|
6437 |
msgid "Enable Appear Animation"
|
6438 |
msgstr ""
|
6439 |
|
6440 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:352
|
6441 |
msgid "Second Image Max Width"
|
6442 |
msgstr ""
|
6443 |
|
6444 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:387
|
6445 |
msgid "Content Left from Image"
|
6446 |
msgstr ""
|
6447 |
|
6448 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:388
|
6449 |
msgid "Content Right from Image"
|
6450 |
msgstr ""
|
6451 |
|
6452 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:446
|
6453 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:176
|
6454 |
msgid "Title Different Color"
|
6455 |
msgstr ""
|
6456 |
|
6457 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:458
|
6458 |
msgid "Decoration"
|
6459 |
msgstr ""
|
6460 |
|
6461 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:462
|
6462 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:192
|
6463 |
msgid "Bold"
|
6464 |
msgstr ""
|
6465 |
|
6466 |
+
#: \inc\shortcodes\dual-image-with-content\class-qiaddonsforelementor-dual-image-with-content-shortcode.php:472
|
6467 |
msgid "Link Underline Draw"
|
6468 |
msgstr ""
|
6469 |
|
6495 |
msgstr ""
|
6496 |
|
6497 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:180
|
6498 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:280
|
6499 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:232
|
6500 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:320
|
6501 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:328
|
6522 |
msgstr ""
|
6523 |
|
6524 |
#: \inc\shortcodes\faq\class-qiaddonsforelementor-faq-shortcode.php:215
|
6525 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:268
|
6526 |
#: \inc\shortcodes\progress-bar-circle\class-qiaddonsforelementor-progress-bar-circle-shortcode.php:221
|
6527 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:309
|
6528 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:317
|
6614 |
msgid "Dataset Values"
|
6615 |
msgstr ""
|
6616 |
|
6617 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:81
|
6618 |
msgid "Dataset Labels"
|
6619 |
msgstr ""
|
6620 |
|
6621 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:82
|
6622 |
msgid "Example Label"
|
6623 |
msgstr ""
|
6624 |
|
6625 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:92
|
6626 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:161
|
6627 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:211
|
6628 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:569
|
6629 |
msgid "Line Color"
|
6630 |
msgstr ""
|
6631 |
|
6632 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:98
|
6633 |
msgid "Hover Line Color"
|
6634 |
msgstr ""
|
6635 |
|
6636 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:99
|
6637 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:122
|
6638 |
msgid "Only for bar graphs"
|
6639 |
msgstr ""
|
6640 |
|
6641 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:109
|
6642 |
msgid "Filling Modes"
|
6643 |
msgstr ""
|
6644 |
|
6645 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:111
|
6646 |
msgid "(origin, -1, -2, +1, +2 ...)"
|
6647 |
msgstr ""
|
6648 |
|
6649 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:116
|
6650 |
msgid "Area Color"
|
6651 |
msgstr ""
|
6652 |
|
6653 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:121
|
6654 |
msgid "Hover Area Color"
|
6655 |
msgstr ""
|
6656 |
|
6657 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:127
|
6658 |
msgid "Enable Linear Mode"
|
6659 |
msgstr ""
|
6660 |
|
6661 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:130
|
6662 |
msgid "Only for line graphs"
|
6663 |
msgstr ""
|
6664 |
|
6665 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:139
|
6666 |
msgid "Data Labels"
|
6667 |
msgstr ""
|
6668 |
|
6669 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:140
|
6670 |
msgid "1 month, 3 months, 6 months, 12 months, 24 months"
|
6671 |
msgstr ""
|
6672 |
|
6673 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:141
|
6674 |
msgid "Separate labels with commas"
|
6675 |
msgstr ""
|
6676 |
|
6677 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:148
|
6678 |
msgid "Graph Type"
|
6679 |
msgstr ""
|
6680 |
|
6681 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:150
|
6682 |
msgid "Line"
|
6683 |
msgstr ""
|
6684 |
|
6685 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:151
|
6686 |
msgid "Bar"
|
6687 |
msgstr ""
|
6688 |
|
6689 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:153
|
6690 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:162
|
6691 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:293
|
6692 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:302
|
6693 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:310
|
6694 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:334
|
6695 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:358
|
6696 |
msgid "Graph Style"
|
6697 |
msgstr ""
|
6698 |
|
6699 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:160
|
6700 |
msgid "Graph Alignment"
|
6701 |
msgstr ""
|
6702 |
|
6703 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:282
|
6704 |
msgid "Graph Size"
|
6705 |
msgstr ""
|
6706 |
|
6707 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:325
|
6708 |
msgid "Bar Size"
|
6709 |
msgstr ""
|
6710 |
|
6711 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:349
|
6712 |
msgid "Category Size"
|
6713 |
msgstr ""
|
6714 |
|
6715 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:373
|
6716 |
msgid "Minimum Data Value"
|
6717 |
msgstr ""
|
6718 |
|
6719 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:374
|
6720 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:382
|
6721 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:390
|
6722 |
msgid "Tick Style"
|
6723 |
msgstr ""
|
6724 |
|
6725 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:381
|
6726 |
msgid "Maximum Data Value"
|
6727 |
msgstr ""
|
6728 |
|
6729 |
+
#: \inc\shortcodes\graphs\class-qiaddonsforelementor-graphs-shortcode.php:389
|
6730 |
msgid "Step Size"
|
6731 |
msgstr ""
|
6732 |
|
6733 |
+
#: \inc\shortcodes\helper.php:152
|
6734 |
msgid "Select"
|
6735 |
msgstr ""
|
6736 |
|
6746 |
msgid "Highlight Text Position"
|
6747 |
msgstr ""
|
6748 |
|
6749 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:54
|
6750 |
msgid "If you would like to wrap from third to fifth and from seventh to ninth words, you would enter \"3-5,7-9\" or if you want to highlight whole text enter -1"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:112
|
6754 |
msgid "Highlight Text Color"
|
6755 |
msgstr ""
|
6756 |
|
6757 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:123
|
6758 |
msgid "Highlight Text Background Color"
|
6759 |
msgstr ""
|
6760 |
|
6761 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:132
|
6762 |
msgid "Highlight Top Offset"
|
6763 |
msgstr ""
|
6764 |
|
6765 |
+
#: \inc\shortcodes\highlight\class-qiaddonsforelementor-highlight-shortcode.php:141
|
6766 |
msgid "Highlight Bottom Offset"
|
6767 |
msgstr ""
|
6768 |
|
6862 |
msgid "Shortcode that adds icon with text element"
|
6863 |
msgstr ""
|
6864 |
|
6865 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:282
|
6866 |
msgid "Icon Border Color"
|
6867 |
msgstr ""
|
6868 |
|
6869 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:302
|
6870 |
msgid "Icon Stroke Color"
|
6871 |
msgstr ""
|
6872 |
|
6873 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:371
|
6874 |
msgid "Icon Border Hover Color"
|
6875 |
msgstr ""
|
6876 |
|
6877 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:391
|
6878 |
msgid "Icon Stroke Hover Color"
|
6879 |
msgstr ""
|
6880 |
|
6881 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:411
|
6882 |
msgid "Icon Hover"
|
6883 |
msgstr ""
|
6884 |
|
6885 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:415
|
6886 |
msgid "Move Horizontal"
|
6887 |
msgstr ""
|
6888 |
|
6889 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:416
|
6890 |
msgid "Move Vertical"
|
6891 |
msgstr ""
|
6892 |
|
6893 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:451
|
6894 |
msgid "Icon Box Size"
|
6895 |
msgstr ""
|
6896 |
|
6897 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:478
|
6898 |
msgid "Icon Border Size"
|
6899 |
msgstr ""
|
6900 |
|
6901 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:505
|
6902 |
msgid "Icon Border Radius"
|
6903 |
msgstr ""
|
6904 |
|
6905 |
+
#: \inc\shortcodes\icon-with-text\class-qiaddonsforelementor-icon-with-text-shortcode.php:526
|
6906 |
msgid "Icon Stroke Width"
|
6907 |
msgstr ""
|
6908 |
|
7011 |
msgid "See More Here"
|
7012 |
msgstr ""
|
7013 |
|
7014 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:119
|
7015 |
msgid "Subtext Typography"
|
7016 |
msgstr ""
|
7017 |
|
7018 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:156
|
7019 |
msgid "Subtext Color"
|
7020 |
msgstr ""
|
7021 |
|
7022 |
+
#: \inc\shortcodes\info-button\class-qiaddonsforelementor-info-button-shortcode.php:216
|
7023 |
msgid "Subtext Hover Color"
|
7024 |
msgstr ""
|
7025 |
|
7031 |
msgid "Shortcode that adds info box element"
|
7032 |
msgstr ""
|
7033 |
|
7034 |
+
#: \inc\shortcodes\info-cards\class-qiaddonsforelementor-info-cards-shortcode.php:181
|
7035 |
msgid "Hover Color"
|
7036 |
msgstr ""
|
7037 |
|
7076 |
msgid "Shortcode that adds interactive links"
|
7077 |
msgstr ""
|
7078 |
|
7079 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:63
|
7080 |
msgid "Enable Full Height"
|
7081 |
msgstr ""
|
7082 |
|
7083 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:76
|
7084 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:82
|
7085 |
msgid "Child elements"
|
7086 |
msgstr ""
|
7087 |
|
7088 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:79
|
7089 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:85
|
7090 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:452
|
7091 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:53
|
7092 |
msgid "Item Title 1"
|
7093 |
msgstr ""
|
7094 |
|
7095 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:85
|
7096 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:94
|
7097 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:458
|
7098 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:57
|
7099 |
msgid "Item Title 2"
|
7100 |
msgstr ""
|
7101 |
|
7102 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:101
|
7103 |
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:163
|
7104 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:480
|
7105 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:80
|
7106 |
msgid "Item Title"
|
7107 |
msgstr ""
|
7108 |
|
7109 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:118
|
7110 |
#: \inc\shortcodes\parallax-images\class-qiaddonsforelementor-parallax-images-shortcode.php:233
|
7111 |
msgid "Image Position"
|
7112 |
msgstr ""
|
7113 |
|
7114 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:124
|
7115 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:136
|
7116 |
msgid "This option affects only standard layout"
|
7117 |
msgstr ""
|
7118 |
|
7119 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:129
|
7120 |
msgid "Image Offset From Center"
|
7121 |
msgstr ""
|
7122 |
|
7123 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:146
|
7124 |
msgid "List Padding"
|
7125 |
msgstr ""
|
7126 |
|
7127 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:152
|
7128 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:174
|
7129 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:188
|
7130 |
#: \inc\shortcodes\interactive-link-showcase\variations\background\helper.php:46
|
7131 |
#: \inc\shortcodes\interactive-link-showcase\variations\split\helper.php:44
|
7132 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:410
|
7143 |
msgid "List Style"
|
7144 |
msgstr ""
|
7145 |
|
7146 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:160
|
7147 |
msgid "List Width"
|
7148 |
msgstr ""
|
7149 |
|
7150 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:273
|
7151 |
msgid "Title Hover Style"
|
7152 |
msgstr ""
|
7153 |
|
7154 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:276
|
7155 |
msgid "Line Through"
|
7156 |
msgstr ""
|
7157 |
|
7158 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:279
|
7159 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:292
|
7160 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:306
|
7161 |
msgid "Hover Style"
|
7162 |
msgstr ""
|
7163 |
|
7164 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:287
|
7165 |
msgid "Hover Line Thickness"
|
7166 |
msgstr ""
|
7167 |
|
7168 |
+
#: \inc\shortcodes\interactive-link-showcase\class-qiaddonsforelementor-interactive-link-showcase-shortcode.php:300
|
7169 |
msgid "Hover Line Offset"
|
7170 |
msgstr ""
|
7171 |
|
7214 |
msgid "Number"
|
7215 |
msgstr ""
|
7216 |
|
7217 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:311
|
7218 |
msgid "Image Top Offset"
|
7219 |
msgstr ""
|
7220 |
|
7221 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:342
|
7222 |
msgid "Image Side Margin"
|
7223 |
msgstr ""
|
7224 |
|
7225 |
+
#: \inc\shortcodes\item-showcase\class-qiaddonsforelementor-item-showcase-shortcode.php:361
|
7226 |
msgid "Item Space"
|
7227 |
msgstr ""
|
7228 |
|
7409 |
|
7410 |
#: \inc\shortcodes\pricing-list\class-qiaddonsforelementor-pricing-list-shortcode.php:247
|
7411 |
#: \inc\shortcodes\process\class-qiaddonsforelementor-process-shortcode.php:390
|
7412 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:583
|
7413 |
msgid "Line Thickness"
|
7414 |
msgstr ""
|
7415 |
|
7494 |
#: \inc\shortcodes\pricing-table\class-qiaddonsforelementor-pricing-table-shortcode.php:144
|
7495 |
#: \inc\shortcodes\progress-bar-horizontal\class-qiaddonsforelementor-progress-bar-horizontal-shortcode.php:288
|
7496 |
#: \inc\shortcodes\progress-bar-vertical\class-qiaddonsforelementor-progress-bar-vertical-shortcode.php:296
|
7497 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:269
|
7498 |
#: \inc\shortcodes\tabs-horizontal\class-qiaddonsforelementor-tabs-horizontal-shortcode.php:342
|
7499 |
msgid "Title Margin"
|
7500 |
msgstr ""
|
8000 |
msgid "Positions of Line Break"
|
8001 |
msgstr ""
|
8002 |
|
8003 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:80
|
8004 |
msgid "Enter the positions of the words after which you would like to create a line break. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a line break, you would enter \"1,3,4\")"
|
8005 |
msgstr ""
|
8006 |
|
8007 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:87
|
8008 |
msgid "Disable Title Line Break"
|
8009 |
msgstr ""
|
8010 |
|
8011 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:88
|
8012 |
msgid "Enabling this option will disable title line breaks for screen size 1024 and lower"
|
8013 |
msgstr ""
|
8014 |
|
8015 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:99
|
8016 |
msgid "Enter the positions of the words which you would like to be decorated. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a decoration, you would enter \"1,3,4\")"
|
8017 |
msgstr ""
|
8018 |
|
8019 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:108
|
8020 |
msgid "Enter the positions of the words which you would like to be in different color. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a different color, you would enter \"1,3,4\")"
|
8021 |
msgstr ""
|
8022 |
|
8023 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:188
|
8024 |
msgid "Title Different Decoration"
|
8025 |
msgstr ""
|
8026 |
|
8027 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:282
|
8028 |
msgid "Subtitle Margin Top"
|
8029 |
msgstr ""
|
8030 |
|
8031 |
+
#: \inc\shortcodes\section-title\class-qiaddonsforelementor-section-title-shortcode.php:316
|
8032 |
msgid "Subtitle Padding"
|
8033 |
msgstr ""
|
8034 |
|
8290 |
msgid "Social"
|
8291 |
msgstr ""
|
8292 |
|
8293 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:144
|
8294 |
msgid "Name Tag"
|
8295 |
msgstr ""
|
8296 |
|
8297 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:155
|
8298 |
msgid "Name Color"
|
8299 |
msgstr ""
|
8300 |
|
8301 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:167
|
8302 |
msgid "Name Typography"
|
8303 |
msgstr ""
|
8304 |
|
8305 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:177
|
8306 |
msgid "Role Color"
|
8307 |
msgstr ""
|
8308 |
|
8309 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:189
|
8310 |
msgid "Role Typography"
|
8311 |
msgstr ""
|
8312 |
|
8313 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:199
|
8314 |
msgid "Icons Color"
|
8315 |
msgstr ""
|
8316 |
|
8317 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:211
|
8318 |
msgid "Icons Hover Color"
|
8319 |
msgstr ""
|
8320 |
|
8321 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:247
|
8322 |
msgid "Zoom"
|
8323 |
msgstr ""
|
8324 |
|
8325 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:257
|
8326 |
msgid "Role Margin Bottom"
|
8327 |
msgstr ""
|
8328 |
|
8329 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:271
|
8330 |
msgid "Name Margin Bottom"
|
8331 |
msgstr ""
|
8332 |
|
8333 |
+
#: \inc\shortcodes\team-member\class-qiaddonsforelementor-team-member-shortcode.php:285
|
8334 |
msgid "Space Between Icons"
|
8335 |
msgstr ""
|
8336 |
|
8622 |
msgid "Point Icon"
|
8623 |
msgstr ""
|
8624 |
|
8625 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:227
|
8626 |
msgid "Top/bottom and left/right padding will change sides for vertical separated type on every other item"
|
8627 |
msgstr ""
|
8628 |
|
8629 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:266
|
8630 |
msgid "Date Margin Bottom"
|
8631 |
msgstr ""
|
8632 |
|
8633 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:317
|
8634 |
msgid "Left/right padding will change sides for vertical separated type on every other item"
|
8635 |
msgstr ""
|
8636 |
|
8637 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:384
|
8638 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:402
|
8639 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:425
|
8640 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:448
|
8641 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:471
|
8642 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:494
|
8643 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:517
|
8644 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:540
|
8645 |
msgid "Columns"
|
8646 |
msgstr ""
|
8647 |
|
8648 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:561
|
8649 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:575
|
8650 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:594
|
8651 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:607
|
8652 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:630
|
8653 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:655
|
8654 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:669
|
8655 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:681
|
8656 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:695
|
8657 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:709
|
8658 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:721
|
8659 |
msgid "Line & Point Style"
|
8660 |
msgstr ""
|
8661 |
|
8662 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:602
|
8663 |
msgid "Point Type"
|
8664 |
msgstr ""
|
8665 |
|
8666 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:605
|
8667 |
msgid "Diamond"
|
8668 |
msgstr ""
|
8669 |
|
8670 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:615
|
8671 |
msgid "Point Position"
|
8672 |
msgstr ""
|
8673 |
|
8674 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:638
|
8675 |
msgid "Diamond Lines Size"
|
8676 |
msgstr ""
|
8677 |
|
8678 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:663
|
8679 |
msgid "Point Size"
|
8680 |
msgstr ""
|
8681 |
|
8682 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:677
|
8683 |
msgid "Point Color"
|
8684 |
msgstr ""
|
8685 |
|
8686 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:689
|
8687 |
msgid "Point Border Radius"
|
8688 |
msgstr ""
|
8689 |
|
8690 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:739
|
8691 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:757
|
8692 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:777
|
8693 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:799
|
8694 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:827
|
8695 |
msgid "Navigation Style"
|
8696 |
msgstr ""
|
8697 |
|
8698 |
+
#: \inc\shortcodes\timeline\class-qiaddonsforelementor-timeline-shortcode.php:806
|
8699 |
msgid "Navigation Arrow Offset"
|
8700 |
msgstr ""
|
8701 |
|
8738 |
msgstr ""
|
8739 |
|
8740 |
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:26
|
8741 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:87
|
8742 |
msgid "Typeout Text"
|
8743 |
msgstr ""
|
8744 |
|
8750 |
msgid "Cursor Character"
|
8751 |
msgstr ""
|
8752 |
|
8753 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:71
|
8754 |
msgid "Typeout Items"
|
8755 |
msgstr ""
|
8756 |
|
8757 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:74
|
8758 |
msgid "Example"
|
8759 |
msgstr ""
|
8760 |
|
8761 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:77
|
8762 |
msgid "Typing"
|
8763 |
msgstr ""
|
8764 |
|
8765 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:88
|
8766 |
msgid "Again"
|
8767 |
msgstr ""
|
8768 |
|
8769 |
+
#: \inc\shortcodes\typeout-text\class-qiaddonsforelementor-typeout-text-shortcode.php:149
|
8770 |
msgid "Typeout Color"
|
8771 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: addons, elementor, elementor addon, elementor widget, typography, showcase
|
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.7
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 1.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -162,6 +162,12 @@ From wordpress.org
|
|
162 |
|
163 |
== Changelog ==
|
164 |
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
= 1.0.2 - 04-17-2021 =
|
166 |
- Added specific css classes for widgets
|
167 |
- Minor improvement for Countdown widget
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.7
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 1.1.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
162 |
|
163 |
== Changelog ==
|
164 |
|
165 |
+
= 1.1.0 - 04-20-2021 =
|
166 |
+
- Added 'dynamic tags' support for Elementor Pro
|
167 |
+
- Added 'read more text' label option for 'Blog List' and 'Blog Carousel' widgets
|
168 |
+
- Improved plugin widgets load
|
169 |
+
- Improved font inclusion compatibility
|
170 |
+
|
171 |
= 1.0.2 - 04-17-2021 =
|
172 |
- Added specific css classes for widgets
|
173 |
- Minor improvement for Countdown widget
|