From ce653dd56cac538a956cc4cf70dafa73d70a3485 Mon Sep 17 00:00:00 2001 From: Lai Power Date: Thu, 8 Feb 2024 12:31:36 +0000 Subject: [PATCH] updated plugin `GP Premium` version 2.4.0 --- .../blog/functions/generate-blog.php | 50 ++++++++++++++++-- .../disable-elements/functions/functions.php | 8 ++- .../gp-premium/dist/block-elements.asset.php | 2 +- .../gp-premium/dist/block-elements.css | 3 +- .../plugins/gp-premium/dist/block-elements.js | 6 +-- .../gp-premium/dist/customizer.asset.php | 2 +- .../plugins/gp-premium/dist/customizer.js | 2 +- .../gp-premium/dist/dashboard.asset.php | 2 +- .../plugins/gp-premium/dist/dashboard.js | 2 +- .../plugins/gp-premium/dist/editor.asset.php | 2 +- wp-content/plugins/gp-premium/dist/editor.js | 2 +- .../gp-premium/dist/site-library.asset.php | 2 +- .../plugins/gp-premium/dist/site-library.css | 2 +- .../plugins/gp-premium/dist/site-library.js | 12 ++--- .../elements/class-block-elements.php | 4 ++ .../gp-premium/elements/class-conditions.php | 27 ++++++---- .../elements/class-elements-helper.php | 24 +++++++++ .../gp-premium/elements/class-hero.php | 6 ++- .../gp-premium/general/js/smooth-scroll.js | 8 +-- .../general/js/smooth-scroll.min.js | 2 +- .../gp-premium/general/smooth-scroll.php | 3 +- wp-content/plugins/gp-premium/gp-premium.php | 6 +-- ...e_DE-42da344ccb044413769d16ed3484307b.json | 2 +- ...e_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 2 +- ...e_DE-92fa58377f1b6f7bef9c785c31ae29ff.json | 2 +- ...e_DE-cbab080b0f20fd6c323029398be6c986.json | 1 + ...e_DE-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 + .../gp-premium/langs/gp-premium-de_DE.mo | Bin 59016 -> 59453 bytes ...m-fi-42da344ccb044413769d16ed3484307b.json | 2 +- ...m-fi-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 2 +- ...m-fi-92fa58377f1b6f7bef9c785c31ae29ff.json | 2 +- ...m-fi-cbab080b0f20fd6c323029398be6c986.json | 2 +- ...m-fi-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 2 +- .../plugins/gp-premium/langs/gp-premium-fi.mo | Bin 59294 -> 59738 bytes ...l_NL-42da344ccb044413769d16ed3484307b.json | 2 +- ...l_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 2 +- ...l_NL-92fa58377f1b6f7bef9c785c31ae29ff.json | 2 +- ...l_NL-cbab080b0f20fd6c323029398be6c986.json | 2 +- ...l_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 2 +- .../gp-premium/langs/gp-premium-nl_NL.mo | Bin 57069 -> 57471 bytes .../gp-premium/langs/gp-premium-pt_BR.mo | Bin 35160 -> 54588 bytes ...u_RU-42da344ccb044413769d16ed3484307b.json | 2 +- ...u_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 2 +- ...u_RU-92fa58377f1b6f7bef9c785c31ae29ff.json | 2 +- ...u_RU-cbab080b0f20fd6c323029398be6c986.json | 1 + ...u_RU-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 + .../gp-premium/langs/gp-premium-ru_RU.mo | Bin 53478 -> 77631 bytes ...v_SE-42da344ccb044413769d16ed3484307b.json | 2 +- ...v_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 2 +- ...v_SE-92fa58377f1b6f7bef9c785c31ae29ff.json | 2 +- ...v_SE-cbab080b0f20fd6c323029398be6c986.json | 2 +- ...v_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 2 +- .../gp-premium/langs/gp-premium-sv_SE.mo | Bin 49298 -> 50196 bytes .../gp-premium/langs/gp-premium-zh_CN.mo | Bin 52922 -> 53253 bytes .../menu-plus/functions/css/offside.css | 31 ----------- .../menu-plus/functions/css/offside.min.css | 2 +- .../functions/generate-menu-plus.php | 9 +++- .../page-header/functions/functions.php | 24 ++++++++- wp-content/plugins/gp-premium/readme.txt | 28 ++++++++-- 59 files changed, 214 insertions(+), 103 deletions(-) create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-de_DE-cbab080b0f20fd6c323029398be6c986.json create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-de_DE-ecf9f3c2af10c4f2dfbf4f42504922d1.json create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-cbab080b0f20fd6c323029398be6c986.json create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-ecf9f3c2af10c4f2dfbf4f42504922d1.json diff --git a/wp-content/plugins/gp-premium/blog/functions/generate-blog.php b/wp-content/plugins/gp-premium/blog/functions/generate-blog.php index 8084da2f..9b52b1ea 100644 --- a/wp-content/plugins/gp-premium/blog/functions/generate-blog.php +++ b/wp-content/plugins/gp-premium/blog/functions/generate-blog.php @@ -134,6 +134,11 @@ if ( ! function_exists( 'generate_blog_post_classes' ) ) { * @since 0.1 */ function generate_blog_post_classes( $classes ) { + // Don't add these classes to the GB Query Loop block items. + if ( in_array( 'gb-query-loop-item', $classes ) ) { + return $classes; + } + global $wp_query; $paged = get_query_var( 'paged' ); $paged = $paged ? $paged : 1; @@ -415,6 +420,25 @@ if ( ! function_exists( 'generate_blog_css' ) ) { } } +add_filter( 'generate_excerpt_more_text', 'generate_blog_set_read_more_text' ); +/** + * Set the read more text with our Customizer setting. + * + * @param string $text The read more text. + */ +function generate_blog_set_read_more_text( $text ) { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( $settings['read_more'] ) { + return wp_kses_post( $settings['read_more'] ); + } + + return $text; +} + if ( ! function_exists( 'generate_blog_excerpt_more' ) ) { add_filter( 'excerpt_more', 'generate_blog_excerpt_more', 15 ); /** @@ -430,6 +454,12 @@ if ( ! function_exists( 'generate_blog_excerpt_more' ) ) { return ''; } + // We don't need to overwrite the entire element just to change its text. + // If we can filter the text, stop here. + if ( function_exists( 'generate_get_read_more_text' ) ) { + return $more; + } + return apply_filters( 'generate_excerpt_more_output', sprintf( @@ -462,6 +492,12 @@ if ( ! function_exists( 'generate_blog_content_more' ) ) { return ''; } + // We don't need to overwrite the entire element just to change its text. + // If we can filter the text, stop here. + if ( function_exists( 'generate_get_read_more_text' ) ) { + return $more; + } + return apply_filters( 'generate_content_more_link_output', sprintf( @@ -610,16 +646,20 @@ function generate_blog_read_more_button( $output ) { return $output; } + $aria_label = function_exists( 'generate_get_read_more_aria_label' ) + ? generate_get_read_more_aria_label() + : sprintf( + /* translators: Aria-label describing the read more button */ + _x( 'More on %s', 'more on post title', 'gp-premium' ), + the_title_attribute( 'echo=0' ) + ); + return sprintf( '%5$s

%3$s

', the_title_attribute( 'echo=0' ), esc_url( get_permalink( get_the_ID() ) . apply_filters( 'generate_more_jump', '#more-' . get_the_ID() ) ), wp_kses_post( $settings['read_more'] ), - sprintf( - /* translators: Aria-label describing the read more button */ - _x( 'More on %s', 'more on post title', 'gp-premium' ), - the_title_attribute( 'echo=0' ) - ), + $aria_label, 'generate_excerpt_more_output' === current_filter() ? ' ... ' : '' ); } diff --git a/wp-content/plugins/gp-premium/disable-elements/functions/functions.php b/wp-content/plugins/gp-premium/disable-elements/functions/functions.php index e5d9ef01..edebfed6 100644 --- a/wp-content/plugins/gp-premium/disable-elements/functions/functions.php +++ b/wp-content/plugins/gp-premium/disable-elements/functions/functions.php @@ -222,7 +222,9 @@ if ( ! function_exists( 'generate_save_de_meta' ) ) { ); foreach ( $options as $key ) { - $value = filter_input( INPUT_POST, $key, FILTER_SANITIZE_STRING ); + $value = isset( $_POST[ $key ] ) + ? sanitize_text_field( wp_unslash( $_POST[ $key ] ) ) + : ''; if ( $value ) { update_post_meta( $post_id, $key, $value ); @@ -395,7 +397,9 @@ function generate_premium_save_disable_elements_meta( $post_id ) { ); foreach ( $options as $key ) { - $value = filter_input( INPUT_POST, $key, FILTER_SANITIZE_STRING ); + $value = isset( $_POST[ $key ] ) // phpcs:ignore -- Nonce exists within `generate_layout_meta_box_save` hook. + ? sanitize_text_field( wp_unslash( $_POST[ $key ] ) ) // phpcs:ignore -- Nonce exists within `generate_layout_meta_box_save` hook. + : ''; if ( $value ) { update_post_meta( $post_id, $key, $value ); diff --git a/wp-content/plugins/gp-premium/dist/block-elements.asset.php b/wp-content/plugins/gp-premium/dist/block-elements.asset.php index 3439e33f..48814c1a 100644 --- a/wp-content/plugins/gp-premium/dist/block-elements.asset.php +++ b/wp-content/plugins/gp-premium/dist/block-elements.asset.php @@ -1 +1 @@ - array('lodash', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-server-side-render'), 'version' => '332fd82d1af7a4ec17e6'); + array('lodash', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-server-side-render'), 'version' => 'cf85acaca6a9b96dc3a3'); diff --git a/wp-content/plugins/gp-premium/dist/block-elements.css b/wp-content/plugins/gp-premium/dist/block-elements.css index 03b033bb..c1ba6a46 100644 --- a/wp-content/plugins/gp-premium/dist/block-elements.css +++ b/wp-content/plugins/gp-premium/dist/block-elements.css @@ -3,4 +3,5 @@ .wp-block[data-type="generatepress/dynamic-content"]{margin-bottom:0;margin-top:0} .wp-block[data-type="generatepress/dynamic-image"]{color:#fff;margin-bottom:0;margin-top:0}.wp-block[data-type="generatepress/dynamic-image"] .components-gpp-dynamic-image-placeholder__label{align-items:center;bottom:0;color:#fff;display:flex;font-size:1em;justify-content:center;left:0;position:absolute;right:0;top:0}.wp-block[data-type="generatepress/dynamic-image"] .components-gpp-dynamic-image-placeholder__label>.gpp-dynamic-featured-image__label{margin-left:10px}.wp-block[data-type="generatepress/dynamic-image"] .gpp-dynamic-image-placeholder{background:#000;vertical-align:middle}.wp-block[data-type="generatepress/dynamic-image"] .components-placeholder{width:100%}.wp-block[data-type="generatepress/dynamic-image"] .gpp-dynamic-image-preview{display:inline-block;position:relative}.wp-block[data-type="generatepress/dynamic-image"] .dynamic-author-image-rounded{border-radius:100%} .components-generatepress-units-control-header__units{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.components-generatepress-control__units .components-generatepress-control-buttons__units button.components-button{background:#fff;border:0;border-radius:0!important;box-shadow:none!important;color:#929da7;font-size:10px;height:auto;line-height:20px;padding:0 5px;position:relative;text-align:center;text-shadow:none}.components-generatepress-control__units .components-generatepress-control-buttons__units button.components-button.is-primary{background:#fff!important;color:#000!important;cursor:default;font-weight:700;z-index:1} -.editor-styles-wrapper .is-root-container>.wp-block{margin-left:auto;margin-right:auto;max-width:var(--gp-block-element-width)}.left-sidebar-block-type div:not(.block-editor-inner-blocks)>.block-editor-block-list__layout,.right-sidebar-block-type div:not(.block-editor-inner-blocks)>.block-editor-block-list__layout{padding:10px}.gpp-block-element-panel>.components-base-control{margin-bottom:20px}.gpp-block-element-panel .components-notice,.gpp-block-element-panel .components-notice .components-notice__content{margin:0}.gpp-element-panel-label .components-panel__body-toggle.components-button{display:flex;flex-direction:row-reverse;justify-content:flex-end}.gpp-element-panel-label .components-panel__body-toggle.components-button svg.components-panel__icon{margin:0 10px 0 0}button.gpp-block-elements-template-button{background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;margin:0 0 10px;padding:5px}button.gpp-block-elements-template-button:hover{border-color:var(--wp-admin-theme-color)}button.gpp-block-elements-template-button .gpp-block-template-label{color:#888;font-size:13px;padding:5px}.element-has-parent #generate_premium_elements{display:none}.gpp-block-element-template-panel{background:#fafafa}.gpp-hook-select .gpp-block-element-search-select{position:relative;width:100%}.gpp-hook-select .components-text-control__input{background:#fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;background-size:13px 13px;position:relative;z-index:1}.gpp-hook-select .select-search__select{background:#fff;border:1px solid #ddd}.gpp-hook-select .select-search__options{list-style:none}.gpp-hook-select .select-search__row:not(:first-child){border-top:1px solid #eee}.gpp-hook-select .select-search__row{margin:0}.gpp-hook-select .select-search__not-found,.gpp-hook-select .select-search__option{background:#fff;border:none;cursor:pointer;display:block;height:36px;margin:0;outline:none;padding:0 10px;text-align:left;width:100%}.gpp-hook-select .select-search__option.select-search__is-selected{background:#007cba;color:#fff}.gpp-hook-select .select-search__option.select-search__is-highlighted,.gpp-hook-select .select-search__option:not(.select-search__is-selected):hover{background:#fafafa}.gpp-hook-select .select-search__option.select-search__is-highlighted.select-search__is-selected,.gpp-hook-select .select-search__option.select-search__is-selected:hover{background:#007cba;color:#fff}.gpp-hook-select .select-search__group-header{background:#eee;font-size:10px;padding:8px 10px;text-transform:uppercase}.gpp-hook-select .gpp-block-element-search-select.is-disabled{opacity:.5}.gpp-hook-select .gpp-block-element-search-select.is-loading .select-search__value:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2750%27 height=%2750%27%3E%3Cpath fill=%27%232F2D37%27 d=%27M25 5a20.14 20.14 0 0 1 20 17.88 2.51 2.51 0 0 0 2.49 2.26A2.52 2.52 0 0 0 50 22.33a25.14 25.14 0 0 0-50 0 2.52 2.52 0 0 0 2.5 2.81A2.51 2.51 0 0 0 5 22.88 20.14 20.14 0 0 1 25 5Z%27%3E%3CanimateTransform attributeName=%27transform%27 type=%27rotate%27 from=%270 25 25%27 to=%27360 25 25%27 dur=%270.6s%27 repeatCount=%27indefinite%27/%3E%3C/path%3E%3C/svg%3E");background-size:11px}.gpp-hook-select .gpp-block-element-search-select:not(.is-disabled) .select-search__input{cursor:pointer}.gpp-hook-select .gpp-block-element-search-select:not(.select-search--multiple) .select-search__select{border-radius:3px;left:0;max-height:360px;overflow:auto;position:absolute;right:0;top:35px;z-index:2}.gpp-hook-select .select-search__not-found{color:#888;height:auto;padding:16px;text-align:center} +.editor-styles-wrapper .is-root-container>.wp-block{margin-left:auto;margin-right:auto;max-width:var(--gp-block-element-width)}.left-sidebar-block-type div:not(.block-editor-inner-blocks)>.block-editor-block-list__layout,.right-sidebar-block-type div:not(.block-editor-inner-blocks)>.block-editor-block-list__layout{padding:10px}.gpp-block-element-panel>.components-base-control{margin-bottom:20px}.gpp-block-element-panel .components-notice,.gpp-block-element-panel .components-notice .components-notice__content{margin:0}.gpp-element-panel-label .components-panel__body-toggle.components-button{display:flex;flex-direction:row-reverse;justify-content:flex-end}.gpp-element-panel-label .components-panel__body-toggle.components-button svg.components-panel__icon{margin:0 10px 0 0}button.gpp-block-elements-template-button{background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;margin:0 0 10px;padding:5px}button.gpp-block-elements-template-button:hover{border-color:var(--wp-admin-theme-color)}button.gpp-block-elements-template-button .gpp-block-template-label{color:#888;font-size:13px;padding:5px}.element-has-parent #generate_premium_elements{display:none}.gpp-block-element-template-panel{background:#fafafa} +.gp-select-search .select-search-container{--select-search-background:#fff;--select-search-border:#949494;--select-search-selected:var(--wp-admin-theme-color);--select-search-text:#2c3338;--select-search-subtle-text:#6c6f85;--select-search-inverted-text:var(--select-search-background);--select-search-highlight:#eff1f5;box-sizing:border-box;color:var(--select-search-text);font-family:var(--select-search-font);position:relative;width:100%}.gp-select-search .select-search-container *,.gp-select-search .select-search-container :after,.gp-select-search .select-search-container :before{box-sizing:inherit}.gp-select-search .select-search-input{-webkit-font-smoothing:antialiased;-webkit-appearance:none;background:var(--select-search-background) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;background-size:13px 13px;border:1px solid var(--select-search-border);border-radius:3px;color:var(--select-search-text);display:block;font-size:13px;height:30px;letter-spacing:.01rem;line-height:30px;outline:none;padding:0 26px 0 8px;position:relative;text-align:left;text-overflow:ellipsis;width:100%;z-index:1}.gp-select-search .select-search-is-multiple .select-search-input{border-radius:3px 3px 0 0;margin-bottom:-2px}.gp-select-search .select-search-input::-webkit-search-cancel-button,.gp-select-search .select-search-input::-webkit-search-decoration,.gp-select-search .select-search-input::-webkit-search-results-button,.gp-select-search .select-search-input::-webkit-search-results-decoration{-webkit-appearance:none}.gp-select-search .select-search-input[readonly]{cursor:pointer}.gp-select-search .select-search-is-disabled .select-search-input{cursor:not-allowed}.gp-select-search .select-search-container:not(.select-search-is-disabled) .select-search-input:hover,.gp-select-search .select-search-container:not(.select-search-is-disabled).select-search-has-focus .select-search-input{border-color:var(--select-search-selected)}.gp-select-search .select-search-select{background:var(--select-search-background);border:1px solid var(--select-search-border);box-shadow:0 .0625rem .125rem rgba(0,0,0,.15);max-height:360px;overflow:auto}.gp-select-search .select-search-container:not(.select-search-is-multiple) .select-search-select{border-radius:3px;display:none;left:0;position:absolute;right:0;top:35px;z-index:2}.gp-select-search .select-search-container:not(.select-search-is-multiple).select-search-has-focus .select-search-select{display:block}.gp-select-search .select-search-has-focus .select-search-select{border-color:var(--select-search-selected)}.gp-select-search .select-search-options{list-style:none}.gp-select-search .select-search-not-found,.gp-select-search .select-search-option{-webkit-font-smoothing:antialiased;background:var(--select-search-background);border:none;color:var(--select-search-text);cursor:pointer;display:block;font-family:monospace;font-size:10px;height:30px;letter-spacing:.01rem;outline:none;padding:0 16px;text-align:left;width:100%}.gp-select-search .select-search-option:disabled{background:transparent!important;cursor:not-allowed;opacity:.5}.gp-select-search .select-search-is-highlighted,.gp-select-search .select-search-option:not(.select-search-is-selected):hover{background:var(--select-search-highlight)}.gp-select-search .select-search-is-selected{color:var(--select-search-selected);font-weight:700}.gp-select-search .select-search-group-header{font-size:12px;font-weight:700;letter-spacing:.1rem;padding:10px 16px;text-transform:uppercase} diff --git a/wp-content/plugins/gp-premium/dist/block-elements.js b/wp-content/plugins/gp-premium/dist/block-elements.js index a8d80348..57b22635 100644 --- a/wp-content/plugins/gp-premium/dist/block-elements.js +++ b/wp-content/plugins/gp-premium/dist/block-elements.js @@ -1,3 +1,3 @@ -!function(){var e={184:function(e,t){var n;!function(){"use strict";var a={}.hasOwnProperty;function o(){for(var e=[],t=0;t1)throw new Error('"weight" property in key must bein the range of [0, 1)');r=null==r?d:Math.max(r,d),o=null==o?d:Math.min(o,d),this._keyWeights[s]=d,i+=d}if(i>1)throw new Error("Total of weights cannot exceed 1")}}},{key:"search",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{limit:!1};this._log('---------\nSearch pattern: "'.concat(e,'"'));var n=this._prepareSearchers(e),a=n.tokenSearchers,o=n.fullSearcher,r=this._search(a,o);return this._computeScore(r),this.options.shouldSort&&this._sort(r),t.limit&&"number"==typeof t.limit&&(r=r.slice(0,t.limit)),this._format(r)}},{key:"_prepareSearchers",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=[];if(this.options.tokenize)for(var n=e.split(this.options.tokenSeparator),a=0,o=n.length;a0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,n=this.list,a={},o=[];if("string"==typeof n[0]){for(var r=0,i=n.length;r-1&&(R=(R+p)/2),n._log("Score average:",R);var L=!n.options.tokenize||!n.options.matchAllTokens||s>=d.length;if(n._log("\nCheck Matches: ".concat(L)),(l||u.isMatch)&&L){var B={key:a,arrayIndex:t,value:o,score:R};n.options.includeMatches&&(B.matchedIndices=u.matchedIndices);var E=m[i];E?E.output.push(B):(m[i]={item:r,output:[B]},h.push(m[i]))}}else if(c(o))for(var O=0,P=o.length;O0?Number.EPSILON:s.score;c*=Math.pow(u,g)}r.score=c,this._log(r)}}},{key:"_sort",value:function(e){this._log("\n\nSorting...."),e.sort(this.options.sortFn)}},{key:"_format",value:function(e){var t=[];if(this.options.verbose){var n=[];this._log("\n\nOutput:\n\n",JSON.stringify(e,(function(e,t){if("object"===a(t)&&null!==t){if(-1!==n.indexOf(t))return;n.push(t)}return t}),2)),n=null}var o=[];this.options.includeMatches&&o.push((function(e,t){var n=e.output;t.matches=[];for(var a=0,o=n.length;a-1&&(i.arrayIndex=r.arrayIndex),t.matches.push(i)}}})),this.options.includeScore&&o.push((function(e,t){t.score=e.score}));for(var r=0,i=e.length;rc)return o(e,this.pattern,p);var s=this.options,d=s.location,g=s.distance,u=s.threshold,m=s.findAllMatches,b=s.minMatchCharLength;return r(e,this.pattern,this.patternAlphabet,{location:d,distance:g,threshold:u,findAllMatches:m,minMatchCharLength:b,includeMatches:a})}}])&&a(t.prototype,n),e}();e.exports=l},function(e,t){var n=/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g;e.exports=function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:/ +/g,o=new RegExp(t.replace(n,"\\$&").replace(a,"|")),r=e.match(o),i=!!r,l=[];if(i)for(var c=0,p=r.length;c=P;q-=1){var j=q-1,A=n[e.charAt(j)];if(A&&(w[j]=1),z[q]=(z[q+1]<<1|1)&A,0!==B&&(z[q]|=(S[q+1]|S[q])<<1|1|S[q+1]),z[q]&L&&(I=a(t,{errors:B,currentLocation:j,expectedLocation:y,distance:p}))<=v){if(v=I,(_=j)<=y)break;P=Math.max(1,2*y-_)}}if(a(t,{errors:B+1,currentLocation:y,expectedLocation:y,distance:p})>v)break;S=z}var H={isMatch:_>=0,score:0===I?.001:I};return f&&(H.matchedIndices=o(w,b)),H}},function(e,t){e.exports=function(e,t){var n=t.errors,a=void 0===n?0:n,o=t.currentLocation,r=void 0===o?0:o,i=t.expectedLocation,l=void 0===i?0:i,c=t.distance,p=void 0===c?100:c,s=a/e.length,d=Math.abs(l-r);return p?s+d/p:d?1:s}},function(e,t){e.exports=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=[],a=-1,o=-1,r=0,i=e.length;r=t&&n.push([a,o]),a=-1)}return e[r-1]&&r-a>=t&&n.push([a,r-1]),n}},function(e,t){e.exports=function(e){for(var t={},n=e.length,a=0;a=0&&v-_[0]<=u&&v+f+_[1]>=0}(e,n):function(e){var t=e.ref;if(!(t.offsetWidth||t.offsetHeight||t.getClientRects().length))return!1;var n=void 0,a=void 0;try{var o=t.getBoundingClientRect();n=o.top,a=o.height}catch(e){n=0,a=0}var r=window.innerHeight||document.documentElement.clientHeight,i=Array.isArray(e.props.offset)?e.props.offset:[e.props.offset,e.props.offset];return n-i[0]<=r&&n+a+i[1]>=0}(e);a?e.visible||(e.props.once&&m.push(e),e.visible=!0,e.forceUpdate()):e.props.once&&e.visible||(e.visible=!1,e.props.unmountIfInvisible&&e.forceUpdate())}},x=function(){for(var e=0;e=0?a=setTimeout(c,t-p):(a=null,n||(l=e.apply(r,o),a||(r=null,o=null)))};return function(){r=this,o=arguments,i=+new Date;var p=n&&!a;return a||(a=setTimeout(c,t)),p&&(l=e.apply(r,o),r=null,o=null),l}}},81:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.on=function(e,t,n,a){a=a||!1,e.addEventListener?e.addEventListener(t,n,a):e.attachEvent&&e.attachEvent("on"+t,(function(t){n.call(e,t||window.event)}))},t.off=function(e,t,n,a){a=a||!1,e.removeEventListener?e.removeEventListener(t,n,a):e.detachEvent&&e.detachEvent("on"+t,n)}},315:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(!(e instanceof HTMLElement))return document.documentElement;for(var t="absolute"===e.style.position,n=/(scroll|auto)/,a=e;a;){if(!a.parentNode)return e.ownerDocument||document.documentElement;var o=window.getComputedStyle(a),r=o.position,i=o.overflow,l=o["overflow-x"],c=o["overflow-y"];if("static"===r&&t)a=a.parentNode;else{if(n.test(i)&&n.test(l)&&n.test(c))return a;a=a.parentNode}}return e.ownerDocument||e.documentElement||document.documentElement}},821:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var a,o;return t||(t=250),function(){var r=n||this,i=+new Date,l=arguments;a&&i .gb-inside-container > .block-editor-inner-blocks > .block-editor-block-list__layout";return void 0!==d&&(g=d?".gb-container-"+o+".inline-post-meta-area > .gb-inside-container":".gb-container-"+o+".inline-post-meta-area"),i&&(r(e,g,{"justify-content":l}),"generateblocks.editor.tabletCSS"===(0,c.currentFilter)()&&r(e,g,{"justify-content":p}),"generateblocks.editor.mobileCSS"===(0,c.currentFilter)()&&r(e,g,{"justify-content":s})),e}function y(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n0?n({className:t.join(" ")}):n({className:""}),"generateblocks/headline"===a){var r=(0,l.__)("Hello World","gp-premium");"post-date"===e?r=(0,l.__)("Post date","gp-premium"):"post-author"===e?r=(0,l.__)("Post author name","gp-premium"):"terms"===e?r=(0,l.__)("Terms","gp-premium"):"comments-number"===e?r=(0,l.__)("Comments number","gp-premium"):"post-meta"===e?r=(0,l.__)("Post meta","gp-premium"):"user-meta"===e?r=(0,l.__)("User meta","gp-premium"):"term-meta"===e&&(r=(0,l.__)("Term meta","gp-premium")),n({content:r})}}}),""!==r&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{className:"gpp-blocks-dynamic-text-replace-field",type:"text",value:c}),"post-date"===r&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Date type","gp-premium"),value:w,options:[{label:(0,l.__)("Published date","gp-premim"),value:"published-date"},{label:(0,l.__)("Updated date","gp-premium"),value:"updated-date"}],onChange:function(e){n({gpDynamicDateType:e,gpDynamicTextBefore:"",gpDynamicUpdatedDateBefore:""})}}),"published-date"===w&&(0,o.createElement)(p.ToggleControl,{label:(0,l.__)("Replace with updated date","gp-premium"),checked:!!m,onChange:function(e){n({gpDynamicDateUpdated:e})}})),"terms"===r&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Taxonomy","gp-premium"),value:s,options:C,onChange:function(e){n({gpDynamicTextTaxonomy:e})}}),"generateblocks/headline"===a&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{label:(0,l.__)("Term separator","gp-premium"),type:"text",value:d,onChange:function(e){n({gpDynamicTextTaxonomySeparator:e})}}))),"comments-number"===r&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{label:(0,l.__)("No comments text","gp-premium"),type:"text",value:b,onChange:function(e){n({gpDynamicNoCommentsText:e})}}),(0,o.createElement)(p.TextControl,{label:(0,l.__)("Singular comments text","gp-premium"),type:"text",value:h,onChange:function(e){n({gpDynamicSingleCommentText:e})}}),(0,o.createElement)(p.TextControl,{label:(0,l.__)("Plural comments text","gp-premium"),help:(0,l.__)("Use % in place of the number of comments","gp-premium"),type:"text",value:f,onChange:function(e){n({gpDynamicMultipleCommentsText:e})}})),("post-meta"===r||"term-meta"===r||"user-meta"===r)&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Meta field name","gp-premium"),type:"text",value:g,onChange:function(e){n({gpDynamicTextCustomField:e})}}),"generateblocks/headline"===a&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{label:R,type:"text",value:u,onChange:function(e){n({gpDynamicTextBefore:e})}}),"post-date"===r&&!!m&&"published-date"===w&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Updated date before text","gp-premium"),type:"text",value:T,onChange:function(e){n({gpDynamicUpdatedDateBefore:e})}}))),S.length>1&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Dynamic link type","gp-premium"),value:y,options:S,onChange:function(e){"generateblocks/button"===a&&n(e?{gpDynamicLinkType:e,hasUrl:!0,url:"#"}:{gpDynamicLinkType:e,hasUrl:!1,url:""}),"generateblocks/headline"===a&&n({gpDynamicLinkType:e})}}),("post-meta"===y||"term-meta"===y||"user-meta"===y)&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Meta field name","gp-premium"),type:"text",value:x,onChange:function(e){n({gpDynamicLinkCustomField:e})}})),I&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Source","gp-premium"),value:i,options:[{label:(0,l.__)("Current post","gp-premium"),value:"current-post"},{label:(0,l.__)("Next post","gp-premium"),value:"next-post"},{label:(0,l.__)("Previous post","gp-premium"),value:"previous-post"}],onChange:function(e){n({gpDynamicSource:e})}}),("next-post"===i||"previous-post"===i)&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.ToggleControl,{label:(0,l.__)("In same term","gp-premium"),help:(0,l.__)("Check for posts with the same term as the current post.","gp-premim"),checked:!!v,onChange:function(e){n({gpDynamicSourceInSameTerm:e})}}),!!v&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Taxonomy","gp-premium"),help:(0,l.__)("The taxonomy to check if in the same term.","gp-premim"),type:"text",value:_,onChange:function(e){n({gpDynamicSourceInSameTermTaxonomy:e})}}))))}}]),r}(o.Component),B=L;function E(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function O(e){for(var t=1;to&&(r=0);const i=a[r];return i&&i.disabled?X(r,{key:n,options:a}):r}function ee(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function te(e){for(var t=1;tt.find((t=>t.value===e)))):t.find((t=>t.value===e))||null}function ie(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function le(e){for(var t=1;t{}),getOptions:l=null,allowEmpty:c=!0,closeOnSelect:p=!0,closable:s=!0}){const d=(0,Z.useRef)(null),g=(0,Z.useMemo)((()=>function(e){if(!Array.isArray(e))return[];const t=[];return e.forEach(((e,n)=>{if("type"in e&&"group"===e.type){const a=e.name.replace(/\s+/g,"-").toLowerCase()+"-"+n;e.items.forEach((n=>{t.push(te(te({},n),{},{groupId:a,groupName:e.name,_id:""+n.value}))}))}else t.push(te(te({},e),{},{_id:""+e.value,index:n}))})),t}(r)),[r]),[u,m]=(0,Z.useState)({flat:[],addedOptions:[],value:e,search:"",focus:!1,searching:!1,highlighted:-1,changed:!1}),{flat:b,addedOptions:h,value:f,search:y,focus:x,searching:v,highlighted:_}=u,k=(0,Z.useMemo)((()=>{let e=re(f,[...g,...h]);return e||c||n||([e]=g),e}),[f,g,h,c,n]),w=(0,Z.useMemo)((()=>function(e){const t=[];return e.forEach(((e,n)=>{if("groupId"in e){const a=function(e){for(var t=1;t"groupId"in e&&e.groupId===a.groupId));a.index=n,o>-1?t[o].items.push(a):t.push({items:[a],groupId:e.groupId,type:"group",name:e.groupName})}else t.push(e)})),t}(b)),[b]),T=(0,Z.useMemo)((()=>function(e){return e&&"object"==typeof e?Array.isArray(e)?e.map((e=>e&&e.name)).join(", "):e.name:""}(k)),[k]),C=(0,Z.useCallback)((()=>{m((e=>de(de({},e),{},{focus:!1,search:"",flat:g,highlighted:-1}))),d.current&&d.current.blur()}),[g,d]),D=e=>m((t=>de(de({},t),{},{focus:e}))),S=(0,Z.useCallback)((e=>{m((t=>{const{flat:a,highlighted:o}=t,r=e?a.find((t=>t.value==e)):a[o];if(!r)return t;const i=function(e,t,n){if(!n)return e;if(!t)return[e];const a=Array.isArray(t)?[...t]:[t],o=a.findIndex((t=>t===e));return o>=0?a.splice(o,1):a.push(e),a}(r.value,t.value,n),l=re(i,a);return de(de({},t),{},{addedOptions:n?l:[l],value:i,changed:[i,l]})}))}),[n]),I=(0,Z.useCallback)((e=>{e.preventDefault(),p&&d.current&&d.current.blur(),S(e.currentTarget.value)}),[S,p]),R=(0,Z.useCallback)((e=>{const{key:t}=e;"ArrowDown"!==t&&"ArrowUp"!==t||(e.preventDefault(),m((e=>de(de({},e),{},{highlighted:X(e.highlighted,{key:t,options:e.flat})}))))}),[]),L=(0,Z.useCallback)((({key:e})=>{"Enter"===e&&(S(),s&&p&&C())}),[S,p,C,s]),B=(0,Z.useCallback)((({key:e})=>{"Escape"===e&&C()}),[C]),E={tabIndex:"0",readOnly:!a,onChange:a?({target:e})=>{const{value:t}=e,n={search:t};let a=g;l&&t.length&&(n.searching=!0,a=l(t)),m((e=>de(de({},e),n))),Promise.resolve(a).then((e=>{let n=e;t.length&&(n=function(e,t,n){return!!(e.length&&pe&&n)&&function(e,t,n){return new pe(t,n).search(e).map(((e,t)=>le(le({},e),{},{index:t})))}(e,t,n)}(t,e,o)),m((t=>de(de({},t),{},{flat:!1===n?e:n,searching:!1})))})).catch((()=>m((e=>de(de({},e),{},{flat:g,searching:!1})))))}:null,disabled:t,onMouseDown:()=>D(!x),onBlur:C,onFocus:()=>D(!0),onKeyPress:L,onKeyDown:R,onKeyUp:B,ref:d},O=(0,Z.useMemo)((()=>({tabIndex:"-1",onMouseDown:I,onKeyDown:R,onKeyPress:L,onBlur:C})),[I,R,L,C]);return(0,Z.useEffect)((()=>{m((t=>de(de({},t),{},{value:e})))}),[e]),(0,Z.useEffect)((()=>{m((e=>de(de({},e),{},{flat:g})))}),[g]),(0,Z.useEffect)((()=>{!1!==u.changed&&(m((e=>de(de({},e),{},{changed:!1}))),i(...u.changed))}),[u.changed,i]),[{value:k,highlighted:_,options:w,disabled:t,displayValue:T,focus:x,search:y,searching:v},E,O,e=>m((t=>de(de({},t),{},{value:e})))]}var me=n(697),be=n.n(me);const he=be().shape({name:be().string.isRequired,value:be().oneOfType([be().string,be().number]).isRequired});function fe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function ye(e){for(var t=1;t{let{optionProps:t,highlighted:n,selected:a,cls:o,renderOption:r}=e,i=function(e,t){if(null==e)return{};var n,a,o=function(e,t){if(null==e)return{};var n,a,o={},r=Object.keys(e);for(a=0;a=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(e,["optionProps","highlighted","selected","cls","renderOption"]);const l=[o("option"),!!a&&o("is-selected"),!!n&&o("is-highlighted")].filter((e=>!!e)).join(" "),c=ye(ye({},t),{},{value:i.value,disabled:i.disabled});return Q().createElement("li",{className:o("row"),role:"menuitem","data-index":i.index,"data-value":escape(i.value),key:i.value},r(c,i,{selected:a,highlighted:n},l))};ve.defaultProps={disabled:!1,index:null,value:null},ve.propTypes={};var _e=(0,Z.memo)(ve);function ke(){return ke=Object.assign||function(e){for(var t=1;t{const v=(0,Z.useRef)(null),[_,k,w]=ue({options:l,value:e,multiple:a,disabled:t,fuse:f,search:o,onChange:p,getOptions:h,closeOnSelect:d,closable:!a||"on-focus"===s,allowEmpty:!!n}),{focus:T,highlighted:C,value:D,options:S,searching:I,displayValue:R,search:L}=_,B=(0,Z.useCallback)((e=>"function"==typeof g?g(e):0===e.indexOf("container")?e.replace("container",g):0===e.indexOf("is-")||0===e.indexOf("has-")?e:g.split(" ")[0]+"__"+e),[g]),E=(0,Z.useCallback)((()=>{if(null===y)return null;const e="function"==typeof y?y():y;return Q().createElement("li",{className:B("not-found")},e)}),[y,B]),O=[B("container"),!!t&&B("is-disabled"),!!I&&B("is-loading"),!!T&&B("has-focus")].filter((e=>!!e)).join(" "),P=T&&o?L:R;let M;switch((0,Z.useEffect)((()=>{const{current:e}=v;if(!e||a||C<0&&!D)return;const t=C>-1?'[data-index="'+C+'"]':'[data-value="'+escape(D.value)+'"]',n=e.querySelector(t);if(n){const t=e.getBoundingClientRect(),a=n.getBoundingClientRect();e.scrollTop=n.offsetTop-t.height/2+a.height/2}}),[T,D,C,v,a]),s){case"never":M=!1;break;case"always":M=!0;break;case"on-focus":M=T;break;default:M=!t&&(T||a)}return Q().createElement("div",{ref:x,className:O,id:c},(!a||n||o)&&Q().createElement("div",{className:B("value")},u(Te(Te({},k),{},{placeholder:n,autoFocus:r,autoComplete:i,value:P}),_,B("input"))),M&&Q().createElement("div",{className:B("select"),ref:v,onMouseDown:e=>e.preventDefault()},Q().createElement("ul",{className:B("options")},S.length>0?S.map((e=>{const t="group"===e.type,n=t?e.items:[e],a={cls:B,optionProps:w,renderOption:m},o=n.map((e=>{return Q().createElement(_e,ke({key:e.value,selected:(t=e,n=D,!!n&&(Array.isArray(n)?n.findIndex((e=>e.value===t.value))>=0:n.value===t.value)),highlighted:C===e.index},a,e));var t,n}));return t?Q().createElement("li",{role:"none",className:B("row"),key:e.groupId},Q().createElement("div",{className:B("group")},Q().createElement("div",{className:B("group-header")},b(e.name)),Q().createElement("ul",{className:B("options")},o))):o})):E()||null)))}));De.defaultProps={className:"select-search",disabled:!1,search:!1,multiple:!1,placeholder:null,id:null,autoFocus:!1,autoComplete:"on",value:"",onChange:()=>{},printOptions:"auto",closeOnSelect:!0,renderOption:(e,t,n,a)=>Q().createElement("button",ke({type:"button",className:a},e),t.name),renderGroupHeader:e=>e,renderValue:(e,t,n)=>Q().createElement("input",ke({},e,{className:n})),fuse:{keys:["name","groupName"],threshold:.3},getOptions:null,emptyMessage:null},De.propTypes={};var Se=(0,Z.memo)(De),Ie={template_1:{label:(0,l._x)("Two columns with featured image","label","gp-premium"),thumbnail:"post-navigation-featured-images-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"99fe8eb7","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"7b27c819","columns":2,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"8e5dc8f7","isGrid":true,"gridId":"ee9eb157","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginBottomMobile":"10","isDynamic":true,"gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"e2b84192","columns":2,"horizontalGap":15,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6aed9546","isGrid":true,"gridId":"fa4d77e4","width":25,"widthMobile":25,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSource":"previous-post","imageSize":"thumbnail","linkTo":"single-post","imageWidth":100,"imageHeight":100,"avatarSize":100} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d54a6460","isGrid":true,"gridId":"fa4d77e4","width":75,"widthMobile":75,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"0d00c744","element":"p","marginBottom":"5","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Previous post title","gpDynamicSource":"previous-post"} --\x3e

Previous post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"86e1ad46","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name","gpDynamicSource":"previous-post","gpDynamicTextBefore":"by "} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2540358d","isGrid":true,"gridId":"ee9eb157","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignmentMobile":"left","isDynamic":true,"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"6e69ba24","columns":2,"horizontalGap":15,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"daa456b5","isGrid":true,"gridId":"fa4d77e4","width":75,"widthMobile":75,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","alignmentMobile":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2883b2a4","element":"p","marginBottom":"5","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Next post title","gpDynamicSource":"next-post"} --\x3e

Next post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3d2e07c6","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name","gpDynamicSource":"next-post","gpDynamicTextBefore":"by "} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2634cdf9","isGrid":true,"gridId":"fa4d77e4","width":25,"widthMobile":25,"orderMobile":-1,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSource":"next-post","imageSize":"thumbnail","linkTo":"single-post","imageWidth":100,"imageHeight":100,"avatarSize":100} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_2:{label:(0,l._x)("Two columns with arrows","label","gp-premium"),thumbnail:"post-navigation-arrows-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"d1dd99b1","paddingTop":"20","paddingRight":"0","paddingBottom":"20","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"a4b97d6a","columns":2,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9c89f761","isGrid":true,"gridId":"ee9eb157","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginBottomMobile":"10","isDynamic":true,"gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"c04126aa","columns":2,"horizontalGap":15,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9cf413a8","isGrid":true,"gridId":"fa4d77e4","width":15,"widthTablet":25,"widthMobile":15,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"38a2c075","fillHorizontalSpace":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"bec8d56e","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#000000","textColor":"#ffffff","backgroundColorHover":"#abb8c3","textColorHover":"","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","iconSize":1.5,"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"625f3305","isGrid":true,"gridId":"fa4d77e4","width":85,"widthTablet":75,"widthMobile":85,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"a6f36397","element":"p","marginBottom":"0","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Previous post title","gpDynamicSource":"previous-post"} --\x3e

Previous post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3d262c0b","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicSource":"previous-post","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5d70717c","isGrid":true,"gridId":"ee9eb157","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","alignmentMobile":"left","isDynamic":true,"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"ee647ff2","columns":2,"horizontalGap":15,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"78f3ead4","isGrid":true,"gridId":"fa4d77e4","width":85,"widthTablet":75,"widthMobile":85,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"643cf12f","element":"p","marginBottom":"0","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Next post title","gpDynamicSource":"next-post"} --\x3e

Next post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8ac35083","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicSource":"next-post","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"780c810b","isGrid":true,"gridId":"fa4d77e4","width":15,"widthTablet":25,"widthMobile":15,"orderMobile":-1,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"fe863527","fillHorizontalSpace":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"122d9fa4","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#000000","textColor":"#ffffff","backgroundColorHover":"#abb8c3","textColorHover":"","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","iconSize":1.5,"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_3:{label:(0,l._x)("Two columns with background overlays","label","gp-premium"),thumbnail:"post-navigation-overlay.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"aadd0a6f","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"fe8855c5","columns":2,"horizontalGap":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"59edc08b","isGrid":true,"gridId":"fe8855c5","paddingTop":"40","paddingRight":"40","paddingBottom":"40","paddingLeft":"40","paddingSyncUnits":true,"backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#e3e3e3","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.4,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8d3d4c12","element":"p","backgroundColor":"#cf2e2e","showAdvancedTypography":true,"fontSize":14,"textTransform":"uppercase","paddingTop":"5","paddingRight":"10","paddingBottom":"5","paddingLeft":"10","inlineWidth":true} --\x3e

Previous

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"352592d1","element":"h3","showAdvancedTypography":true,"fontSize":25,"marginBottom":"0","className":"","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"993a41e4","isGrid":true,"gridId":"fe8855c5","paddingTop":"40","paddingRight":"40","paddingBottom":"40","paddingLeft":"40","paddingSyncUnits":true,"backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#e3e3e3","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.4,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"49c8845f","element":"p","backgroundColor":"#cf2e2e","showAdvancedTypography":true,"fontSize":14,"textTransform":"uppercase","paddingTop":"5","paddingRight":"10","paddingBottom":"5","paddingLeft":"10","inlineWidth":true} --\x3e

Next

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"6ba8079e","element":"h3","showAdvancedTypography":true,"fontSize":25,"marginBottom":"0","className":"","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]},template_4:{label:(0,l._x)("Two columns with arrows","label","gp-premium"),thumbnail:"post-navigation-arrows-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"96f5f0fa","innerContainer":"full","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"4785bcc3","columns":2,"horizontalGap":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5287d6da","isGrid":true,"gridId":"4785bcc3","paddingTop":"30","paddingRight":"0","paddingBottom":"25","paddingLeft":"25","backgroundColor":"#ffffff","isDynamic":true,"gpRemoveContainerCondition":"no-previous-post","opacities":[],"textShadows":[{"state":"normal","target":"self","customSelector":"","color":"#000000","colorOpacity":0.5,"xOffset":5,"yOffset":5,"blur":10}]} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"261aea9d","columns":2,"horizontalGap":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"eb3b7005","isGrid":true,"gridId":"261aea9d","width":75,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"0a2d5bfc","element":"h3","alignment":"left","textColor":"#000000","linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"164ae39e","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","hasIcon":true,"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments number","gpDynamicSource":"previous-post"} --\x3e

Comments number

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"75cd654a","isGrid":true,"gridId":"261aea9d","width":25,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"2cf8ccdf","alignment":"right","stack":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"6acb0e83","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#0366d6","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","paddingTop":"15","paddingRight":"20","paddingBottom":"15","paddingLeft":"20","gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7af8fa61","isGrid":true,"gridId":"4785bcc3","paddingTop":"30","paddingRight":"25","paddingBottom":"25","paddingLeft":"0","backgroundColor":"#0366d6","isDynamic":true,"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"1161e4d4","columns":2,"horizontalGap":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"045e1698","isGrid":true,"gridId":"261aea9d","width":25,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"b5e0b3c6","alignment":"left","stack":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"557abb73","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#ffffff","textColor":"#0693e3","backgroundColorHover":"#222222","textColorHover":"#ffffff","paddingTop":"15","paddingRight":"20","paddingBottom":"15","paddingLeft":"20","gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9ad09f6f","isGrid":true,"gridId":"261aea9d","width":75,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9ba9e9d1","element":"h3","alignment":"right","textColor":"#ffffff","linkColor":"#ffffff","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8ebf8dbe","element":"p","alignment":"right","textColor":"#ffffff","linkColor":"#ffffff","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","hasIcon":true,"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments number","gpDynamicSource":"next-post"} --\x3e

Comments number

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]},template_5:{label:(0,l._x)("Two columns with featured image offset","label","gp-premim"),thumbnail:"post-navigation-offset.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"52018004","innerContainer":"full","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginRight":"30","marginLeft":"30","marginLeftTablet":"30","marginRightMobile":"25","marginLeftMobile":"25","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"7bdd6853","columns":4,"horizontalGap":0,"verticalGapMobile":0,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4138dd74","isGrid":true,"gridId":"7bdd6853","width":25,"widthTablet":50,"widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","borderRadiusBottomLeft":"10","borderRadiusTopLeft":"10","borderRadiusBottomLeftTablet":"0","borderRadiusBottomLeftMobile":"0","borderRadiusTopLeftMobile":"5","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"verticalAlignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"776ec4d6","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a3aaad4c","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#b5b5b5","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#f9f9f9","marginRight":"1.5","marginLeft":"-1.5","marginUnit":"em","paddingTop":"15","paddingRight":"15","paddingBottom":"15","paddingLeft":"15","borderSizeTop":"7","borderSizeRight":"7","borderSizeBottom":"7","borderSizeLeft":"7","borderRadiusTopRight":"100","borderRadiusBottomRight":"100","borderRadiusBottomLeft":"100","borderRadiusTopLeft":"100","borderRadiusUnit":"%","iconSizeMobile":0.8,"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"18430adf","isGrid":true,"gridId":"7bdd6853","width":25,"widthTablet":50,"widthMobile":50,"paddingTop":"30","paddingRight":"30","paddingBottom":"30","paddingLeft":"30","paddingSyncUnits":true,"paddingTopMobile":"10","paddingRightMobile":"10","paddingBottomMobile":"10","paddingLeftMobile":"10","marginRight":"10","marginRightTablet":"0","marginRightMobile":"0","borderRadiusTopRight":"10","borderRadiusBottomRight":"10","borderRadiusBottomRightTablet":"0","borderRadiusTopRightMobile":"5","borderRadiusBottomRightMobile":"0","backgroundColor":"#ffffff","zindex":2,"alignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2acc62a4","element":"h3","alignment":"left","backgroundColor":"#ffffff","textColor":"#000000","linkColor":"#000000","showAdvancedTypography":true,"fontSize":25,"fontSizeMobile":17,"marginBottom":"0","marginLeft":"-4","marginUnit":"em","marginLeftMobile":"-3","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","paddingSyncUnits":true,"borderRadiusBottomLeft":"10","borderRadiusTopLeft":"10","borderRadiusTopRightMobile":"5","borderRadiusBottomRightMobile":"5","borderRadiusBottomLeftMobile":"5","borderRadiusTopLeftMobile":"5","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ce9878f4","isGrid":true,"gridId":"7bdd6853","width":25,"widthTablet":50,"widthMobile":50,"paddingTop":"30","paddingRight":"30","paddingBottom":"30","paddingLeft":"30","paddingSyncUnits":true,"paddingTopMobile":"10","paddingRightMobile":"10","paddingBottomMobile":"10","paddingLeftMobile":"10","marginLeft":"10","marginLeftTablet":"0","marginLeftMobile":"0","borderRadiusBottomLeft":"10","borderRadiusTopLeft":"10","borderRadiusTopLeftTablet":"0","borderRadiusBottomLeftMobile":"5","borderRadiusTopLeftMobile":"0","backgroundColor":"#ffffff","zindex":1,"alignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9d97a37f","element":"h3","alignment":"right","backgroundColor":"#ffffff","textColor":"#000000","linkColor":"#000000","showAdvancedTypography":true,"fontSize":25,"fontSizeMobile":17,"marginRight":"-4","marginBottom":"0","marginUnit":"em","marginRightMobile":"-3","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","paddingSyncUnits":true,"borderRadiusTopRight":"10","borderRadiusBottomRight":"10","borderRadiusTopRightMobile":"5","borderRadiusBottomRightMobile":"5","borderRadiusBottomLeftMobile":"5","borderRadiusTopLeftMobile":"5","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6c856070","isGrid":true,"gridId":"7bdd6853","width":25,"widthTablet":50,"widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","borderRadiusTopRight":"10","borderRadiusBottomRight":"10","borderRadiusTopRightTablet":"0","borderRadiusTopRightMobile":"0","borderRadiusBottomRightMobile":"5","bgImage":{"id":"","image":{"url":"https://generatepress.local/wp-content/plugins/gp-premium/elements/assets/admin/background-image-fallback.jpg"}},"verticalAlignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"ad40b681","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"139d60e4","hasUrl":true,"hasIcon":true,"removeText":true,"backgroundColor":"#b5b5b5","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#f9f9f9","marginRight":"-1.5","marginLeft":"1.5","marginUnit":"em","paddingTop":"15","paddingRight":"15","paddingBottom":"15","paddingLeft":"15","borderSizeTop":"7","borderSizeRight":"7","borderSizeBottom":"7","borderSizeLeft":"7","borderRadiusTopRight":"100","borderRadiusBottomRight":"100","borderRadiusBottomLeft":"100","borderRadiusTopLeft":"100","borderRadiusUnit":"%","iconSizeMobile":0.8,"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post","opacities":[],"transitions":[],"boxShadows":[],"transforms":[],"textShadows":[],"filters":[]} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]}},Re={basic_1:{label:(0,l._x)("Inline with avatar","label","gp-premium"),thumbnail:"post-meta-inline.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"8a25fc79","paddingTop":"15","paddingRight":"0","paddingBottom":"15","paddingLeft":"0","marginTop":"20","marginBottom":"20","borderSizeTop":"1","borderSizeBottom":"1","borderColor":"#e8edf0","showAdvancedTypography":true,"fontSize":14,"isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3fb4928a","element":"div","marginLeft":"10","paddingRight":"10","inlineWidth":true,"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author Name"} --\x3e
Author Name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"f9b55781","element":"div","borderColor":"#e8edf0","paddingLeft":"10","borderSizeLeft":"1","inlineWidth":true,"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date"} --\x3e
Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8fca9ec9","element":"div","borderColor":"#e8edf0","marginLeft":"10","paddingLeft":"10","borderSizeLeft":"1","hasIcon":true,"inlineWidth":true,"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments","gpDynamicTextTaxonomy":"category","gpDynamicNoCommentsText":"0","gpDynamicSingleCommentText":"1","gpDynamicMultipleCommentsText":"%"} --\x3e
Comments
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"after-post-title"},{key:"_generate_disable_primary_post_meta",value:!0}]},basic_2:{label:(0,l._x)("Stacked with avatar","label","gp-premium"),thumbnail:"post-meta-avatar-stacked.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"a745be15","paddingTop":"20","paddingRight":"0","paddingBottom":"20","paddingLeft":"0","showAdvancedTypography":true,"fontSize":14,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"fe4d27a3","columns":2,"horizontalGap":15,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"fd4592f4","isGrid":true,"gridId":"fe4d27a3","width":10,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarSize":120} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"137e86ad","isGrid":true,"gridId":"fe4d27a3","width":90,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"d7bb0434","element":"p","marginBottom":"5","gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author Name"} --\x3e

Author Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"759ebd2f","element":"p","marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"after-post-title"},{key:"_generate_disable_primary_post_meta",value:!0}]},basic_3:{label:(0,l._x)("Term buttons","label","gp-premium"),thumbnail:"post-meta-term-buttons.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"7134d7c2","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"621d2c31","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"e378fc0b","hasUrl":true,"backgroundColor":"#000000","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","showAdvancedTypography":true,"fontSize":13,"marginTop":"5","marginRight":"5","marginBottom":"5","marginLeft":"5","paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","borderRadiusTopRight":"20","borderRadiusBottomRight":"20","borderRadiusBottomLeft":"20","borderRadiusTopLeft":"20","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"before-post-title"},{key:"_generate_disable_primary_post_meta",value:!1}]}},Le={template_1:{label:(0,l._x)("Full footer 1","label","gp-premium"),thumbnail:"site-footer-full-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"73cd57e1","paddingTop":"140","paddingRight":"30","paddingBottom":"60","paddingLeft":"30","backgroundColor":"#1b1b42","shapeDividers":[],"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"b76f312f","columns":3,"horizontalGap":80,"verticalAlignment":"center","verticalGapTablet":40,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"53cb46e2","isGrid":true,"gridId":"41f809a3","width":60,"widthTablet":100,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"aa19f1fb","element":"h3","textColor":"#ffffff"} --\x3e

Reach out to us for a consultation.

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"41582601","element":"p","textColor":"#ffffff","paddingRight":"100","paddingRightTablet":"0"} --\x3e

Semper blandit suspendisse faucibus metus lobortis morbi magna vivamus per risus fermentum dapibus imperdiet praesent magnis.

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"a8276863","marginTop":"30","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"529d5dda","hasUrl":true,"backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"#6212b3","backgroundColorHoverOpacity":0,"textColorHover":"#f2f5fa","borderColor":"#ffffff","borderColorHover":"#f2f5fa","borderColorHoverOpacity":0.8,"fontWeight":"600","marginRight":"20","marginBottomMobile":"20","paddingTop":"10","paddingRight":"20","paddingBottom":"10","paddingLeft":"20","borderSizeTop":"3","borderSizeRight":"3","borderSizeBottom":"3","borderSizeLeft":"3","borderRadiusTopRight":"2","borderRadiusBottomRight":"2","borderRadiusBottomLeft":"2","borderRadiusTopLeft":"2"} --\x3e Contact Us \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e1bd60bb","isGrid":true,"gridId":"41f809a3","width":20,"widthTablet":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","removeVerticalGapTablet":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"37420255","element":"p","textColor":"#ffffff"} --\x3e

Company Name
Address Here
Address Here

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"bf8e162e","element":"p","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#f2f5fa","marginBottom":"0","hasIcon":true,"iconPaddingTop":".1"} --\x3e

+1 000 000 0000

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"c762d353","isGrid":true,"gridId":"41f809a3","width":20,"widthTablet":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","removeVerticalGapTablet":true,"removeVerticalGapMobile":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"08544617","alignment":"right","alignmentTablet":"right","alignmentMobile":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"13c371f8","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"instagram link","backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#f2f5fa","borderColor":"#ffffff","borderColorHover":"#f2f5fa","marginRight":"20","paddingTop":"6","paddingRight":"6","paddingBottom":"6","paddingLeft":"6","borderSizeTop":"2","borderSizeRight":"2","borderSizeBottom":"2","borderSizeLeft":"2","borderRadiusTopRight":"50","borderRadiusBottomRight":"50","borderRadiusBottomLeft":"50","borderRadiusTopLeft":"50","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"926332bd","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"twitter link","backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#f2f5fa","borderColor":"#ffffff","borderColorHover":"#f2f5fa","marginRight":"20","paddingTop":"6","paddingRight":"6","paddingBottom":"6","paddingLeft":"6","borderSizeTop":"2","borderSizeRight":"2","borderSizeBottom":"2","borderSizeLeft":"2","borderRadiusTopRight":"50","borderRadiusBottomRight":"50","borderRadiusBottomLeft":"50","borderRadiusTopLeft":"50","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"d957854e","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"facebook link","backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#f2f5fa","borderColor":"#ffffff","borderColorHover":"#f2f5fa","paddingTop":"6","paddingRight":"6","paddingBottom":"6","paddingLeft":"6","borderSizeTop":"2","borderSizeRight":"2","borderSizeBottom":"2","borderSizeLeft":"2","borderRadiusTopRight":"50","borderRadiusBottomRight":"50","borderRadiusBottomLeft":"50","borderRadiusTopLeft":"50","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"0f87c806","paddingTop":"60","paddingRight":"0","paddingBottom":"60","paddingLeft":"0","marginTop":"60","borderSizeTop":"1","borderColor":"#ffffff","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"9cc30ed9","columns":2,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e6861bde","isGrid":true,"gridId":"60ab45cf","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"97c10964","element":"p","textColor":"#ffffff","showAdvancedTypography":true,"fontSize":17} --\x3e

© Company Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7c528044","isGrid":true,"gridId":"60ab45cf","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"d060803e","alignment":"right","alignmentMobile":"left","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"907cc664","hasUrl":true,"backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"","textColorHover":"#f2f5fa","showAdvancedTypography":true,"fontSize":17,"marginRight":"30"} --\x3e Privacy Policy \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a6a340bc","hasUrl":true,"backgroundColor":"","textColor":"#ffffff","backgroundColorHover":"","textColorHover":"#f2f5fa","showAdvancedTypography":true,"fontSize":17} --\x3e Terms of Service \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e'},template_2:{label:(0,l._x)("Full footer 2","label","gp-premium"),thumbnail:"site-footer-full-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"e224c1dd","paddingTop":"80","paddingRight":"20","paddingBottom":"80","paddingLeft":"20","backgroundColor":"#fafbfc","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"34307d45","element":"p","alignment":"center","textColor":"#2e3d4d","showAdvancedTypography":true,"fontWeight":"bold","fontSize":14,"textTransform":"uppercase","letterSpacing":0.3,"marginTop":"10"} --\x3e

Your Company Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4068688a","paddingTop":"60","paddingRight":"20","paddingBottom":"60","paddingLeft":"20","marginTop":"60","marginBottom":"60","borderSizeTop":"1","borderSizeBottom":"1","borderColor":"#5c7a99","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"690686fb","columns":3,"horizontalGap":0,"verticalAlignment":"center","verticalGapMobile":40,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"12d457ad","isGrid":true,"gridId":"f5b096f9","width":32,"paddingTop":"0","paddingRight":"20","paddingBottom":"0","paddingLeft":"20","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8818b435","element":"p","alignment":"center","showAdvancedTypography":true,"fontWeight":"bold","fontSize":13,"textTransform":"uppercase","letterSpacing":0.2,"marginBottom":"0"} --\x3e

PH +1 000 000 0000

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"68ec175a","isGrid":true,"gridId":"f5b096f9","width":36,"paddingTop":"0","paddingRight":"20","paddingBottom":"0","paddingLeft":"20","borderSizeRight":"1","borderSizeLeft":"1","borderSizeTopMobile":"0","borderSizeRightMobile":"0","borderSizeBottomMobile":"0","borderSizeLeftMobile":"0","borderColor":"#5c7a99","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"cf4dcfab","element":"p","alignment":"center","showAdvancedTypography":true,"fontWeight":"bold","fontSize":13,"textTransform":"uppercase","letterSpacing":0.2,"marginBottom":"0"} --\x3e

24 M Drive
East Hampton, NY 11937

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"47f78435","isGrid":true,"gridId":"f5b096f9","width":32,"paddingTop":"0","paddingRight":"20","paddingBottom":"0","paddingLeft":"20","removeVerticalGapMobile":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"fd601b43","alignment":"center","marginBottom":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"2800ad9a","hasUrl":false,"hasIcon":true,"removeText":true,"textColor":"#2e3d4d","textColorHover":"#5c7a99","marginRight":"20","iconSize":0.9} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"eb98a6f6","hasUrl":false,"hasIcon":true,"removeText":true,"textColor":"#2e3d4d","textColorHover":"#5c7a99","marginRight":"20","iconSize":0.9} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"ab839eb9","hasUrl":false,"hasIcon":true,"removeText":true,"textColor":"#2e3d4d","textColorHover":"#5c7a99","marginRight":"20","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"5b757c38","hasUrl":false,"hasIcon":true,"removeText":true,"textColor":"#2e3d4d","textColorHover":"#5c7a99","marginRight":"20","iconSize":0.8} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"424f95c0","columns":2,"verticalGapMobile":30,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"cc32f783","isGrid":true,"gridId":"90341e96","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"1e50faeb","element":"p","alignment":"left","alignmentMobile":"center","showAdvancedTypography":true,"fontWeight":"bold","fontSize":12,"textTransform":"uppercase","letterSpacing":0.2} --\x3e

© Your Copyright Message

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b706d851","isGrid":true,"gridId":"90341e96","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","removeVerticalGapMobile":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"b4f65930","alignment":"right","alignmentMobile":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"373aae0d","hasUrl":false,"textColor":"#2e3d4d","textColorHover":"#5c7a99","showAdvancedTypography":true,"fontWeight":"bold","fontSize":12,"textTransform":"uppercase","letterSpacing":0.2,"marginRight":"30"} --\x3e PRIVACY POLICY \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"3cd1cf71","hasUrl":false,"textColor":"#2e3d4d","textColorHover":"#5c7a99","showAdvancedTypography":true,"fontWeight":"bold","fontSize":12,"textTransform":"uppercase","letterSpacing":0.2} --\x3e terms of service \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e'}},Be={template_1:{label:(0,l._x)("Basic layout with term buttons","label","gp-premium"),thumbnail:"content-template-basic.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"d2cafe96","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"6d7bfb40","marginBottom":"15","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"38620841","hasUrl":true,"backgroundColor":"#000000","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","showAdvancedTypography":true,"fontSize":13,"paddingTop":"5","paddingRight":"10","paddingBottom":"5","paddingLeft":"10","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"f593ba8c","linkColor":"#000000","linkColorHover":"#858585","showAdvancedTypography":true,"fontWeight":"bold","marginBottom":"30","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Post Title"} --\x3e

Post Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"1ed16867","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","showAdvancedTypography":true,"fontSize":14,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"27f5a324","columns":2,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"dc72dc13","isGrid":true,"gridId":"10064c4d","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"c7b33e8b","element":"p","marginBottom":"0","marginLeft":"10","gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name"} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ec93a944","isGrid":true,"gridId":"10064c4d","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"af8af68e","element":"p","marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b70b46a6","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginTop":"30","marginBottom":"30","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"medium_large","linkTo":"single-post"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"750"},{key:"_generate_use_theme_post_container",value:!0}]},template_2:{label:(0,l._x)("Layout with offset content","label","gp-premium"),thumbnail:"content-template-offset.jpg",content:'\x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large","linkTo":"single-post"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"05e7d83e","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","paddingSyncUnits":true,"marginTop":"-65","marginRight":"40","marginBottom":"20","marginLeft":"0","backgroundColor":"#ffffff","zindex":1,"showAdvancedTypography":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"83898f1c","element":"p","linkColor":"#000000","linkColorHover":"#abb8c3","showAdvancedTypography":true,"fontWeight":"700","fontSize":14,"textTransform":"uppercase","marginBottom":"20","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"98a0e67b","showAdvancedTypography":true,"fontSize":28,"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"fed802f7","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginTop":"20","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"ee363d21","columns":2,"horizontalGap":0,"verticalAlignment":"flex-end","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"74fcc8db","isGrid":true,"gridId":"b23efd25","width":66.66,"widthMobile":66.66,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginTop":"15","isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarSize":35,"avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"33ed7660","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginLeft":"10","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2def9732","element":"p","borderColor":"","showAdvancedTypography":true,"fontSize":15,"marginBottom":"0","borderSizeRight":"0","gpDynamicTextType":"post-author","gpDynamicTextReplace":"Post author name"} --\x3e

Post author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"dd34513e","element":"p","showAdvancedTypography":true,"fontSize":12,"marginRight":"10","marginBottom":"0","borderSizeBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6d144082","isGrid":true,"gridId":"b23efd25","width":33.33,"widthMobile":33.33,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginTop":"15","verticalAlignment":"center","alignment":"right","isDynamic":true,"gpInlinePostMetaJustify":"flex-end"} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"ee5c36a9","alignment":"right","marginTop":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"7c89fc64","hasUrl":true,"backgroundColor":"","textColor":"#000000","backgroundColorHover":"","textColorHover":"#abb8c3","fontWeight":"700","textTransform":"uppercase","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","gpDynamicLinkType":"single-post"} --\x3e More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_3:{label:(0,l._x)("Layout with featured image overlay","label","gp-premim"),thumbnail:"content-template-overlay.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"99e0f8fe","minHeight":420,"paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","borderRadiusTopRight":"12","borderRadiusBottomRight":"12","borderRadiusBottomLeft":"12","borderRadiusTopLeft":"12","gradient":true,"gradientDirection":180,"gradientColorOne":"#000000","gradientColorOneOpacity":0.62,"gradientColorTwoOpacity":0,"gradientSelector":"pseudo-element","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#ffffff","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"isDynamic":true,"gpDynamicImageBg":"featured-image"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"864271b1","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginBottom":"10","isDynamic":true,"gpInlinePostMeta":true,"gpInlinePostMetaJustify":"space-between"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"bc0ec4fa","element":"p","showAdvancedTypography":true,"fontWeight":"700","fontSize":13,"textTransform":"uppercase","marginRight":"10","marginBottom":"0","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category","gpDynamicTextTaxonomySeparator":" / "} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"5e2dac4c","element":"p","alignment":"right","showAdvancedTypography":true,"fontSize":12,"marginBottom":"0","hasIcon":true,"iconSize":1.4,"gpDynamicTextType":"comments-number","gpDynamicTextReplace":"COMMENTS","gpDynamicNoCommentsText":"0","gpDynamicSingleCommentText":"1","gpDynamicMultipleCommentsText":"%"} --\x3e

COMMENTS

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"b1e898af","showAdvancedTypography":true,"fontSize":24,"marginUnit":"%","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"3413b754","alignment":"right","marginTop":"300","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"95f40917","hasUrl":true,"backgroundColor":"#ffffff","textColor":"#000000","backgroundColorHover":"#ffffff","backgroundColorHoverOpacity":0.75,"textColorHover":"#000000","borderColor":"#ffffff","borderColorHover":"#ffffff","showAdvancedTypography":true,"fontWeight":"700","fontSize":12,"textTransform":"uppercase","paddingTop":"10","paddingRight":"20","paddingBottom":"10","paddingLeft":"20","borderSizeTop":"1","borderSizeRight":"1","borderSizeBottom":"1","borderSizeLeft":"1","borderRadiusTopRight":"8","borderRadiusBottomRight":"8","borderRadiusBottomLeft":"8","borderRadiusTopLeft":"8","gpDynamicLinkType":"single-post"} --\x3e Read More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_4:{label:(0,l._x)("Layout with slanted shape divider","label","gp-premim"),thumbnail:"content-template-slant.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"0af7ec3a","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"borderSizeTop":"0","borderSizeRight":"0","borderSizeBottom":"0","borderSizeLeft":"0","borderColor":"#000000","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"cc5683f8","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginTop":"0","marginBottom":"0","zindex":1,"showAdvancedTypography":true,"fontSize":14,"shapeDividers":[{"shape":"gb-angle-1","color":"#ffffff","colorOpacity":1,"location":"bottom","height":50,"heightTablet":"","heightMobile":"","width":100,"widthTablet":"","widthMobile":"","flipHorizontally":false,"zindex":""}],"isDynamic":true} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7f6bf8cd","paddingTop":"0","paddingRight":"25","paddingBottom":"15","paddingLeft":"25","marginTop":"0","marginRight":"0","marginBottom":"0","marginLeft":"0","backgroundColor":"#ffffff","zindex":1,"showAdvancedTypography":true,"shapeDividers":[],"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"7fd9c317","element":"p","showAdvancedTypography":true,"fontSize":14,"marginBottom":"5","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"a8ee15fd","showAdvancedTypography":true,"fontSize":30,"marginBottom":"15","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"bc9ef703","alignment":"right","marginTop":"15","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"120ee35e","hasUrl":true,"backgroundColor":"","textColor":"#000000","backgroundColorHover":"#222222","textColorHover":"#ffffff","showAdvancedTypography":true,"fontWeight":"700","textTransform":"uppercase","paddingTop":"15","paddingRight":"20","paddingBottom":"15","paddingLeft":"20","gpDynamicLinkType":"single-post"} --\x3e Read More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_5:{label:(0,l._x)("Layout with centered content","label","gp-premim"),thumbnail:"content-template-centered.jpg",content:'\x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5a785d21","paddingTop":"25","paddingRight":"25","paddingBottom":"25","paddingLeft":"25","paddingSyncUnits":true,"backgroundColor":"#ffffff","alignment":"center","showAdvancedTypography":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"82629d5c","linkColor":"#000000","showAdvancedTypography":true,"fontWeight":"700","fontSize":25,"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":15,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"ad806696","alignment":"center","marginTop":"20","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a1b8a609","hasUrl":true,"backgroundColor":"#cf2e2e","textColor":"#ffffff","backgroundColorHover":"#222222","textColorHover":"#ffffff","showAdvancedTypography":true,"fontSize":15,"textTransform":"uppercase","paddingTop":"8","paddingRight":"20","paddingBottom":"8","paddingLeft":"20","borderRadiusTopRight":"50","borderRadiusBottomRight":"50","borderRadiusBottomLeft":"50","borderRadiusTopLeft":"50","gpDynamicLinkType":"single-post"} --\x3e Read more \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_6:{label:(0,l._x)("Layout with borders","label","gp-premim"),thumbnail:"content-template-borders.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"0af4cc7c","paddingTop":"5","paddingRight":"5","paddingBottom":"5","paddingLeft":"5","paddingSyncUnits":true,"borderSizeTop":"1","borderSizeRight":"1","borderSizeBottom":"1","borderSizeLeft":"1","borderRadiusTopRight":"2","borderRadiusBottomRight":"2","borderRadiusBottomLeft":"2","borderRadiusTopLeft":"2","borderColor":"#b6b6b6","backgroundColor":"#ffffff","isDynamic":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b69b5c43","paddingTop":"30","paddingRight":"30","paddingBottom":"30","paddingLeft":"30","paddingSyncUnits":true,"showAdvancedTypography":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8dfa4238","element":"p","textColor":"#0693e3","showAdvancedTypography":true,"fontWeight":"700","fontSize":14,"textTransform":"uppercase","marginBottom":"5","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e

Terms

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"29491daa","showAdvancedTypography":true,"fontSize":30,"marginBottom":"15","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d5dadc43","paddingTop":"15","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","borderSizeTop":"1","borderColor":"#b6b6b6","showAdvancedTypography":true,"fontSize":14,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"3da68acd","columns":2,"verticalAlignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2c30b1f9","isGrid":true,"gridId":"3da68acd","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"fc06eba3","element":"p","textColor":"#b6b6b6","showAdvancedTypography":true,"fontSize":14,"marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicTextTaxonomy":"category","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9bb8c373","isGrid":true,"gridId":"3da68acd","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"afc412f8","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"0fcad1cd","hasUrl":true,"backgroundColor":"","textColor":"#0693e3","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#0693e3","borderColorHover":"#222222","textTransform":"uppercase","paddingTop":"8","paddingRight":"12","paddingBottom":"8","paddingLeft":"12","borderSizeTop":"2","borderSizeRight":"2","borderSizeBottom":"2","borderSizeLeft":"2","borderRadiusTopRight":"2","borderRadiusBottomRight":"2","borderRadiusBottomLeft":"2","borderRadiusTopLeft":"2","gpDynamicLinkType":"single-post"} --\x3e Read more \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_7:{label:(0,l._x)("Landscape layout","label","gp-premium"),thumbnail:"content-template-landscape.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"918d68ce","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"ae18e4a9","columns":2,"verticalGapMobile":10,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ff15641f","isGrid":true,"gridId":"ae18e4a9","width":40,"widthTablet":40,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true,"gpRemoveContainerCondition":"no-featured-image"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"medium_large","linkTo":"single-post"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"64596747","isGrid":true,"gridId":"ae18e4a9","width":60,"widthTablet":60,"paddingTop":"0","paddingRight":"20","paddingBottom":"10","paddingLeft":"0","paddingTopMobile":"10","paddingRightMobile":"10","paddingBottomMobile":"10","paddingLeftMobile":"10","verticalAlignment":"center","showAdvancedTypography":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ce3f6f48","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","marginBottom":"10","showAdvancedTypography":true,"isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"fdbba1f9","element":"p","showAdvancedTypography":true,"fontWeight":"900","fontSize":14,"textTransform":"uppercase","marginRight":"10","marginBottom":"0","paddingRight":"10","borderSizeRight":"1","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"6df4d39e","element":"p","showAdvancedTypography":true,"fontSize":14,"marginRight":"10","marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"84923e14","showAdvancedTypography":true,"fontSize":28,"marginBottom":"20","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":20} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"800"},{key:"_generate_use_theme_post_container",value:!0}]}},Ee={template_1:{label:(0,l._x)("Default next and previous buttons","label","gp-premium"),thumbnail:"archive-navigation-buttons-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"fb6c192f","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"fe27e101","columns":2,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"af38c5d0","isGrid":true,"gridId":"fe27e101","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"9396ea35","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"aa4ef21a","hasUrl":true,"hasIcon":true,"backgroundColor":"","textColor":"","backgroundColorHover":"","textColorHover":"","className":"button","gpDynamicLinkType":"previous-posts"} --\x3e Previous \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4f3ab895","isGrid":true,"gridId":"fe27e101","widthMobile":50,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"8fcd7911","alignment":"right","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"84010058","hasUrl":true,"hasIcon":true,"iconLocation":"right","backgroundColor":"","textColor":"","backgroundColorHover":"","textColorHover":"","iconPaddingRight":"","iconPaddingLeft":"0.5","className":"button","gpDynamicLinkType":"next-posts"} --\x3e Next \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_main_content"},{key:"_generate_hook_priority",value:"20"},{key:"_generate_disable_archive_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_2:{label:(0,l._x)("Rounded buttons with icon","label","gp-premium"),thumbnail:"archive-navigation-buttons-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"5edb5029","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button-container {"uniqueId":"c7866401","alignment":"center","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"4c23c469","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"Previous page","backgroundColor":"#ffffff","textColor":"#000000","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#000000","marginTop":"5","marginRight":"5","marginBottom":"5","marginLeft":"5","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","borderSizeTop":"1","borderSizeRight":"1","borderSizeBottom":"1","borderSizeLeft":"1","borderRadiusTopRight":"100","borderRadiusBottomRight":"100","borderRadiusBottomLeft":"100","borderRadiusTopLeft":"100","gpDynamicLinkType":"previous-posts"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"55622f43","hasUrl":true,"hasIcon":true,"removeText":true,"ariaLabel":"Next page","backgroundColor":"#ffffff","textColor":"#000000","backgroundColorHover":"#222222","textColorHover":"#ffffff","borderColor":"#000000","marginTop":"5","marginRight":"5","marginBottom":"5","marginLeft":"5","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","borderSizeTop":"1","borderSizeRight":"1","borderSizeBottom":"1","borderSizeLeft":"1","borderRadiusTopRight":"100","borderRadiusBottomRight":"100","borderRadiusBottomLeft":"100","borderRadiusTopLeft":"100","gpDynamicLinkType":"next-posts"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/button-container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_main_content"},{key:"_generate_hook_priority",value:"20"},{key:"_generate_disable_archive_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]}},Oe={template_1:{label:(0,l._x)("Basic single post page hero","label","gp-premium"),thumbnail:"page-hero-basic.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"8b6d1c4b","paddingTop":"150","paddingBottom":"150","backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.3,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"alignment":"center","isDynamic":true,"gpDynamicImageBg":"featured-image"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"62a8b2cc","element":"h1","showAdvancedTypography":true,"fontSize":50,"gpDynamicTextType":"title","gpDynamicTextReplace":"Page Title"} --\x3e

Page Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"f49b9f49","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"isDynamic":true,"gpInlinePostMeta":true,"gpInlinePostMetaJustify":"center"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2e715b13","element":"p","marginBottom":"0","marginLeft":"10","gpDynamicTextType":"post-author","gpDynamicTextReplace":"Author name"} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"dedbe2c8","element":"p","marginBottom":"0","marginLeft":"20","paddingLeft":"20","borderSizeLeft":"1","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_header"},{key:"_generate_disable_title",value:!0},{key:"_generate_disable_featured_image",value:!0},{key:"_generate_disable_primary_post_meta",value:!0}]},template_2:{label:(0,l._x)("Single post hero with excerpt","label","gp-premium"),thumbnail:"page-hero-excerpt.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"70385d72","paddingTop":"80","paddingRight":"40","paddingBottom":"80","paddingLeft":"40","isDynamic":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"5dc55b95","columns":2,"horizontalGap":80,"verticalGap":20,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"579e5b87","isGrid":true,"gridId":"fde86e48","width":45,"widthTablet":60,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","verticalAlignment":"center","showAdvancedTypography":true,"fontSize":14,"isDynamic":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d909e043","paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","paddingSyncUnits":true,"marginBottom":"10","isDynamic":true,"gpInlinePostMeta":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9fdb86dc","element":"p","textColor":"#000000","linkColor":"#000000","showAdvancedTypography":true,"fontWeight":"900","fontSize":14,"textTransform":"uppercase","marginRight":"10","marginBottom":"0","paddingRight":"10","borderSizeRight":"1","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"1ee4cbcf","element":"p","showAdvancedTypography":true,"fontSize":14,"marginRight":"10","marginBottom":"0","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"56c7eb13","marginBottom":"10","gpDynamicTextType":"title","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","useThemeMoreLink":false} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4e92c4e8","isGrid":true,"gridId":"fde86e48","width":55,"widthTablet":40,"minHeight":400,"minHeightMobile":250,"paddingTop":"0","paddingRight":"0","paddingBottom":"0","paddingLeft":"0","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"element","opacity":1,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"isDynamic":true,"gpDynamicImageBg":"featured-image","gpUseFallbackImageBg":true} /--\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_header"},{key:"_generate_disable_title",value:!0},{key:"_generate_disable_featured_image",value:!0},{key:"_generate_disable_primary_post_meta",value:!0}]}},Pe=window.wp.plugins,Me=window.wp.editPost,ze=window.wp.data,qe=window.wp.domReady,je=n.n(qe);function Ae(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function He(e){for(var t=1;t0&&S(r)}},void 0!==z[e].thumbnail&&!!z[e].thumbnail&&(0,o.createElement)(J.ZP,{overflow:!0,once:!0},(0,o.createElement)("img",{src:gpPremiumBlockElements.templateImageUrl+"/"+z[e].thumbnail,alt:z[e].label})),(0,o.createElement)("div",{className:"gpp-block-template-label"},z[e].label))})))),("right-sidebar"===c||"left-sidebar"===c)&&(0,o.createElement)(p.Notice,{status:"info",isDismissible:!1,className:"gpp-block-element-notice"},(0,l.__)("This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.","gp-premium")),"site-footer"===c&&(0,o.createElement)(p.BaseControl,null,(0,o.createElement)(p.Notice,{status:"info",isDismissible:!1,className:"gpp-block-element-notice"},(0,l.__)("This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.","gp-premium"))),"post-meta-template"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Location","gp-premium"),value:m,options:[{label:(0,l.__)("After post title","gp-premium"),value:"after-post-title"},{label:(0,l.__)("Before post title","gp-premium"),value:"before-post-title"},{label:(0,l.__)("After content","gp-premium"),value:"after-content"},{label:(0,l.__)("Custom","gp-premium"),value:"custom"}],onChange:function(e){S({_generate_post_meta_location:e})}})),M.length>1&&(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Quick hook select","gp-premium"),value:s||"",options:M,onChange:function(e){S({_generate_hook:e})}}),(!c||"hook"===c||"page-hero"===c||"post-navigation-template"===c||"archive-navigation-template"===c||"post-meta-template"===c&&"custom"===m)&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.BaseControl,{id:"gpp-hook-select",label:(0,l.__)("Hook name","gp-premium"),className:"gpp-hook-select"},(0,o.createElement)(Se,{options:E,className:function(e){return"container"===e?"gpp-block-element-search-select":"input"===e?"components-text-control__input":"select-search__"+e},value:s,placeholder:(0,l.__)("Choose your hook","gp-premium"),search:!0,onChange:function(e){e!==s&&S({_generate_hook:e||""})}})),"custom"===s&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Custom hook name","gp-premium"),type:"text",onChange:function(e){S({_generate_custom_hook:e||""})},value:d||""}),!!s&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Priority","gp-premium"),type:"text",onChange:function(e){S({_generate_hook_priority:e||""})},value:g||"",placeholder:"10"})),"post-meta-template"===c&&(0,o.createElement)(o.Fragment,null,(""===m||"after-post-title"===m||"before-post-title"===m||"custom"===m)&&(0,o.createElement)(p.ToggleControl,{checked:!!b,label:(0,l.__)("Replace default primary post meta","gp-premium"),onChange:function(e){S({_generate_disable_primary_post_meta:e})}}),("after-content"===m||"custom"===m)&&(0,o.createElement)(p.ToggleControl,{checked:!!h,label:(0,l.__)("Replace default secondary post meta","gp-premium"),onChange:function(e){S({_generate_disable_secondary_post_meta:e})}})),"content-template"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Tag name","gp-premium"),value:u,options:[{label:"article",value:"article"},{label:"div",value:"div"},{label:"section",value:"section"},{label:"aside",value:"aside"}],onChange:function(e){S({_generate_post_loop_item_tagname:e})}}),(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Apply to","gp-premium"),value:v,options:[{label:(0,l.__)("All posts","gp-premium"),value:""},{label:(0,l.__)("Posts with term","gp-premium"),value:"has-term"},{label:(0,l.__)("Posts with custom field","gp-premium"),value:"has-post-meta"},{label:(0,l.__)("First post","gp-premium"),value:"is-first-post"}],onChange:function(e){S({_generate_post_loop_item_display:e})}}),""!==v&&(0,o.createElement)(o.Fragment,null,"has-term"===v&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.SelectControl,{label:(0,l.__)("Taxonomy","gp-premium"),value:_,options:O,onChange:function(e){S({_generate_post_loop_item_display_tax:e})}}),!!_&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Term name","gp-premium"),type:"text",onChange:function(e){S({_generate_post_loop_item_display_term:e||""})},value:k||""})),"has-post-meta"===v&&(0,o.createElement)(p.TextControl,{label:(0,l.__)("Post meta name","gp-premium"),type:"text",onChange:function(e){S({_generate_post_loop_item_display_post_meta:e||""})},value:w||""}),q.length>0&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.BaseControl,null,(0,o.createElement)(p.ComboboxControl,{className:"editor-page-attributes__parent",label:(0,l.__)("Parent Element","gp-premium"),help:(0,l.__)("Set a parent Element to inherit in case the above conditions do not apply.","gp-premim"),value:L,options:q,onFilterValueChange:function(e){e&&Y()(I(e),300)},onChange:function(e){I(e)}})),!!L&&(0,o.createElement)(p.TextControl,{type:"number",label:(0,l.__)("Display Order","gp-premium"),onChange:function(e){R(e)},value:B}))),(0,o.createElement)(p.ToggleControl,{checked:!!x,label:(0,l.__)("Keep default post container","gp-premium"),onChange:function(e){S({_generate_use_theme_post_container:e})}})),"page-hero"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.ToggleControl,{checked:!!f,label:(0,l.__)("Disable title","gp-premium"),onChange:function(e){S({_generate_disable_title:e})}}),(0,o.createElement)(p.ToggleControl,{checked:!!y,label:(0,l.__)("Disable featured image","gp-premium"),onChange:function(e){S({_generate_disable_featured_image:e})}}),(0,o.createElement)(p.ToggleControl,{checked:!!b,label:(0,l.__)("Disable primary post meta","gp-premium"),onChange:function(e){S({_generate_disable_primary_post_meta:e})}})),"site-footer"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.TextControl,{className:"gpp-block-dynamic-year",type:"text",readOnly:!0,value:"{{current_year}}",label:(0,l.__)("Current year template tag","gp-premium"),help:(0,l.__)("Use the above template tag to add the current year to your footer.","gp-premium")})),"post-navigation-template"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.ToggleControl,{checked:!!T,label:(0,l.__)("Disable default post navigation","gp-premium"),onChange:function(e){S({_generate_disable_post_navigation:e})}}),(0,o.createElement)(p.ToggleControl,{checked:!!D,label:(0,l.__)("Add default archive navigation container","gp-premium"),onChange:function(e){S({_generate_use_archive_navigation_container:e})}})),"archive-navigation-template"===c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)(p.ToggleControl,{checked:!!C,label:(0,l.__)("Disable default pagination","gp-premium"),onChange:function(e){S({_generate_disable_archive_navigation:e})}}),(0,o.createElement)(p.ToggleControl,{checked:!!D,label:(0,l.__)("Keep default archive navigation container","gp-premium"),onChange:function(e){S({_generate_use_archive_navigation_container:e})}}))))}}]),r}(o.Component),Fe=(0,ze.withSelect)((function(e){var t=e("core/editor").getEditedPostAttribute;return{meta:t("meta"),elementParent:t("parent"),elementMenuOrder:t("menu_order")}})),Ue=(0,ze.withDispatch)((function(e,t){var n=t.meta,a=e("core/editor").editPost;return{updateMeta:function(e){a({meta:He(He({},n),e)})},updateParentId:function(e){a({parent:e})},updateOrder:function(e){a({menu_order:e})}}})),Ge=(0,s.compose)([Fe,Ue])(Ne);(0,Pe.registerPlugin)("generatepress-block-element",{icon:null,render:Ge}),je()((function(){return(0,Pe.unregisterPlugin)("generatepress-content-width")}))}()}(); \ No newline at end of file +!function(){var e={184:function(e,t){var n;!function(){"use strict";var i={}.hasOwnProperty;function a(){for(var e=[],t=0;t .gb-inside-container > .block-editor-inner-blocks > .block-editor-block-list__layout";return void 0!==s&&(d=s?".gb-container-"+a+".inline-post-meta-area > .gb-inside-container":".gb-container-"+a+".inline-post-meta-area"),r&&(o(e,d,{"justify-content":p}),"generateblocks.editor.tabletCSS"===(0,l.currentFilter)()&&o(e,d,{"justify-content":c}),"generateblocks.editor.mobileCSS"===(0,l.currentFilter)()&&o(e,d,{"justify-content":g})),e}function y(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n0?n({className:t.join(" ")}):n({className:""}),"generateblocks/headline"===i){var o=(0,p.__)("Hello World","gp-premium");"post-date"===e?o=(0,p.__)("Post date","gp-premium"):"post-author"===e?o=(0,p.__)("Post author name","gp-premium"):"terms"===e?o=(0,p.__)("Terms","gp-premium"):"comments-number"===e?o=(0,p.__)("Comments number","gp-premium"):"post-meta"===e?o=(0,p.__)("Post meta","gp-premium"):"user-meta"===e?o=(0,p.__)("User meta","gp-premium"):"term-meta"===e&&(o=(0,p.__)("Term meta","gp-premium")),n({content:o})}}}),""!==o&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{className:"gpp-blocks-dynamic-text-replace-field",type:"text",value:l}),"post-date"===o&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Date type","gp-premium"),value:T,options:[{label:(0,p.__)("Published date","gp-premim"),value:"published-date"},{label:(0,p.__)("Updated date","gp-premium"),value:"updated-date"}],onChange:function(e){n({gpDynamicDateType:e,gpDynamicTextBefore:"",gpDynamicUpdatedDateBefore:""})}}),"published-date"===T&&(0,a.createElement)(g.ToggleControl,{label:(0,p.__)("Replace with updated date","gp-premium"),checked:!!b,onChange:function(e){n({gpDynamicDateUpdated:e})}})),"terms"===o&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Taxonomy","gp-premium"),value:s,options:D,onChange:function(e){n({gpDynamicTextTaxonomy:e})}}),"generateblocks/headline"===i&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{label:(0,p.__)("Term separator","gp-premium"),type:"text",value:d,onChange:function(e){n({gpDynamicTextTaxonomySeparator:e})}}))),"comments-number"===o&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{label:(0,p.__)("No comments text","gp-premium"),type:"text",value:x,onChange:function(e){n({gpDynamicNoCommentsText:e})}}),(0,a.createElement)(g.TextControl,{label:(0,p.__)("Singular comments text","gp-premium"),type:"text",value:h,onChange:function(e){n({gpDynamicSingleCommentText:e})}}),(0,a.createElement)(g.TextControl,{label:(0,p.__)("Plural comments text","gp-premium"),help:(0,p.__)("Use % in place of the number of comments","gp-premium"),type:"text",value:f,onChange:function(e){n({gpDynamicMultipleCommentsText:e})}})),("post-meta"===o||"term-meta"===o||"user-meta"===o)&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Meta field name","gp-premium"),type:"text",value:m,onChange:function(e){n({gpDynamicTextCustomField:e})}}),"generateblocks/headline"===i&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{label:B,type:"text",value:u,onChange:function(e){n({gpDynamicTextBefore:e})}}),"post-date"===o&&!!b&&"published-date"===T&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Updated date before text","gp-premium"),type:"text",value:C,onChange:function(e){n({gpDynamicUpdatedDateBefore:e})}}))),S.length>1&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Dynamic link type","gp-premium"),value:y,options:S,onChange:function(e){"generateblocks/button"===i&&n(e?{gpDynamicLinkType:e,hasUrl:!0,url:"#"}:{gpDynamicLinkType:e,hasUrl:!1,url:""}),"generateblocks/headline"===i&&n({gpDynamicLinkType:e})}}),("post-meta"===y||"term-meta"===y||"user-meta"===y)&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Meta field name","gp-premium"),type:"text",value:_,onChange:function(e){n({gpDynamicLinkCustomField:e})}})),I&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Source","gp-premium"),value:r,options:[{label:(0,p.__)("Current post","gp-premium"),value:"current-post"},{label:(0,p.__)("Next post","gp-premium"),value:"next-post"},{label:(0,p.__)("Previous post","gp-premium"),value:"previous-post"}],onChange:function(e){n({gpDynamicSource:e})}}),("next-post"===r||"previous-post"===r)&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.ToggleControl,{label:(0,p.__)("In same term","gp-premium"),help:(0,p.__)("Check for posts with the same term as the current post.","gp-premim"),checked:!!k,onChange:function(e){n({gpDynamicSourceInSameTerm:e})}}),!!k&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Taxonomy","gp-premium"),help:(0,p.__)("The taxonomy to check if in the same term.","gp-premim"),type:"text",value:v,onChange:function(e){n({gpDynamicSourceInSameTermTaxonomy:e})}}))))}}]),o}(c.Component),E=L;function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function z(e){for(var t=1;tPrevious post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"86e1ad46","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name","gpDynamicSource":"previous-post","gpDynamicTextBefore":"by "} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2540358d","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row-reverse","flexDirectionMobile":"row","alignItems":"center","columnGap":"20px","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlignMobile":"left"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSource":"next-post","imageSize":"thumbnail","linkTo":"single-post","imageWidth":100,"imageHeight":100,"avatarSize":100} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"daa456b5","isDynamic":true,"blockVersion":4,"sizing":{"width":"75%","widthMobile":"75%","height":"","maxWidth":""},"typography":{"textAlign":"right","textAlignMobile":"left"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2883b2a4","element":"p","blockVersion":3,"spacing":{"marginBottom":"5px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Next post title","gpDynamicSource":"next-post"} --\x3e

Next post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3d2e07c6","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name","gpDynamicSource":"next-post","gpDynamicTextBefore":"by "} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_2:{label:(0,p._x)("Two columns with arrows","label","gp-premium"),thumbnail:"post-navigation-arrows-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"d1dd99b1","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"20px","paddingRight":"0px","paddingBottom":"20px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"8878e700","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","alignItems":"center","justifyContent":"space-between","rowGapMobile":"10px","sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9c89f761","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","columnGap":"30px","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":"","marginBottomMobile":"10px"},"gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9cf413a8","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthTablet":"","widthMobile":"","height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"bec8d56e","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px"},"backgroundColor":"#000000","backgroundColorHover":"#abb8c3","textColor":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1.5em","height":"1.5em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"625f3305","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthTablet":"","widthMobile":"","height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"a6f36397","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Previous post title","gpDynamicSource":"previous-post"} --\x3e

Previous post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3d262c0b","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicSource":"previous-post","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5d70717c","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"flex-end","justifyContentMobile":"flex-start","columnGap":"30px","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlign":"right","textAlignMobile":"left"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"78f3ead4","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthTablet":"","widthMobile":"","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"643cf12f","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Next post title","gpDynamicSource":"next-post"} --\x3e

Next post title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8ac35083","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicSource":"next-post","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"780c810b","isDynamic":true,"blockVersion":4,"orderMobile":-1,"sizing":{"width":"","widthTablet":"","widthMobile":"","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"122d9fa4","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px"},"backgroundColor":"#000000","backgroundColorHover":"#abb8c3","textColor":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1.5em","height":"1.5em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_3:{label:(0,p._x)("Two columns with background overlays","label","gp-premium"),thumbnail:"post-navigation-overlay.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"aadd0a6f","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"3642451a","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"59edc08b","backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#e3e3e3","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.4,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"innerZindex":1,"isDynamic":true,"blockVersion":4,"position":"relative","overflowX":"hidden","overflowY":"hidden","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"40px","paddingRight":"40px","paddingBottom":"40px","paddingLeft":"40px"},"paddingSyncUnits":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"a510c6c2","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8d3d4c12","element":"p","blockVersion":3,"display":"inline-block","typography":{"fontSize":"14px","textTransform":"uppercase"},"spacing":{"paddingTop":"5px","paddingRight":"10px","paddingBottom":"5px","paddingLeft":"10px"},"inlineWidth":true,"backgroundColor":"#cf2e2e"} --\x3e

Previous

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"352592d1","element":"h3","blockVersion":3,"typography":{"fontSize":"25px"},"spacing":{"marginBottom":"0px"},"className":"","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"993a41e4","backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#e3e3e3","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.4,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"innerZindex":1,"isDynamic":true,"blockVersion":4,"position":"relative","overflowX":"hidden","overflowY":"hidden","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"40px","paddingRight":"40px","paddingBottom":"40px","paddingLeft":"40px"},"paddingSyncUnits":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ea84c30e","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"49c8845f","element":"p","blockVersion":3,"display":"inline-block","typography":{"fontSize":"14px","textTransform":"uppercase"},"spacing":{"paddingTop":"5px","paddingRight":"10px","paddingBottom":"5px","paddingLeft":"10px"},"inlineWidth":true,"backgroundColor":"#cf2e2e"} --\x3e

Next

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"6ba8079e","element":"h3","blockVersion":3,"typography":{"fontSize":"25px"},"spacing":{"marginBottom":"0px"},"className":"","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]},template_4:{label:(0,p._x)("Two columns with arrows","label","gp-premium"),thumbnail:"post-navigation-arrows-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"96f5f0fa","innerContainer":"full","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"f9c8f86f","isDynamic":true,"blockVersion":4,"display":"flex","sizing":{"maxWidth":""},"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5287d6da","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row-reverse","flexDirectionMobile":"column","justifyContent":"space-between","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"30px","paddingRight":"0px","paddingBottom":"25px","paddingLeft":"25px"},"gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"75cd654a","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlignMobile":"right"},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"6acb0e83","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"20px","paddingBottom":"15px","paddingLeft":"20px"},"backgroundColor":"#0366d6","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"eb3b7005","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"typography":{},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":"","paddingTopMobile":"","paddingRightMobile":"10px","paddingBottomMobile":"","paddingLeftMobile":"","marginTopMobile":"20px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"0a2d5bfc","element":"h3","blockVersion":3,"typography":{"textAlign":"left"},"spacing":{"marginBottom":"10px"},"textColor":"#000000","linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"164ae39e","element":"p","blockVersion":3,"display":"flex","alignItems":"center","typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments number","gpDynamicSource":"previous-post"} --\x3e

Comments number

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7af8fa61","backgroundColor":"#0366d6","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","justifyContent":"space-between","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"30px","paddingRight":"25px","paddingBottom":"25px","paddingLeft":"0px"},"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"045e1698","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"typography":{},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"557abb73","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"20px","paddingBottom":"15px","paddingLeft":"20px"},"backgroundColor":"#ffffff","backgroundColorHover":"#222222","textColor":"#0693e3","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9ad09f6f","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"typography":{},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":"","paddingLeftMobile":"10px","marginTopMobile":"20px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9ba9e9d1","element":"h3","blockVersion":3,"typography":{},"spacing":{"marginBottom":"10px"},"textColor":"#ffffff","linkColor":"#ffffff","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8ebf8dbe","element":"p","blockVersion":3,"display":"flex","alignItems":"center","typography":{"fontSize":"14px","textAlign":""},"spacing":{"marginBottom":"0px"},"textColor":"#ffffff","linkColor":"#ffffff","hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments number","gpDynamicSource":"next-post"} --\x3e

Comments number

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]},template_5:{label:(0,p._x)("Two columns with featured image offset","label","gp-premim"),thumbnail:"post-navigation-offset.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"52018004","innerContainer":"full","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":"","marginRight":"30px","marginLeft":"30px","marginLeftTablet":"30px","marginRightMobile":"25px","marginLeftMobile":"25px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e54982d5","isDynamic":true,"blockVersion":4,"sizing":{"maxWidth":""},"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"7bdd6853","columns":4,"horizontalGap":0,"verticalGapMobile":0,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4138dd74","isGrid":true,"gridId":"7bdd6853","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"verticalAlignment":"center","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"column","justifyContent":"center","sizing":{"width":"25%","widthTablet":"50%","widthMobile":"50%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"borders":{"borderBottomLeftRadius":"10px","borderTopLeftRadius":"10px","borderBottomLeftRadiusTablet":"0px","borderBottomLeftRadiusMobile":"0px","borderTopLeftRadiusMobile":"5px"},"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"83fd48c9","isDynamic":true,"blockVersion":4,"typography":{"textAlign":"left"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a3aaad4c","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"15px","paddingBottom":"15px","paddingLeft":"15px","marginRight":"1.5em","marginLeft":"-1.5em"},"borders":{"borderTopWidth":"7px","borderTopStyle":"solid","borderTopColor":"#f9f9f9","borderRightWidth":"7px","borderRightStyle":"solid","borderRightColor":"#f9f9f9","borderBottomWidth":"7px","borderBottomStyle":"solid","borderBottomColor":"#f9f9f9","borderLeftWidth":"7px","borderLeftStyle":"solid","borderLeftColor":"#f9f9f9","borderTopRightRadius":"100%","borderBottomRightRadius":"100%","borderBottomLeftRadius":"100%","borderTopLeftRadius":"100%"},"backgroundColor":"#b5b5b5","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","widthMobile":"0.8em","heightMobile":"0.8em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"18430adf","isGrid":true,"gridId":"7bdd6853","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"position":"relative","zindex":2,"sizing":{"width":"25%","widthTablet":"50%","widthMobile":"50%","height":"100%","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"30px","paddingRight":"30px","paddingBottom":"30px","paddingLeft":"30px","marginRight":"10px","marginRightTablet":"0px","paddingTopMobile":"10px","paddingRightMobile":"10px","paddingBottomMobile":"10px","paddingLeftMobile":"10px","marginRightMobile":"0px"},"paddingSyncUnits":true,"borders":{"borderTopRightRadius":"10px","borderBottomRightRadius":"10px","borderBottomRightRadiusTablet":"0px","borderTopRightRadiusMobile":"5px","borderBottomRightRadiusMobile":"0px"},"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2acc62a4","element":"h3","blockVersion":3,"typography":{"fontSize":"25px","textAlign":"left","fontSizeMobile":"17px"},"spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px","marginBottom":"0em","marginLeft":"-4em","marginLeftMobile":"-3em"},"paddingSyncUnits":true,"borders":{"borderBottomLeftRadius":"10px","borderTopLeftRadius":"10px","borderTopRightRadiusMobile":"5px","borderBottomRightRadiusMobile":"5px","borderBottomLeftRadiusMobile":"5px","borderTopLeftRadiusMobile":"5px"},"backgroundColor":"#ffffff","textColor":"#000000","linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ce9878f4","isGrid":true,"gridId":"7bdd6853","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"width":"25%","widthTablet":"50%","widthMobile":"50%","height":"100%","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"30px","paddingRight":"30px","paddingBottom":"30px","paddingLeft":"30px","marginLeft":"10px","marginLeftTablet":"0px","paddingTopMobile":"10px","paddingRightMobile":"10px","paddingBottomMobile":"10px","paddingLeftMobile":"10px","marginLeftMobile":"0px"},"paddingSyncUnits":true,"borders":{"borderBottomLeftRadius":"10px","borderTopLeftRadius":"10px","borderTopLeftRadiusTablet":"0px","borderBottomLeftRadiusMobile":"5px","borderTopLeftRadiusMobile":"0px"},"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9d97a37f","element":"h3","blockVersion":3,"typography":{"fontSize":"25px","textAlign":"right","fontSizeMobile":"17px"},"spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px","marginRight":"-4em","marginBottom":"0em","marginRightMobile":"-3em"},"paddingSyncUnits":true,"borders":{"borderTopRightRadius":"10px","borderBottomRightRadius":"10px","borderTopRightRadiusMobile":"5px","borderBottomRightRadiusMobile":"5px","borderBottomLeftRadiusMobile":"5px","borderTopLeftRadiusMobile":"5px"},"backgroundColor":"#ffffff","textColor":"#000000","linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6c856070","isGrid":true,"gridId":"7bdd6853","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"verticalAlignment":"center","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"column","justifyContent":"center","sizing":{"width":"25%","widthTablet":"50%","widthMobile":"50%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"borders":{"borderTopRightRadius":"10px","borderBottomRightRadius":"10px","borderTopRightRadiusTablet":"0px","borderTopRightRadiusMobile":"0px","borderBottomRightRadiusMobile":"5px"},"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"be12f57c","isDynamic":true,"blockVersion":4} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"139d60e4","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"15px","paddingBottom":"15px","paddingLeft":"15px","marginRight":"-1.5em","marginLeft":"1.5em"},"borders":{"borderTopWidth":"7px","borderTopStyle":"solid","borderTopColor":"#f9f9f9","borderRightWidth":"7px","borderRightStyle":"solid","borderRightColor":"#f9f9f9","borderBottomWidth":"7px","borderBottomStyle":"solid","borderBottomColor":"#f9f9f9","borderLeftWidth":"7px","borderLeftStyle":"solid","borderLeftColor":"#f9f9f9","borderTopRightRadius":"100%","borderBottomRightRadius":"100%","borderBottomLeftRadius":"100%","borderTopLeftRadius":"100%"},"backgroundColor":"#b5b5b5","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","widthMobile":"0.8em","heightMobile":"0.8em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]}},Z={basic_1:{label:(0,p._x)("Inline with avatar","label","gp-premium"),thumbnail:"post-meta-inline.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"8a25fc79","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"15px","paddingRight":"0px","paddingBottom":"15px","paddingLeft":"0px","marginTop":"20px","marginBottom":"20px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#e8edf0","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#e8edf0"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"82a213c1","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3fb4928a","element":"div","blockVersion":3,"display":"inline-block","spacing":{"paddingRight":"10px","marginLeft":"10px"},"inlineWidth":true,"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author Name"} --\x3e
Author Name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"f9b55781","element":"div","blockVersion":3,"display":"inline-block","spacing":{"paddingLeft":"10px"},"inlineWidth":true,"borders":{"borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#e8edf0"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date"} --\x3e
Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8fca9ec9","element":"div","blockVersion":3,"display":"inline-flex","alignItems":"center","spacing":{"paddingLeft":"10px","marginLeft":"10px"},"inlineWidth":true,"borders":{"borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#e8edf0"},"hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments","gpDynamicTextTaxonomy":"category","gpDynamicNoCommentsText":"0","gpDynamicSingleCommentText":"1","gpDynamicMultipleCommentsText":"%"} --\x3e
Comments
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"after-post-title"},{key:"_generate_disable_primary_post_meta",value:!0}]},basic_2:{label:(0,p._x)("Stacked with avatar","label","gp-premium"),thumbnail:"post-meta-avatar-stacked.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"a745be15","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","columnGap":"20px","sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"20px","paddingRight":"0px","paddingBottom":"20px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"fd4592f4","isDynamic":true,"blockVersion":4,"sizing":{"width":"10%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarSize":120} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"137e86ad","isDynamic":true,"blockVersion":4,"sizing":{"width":"90%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"d7bb0434","element":"p","blockVersion":3,"spacing":{"marginBottom":"5px"},"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author Name"} --\x3e

Author Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"759ebd2f","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"after-post-title"},{key:"_generate_disable_primary_post_meta",value:!0}]},basic_3:{label:(0,p._x)("Term buttons","label","gp-premium"),thumbnail:"post-meta-term-buttons.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"7134d7c2","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","columnGap":"10px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"e378fc0b","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"13px","textAlign":"center"},"fontSize":"","spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px","marginTop":"","marginRight":"","marginBottom":"","marginLeft":""},"borders":{"borderTopRightRadius":"","borderBottomRightRadius":"","borderBottomLeftRadius":"","borderTopLeftRadius":""},"backgroundColor":"#000000","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"before-post-title"},{key:"_generate_disable_primary_post_meta",value:!1}]}},Q={template_1:{label:(0,p._x)("Full footer 1","label","gp-premium"),thumbnail:"site-footer-full-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"73cd57e1","backgroundColor":"#1b1b42","shapeDividers":[],"isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"140px","paddingRight":"30px","paddingBottom":"60px","paddingLeft":"30px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7d9550dd","isDynamic":true,"blockVersion":4,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"b76f312f","columns":3,"horizontalGap":80,"verticalAlignment":"center","verticalGapTablet":40,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"53cb46e2","isGrid":true,"gridId":"b76f312f","isDynamic":true,"blockVersion":4,"sizing":{"width":"60%","widthTablet":"100%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"aa19f1fb","element":"h3","blockVersion":3,"textColor":"#ffffff"} --\x3e

Reach out to us for a consultation.

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"41582601","element":"p","blockVersion":3,"spacing":{"paddingRight":"100px","paddingRightTablet":"0px"},"textColor":"#ffffff"} --\x3e

Semper blandit suspendisse faucibus metus lobortis morbi magna vivamus per risus fermentum dapibus imperdiet praesent magnis.

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"529d5dda","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontWeight":"600","textAlign":"center"},"spacing":{"paddingTop":"10px","paddingRight":"20px","paddingBottom":"10px","paddingLeft":"20px","marginRight":"20px","marginBottomMobile":"20px"},"borders":{"borderTopWidth":"3px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"rgba(242, 245, 250, 0.8)","borderRightWidth":"3px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"rgba(242, 245, 250, 0.8)","borderBottomWidth":"3px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"rgba(242, 245, 250, 0.8)","borderLeftWidth":"3px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"rgba(242, 245, 250, 0.8)","borderTopRightRadius":"2px","borderBottomRightRadius":"2px","borderBottomLeftRadius":"2px","borderTopLeftRadius":"2px"},"backgroundColorHover":"#6212b3","backgroundColorHoverOpacity":0,"textColor":"#ffffff","textColorHover":"#f2f5fa"} --\x3e Contact Us \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e1bd60bb","isGrid":true,"gridId":"b76f312f","removeVerticalGapTablet":true,"isDynamic":true,"blockVersion":4,"sizing":{"width":"20%","widthTablet":"50%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"37420255","element":"p","blockVersion":3,"textColor":"#ffffff"} --\x3e

Company Name
Address Here
Address Here

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"bf8e162e","element":"p","blockVersion":3,"display":"flex","alignItems":"center","spacing":{"marginBottom":"0px"},"textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#f2f5fa","hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingTop":".1em","paddingRight":"0.5em"}} --\x3e

+1 000 000 0000

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"c762d353","isGrid":true,"gridId":"b76f312f","removeVerticalGapTablet":true,"removeVerticalGapMobile":true,"isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","columnGap":"10px","sizing":{"width":"20%","widthTablet":"50%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"13c371f8","hasUrl":true,"ariaLabel":"instagram link","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"6px","paddingRight":"6px","paddingBottom":"6px","paddingLeft":"6px","marginRight":""},"borders":{"borderTopWidth":"2px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"#f2f5fa","borderRightWidth":"2px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"#f2f5fa","borderBottomWidth":"2px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"#f2f5fa","borderLeftWidth":"2px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"#f2f5fa","borderTopRightRadius":"50px","borderBottomRightRadius":"50px","borderBottomLeftRadius":"50px","borderTopLeftRadius":"50px"},"backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#f2f5fa","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"926332bd","hasUrl":true,"ariaLabel":"twitter link","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"6px","paddingRight":"6px","paddingBottom":"6px","paddingLeft":"6px","marginRight":""},"borders":{"borderTopWidth":"2px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"#f2f5fa","borderRightWidth":"2px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"#f2f5fa","borderBottomWidth":"2px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"#f2f5fa","borderLeftWidth":"2px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"#f2f5fa","borderTopRightRadius":"50px","borderBottomRightRadius":"50px","borderBottomLeftRadius":"50px","borderTopLeftRadius":"50px"},"backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#f2f5fa","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"d957854e","hasUrl":true,"ariaLabel":"facebook link","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"6px","paddingRight":"6px","paddingBottom":"6px","paddingLeft":"6px"},"borders":{"borderTopWidth":"2px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"#f2f5fa","borderRightWidth":"2px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"#f2f5fa","borderBottomWidth":"2px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"#f2f5fa","borderLeftWidth":"2px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"#f2f5fa","borderTopRightRadius":"50px","borderBottomRightRadius":"50px","borderBottomLeftRadius":"50px","borderTopLeftRadius":"50px"},"backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#f2f5fa","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"0f87c806","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column-reverse","alignItems":"center","justifyContent":"space-between","rowGapMobile":"20px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"60px","paddingRight":"0px","paddingBottom":"60px","paddingLeft":"0px","marginTop":"60px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#ffffff"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e6861bde","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"97c10964","element":"p","blockVersion":3,"typography":{"fontSize":"17px"},"spacing":{"marginBottom":"0px"},"textColor":"#ffffff"} --\x3e

© Company Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7c528044","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","alignItems":"center","alignItemsMobile":"flex-start","columnGap":"20px","rowGapMobile":"10px","sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"907cc664","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"17px","textAlign":"center"},"fontSize":"","spacing":{"marginRight":""},"textColor":"#ffffff","textColorHover":"#f2f5fa"} --\x3e Privacy Policy \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a6a340bc","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"17px","textAlign":"center"},"fontSize":"","textColor":"#ffffff","textColorHover":"#f2f5fa"} --\x3e Terms of Service \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e'},template_2:{label:(0,p._x)("Full footer 2","label","gp-premium"),thumbnail:"site-footer-full-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"e224c1dd","backgroundColor":"#fafbfc","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"80px","paddingRight":"20px","paddingBottom":"80px","paddingLeft":"20px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"0836612c","isDynamic":true,"blockVersion":4,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"34307d45","element":"p","blockVersion":3,"typography":{"fontSize":"14px","letterSpacing":"0.3em","fontWeight":"bold","textTransform":"uppercase","textAlign":"center"},"spacing":{"marginTop":"10px"},"textColor":"#2e3d4d"} --\x3e

Your Company Name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4068688a","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","alignItems":"center","rowGapMobile":"20px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"60px","paddingRight":"20px","paddingBottom":"60px","paddingLeft":"20px","marginTop":"60px","marginBottom":"60px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#5c7a99","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#5c7a99"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"12d457ad","isDynamic":true,"blockVersion":4,"sizing":{"width":"33.33%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"0px","paddingRight":"20px","paddingBottom":"0px","paddingLeft":"20px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8818b435","element":"p","blockVersion":3,"typography":{"fontSize":"13px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase"},"spacing":{"marginBottom":"0px"}} --\x3e

PH +1 000 000 0000

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"68ec175a","isDynamic":true,"blockVersion":4,"sizing":{"width":"33.33%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"0px","paddingRight":"20px","paddingBottom":"0px","paddingLeft":"20px"},"borders":{"borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#5c7a99","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#5c7a99","borderTopWidthMobile":"0px","borderTopStyleMobile":"solid","borderTopColorMobile":"#5c7a99","borderRightWidthMobile":"0px","borderRightStyleMobile":"solid","borderRightColorMobile":"#5c7a99","borderBottomWidthMobile":"0px","borderBottomStyleMobile":"solid","borderBottomColorMobile":"#5c7a99","borderLeftWidthMobile":"0px","borderLeftStyleMobile":"solid","borderLeftColorMobile":"#5c7a99"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"cf4dcfab","element":"p","blockVersion":3,"typography":{"fontSize":"13px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase"},"spacing":{"marginBottom":"0px"}} --\x3e

24 M Drive
East Hampton, NY 11937

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"47f78435","removeVerticalGapMobile":true,"isDynamic":true,"blockVersion":4,"sizing":{"width":"33.33%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"0px","paddingRight":"20px","paddingBottom":"0px","paddingLeft":"20px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"2800ad9a","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"marginRight":"20px"},"textColor":"#2e3d4d","textColorHover":"#5c7a99","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.9em","height":"0.9em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"eb98a6f6","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"marginRight":"20px"},"textColor":"#2e3d4d","textColorHover":"#5c7a99","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.9em","height":"0.9em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"ab839eb9","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"marginRight":"20px"},"textColor":"#2e3d4d","textColorHover":"#5c7a99","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"5b757c38","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"marginRight":"20px"},"textColor":"#2e3d4d","textColorHover":"#5c7a99","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"77c9f71e","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","alignItems":"center","justifyContent":"space-between","rowGapMobile":"20px"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"cc32f783","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"1e50faeb","element":"p","blockVersion":3,"typography":{"fontSize":"12px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase","textAlign":"left","textAlignMobile":"center"},"spacing":{"marginBottom":"0px"}} --\x3e

© Your Copyright Message

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b706d851","removeVerticalGapMobile":true,"isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"flex-end","justifyContentMobile":"center","columnGap":"20px","rowGap":"10px","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"typography":{},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"373aae0d","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"12px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase","textAlign":"center"},"fontSize":"","spacing":{"marginRight":""},"textColor":"#2e3d4d","textColorHover":"#5c7a99"} --\x3e Privacy Policy \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"3cd1cf71","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"12px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase","textAlign":"center"},"fontSize":"","textColor":"#2e3d4d","textColorHover":"#5c7a99"} --\x3e Terms of Service \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e'}},ee={template_1:{label:(0,p._x)("Basic layout with term buttons","label","gp-premium"),thumbnail:"content-template-basic.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"d2cafe96","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"75c01790","isDynamic":true,"blockVersion":4} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"38620841","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"13px","textAlign":"center"},"fontSize":"","spacing":{"paddingTop":"5px","paddingRight":"10px","paddingBottom":"5px","paddingLeft":"10px"},"backgroundColor":"#000000","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"f593ba8c","blockVersion":3,"typography":{"fontWeight":"bold"},"spacing":{"marginBottom":"30px"},"linkColor":"#000000","linkColorHover":"#858585","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Post Title"} --\x3e

Post Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"1ed16867","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","justifyContent":"space-between","columnGap":"10px","rowGap":"10px","sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"dc72dc13","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"c7b33e8b","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px","marginLeft":"10px"},"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name"} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ec93a944","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"af8af68e","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b70b46a6","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"30px","marginBottom":"30px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"medium_large","linkTo":"single-post"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"750"},{key:"_generate_use_theme_post_container",value:!0}]},template_2:{label:(0,p._x)("Layout with offset content","label","gp-premium"),thumbnail:"content-template-offset.jpg",content:'\x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large","linkTo":"single-post"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"05e7d83e","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"20px","paddingRight":"20px","paddingBottom":"20px","paddingLeft":"20px","marginTop":"-65px","marginRight":"40px","marginBottom":"20px","marginLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"83898f1c","element":"p","blockVersion":3,"typography":{"fontSize":"14px","fontWeight":"700","textTransform":"uppercase"},"spacing":{"marginBottom":"20px"},"linkColor":"#000000","linkColorHover":"#abb8c3","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"98a0e67b","blockVersion":3,"typography":{"fontSize":"28px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"fed802f7","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"space-between","columnGap":"5px","rowGap":"5px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"20px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"74fcc8db","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","sizing":{"width":"66.66%","widthMobile":"66.66%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"15px"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarSize":35,"avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"33ed7660","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginLeft":"10px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2def9732","element":"p","blockVersion":3,"typography":{"fontSize":"15px"},"spacing":{"marginBottom":"0px"},"borders":{"borderRightWidth":"0px","borderRightStyle":"solid"},"gpDynamicTextType":"post-author","gpDynamicTextReplace":"Post author name"} --\x3e

Post author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"dd34513e","element":"p","blockVersion":3,"typography":{"fontSize":"12px"},"spacing":{"marginRight":"10px","marginBottom":"0px"},"borders":{"borderBottomWidth":"0px","borderBottomStyle":"solid"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6d144082","verticalAlignment":"center","isDynamic":true,"blockVersion":4,"sizing":{"width":"33.33%","widthMobile":"33.33%","height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"15px"},"gpInlinePostMetaJustify":"flex-end"} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"7c89fc64","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontWeight":"700","textTransform":"uppercase","textAlign":"center"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"textColor":"#000000","textColorHover":"#abb8c3","gpDynamicLinkType":"single-post"} --\x3e More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_3:{label:(0,p._x)("Layout with featured image overlay","label","gp-premim"),thumbnail:"content-template-overlay.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"99e0f8fe","gradient":true,"gradientDirection":180,"gradientColorOne":"#000000","gradientColorOneOpacity":0.62,"gradientColorTwo":"#000000","gradientColorTwoOpacity":0,"gradientSelector":"pseudo-element","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#ffffff","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"innerZindex":1,"isDynamic":true,"blockVersion":4,"position":"relative","overflowX":"hidden","overflowY":"hidden","sizing":{"minHeight":"420px","height":"","maxWidth":""},"spacing":{"paddingTop":"20px","paddingRight":"20px","paddingBottom":"20px","paddingLeft":"20px"},"borders":{"borderTopRightRadius":"12px","borderBottomRightRadius":"12px","borderBottomLeftRadius":"12px","borderTopLeftRadius":"12px"},"gpDynamicImageBg":"featured-image"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"95ce0971","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"864271b1","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"space-between","columnGap":"5px","rowGap":"5px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginBottom":"10px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"bc0ec4fa","element":"p","blockVersion":3,"typography":{"fontSize":"13px","fontWeight":"700","textTransform":"uppercase"},"spacing":{"marginRight":"10px","marginBottom":"0px"},"className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category","gpDynamicTextTaxonomySeparator":" / "} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"5e2dac4c","element":"p","blockVersion":3,"display":"flex","alignItems":"center","justifyContent":"flex-end","typography":{"fontSize":"12px","textAlign":"right"},"spacing":{"marginBottom":"0px"},"hasIcon":true,"iconStyles":{"width":"1.4em","height":"1.4em","paddingRight":"0.5em"},"gpDynamicTextType":"comments-number","gpDynamicTextReplace":"COMMENTS","gpDynamicNoCommentsText":"0","gpDynamicSingleCommentText":"1","gpDynamicMultipleCommentsText":"%"} --\x3e

COMMENTS

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"b1e898af","blockVersion":3,"typography":{"fontSize":"24px"},"marginUnit":"%","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"64bb1fda","isDynamic":true,"blockVersion":4,"display":"flex","justifyContent":"flex-end","spacing":{"marginTop":"300px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"95f40917","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"12px","fontWeight":"700","textTransform":"uppercase","textAlign":"center"},"fontSize":"","spacing":{"paddingTop":"10px","paddingRight":"20px","paddingBottom":"10px","paddingLeft":"20px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"#ffffff","borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"#ffffff","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"#ffffff","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"#ffffff","borderTopRightRadius":"8px","borderBottomRightRadius":"8px","borderBottomLeftRadius":"8px","borderTopLeftRadius":"8px"},"backgroundColor":"#ffffff","backgroundColorHover":"#ffffff","backgroundColorHoverOpacity":0.75,"textColor":"#000000","textColorHover":"#000000","gpDynamicLinkType":"single-post"} --\x3e Read More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_4:{label:(0,p._x)("Layout with slanted shape divider","label","gp-premim"),thumbnail:"content-template-slant.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"0af7ec3a","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true,"borders":{"borderTopWidth":"0px","borderTopStyle":"solid","borderTopColor":"#000000","borderRightWidth":"0px","borderRightStyle":"solid","borderRightColor":"#000000","borderBottomWidth":"0px","borderBottomStyle":"solid","borderBottomColor":"#000000","borderLeftWidth":"0px","borderLeftStyle":"solid","borderLeftColor":"#000000"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"cc5683f8","shapeDividers":[{"shape":"gb-angle-1","color":"#ffffff","colorOpacity":1,"location":"bottom","height":50,"heightTablet":"","heightMobile":"","width":100,"widthTablet":"","widthMobile":"","flipHorizontally":false,"zindex":""}],"isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginBottom":"0px"},"paddingSyncUnits":true} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7f6bf8cd","backgroundColor":"#ffffff","shapeDividers":[],"isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"25px","paddingBottom":"15px","paddingLeft":"25px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"7fd9c317","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"5px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"a8ee15fd","blockVersion":3,"typography":{"fontSize":"30px"},"spacing":{"marginBottom":"15px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"72735d03","isDynamic":true,"blockVersion":4,"display":"flex","justifyContent":"flex-end"} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"120ee35e","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontWeight":"700","textTransform":"uppercase","textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"20px","paddingBottom":"15px","paddingLeft":"20px"},"backgroundColorHover":"#222222","textColor":"#000000","textColorHover":"#ffffff","gpDynamicLinkType":"single-post"} --\x3e Read More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_5:{label:(0,p._x)("Layout with centered content","label","gp-premim"),thumbnail:"content-template-centered.jpg",content:'\x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5a785d21","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"25px","paddingRight":"25px","paddingBottom":"25px","paddingLeft":"25px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"82629d5c","blockVersion":3,"typography":{"fontSize":"25px","fontWeight":"700"},"linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":15,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a1b8a609","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"15px","textTransform":"uppercase","textAlign":"center"},"fontSize":"","spacing":{"paddingTop":"8px","paddingRight":"20px","paddingBottom":"8px","paddingLeft":"20px"},"borders":{"borderTopRightRadius":"50px","borderBottomRightRadius":"50px","borderBottomLeftRadius":"50px","borderTopLeftRadius":"50px"},"backgroundColor":"#cf2e2e","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","gpDynamicLinkType":"single-post"} --\x3e Read more \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_6:{label:(0,p._x)("Layout with borders","label","gp-premim"),thumbnail:"content-template-borders.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"0af4cc7c","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"5px","paddingRight":"5px","paddingBottom":"5px","paddingLeft":"5px"},"paddingSyncUnits":true,"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#b6b6b6","borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#b6b6b6","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#b6b6b6","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#b6b6b6","borderTopRightRadius":"2px","borderBottomRightRadius":"2px","borderBottomLeftRadius":"2px","borderTopLeftRadius":"2px"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b69b5c43","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"30px","paddingRight":"30px","paddingBottom":"30px","paddingLeft":"30px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8dfa4238","element":"p","blockVersion":3,"typography":{"fontSize":"14px","fontWeight":"700","textTransform":"uppercase"},"spacing":{"marginBottom":"5px"},"textColor":"#0693e3","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e

Terms

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"29491daa","blockVersion":3,"typography":{"fontSize":"30px"},"spacing":{"marginBottom":"15px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e

Hello World

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d5dadc43","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"space-between","sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"15px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#b6b6b6"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2c30b1f9","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"fc06eba3","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"textColor":"#b6b6b6","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicTextTaxonomy":"category","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9bb8c373","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"0fcad1cd","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textTransform":"uppercase","textAlign":"center"},"spacing":{"paddingTop":"8px","paddingRight":"12px","paddingBottom":"8px","paddingLeft":"12px"},"borders":{"borderTopWidth":"2px","borderTopStyle":"solid","borderTopColor":"#0693e3","borderTopColorHover":"#222222","borderRightWidth":"2px","borderRightStyle":"solid","borderRightColor":"#0693e3","borderRightColorHover":"#222222","borderBottomWidth":"2px","borderBottomStyle":"solid","borderBottomColor":"#0693e3","borderBottomColorHover":"#222222","borderLeftWidth":"2px","borderLeftStyle":"solid","borderLeftColor":"#0693e3","borderLeftColorHover":"#222222","borderTopRightRadius":"2px","borderBottomRightRadius":"2px","borderBottomLeftRadius":"2px","borderTopLeftRadius":"2px"},"backgroundColorHover":"#222222","textColor":"#0693e3","textColorHover":"#ffffff","gpDynamicLinkType":"single-post"} --\x3e Read more \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_7:{label:(0,p._x)("Landscape layout","label","gp-premium"),thumbnail:"content-template-landscape.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"918d68ce","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"ae18e4a9","columns":2,"horizontalGap":30,"verticalGapMobile":10,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ff15641f","isGrid":true,"gridId":"ae18e4a9","isDynamic":true,"blockVersion":4,"sizing":{"width":"40%","widthTablet":"40%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"gpRemoveContainerCondition":"no-featured-image"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"medium_large","linkTo":"single-post"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"64596747","isGrid":true,"gridId":"ae18e4a9","verticalAlignment":"center","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"column","justifyContent":"center","sizing":{"width":"60%","widthTablet":"60%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"20px","paddingBottom":"10px","paddingLeft":"0px","paddingTopMobile":"10px","paddingRightMobile":"10px","paddingBottomMobile":"10px","paddingLeftMobile":"10px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ce3f6f48","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginBottom":"10px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"fdbba1f9","element":"p","blockVersion":3,"typography":{"fontSize":"14px","fontWeight":"900","textTransform":"uppercase"},"spacing":{"paddingRight":"10px","marginRight":"10px","marginBottom":"0px"},"borders":{"borderRightWidth":"1px","borderRightStyle":"solid"},"className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"6df4d39e","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginRight":"10px","marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"84923e14","blockVersion":3,"typography":{"fontSize":"28px"},"spacing":{"marginBottom":"20px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":20} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"800"},{key:"_generate_use_theme_post_container",value:!0}]}},te={template_1:{label:(0,p._x)("Default next and previous buttons","label","gp-premium"),thumbnail:"archive-navigation-buttons-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"fb6c192f","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"space-between","columnGap":"10px","rowGap":"10px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"af38c5d0","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"aa4ef21a","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"className":"button","gpDynamicLinkType":"previous-posts"} --\x3e Previous \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4f3ab895","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"84010058","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"hasIcon":true,"iconLocation":"right","iconPaddingRight":"","iconStyles":{"width":"1em","height":"1em","paddingLeft":"0.5em"},"className":"button","gpDynamicLinkType":"next-posts"} --\x3e Next \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_main_content"},{key:"_generate_hook_priority",value:"20"},{key:"_generate_disable_archive_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_2:{label:(0,p._x)("Rounded buttons with icon","label","gp-premium"),thumbnail:"archive-navigation-buttons-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"5edb5029","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"center","columnGap":"10px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"4c23c469","hasUrl":true,"ariaLabel":"Previous page","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"20px","paddingRight":"20px","paddingBottom":"20px","paddingLeft":"20px","marginTop":"","marginRight":"","marginBottom":"","marginLeft":""},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#000000","borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#000000","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#000000","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#000000","borderTopRightRadius":"100px","borderBottomRightRadius":"100px","borderBottomLeftRadius":"100px","borderTopLeftRadius":"100px"},"backgroundColor":"#ffffff","backgroundColorHover":"#222222","textColor":"#000000","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicLinkType":"previous-posts"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"55622f43","hasUrl":true,"ariaLabel":"Next page","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"20px","paddingRight":"20px","paddingBottom":"20px","paddingLeft":"20px","marginTop":"","marginRight":"","marginBottom":"","marginLeft":""},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#000000","borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#000000","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#000000","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#000000","borderTopRightRadius":"100px","borderBottomRightRadius":"100px","borderBottomLeftRadius":"100px","borderTopLeftRadius":"100px"},"backgroundColor":"#ffffff","backgroundColorHover":"#222222","textColor":"#000000","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicLinkType":"next-posts"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_main_content"},{key:"_generate_hook_priority",value:"20"},{key:"_generate_disable_archive_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]}},ne={template_1:{label:(0,p._x)("Basic single post page hero","label","gp-premium"),thumbnail:"page-hero-basic.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"8b6d1c4b","backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.3,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"innerZindex":1,"isDynamic":true,"blockVersion":4,"position":"relative","overflowX":"hidden","overflowY":"hidden","sizing":{"height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"150px","paddingRight":"40px","paddingBottom":"150px","paddingLeft":"40px"},"gpDynamicImageBg":"featured-image"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"3f517a84","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"62a8b2cc","element":"h1","blockVersion":3,"typography":{"fontSize":"50px"},"gpDynamicTextType":"title","gpDynamicTextReplace":"Page Title"} --\x3e

Page Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"f49b9f49","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","justifyContent":"center","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2e715b13","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px","marginLeft":"10px"},"gpDynamicTextType":"post-author","gpDynamicTextReplace":"Author name"} --\x3e

Author name

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"dedbe2c8","element":"p","blockVersion":3,"spacing":{"paddingLeft":"20px","marginBottom":"0px","marginLeft":"20px"},"borders":{"borderLeftWidth":"1px","borderLeftStyle":"solid"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e

Post date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_header"},{key:"_generate_disable_title",value:!0},{key:"_generate_disable_featured_image",value:!0},{key:"_generate_disable_primary_post_meta",value:!0}]},template_2:{label:(0,p._x)("Single post hero with excerpt","label","gp-premium"),thumbnail:"page-hero-excerpt.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"70385d72","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"80px","paddingRight":"40px","paddingBottom":"80px","paddingLeft":"40px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"01bfa731","isDynamic":true,"blockVersion":4,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"5dc55b95","columns":2,"horizontalGap":80,"verticalGap":20,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"579e5b87","isGrid":true,"gridId":"5dc55b95","verticalAlignment":"center","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"column","justifyContent":"center","sizing":{"width":"45%","widthTablet":"60%","widthMobile":"100%","height":"100%","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d909e043","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginBottom":"10px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9fdb86dc","element":"p","blockVersion":3,"typography":{"fontSize":"14px","fontWeight":"900","textTransform":"uppercase"},"spacing":{"paddingRight":"10px","marginRight":"10px","marginBottom":"0px"},"borders":{"borderRightWidth":"1px","borderRightStyle":"solid"},"textColor":"#000000","linkColor":"#000000","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e

Category

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"1ee4cbcf","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginRight":"10px","marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e

Date

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"56c7eb13","blockVersion":3,"spacing":{"marginBottom":"10px"},"gpDynamicTextType":"title","gpDynamicTextReplace":"Title"} --\x3e

Title

\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","useThemeMoreLink":false} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4e92c4e8","isGrid":true,"gridId":"5dc55b95","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"element","opacity":1,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"isDynamic":true,"blockVersion":4,"sizing":{"width":"55%","widthTablet":"40%","widthMobile":"100%","minHeight":"400px","minHeightMobile":"250px","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"gpDynamicImageBg":"featured-image","gpUseFallbackImageBg":true} /--\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_header"},{key:"_generate_disable_title",value:!0},{key:"_generate_disable_featured_image",value:!0},{key:"_generate_disable_primary_post_meta",value:!0}]}},ie=window.wp.plugins,ae=window.wp.editPost,oe=window.wp.data,re=window.wp.domReady,pe=n.n(re),le=n(893);function ce(e,t){return String(e)===String(t)}function ge(e,t){return Array.isArray(e)?e.map((e=>t.find((t=>ce(t.value,e))))).filter((e=>e)):t.find((t=>ce(t.value,e)))||null}function se(e){return Array.isArray(e)?e:[e]}function de(e,t,n){if(!e&&!n)return t&&t.length&&t[0].name||"";const i=Array.isArray(e);return e||i?i?e.map((e=>e.name)).filter(Boolean).join(", "):e.name||"":""}function me(e){return e?Array.isArray(e)?e.filter(Boolean).map((e=>e.value)):e.value||null:null}function ue(e,t){return t.length?e.filter((e=>function(e,t){const n=e.length,i=t.length;if(n>i)return!1;if(t.indexOf(e)>=0)return!0;e:for(let a=0,o=0;a"group"===e.type?e.items.map((n=>({...n,group:e.name,index:t++}))):{...e,index:t++})).flat()}const xe=()=>{};function he({options:e,defaultValue:t,value:n,multiple:i,search:o,onChange:r=xe,onFocus:p=xe,onBlur:l=xe,closeOnSelect:c=!0,placeholder:g,getOptions:s,filterOptions:d,useFuzzySearch:m=!0,debounce:u}){const b=(0,a.useRef)(),[x,h]=(0,a.useState)(null),[f,y]=(0,a.useState)(""),[_,k]=(0,a.useState)(!1),[v,w]=function(e,t,n,i){const[o,r]=(0,a.useState)((()=>be(e))),[p,l]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{let e;if(t)return e=setTimeout((()=>{const e=t(i,o);l(!0),Promise.resolve(e).then((e=>r(be(e)))).finally((()=>l(!1)))}),n),()=>{clearTimeout(e)}}),[i]),(0,a.useEffect)((()=>{r(be(e))}),[e]),[o,p]}(e,s,u,f),T=e=>{const t=function(e,t,n){if(!e)return t;if(!n)return e;if(!t)return se(e);const i=se(t),a=i.findIndex((t=>ce(t.value,e.value)));return a>=0?i.splice(a,1):i.push(e),i}(ge(decodeURIComponent(e),v),x,i);void 0===n&&h(t),r(me(t),t),setTimeout((()=>{b.current&&c&&b.current.blur()}),0)},C=function(e){const t=[];return e.forEach((e=>{if(e.group){const n=t.findIndex((t=>"group"===t.type&&t.name===e.group));n>=0?t[n].items.push(e):t.push({items:[e],type:"group",name:e.group})}else t.push(e)})),t}((E=[m?ue:null,...d||[]],M=v,z=f,E.filter(Boolean).reduce(((e,t)=>t(e,z)),M).map(((e,t)=>({...e,index:t}))))),[D,R,S]=function(e,t,n){const[i,o]=(0,a.useState)(-1);return[{onKeyDown:t=>{const n=t.key.replace("Arrow","").toLowerCase();"down"!==n&&"up"!==n||(t.preventDefault(),o(function(e,t,n){const i=n.length-1;let a=null,o=-1,r=e;for(;o++<=i&&(!a||a.disabled);)r="down"===t?r+1:r-1,r<0?r=i:r>i&&(r=0),a=n[r];return r}(i,n,e)))},onKeyUp:a=>{"Escape"===a.key?(a.preventDefault(),n.current.blur()):"Enter"===a.key&&(a.preventDefault(),e[i]&&t(e[i].value))}},i,o]}(C,T,b),I={search:f,focus:_,option:x,value:me(x),fetching:w,highlighted:R,options:C,displayValue:de(x,v,g)},B={tabIndex:"0",readOnly:!o,placeholder:g,value:_&&o?f:I.displayValue,ref:b,...D,onFocus:e=>{k(!0),p(e)},onBlur:e=>{k(!1),y(""),S(-1),l(e)},onMouseDown:e=>{_&&(e.preventDefault(),b.current.blur())},onChange:o?({target:e})=>y(e.value):null},L={tabIndex:"-1",onMouseDown(e){e.preventDefault(),T(e.currentTarget.value)}};var E,M,z;return(0,a.useEffect)((()=>{h(ge(void 0===n?t:n,v))}),[n,v]),[I,B,L]}const fe=e=>"string"==typeof e,ye=(e,t)=>fe(t)?`${t}-${e}`:t[e];function _e({optionProps:e,highlighted:t,selected:n,option:i,cls:a,renderOption:o,disabled:r}){const p={...e,value:encodeURIComponent(i.value),disabled:r},l=a({option:!0,"is-selected":n,"is-highlighted":t});return(0,le.jsxs)("li",{className:a("row"),role:"menuitem","data-index":i.index,children:[o&&o(p,i,{selected:n,highlighted:t},l),!o&&(0,le.jsx)("button",{type:"button",className:l,...p,children:i.name})]})}var ke=(0,a.memo)(_e);function ve(e){const{options:t,cls:n,renderOption:i,renderGroupHeader:a,optionProps:o,snapshot:r,disabled:p}=e;return(0,le.jsx)("ul",{className:n("options"),children:t.map((t=>{return"group"===t.type?(0,le.jsx)("li",{role:"none",className:n("row"),children:(0,le.jsxs)("div",{className:n("group"),children:[(0,le.jsx)("div",{className:n("group-header"),children:a?a(t.name):t.name}),(0,le.jsx)(ve,{...e,options:t.items})]})},t.name):(0,le.jsx)(ke,{option:t,optionProps:o,cls:n,renderOption:i,selected:(l=t,c=r.option,!!c&&(Array.isArray(c)?c.findIndex((e=>e.value===l.value))>=0:c.value===l.value)),highlighted:r.highlighted===t.index,disabled:t.disabled||p},t.value);var l,c}))})}var we=(0,a.memo)(ve);const Te=(0,a.forwardRef)((({disabled:e,placeholder:t,multiple:n,search:i,autoFocus:o,autoComplete:r,id:p,closeOnSelect:l,className:c,renderValue:g,renderOption:s,renderGroupHeader:d,fuzzySearch:m,emptyMessage:u,value:b,...x},h)=>{const f=(0,a.useRef)(null),y=e=>function(e,t){return fe(e)?ye(e,t):Object.entries(e).filter((([e,t])=>e&&t)).map((([e])=>ye(e,t))).join(" ")}(e,c),[_,k]=(0,a.useState)(b),[v,w,T]=he({value:_,placeholder:t,multiple:n,search:i,closeOnSelect:l&&!n,useFuzzySearch:m,...x}),{highlighted:C,value:D,fetching:R,focus:S}=v,I={...w,autoFocus:o,autoComplete:r,disabled:e};return(0,a.useEffect)((()=>{const{current:e}=f;if(e){const t=Array.isArray(D)?D[0]:D,n=e.querySelector(C>-1?`[data-index="${C}"]`:`[value="${encodeURIComponent(t)}"]`);if(n){const t=e.getBoundingClientRect(),i=n.getBoundingClientRect();e.scrollTop=n.offsetTop-t.height/2+i.height/2}}}),[D,C,f.current]),(0,a.useEffect)((()=>k(b)),[b]),(0,le.jsxs)("div",{ref:h,id:p,className:y({container:!0,"is-multiple":n,"is-disabled":e,"is-loading":R,"has-focus":S}),children:[(!n||t||i)&&(0,le.jsxs)("div",{className:y("value"),children:[g&&g(I,v,y("input")),!g&&(0,le.jsx)("input",{...I,className:y("input")})]}),(0,le.jsxs)("div",{className:y("select"),ref:f,onMouseDown:e=>e.preventDefault(),children:[v.options.length>0&&(0,le.jsx)(we,{options:v.options,optionProps:T,renderOption:s,renderGroupHeader:d,disabled:e,snapshot:v,cls:y}),!v.options.length&&(0,le.jsx)("ul",{className:y("options"),children:!v.options.length&&u&&(0,le.jsx)("li",{className:y("not-found"),children:u})})]})]})}));Te.defaultProps={options:[],fuzzySearch:!0,printOptions:"auto",closeOnSelect:!0,debounce:250,autoComplete:"on",className:"select-search"},Te.displayName="SelectSearch";var Ce=(0,a.memo)(Te);function De(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Re(e){return(0,a.createElement)("div",{className:"gp-select-search"},(0,a.createElement)(Ce,function(e){for(var t=1;t0&&S(o)}},void 0!==V[e].thumbnail&&!!V[e].thumbnail&&(0,a.createElement)("img",{src:gpPremiumBlockElements.templateImageUrl+"/"+V[e].thumbnail,alt:V[e].label}),(0,a.createElement)("div",{className:"gpp-block-template-label"},V[e].label))})))),("right-sidebar"===l||"left-sidebar"===l)&&(0,a.createElement)(g.Notice,{status:"info",isDismissible:!1,className:"gpp-block-element-notice"},(0,p.__)("This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.","gp-premium")),"site-footer"===l&&(0,a.createElement)(g.BaseControl,null,(0,a.createElement)(g.Notice,{status:"info",isDismissible:!1,className:"gpp-block-element-notice"},(0,p.__)("This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.","gp-premium"))),"post-meta-template"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Location","gp-premium"),value:b,options:[{label:(0,p.__)("After post title","gp-premium"),value:"after-post-title"},{label:(0,p.__)("Before post title","gp-premium"),value:"before-post-title"},{label:(0,p.__)("After content","gp-premium"),value:"after-content"},{label:(0,p.__)("Custom","gp-premium"),value:"custom"}],onChange:function(e){S({_generate_post_meta_location:e})}})),P.length>1&&(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Quick hook select","gp-premium"),value:s||"",options:P,onChange:function(e){S({_generate_hook:e})}}),(!l||"hook"===l||"page-hero"===l||"post-navigation-template"===l||"archive-navigation-template"===l||"post-meta-template"===l&&"custom"===b)&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.BaseControl,{id:"gpp-hook-select",label:(0,p.__)("Hook name","gp-premium"),className:"gpp-hook-select"},(0,a.createElement)(Re,{options:M,value:s,placeholder:(0,p.__)("Choose your hook","gp-premium"),search:!0,onChange:function(e){e!==s&&S({_generate_hook:e||""})}})),"custom"===s&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Custom hook name","gp-premium"),type:"text",onChange:function(e){S({_generate_custom_hook:e||""})},value:d||""}),!!s&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Priority","gp-premium"),type:"text",onChange:function(e){S({_generate_hook_priority:e||""})},value:m||"",placeholder:"10"})),"post-meta-template"===l&&(0,a.createElement)(c.Fragment,null,(""===b||"after-post-title"===b||"before-post-title"===b||"custom"===b)&&(0,a.createElement)(g.ToggleControl,{checked:!!x,label:(0,p.__)("Replace default primary post meta","gp-premium"),onChange:function(e){S({_generate_disable_primary_post_meta:e})}}),("after-content"===b||"custom"===b)&&(0,a.createElement)(g.ToggleControl,{checked:!!h,label:(0,p.__)("Replace default secondary post meta","gp-premium"),onChange:function(e){S({_generate_disable_secondary_post_meta:e})}})),"content-template"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Tag name","gp-premium"),value:u,options:[{label:"article",value:"article"},{label:"div",value:"div"},{label:"section",value:"section"},{label:"aside",value:"aside"}],onChange:function(e){S({_generate_post_loop_item_tagname:e})}}),(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Apply to","gp-premium"),value:k,options:[{label:(0,p.__)("All posts","gp-premium"),value:""},{label:(0,p.__)("Posts with term","gp-premium"),value:"has-term"},{label:(0,p.__)("Posts with custom field","gp-premium"),value:"has-post-meta"},{label:(0,p.__)("First post","gp-premium"),value:"is-first-post"}],onChange:function(e){S({_generate_post_loop_item_display:e})}}),""!==k&&(0,a.createElement)(c.Fragment,null,"has-term"===k&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Taxonomy","gp-premium"),value:v,options:z,onChange:function(e){S({_generate_post_loop_item_display_tax:e})}}),!!v&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Term name","gp-premium"),type:"text",onChange:function(e){S({_generate_post_loop_item_display_term:e||""})},value:w||""})),"has-post-meta"===k&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Post meta name","gp-premium"),type:"text",onChange:function(e){S({_generate_post_loop_item_display_post_meta:e||""})},value:T||""}),q.length>0&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.BaseControl,null,(0,a.createElement)(g.ComboboxControl,{className:"editor-page-attributes__parent",label:(0,p.__)("Parent Element","gp-premium"),help:(0,p.__)("Set a parent Element to inherit in case the above conditions do not apply.","gp-premim"),value:L,options:q,onFilterValueChange:function(e){e&&$()(I(e),300)},onChange:function(e){I(e)}})),!!L&&(0,a.createElement)(g.TextControl,{type:"number",label:(0,p.__)("Display Order","gp-premium"),onChange:function(e){B(e)},value:E}))),(0,a.createElement)(g.ToggleControl,{checked:!!_,label:(0,p.__)("Keep default post container","gp-premium"),onChange:function(e){S({_generate_use_theme_post_container:e})}})),"page-hero"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.ToggleControl,{checked:!!f,label:(0,p.__)("Disable title","gp-premium"),onChange:function(e){S({_generate_disable_title:e})}}),(0,a.createElement)(g.ToggleControl,{checked:!!y,label:(0,p.__)("Disable featured image","gp-premium"),onChange:function(e){S({_generate_disable_featured_image:e})}}),(0,a.createElement)(g.ToggleControl,{checked:!!x,label:(0,p.__)("Disable primary post meta","gp-premium"),onChange:function(e){S({_generate_disable_primary_post_meta:e})}})),"site-footer"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{className:"gpp-block-dynamic-year",type:"text",readOnly:!0,value:"{{current_year}}",label:(0,p.__)("Current year template tag","gp-premium"),help:(0,p.__)("Use the above template tag to add the current year to your footer.","gp-premium")})),"post-navigation-template"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.ToggleControl,{checked:!!C,label:(0,p.__)("Disable default post navigation","gp-premium"),onChange:function(e){S({_generate_disable_post_navigation:e})}}),(0,a.createElement)(g.ToggleControl,{checked:!!R,label:(0,p.__)("Add default archive navigation container","gp-premium"),onChange:function(e){S({_generate_use_archive_navigation_container:e})}})),"archive-navigation-template"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.ToggleControl,{checked:!!D,label:(0,p.__)("Disable default pagination","gp-premium"),onChange:function(e){S({_generate_disable_archive_navigation:e})}}),(0,a.createElement)(g.ToggleControl,{checked:!!R,label:(0,p.__)("Keep default archive navigation container","gp-premium"),onChange:function(e){S({_generate_use_archive_navigation_container:e})}}))))}}]),o}(c.Component),Le=(0,oe.withSelect)((function(e){var t=e("core/editor").getEditedPostAttribute;return{meta:t("meta"),elementParent:t("parent"),elementMenuOrder:t("menu_order")}})),Ee=(0,oe.withDispatch)((function(e,t){var n=t.meta,i=e("core/editor").editPost;return{updateMeta:function(e){i({meta:Ie(Ie({},n),e)})},updateParentId:function(e){i({parent:e})},updateOrder:function(e){i({menu_order:e})}}})),Me=(0,s.compose)([Le,Ee])(Be);(0,ie.registerPlugin)("generatepress-block-element",{icon:null,render:Me}),pe()((function(){return(0,ie.unregisterPlugin)("generatepress-content-width")}))}()}(); \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/dist/customizer.asset.php b/wp-content/plugins/gp-premium/dist/customizer.asset.php index 80a8ab7c..ee571e28 100644 --- a/wp-content/plugins/gp-premium/dist/customizer.asset.php +++ b/wp-content/plugins/gp-premium/dist/customizer.asset.php @@ -1 +1 @@ - array('wp-hooks', 'wp-i18n'), 'version' => '71ce575bd9a3b2ae77bd'); + array('wp-hooks', 'wp-i18n'), 'version' => '4ec1543129b0728cd3b0'); diff --git a/wp-content/plugins/gp-premium/dist/customizer.js b/wp-content/plugins/gp-premium/dist/customizer.js index 33e0585a..3a201d2e 100644 --- a/wp-content/plugins/gp-premium/dist/customizer.js +++ b/wp-content/plugins/gp-premium/dist/customizer.js @@ -1 +1 @@ -!function(){"use strict";function e(o){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(o)}function o(o,r,t){return(r=function(o){var r=function(o,r){if("object"!==e(o)||null===o)return o;var t=o[Symbol.toPrimitive];if(void 0!==t){var n=t.call(o,"string");if("object"!==e(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(o)}(o);return"symbol"===e(r)?r:String(r)}(r))in o?Object.defineProperty(o,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):o[r]=t,o}var r=window.wp.hooks,t=window.wp.i18n;function n(e,o){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);o&&(t=t.filter((function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable}))),r.push.apply(r,t)}return r}function a(e){for(var r=1;r array('wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '204b0a224864701c559a'); + array('react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '0ab64c3a1832f10e060d'); diff --git a/wp-content/plugins/gp-premium/dist/dashboard.js b/wp-content/plugins/gp-premium/dist/dashboard.js index ce2c1579..861ddff5 100644 --- a/wp-content/plugins/gp-premium/dist/dashboard.js +++ b/wp-content/plugins/gp-premium/dist/dashboard.js @@ -1 +1 @@ -!function(){var e,t={520:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function s(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==r(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var s=n.call(e,"string");if("object"!==r(s))return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===r(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&void 0!==arguments[0]?arguments[0]:p;a(!0),w(!!e);var t=document.querySelector(".generatepress-dashboard__section-item-message");t.classList.remove("generatepress-dashboard__section-item-message__show"),d()({path:"/generatepress-pro/v1/license",method:"POST",data:{key:e,status:_}}).then((function(e){a(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),e.success&&e.response?(t.classList.remove("generatepress-dashboard__section-item-message__error"),"valid"===e.response.license?t.textContent=(0,c.__)("License key activated.","gp-premium"):"deactivated"===e.response.license?t.textContent=(0,c.__)("License key deactivated.","gp-premium"):t.textContent=e.response,f(e.response.license),setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)):(t.classList.add("generatepress-dashboard__section-item-message__error"),t.textContent=e.response)}))};return(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section generatepress-license-key-area"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title"},(0,i.createElement)("h2",null,(0,c.__)("License Key","gp-premium")),(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"})),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)(l.Notice,{className:"generatepress-dashboard__section-license-notice",isDismissible:!1,status:"valid"===_?"success":"warning"},"valid"===_?(0,i.createElement)("span",null,(0,c.__)("Receiving premium updates.","gp-premium")):(0,i.createElement)("span",null,(0,c.__)("Not receiving premium updates.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-license-key"},E?(0,i.createElement)(l.TextControl,{type:"text",autoComplete:"off",value:p,disabled:!0}):(0,i.createElement)(i.Fragment,null,(0,i.createElement)(l.TextControl,{placeholder:(0,c.__)("Enter your license key to activate updates.","gp-premium"),type:"text",autoComplete:"off",onChange:function(e){return u(e)}}),!!p&&(0,i.createElement)(l.Button,{variant:"primary",disabled:!!s,onClick:function(){return S()}},s&&(0,i.createElement)(l.Spinner,null),!s&&(0,c.__)("Save key"))),!!E&&!!p&&(0,i.createElement)(l.Button,{variant:"primary",onClick:function(){u(""),S("")}},(0,c.__)("Clear key","generateblocks"))),""!==p&&(0,i.createElement)("div",{className:"generatepress-dashboard__section-beta-tester"},(0,i.createElement)(l.ToggleControl,{label:(0,c.__)("Receive development version updates"),help:(0,c.__)("Get alpha, beta, and release candidate updates directly to your Dashboard.","gp-premium"),checked:!!b,onChange:function(e){v(e),function(e){var t=document.querySelector(".generatepress-dashboard__section-item-message");t.classList.remove("generatepress-dashboard__section-item-message__show"),d()({path:"/generatepress-pro/v1/beta",method:"POST",data:{beta:e}}).then((function(e){a(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),e.success&&e.response?(t.classList.remove("generatepress-dashboard__section-item-message__error"),t.textContent=e.response,setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)):(t.classList.add("generatepress-dashboard__section-item-message__error"),t.textContent=e.response)}))}(e)}})))))};window.addEventListener("DOMContentLoaded",(function(){(0,i.render)((0,i.createElement)(h,null),document.getElementById("generatepress-license-key"))}));var b=function(){var e=o((0,i.useState)(!1),2),t=e[0],n=e[1],s=o((0,i.useState)(!1),2),a=s[0],m=s[1],p=o((0,i.useState)(!1),2),g=p[0],_=p[1],f=o((0,i.useState)(!1),2),h=f[0],b=f[1],v=o((0,i.useState)("all"),2),y=v[0],E=v[1];return(0,i.useEffect)((function(){t||n(!0)})),t?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title"},(0,i.createElement)("h2",null,(0,c.__)("Import / Export","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-content"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-title"},(0,c.__)("Export","gp-premium")),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description"},(0,c.__)("Export your customizer settings.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-action"},(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"}),(0,i.createElement)(l.ButtonGroup,{className:"generatepress-dashboard__section-item-export-type"},(0,i.createElement)(l.Button,{isPrimary:"all"===y,onClick:function(){return E("all")}},(0,c.__)("All","gp-premium")),(0,i.createElement)(l.Button,{isPrimary:"global-colors"===y,onClick:function(){return E("global-colors")}},(0,c.__)("Global Colors","gp-premium")),(0,i.createElement)(l.Button,{isPrimary:"typography"===y,onClick:function(){return E("typography")}},(0,c.__)("Typography","gp-premium"))),(0,i.createElement)(l.Button,{disabled:!!a,isPrimary:!0,onClick:function(e){return function(e){m(!0);var t=e.target.previousElementSibling.previousElementSibling;d()({path:"/generatepress-pro/v1/export",method:"POST",data:{items:!1,type:y}}).then((function(e){if(m(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Options exported","gp-premium"):t.textContent=e.response,e.success&&e.response){var n=(new Date).toISOString().slice(0,10),s="generatepress-settings-"+y+"-"+n+".json",a=new Blob([JSON.stringify(e.response)],{type:"application/json",name:s});u()(a,s),setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)}else t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!a&&(0,i.createElement)(l.Spinner,null),!a&&(0,c.__)("Export","gp-premium")))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-content"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-title"},(0,c.__)("Import","gp-premium")),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description"},(0,c.__)("Import your customizer settings.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-action"},(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"}),(0,i.createElement)("input",{type:"file",accept:".json",onChange:function(e){var t=new FileReader;t.onloadend=function(){var e=t.result;(e=JSON.parse(e))&&b(e)},t.readAsText(e.target.files[0])}}),(0,i.createElement)(l.Button,{disabled:!!g||!h,isPrimary:!0,onClick:function(e){window.confirm((0,c.__)("This can overwrite existing settings and cannot be undone.","gp-premium"))&&function(e){_(!0);var t=e.target.previousElementSibling.previousElementSibling,n=e.target.previousElementSibling;n.style.display="none",d()({path:"/generatepress-pro/v1/import",method:"POST",data:{import:h}}).then((function(e){_(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Options imported.","gp-premium"):t.textContent=e.response,e.success&&e.response?setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show"),n.style.display="block",n.value=""}),3e3):t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!g&&(0,i.createElement)(l.Spinner,null),!g&&(0,c.__)("Import","gp-premium")))))):(0,i.createElement)(l.Placeholder,{className:"generatepress-dashboard__placeholder"},(0,i.createElement)(l.Spinner,null))};window.addEventListener("DOMContentLoaded",(function(){(0,i.render)((0,i.createElement)(b,null),document.getElementById("generatepress-import-export-pro"))}));var v=function(){var e=o((0,i.useState)(!1),2),t=e[0],n=e[1],s=o((0,i.useState)(!1),2),a=s[0],m=s[1];return(0,i.useEffect)((function(){t||n(!0)})),t?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title",style:{marginBottom:0}},(0,i.createElement)("h2",null,(0,c.__)("Reset","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description",style:{marginTop:0}},(0,c.__)("Reset your customizer settings.","gp-premium")),(0,i.createElement)(l.Button,{className:"generatepress-dashboard__reset-button",style:{marginTop:"10px"},disabled:!!a,isPrimary:!0,onClick:function(e){window.confirm((0,c.__)("This will delete all of your customizer settings. It cannot be undone.","gp-premium"))&&function(e){m(!0);var t=e.target.nextElementSibling;d()({path:"/generatepress-pro/v1/reset",method:"POST",data:{items:!1}}).then((function(e){m(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Settings reset.","gp-premium"):t.textContent=e.response,e.success&&e.response?setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3):t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!a&&(0,i.createElement)(l.Spinner,null),!a&&(0,c.__)("Reset","gp-premium")),(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message",style:{marginLeft:"10px"}}))):(0,i.createElement)(l.Placeholder,{className:"generatepress-dashboard__placeholder"},(0,i.createElement)(l.Spinner,null))};window.addEventListener("DOMContentLoaded",(function(){(0,i.render)((0,i.createElement)(v,null),document.getElementById("generatepress-reset-pro"))}))},162:function(e,t,n){var r,s;void 0===(s="function"==typeof(r=function(){"use strict";function t(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){i(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function r(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function s(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var a="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,o=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),i=a.saveAs||("object"!=typeof window||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(e,n,o){var i=a.URL||a.webkitURL,c=document.createElement("a");n=n||e.name||"download",c.download=n,c.rel="noopener","string"==typeof e?(c.href=e,c.origin===location.origin?s(c):r(c.href)?t(e,n,o):s(c,c.target="_blank")):(c.href=i.createObjectURL(e),setTimeout((function(){i.revokeObjectURL(c.href)}),4e4),setTimeout((function(){s(c)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,n,a){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}(e,a),n);else if(r(e))t(e,n,a);else{var o=document.createElement("a");o.href=e,o.target="_blank",setTimeout((function(){s(o)}))}}:function(e,n,r,s){if((s=s||open("","_blank"))&&(s.document.title=s.document.body.innerText="downloading..."),"string"==typeof e)return t(e,n,r);var i="application/octet-stream"===e.type,c=/constructor/i.test(a.HTMLElement)||a.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||i&&c||o)&&"undefined"!=typeof FileReader){var m=new FileReader;m.onloadend=function(){var e=m.result;e=l?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),s?s.location.href=e:location=e,s=null},m.readAsDataURL(e)}else{var d=a.URL||a.webkitURL,p=d.createObjectURL(e);s?s.location=p:location.href=p,s=null,setTimeout((function(){d.revokeObjectURL(p)}),4e4)}});a.saveAs=i.saveAs=i,e.exports=i})?r.apply(t,[]):r)||(e.exports=s)}},n={};function r(e){var s=n[e];if(void 0!==s)return s.exports;var a=n[e]={exports:{}};return t[e].call(a.exports,a,a.exports,r),a.exports}r.m=t,e=[],r.O=function(t,n,s,a){if(!n){var o=1/0;for(m=0;m=a)&&Object.keys(r.O).every((function(e){return r.O[e](n[c])}))?n.splice(c--,1):(i=!1,a0&&e[m-1][2]>a;m--)e[m]=e[m-1];e[m]=[n,s,a]},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={966:0,100:0};r.O.j=function(t){return 0===e[t]};var t=function(t,n){var s,a,o=n[0],i=n[1],c=n[2],l=0;if(o.some((function(t){return 0!==e[t]}))){for(s in i)r.o(i,s)&&(r.m[s]=i[s]);if(c)var m=c(r)}for(t&&t(n);le.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&void 0!==arguments[0]?arguments[0]:u;a(!0),S(!!e);var t=document.querySelector(".generatepress-dashboard__section-item-message");t.classList.remove("generatepress-dashboard__section-item-message__show"),p()({path:"/generatepress-pro/v1/license",method:"POST",data:{key:e,status:f}}).then((function(e){a(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),e.success&&e.response?(t.classList.remove("generatepress-dashboard__section-item-message__error"),"valid"===e.response.license?t.textContent=(0,c.__)("License key activated.","gp-premium"):"deactivated"===e.response.license?t.textContent=(0,c.__)("License key deactivated.","gp-premium"):t.textContent=e.response,h(e.response.license),setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)):(t.classList.add("generatepress-dashboard__section-item-message__error"),t.textContent=e.response)}))};return(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section generatepress-license-key-area"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title"},(0,i.createElement)("h2",null,(0,c.__)("License Key","gp-premium")),(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"})),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)(l.Notice,{className:"generatepress-dashboard__section-license-notice",isDismissible:!1,status:"valid"===f?"success":"warning"},"valid"===f?(0,i.createElement)("span",null,(0,c.__)("Receiving premium updates.","gp-premium")):(0,i.createElement)("span",null,(0,c.__)("Not receiving premium updates.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-license-key"},w?(0,i.createElement)(l.TextControl,{type:"text",autoComplete:"off",value:u,disabled:!0}):(0,i.createElement)(i.Fragment,null,(0,i.createElement)(l.TextControl,{placeholder:(0,c.__)("Enter your license key to activate updates.","gp-premium"),type:"text",autoComplete:"off",onChange:function(e){return g(e)}}),!!u&&(0,i.createElement)(l.Button,{variant:"primary",disabled:!!s,onClick:function(){return O()}},s&&(0,i.createElement)(l.Spinner,null),!s&&(0,c.__)("Save key"))),!!w&&!!u&&(0,i.createElement)(l.Button,{variant:"primary",onClick:function(){g(""),O("")}},(0,c.__)("Clear key","generateblocks"))),""!==u&&(0,i.createElement)("div",{className:"generatepress-dashboard__section-beta-tester"},(0,i.createElement)(l.ToggleControl,{label:(0,c.__)("Receive development version updates"),help:(0,c.__)("Get alpha, beta, and release candidate updates directly to your Dashboard.","gp-premium"),checked:!!v,onChange:function(e){y(e),function(e){var t=document.querySelector(".generatepress-dashboard__section-item-message");t.classList.remove("generatepress-dashboard__section-item-message__show"),p()({path:"/generatepress-pro/v1/beta",method:"POST",data:{beta:e}}).then((function(e){a(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),e.success&&e.response?(t.classList.remove("generatepress-dashboard__section-item-message__error"),t.textContent=e.response,setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)):(t.classList.add("generatepress-dashboard__section-item-message__error"),t.textContent=e.response)}))}(e)}})))))};window.addEventListener("DOMContentLoaded",(function(){(0,m.render)((0,i.createElement)(b,null),document.getElementById("generatepress-license-key"))}));var v=function(){var e=o((0,m.useState)(!1),2),t=e[0],n=e[1],s=o((0,m.useState)(!1),2),a=s[0],d=s[1],u=o((0,m.useState)(!1),2),_=u[0],f=u[1],h=o((0,m.useState)(!1),2),b=h[0],v=h[1],y=o((0,m.useState)("all"),2),E=y[0],w=y[1];return(0,m.useEffect)((function(){t||n(!0)})),t?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title"},(0,i.createElement)("h2",null,(0,c.__)("Import / Export","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-content"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-title"},(0,c.__)("Export","gp-premium")),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description"},(0,c.__)("Export your customizer settings.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-action"},(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"}),(0,i.createElement)(l.ButtonGroup,{className:"generatepress-dashboard__section-item-export-type"},(0,i.createElement)(l.Button,{isPrimary:"all"===E,onClick:function(){return w("all")}},(0,c.__)("All","gp-premium")),(0,i.createElement)(l.Button,{isPrimary:"global-colors"===E,onClick:function(){return w("global-colors")}},(0,c.__)("Global Colors","gp-premium")),(0,i.createElement)(l.Button,{isPrimary:"typography"===E,onClick:function(){return w("typography")}},(0,c.__)("Typography","gp-premium"))),(0,i.createElement)(l.Button,{disabled:!!a,isPrimary:!0,onClick:function(e){return function(e){d(!0);var t=e.target.previousElementSibling.previousElementSibling;p()({path:"/generatepress-pro/v1/export",method:"POST",data:{items:!1,type:E}}).then((function(e){if(d(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Options exported","gp-premium"):t.textContent=e.response,e.success&&e.response){var n=(new Date).toISOString().slice(0,10),s="generatepress-settings-"+E+"-"+n+".json",a=new Blob([JSON.stringify(e.response)],{type:"application/json",name:s});g()(a,s),setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)}else t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!a&&(0,i.createElement)(l.Spinner,null),!a&&(0,c.__)("Export","gp-premium")))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-content"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-title"},(0,c.__)("Import","gp-premium")),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description"},(0,c.__)("Import your customizer settings.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-action"},(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"}),(0,i.createElement)("input",{type:"file",accept:".json",onChange:function(e){var t=new FileReader;t.onloadend=function(){var e=t.result;(e=JSON.parse(e))&&v(e)},t.readAsText(e.target.files[0])}}),(0,i.createElement)(l.Button,{disabled:!!_||!b,isPrimary:!0,onClick:function(e){window.confirm((0,c.__)("This can overwrite existing settings and cannot be undone.","gp-premium"))&&function(e){f(!0);var t=e.target.previousElementSibling.previousElementSibling,n=e.target.previousElementSibling;n.style.display="none",p()({path:"/generatepress-pro/v1/import",method:"POST",data:{import:b}}).then((function(e){f(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Options imported.","gp-premium"):t.textContent=e.response,e.success&&e.response?setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show"),n.style.display="block",n.value=""}),3e3):t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!_&&(0,i.createElement)(l.Spinner,null),!_&&(0,c.__)("Import","gp-premium")))))):(0,i.createElement)(l.Placeholder,{className:"generatepress-dashboard__placeholder"},(0,i.createElement)(l.Spinner,null))};window.addEventListener("DOMContentLoaded",(function(){(0,m.render)((0,i.createElement)(v,null),document.getElementById("generatepress-import-export-pro"))}));var y=function(){var e=o((0,m.useState)(!1),2),t=e[0],n=e[1],s=o((0,m.useState)(!1),2),a=s[0],d=s[1];return(0,m.useEffect)((function(){t||n(!0)})),t?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title",style:{marginBottom:0}},(0,i.createElement)("h2",null,(0,c.__)("Reset","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description",style:{marginTop:0}},(0,c.__)("Reset your customizer settings.","gp-premium")),(0,i.createElement)(l.Button,{className:"generatepress-dashboard__reset-button",style:{marginTop:"10px"},disabled:!!a,isPrimary:!0,onClick:function(e){window.confirm((0,c.__)("This will delete all of your customizer settings. It cannot be undone.","gp-premium"))&&function(e){d(!0);var t=e.target.nextElementSibling;p()({path:"/generatepress-pro/v1/reset",method:"POST",data:{items:!1}}).then((function(e){d(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Settings reset.","gp-premium"):t.textContent=e.response,e.success&&e.response?setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3):t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!a&&(0,i.createElement)(l.Spinner,null),!a&&(0,c.__)("Reset","gp-premium")),(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message",style:{marginLeft:"10px"}}))):(0,i.createElement)(l.Placeholder,{className:"generatepress-dashboard__placeholder"},(0,i.createElement)(l.Spinner,null))};window.addEventListener("DOMContentLoaded",(function(){(0,m.render)((0,i.createElement)(y,null),document.getElementById("generatepress-reset-pro"))}))},162:function(e,t,n){var r,s;void 0===(s="function"==typeof(r=function(){"use strict";function t(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){i(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function r(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function s(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var a="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,o=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),i=a.saveAs||("object"!=typeof window||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(e,n,o){var i=a.URL||a.webkitURL,c=document.createElement("a");n=n||e.name||"download",c.download=n,c.rel="noopener","string"==typeof e?(c.href=e,c.origin===location.origin?s(c):r(c.href)?t(e,n,o):s(c,c.target="_blank")):(c.href=i.createObjectURL(e),setTimeout((function(){i.revokeObjectURL(c.href)}),4e4),setTimeout((function(){s(c)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,n,a){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}(e,a),n);else if(r(e))t(e,n,a);else{var o=document.createElement("a");o.href=e,o.target="_blank",setTimeout((function(){s(o)}))}}:function(e,n,r,s){if((s=s||open("","_blank"))&&(s.document.title=s.document.body.innerText="downloading..."),"string"==typeof e)return t(e,n,r);var i="application/octet-stream"===e.type,c=/constructor/i.test(a.HTMLElement)||a.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||i&&c||o)&&"undefined"!=typeof FileReader){var m=new FileReader;m.onloadend=function(){var e=m.result;e=l?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),s?s.location.href=e:location=e,s=null},m.readAsDataURL(e)}else{var d=a.URL||a.webkitURL,p=d.createObjectURL(e);s?s.location=p:location.href=p,s=null,setTimeout((function(){d.revokeObjectURL(p)}),4e4)}});a.saveAs=i.saveAs=i,e.exports=i})?r.apply(t,[]):r)||(e.exports=s)}},n={};function r(e){var s=n[e];if(void 0!==s)return s.exports;var a=n[e]={exports:{}};return t[e].call(a.exports,a,a.exports,r),a.exports}r.m=t,e=[],r.O=function(t,n,s,a){if(!n){var o=1/0;for(m=0;m=a)&&Object.keys(r.O).every((function(e){return r.O[e](n[c])}))?n.splice(c--,1):(i=!1,a0&&e[m-1][2]>a;m--)e[m]=e[m-1];e[m]=[n,s,a]},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={966:0,100:0};r.O.j=function(t){return 0===e[t]};var t=function(t,n){var s,a,o=n[0],i=n[1],c=n[2],l=0;if(o.some((function(t){return 0!==e[t]}))){for(s in i)r.o(i,s)&&(r.m[s]=i[s]);if(c)var m=c(r)}for(t&&t(n);l array('wp-edit-post', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins'), 'version' => '27f43589f8077aec0cae'); + array('react', 'wp-edit-post', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins'), 'version' => 'd1ae659d7b937f65b15d'); diff --git a/wp-content/plugins/gp-premium/dist/editor.js b/wp-content/plugins/gp-premium/dist/editor.js index 4b21bd3b..6044d7b4 100644 --- a/wp-content/plugins/gp-premium/dist/editor.js +++ b/wp-content/plugins/gp-premium/dist/editor.js @@ -1 +1 @@ -!function(){"use strict";function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}function t(t,n){for(var r=0;r array('react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => 'c153dcc4d45dc270e00f'); + array('react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => '6e43dc7500e77c46bb9b'); diff --git a/wp-content/plugins/gp-premium/dist/site-library.css b/wp-content/plugins/gp-premium/dist/site-library.css index 578ed157..82d72955 100644 --- a/wp-content/plugins/gp-premium/dist/site-library.css +++ b/wp-content/plugins/gp-premium/dist/site-library.css @@ -1 +1 @@ -.generatepress-site-library{box-sizing:border-box;margin:40px auto 0;max-width:1200px;padding:0 20px}.generatepress-site-library .generatepress-site-library-opened{bottom:0;display:flex;height:100vh;left:0;position:fixed;right:0;top:0;width:100%;z-index:99999}.generatepress-site-library .generatepress-site-library-info{background:#fff;border-left:1px solid #ddd;padding-bottom:50px;position:relative;width:300px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-left:20px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header .has-author{margin-bottom:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header .site-library-author{color:#777;display:block;font-size:11px;margin-bottom:1em;margin-top:3px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header button{border-left:1px solid #ddd;height:auto}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer{border-top:1px solid #ddd;bottom:0;display:flex;left:0;position:absolute;right:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer button{flex-grow:1;font-size:20px;height:50px;justify-content:center}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer button:not(:last-child){border-right:1px solid #ddd}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content{box-sizing:border-box;height:calc(100% - 53px);overflow-y:auto;padding:20px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content>:first-child{margin-top:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content h3{margin-top:30px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content h3+.gpp-library-action-button{margin-top:10px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-plugins{font-size:12px;list-style-type:disc;margin-bottom:0;margin-left:1.5em}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-plugins li{margin-bottom:0}.generatepress-site-library .generatepress-site-library-iframe{background:#fff;display:flex;justify-content:center;width:calc(100% - 300px)}.generatepress-site-library .generatepress-site-library-iframe iframe{height:100%;width:100%}.generatepress-site-library .gpp-library-action-button{align-items:center;display:flex;margin-top:30px}.generatepress-site-library .gpp-library-action-button button .components-spinner{margin:0}.generatepress-site-library .gpp-library-action-button .gpp-library-action-message{padding-left:10px}.generatepress-site-library .generatepress-site-library-filter{background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;margin-bottom:40px;padding:20px}.generatepress-site-library .generatepress-site-library-filter>.components-base-control{margin-right:20px}.generatepress-site-library .generatepress-site-library-filter>.components-base-control .components-base-control__field{margin-bottom:0}.generatepress-site-library .generatepress-site-library-filter .components-select-control label{font-size:11px}.generatepress-site-library-list{display:flex;flex-wrap:wrap;list-style:none;margin-left:-30px;padding:0}.generatepress-site-library-list>.generatepress-site-library-list-item{box-sizing:border-box;flex:0 0 33.333%;padding-bottom:30px;padding-left:30px;width:33.333%}@media screen and (max-width:840px){.generatepress-site-library-list>.generatepress-site-library-list-item{flex:0 0 50%;width:50%}}@media screen and (max-width:450px){.generatepress-site-library-list>.generatepress-site-library-list-item{flex:0 0 100%;width:100%}}.generatepress-site-library-list>.generatepress-site-library-list-item>button{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 0 2px transparent;cursor:pointer;display:block;padding:5px;text-align:center;transition:border-color .2s,box-shadow .2s;width:100%}.generatepress-site-library-list>.generatepress-site-library-list-item>button:active,.generatepress-site-library-list>.generatepress-site-library-list-item>button:focus,.generatepress-site-library-list>.generatepress-site-library-list-item>button:hover{box-shadow:0 0 0 2px #216eb7}.generatepress-site-library-list>.generatepress-site-library-list-item>button .generatepress-site-library-list-item-image{display:block;position:relative}.generatepress-site-library-list>.generatepress-site-library-list-item>button .generatepress-site-library-list-item-image img{border-top-left-radius:4px;border-top-right-radius:4px;display:block;height:auto;width:100%}.generatepress-site-library-list>.generatepress-site-library-list-item .generatepress-site-library-list-item-title{font-size:20px;padding:20px 20px 10px}.generatepress-site-library-list>.generatepress-site-library-list-item .generatepress-site-library-list-item-title .generatepress-site-library-required-version{color:#000;display:block;font-size:12px;padding-top:5px}.generatepress-site-library-restore{background:#fff;border:1px solid #ddd;padding:40px}.generatepress-site-library-restore h2{font-size:25px;margin-top:0}.components-placeholder.gpp-library-placeholder{background:transparent;border:0;box-shadow:0 0 0}.components-placeholder.gpp-library-placeholder .components-placeholder__fieldset{justify-content:center}.generatepress-site-library-no-results{padding:50px;text-align:center}.generatepress-site-library-no-results button .components-spinner,.generatepress-site-library-refresh button .components-spinner{margin:0}.generatepress-site-library-refresh{text-align:center}.appearance_page_generatepress-library #wpbody-content .metabox-holder,.appearance_page_generatepress-library #wpcontent{padding:0}.site-library-header{background-color:#fff;box-shadow:0 1px 0 rgba(200,215,225,.5),0 1px 2px #ddd;margin-bottom:40px;padding:20px}.site-library-header .site-library-container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1200px;padding:0 20px}.site-library-header .library-links{margin-left:auto}.site-library-header .library-links a{display:inline-block;margin:0 10px}.site-library-header .library-title{color:#000;font-size:20px;font-weight:500}.generatepress-dashboard-tabs{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 20px} +.generatepress-site-library{box-sizing:border-box;margin:40px auto 0;max-width:1200px;padding:0 20px}.generatepress-site-library .generatepress-site-library-opened{bottom:0;display:flex;height:100vh;left:0;position:fixed;right:0;top:0;width:100%;z-index:99999}.generatepress-site-library .generatepress-site-library-info{background:#fff;border-left:1px solid #ddd;padding-bottom:50px;position:relative;width:300px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-left:20px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header .has-author{margin-bottom:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header .site-library-author{color:#777;display:block;font-size:11px;margin-bottom:1em;margin-top:3px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header button{border-left:1px solid #ddd;height:auto}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer{border-top:1px solid #ddd;bottom:0;display:flex;left:0;position:absolute;right:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer button{flex-grow:1;font-size:20px;height:50px;justify-content:center}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer button:not(:last-child){border-right:1px solid #ddd}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content{box-sizing:border-box;height:calc(100% - 53px);overflow-y:auto;padding:20px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content>:first-child{margin-top:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content h3{margin-top:30px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content h3+.gpp-library-action-button{margin-top:10px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-plugins{font-size:12px;list-style-type:disc;margin-bottom:0;margin-left:1.5em}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-plugins li{margin-bottom:0}.generatepress-site-library .generatepress-site-library-iframe{background:#fff;display:flex;justify-content:center;width:calc(100% - 300px)}.generatepress-site-library .generatepress-site-library-iframe iframe{height:100%;width:100%}.generatepress-site-library .gpp-library-action-button{align-items:center;display:flex;margin-top:30px}.generatepress-site-library .gpp-library-action-button button .components-spinner{margin:0}.generatepress-site-library .gpp-library-action-button .gpp-library-action-message{padding-left:10px}.generatepress-site-library .generatepress-site-library-filter{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:40px;padding:20px}.generatepress-site-library .generatepress-site-library-filter>.components-base-control{margin-right:20px}.generatepress-site-library .generatepress-site-library-filter>.components-base-control .components-base-control__field{margin-bottom:0}.generatepress-site-library .generatepress-site-library-filter .components-select-control label{font-size:11px}.generatepress-site-library-list{display:flex;flex-wrap:wrap;list-style:none;margin-left:-30px;padding:0}.generatepress-site-library-list>.generatepress-site-library-list-item{box-sizing:border-box;flex:0 0 33.333%;padding-bottom:30px;padding-left:30px;width:33.333%}@media screen and (max-width:840px){.generatepress-site-library-list>.generatepress-site-library-list-item{flex:0 0 50%;width:50%}}@media screen and (max-width:450px){.generatepress-site-library-list>.generatepress-site-library-list-item{flex:0 0 100%;width:100%}}.generatepress-site-library-list>.generatepress-site-library-list-item>button{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 0 2px transparent;cursor:pointer;display:block;padding:5px;text-align:center;transition:border-color .2s,box-shadow .2s;width:100%}.generatepress-site-library-list>.generatepress-site-library-list-item>button:active,.generatepress-site-library-list>.generatepress-site-library-list-item>button:focus,.generatepress-site-library-list>.generatepress-site-library-list-item>button:hover{box-shadow:0 0 0 2px #216eb7}.generatepress-site-library-list>.generatepress-site-library-list-item>button .generatepress-site-library-list-item-image{display:block;position:relative}.generatepress-site-library-list>.generatepress-site-library-list-item>button .generatepress-site-library-list-item-image img{border-top-left-radius:4px;border-top-right-radius:4px;display:block;height:auto;width:100%}.generatepress-site-library-list>.generatepress-site-library-list-item .generatepress-site-library-list-item-title{font-size:20px;padding:20px 20px 10px}.generatepress-site-library-list>.generatepress-site-library-list-item .generatepress-site-library-list-item-title .generatepress-site-library-required-version{color:#000;display:block;font-size:12px;padding-top:5px}.generatepress-site-library-restore{background:#fff;border:1px solid #ddd;padding:40px}.generatepress-site-library-restore h2{font-size:25px;margin-top:0}.components-placeholder.gpp-library-placeholder{background:transparent;border:0;box-shadow:0 0 0}.components-placeholder.gpp-library-placeholder .components-placeholder__fieldset{justify-content:center}.generatepress-site-library-no-results{padding:50px;text-align:center}.generatepress-site-library-no-results button .components-spinner,.generatepress-site-library-refresh button .components-spinner{margin:0}.generatepress-site-library-refresh{text-align:center}.appearance_page_generatepress-library #wpbody-content .metabox-holder,.appearance_page_generatepress-library #wpcontent{padding:0}.site-library-header{background-color:#fff;box-shadow:0 1px 0 rgba(200,215,225,.5),0 1px 2px #ddd;margin-bottom:40px;padding:20px}.site-library-header .site-library-container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1200px;padding:0 20px}.site-library-header .library-links{margin-left:auto}.site-library-header .library-links a{display:inline-block;margin:0 10px}.site-library-header .library-title{color:#000;font-size:20px;font-weight:500}.generatepress-dashboard-tabs{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 20px} diff --git a/wp-content/plugins/gp-premium/dist/site-library.js b/wp-content/plugins/gp-premium/dist/site-library.js index c1544a89..54359955 100644 --- a/wp-content/plugins/gp-premium/dist/site-library.js +++ b/wp-content/plugins/gp-premium/dist/site-library.js @@ -1,6 +1,6 @@ -!function(){var e={703:function(e,t,n){"use strict";var r=n(414);function i(){}function s(){}s.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,s,a){if(a!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:s,resetWarningCache:i};return n.PropTypes=n,n}},697:function(e,t,n){e.exports=n(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},216:function(e,t,n){"use strict";t.be=void 0;var r=function(){function e(e,t){for(var n=0;n=0&&_-E[0]<=g&&_+b+E[1]>=0}(e,n):function(e){var t=e.ref;if(!(t.offsetWidth||t.offsetHeight||t.getClientRects().length))return!1;var n=void 0,r=void 0;try{var i=t.getBoundingClientRect();n=i.top,r=i.height}catch(e){n=0,r=0}var s=window.innerHeight||document.documentElement.clientHeight,a=Array.isArray(e.props.offset)?e.props.offset:[e.props.offset,e.props.offset];return n-a[0]<=s&&n+r+a[1]>=0}(e);r?e.visible||(e.props.once&&h.push(e),e.visible=!0,e.forceUpdate()):e.props.once&&e.visible||(e.visible=!1,e.props.unmountIfInvisible&&e.forceUpdate())}},y=function(){for(var e=0;e=0?r=setTimeout(l,t-p):(r=null,n||(o=e.apply(s,i),r||(s=null,i=null)))};return function(){s=this,i=arguments,a=+new Date;var p=n&&!r;return r||(r=setTimeout(l,t)),p&&(o=e.apply(s,i),s=null,i=null),o}}},81:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.on=function(e,t,n,r){r=r||!1,e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent("on"+t,(function(t){n.call(e,t||window.event)}))},t.off=function(e,t,n,r){r=r||!1,e.removeEventListener?e.removeEventListener(t,n,r):e.detachEvent&&e.detachEvent("on"+t,n)}},315:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(!(e instanceof HTMLElement))return document.documentElement;for(var t="absolute"===e.style.position,n=/(scroll|auto)/,r=e;r;){if(!r.parentNode)return e.ownerDocument||document.documentElement;var i=window.getComputedStyle(r),s=i.position,a=i.overflow,o=i["overflow-x"],l=i["overflow-y"];if("static"===s&&t)r=r.parentNode;else{if(n.test(a)&&n.test(o)&&n.test(l))return r;r=r.parentNode}}return e.ownerDocument||e.documentElement||document.documentElement}},821:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r,i;return t||(t=250),function(){var s=n||this,a=+new Date,o=arguments;r&&ae.length)&&(t=e.length);for(var n=0,r=new Array(t);na[l]?1:-1}return s.length!==a.length?-1:0}var c=window.wp.i18n,m=window.wp.components,g=window.wp.htmlEntities,h=window.wp.apiFetch,d=n.n(h);var f=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(y,e);var n,h,f,b,v=(f=y,b=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=o(f);if(b){var n=o(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return s(e)}(this,e)});function y(){var e;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,y),(e=v.apply(this,arguments)).state={allSites:{},isAPIWorking:!1,siteOpened:!1,siteData:{},siteSlug:"",sitePlugins:{},hasData:{},hasWidgets:!1,importOptions:!0,importContent:!0,confirmImport:!1,importComplete:!1,installablePlugins:[],activePlugins:[],manualPlugins:[],refreshingSites:!1,hasBackup:gppSiteLibrary.hasBackup,pageBuilder:"No Page Builder",category:"",device:"desktop"},e.importThemeOptions=e.importThemeOptions.bind(s(e)),e.installPlugins=e.installPlugins.bind(s(e)),e.activatePlugins=e.activatePlugins.bind(s(e)),e.importContent=e.importContent.bind(s(e)),e.importSiteOptions=e.importSiteOptions.bind(s(e)),e.importWidgets=e.importWidgets.bind(s(e)),e}return n=y,(h=[{key:"componentDidMount",value:function(){var e=this;d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!1}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response})}))}},{key:"importThemeOptions",value:function(e){var t=this,n=e.target.nextElementSibling;n.classList.add("gpp-library-action-message--show"),n.textContent=(0,c.__)("Importing theme options","gp-premium"),d()({path:"/generatepress-site-library/v1/import_theme_options",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),setTimeout((function(){t.state.importContent?Object.keys(t.state.hasData.plugin_data).length>0?t.installPlugins(n):t.importContent(n):(n.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0}))}),2e3)}))}},{key:"installPlugins",value:function(e){var n=this;void 0!==e.target&&(e=e.target.nextElementSibling),e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Installing plugins","gp-premium"),Object.entries(this.state.hasData.plugin_data).forEach((function(r){var i=t(r,2),s=i[0],a=i[1],o=a.slug.split("/")[0],l=a.name;a.installed?(delete n.state.hasData.plugin_data[s],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)):("bb-plugin"===o&&(o="beaver-builder-lite-version",l="Beaver Builder Lite"),e.textContent=(0,c.sprintf)(/* translators: Installing "Plugin Name" */ -(0,c.__)("Installing %s","gp-premium"),l),wp.updates.installPlugin({slug:o,success:function(t){console.log(t),delete n.state.hasData.plugin_data[s],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)},error:function(t){console.log(t),delete n.state.hasData.plugin_data[s],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)}}))}))}},{key:"activatePlugins",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Activating plugins","gp-premium"),d()({path:"/generatepress-site-library/v1/activate_plugins",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.importContent(e)}),2e3)}))}},{key:"importContent",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing content","gp-premium"),d()({path:"/generatepress-site-library/v1/import_content",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.importSiteOptions(e)}),2e3)}))}},{key:"importSiteOptions",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing site options","gp-premium"),d()({path:"/generatepress-site-library/v1/import_site_options",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.state.hasWidgets?t.importWidgets(e):(e.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0}))}),2e3)}))}},{key:"importWidgets",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing widgets","gp-premium"),d()({path:"/generatepress-site-library/v1/import_widgets",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){e.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0})}),2e3)}))}},{key:"restoreBackup",value:function(e){var t=this,n=e.target.nextElementSibling;n.classList.add("gpp-library-action-message--show"),n.textContent=(0,c.__)("Restoring theme options","gp-premium"),d()({path:"/generatepress-site-library/v1/restore_theme_options",method:"POST"}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),setTimeout((function(){n.textContent=(0,c.__)("Restoring content","gp-premium"),d()({path:"/generatepress-site-library/v1/restore_content",method:"POST"}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),t.setState({isAPIWorking:!1,hasBackup:!1})}))}),2e3)}))}},{key:"render",value:function(){var e=this;if(!this.state.isAPILoaded)return(0,l.createElement)(m.Placeholder,{className:"gpp-library-placeholder"},(0,l.createElement)(m.Spinner,null));var n=this.state.allSites;if(!n||"no results"===n)return(0,l.createElement)("div",{className:"generatepress-site-library-no-results"},(0,l.createElement)("p",null,(0,c.__)("No sites were found.","gp-premium")," ",(0,l.createElement)("a",{href:"https://docs.generatepress.com/article/site-library-unavailable/",target:"_blank",rel:"noreferrer noopener"},(0,c.__)("Why?","gp-premium"))),(0,l.createElement)(m.Button,{isPrimary:!0,onClick:function(){e.setState({refreshingSites:!0}),d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!0}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response,refreshingSites:!1})}))}},this.state.refreshingSites&&(0,l.createElement)(m.Spinner,null),!this.state.refreshingSites&&(0,c.__)("Try again","gp-premium")));var r=[{label:(0,c.__)("None","gp-premium"),value:""}],i=[];n&&Object.keys(n).forEach((function(e){n[e].page_builder.forEach((function(e){if(!i.includes(e)){if("No Page Builder"===e)return;r.push({label:e,value:e}),i.push(e)}}))}));var s=[{label:(0,c.__)("All","gp-premium"),value:""}],a=[];n&&Object.keys(n).forEach((function(e){n[e].category.forEach((function(e){a.includes(e)||(s.push({label:e,value:e}),a.push(e))}))}));var o="";"tablet"===this.state.device&&(o="768px"),"mobile"===this.state.device&&(o="480px");var h=this.state.siteData.author_name&&this.state.siteData.author_url&&"GeneratePress"!==this.state.siteData.author_name;return(0,l.createElement)(l.Fragment,null,(0,l.createElement)("div",{className:"generatepress-site-library"},!!this.state.hasBackup&&(0,l.createElement)("div",{className:"generatepress-site-library-restore"},(0,l.createElement)("h2",null,(0,c.__)("Existing Site Import Detected","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("It is highly recommended that you remove the last site you imported before importing a new one.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.","gp-premium")),(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{isPrimary:!0,onClick:function(t){window.confirm((0,c.__)("This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.","gp-premium"))&&(e.setState({isAPIWorking:!0}),e.restoreBackup(t))}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Remove imported site","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}),!this.state.isAPIWorking&&(0,l.createElement)(m.Button,{onClick:function(){e.setState({hasBackup:!1})}},(0,c.__)("No thanks","gp-premium")))),!this.state.siteOpened&&!this.state.hasBackup&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("div",{className:"generatepress-site-library-filter"},"No Page Builder"===this.state.pageBuilder&&(0,l.createElement)(m.SelectControl,{label:(0,c.__)("Category","gp-premium"),options:s,value:this.state.category,onChange:function(t){e.setState({category:t,pageBuilder:"No Page Builder"}),setTimeout((function(){(0,p.be)()}),100)}}),""===this.state.category&&(0,l.createElement)(m.SelectControl,{label:(0,c.__)("Page Builder","gp-premium"),options:r,value:this.state.pageBuilder,onChange:function(t){""===t&&(t="No Page Builder"),e.setState({pageBuilder:t,category:""}),setTimeout((function(){(0,p.be)()}),100)}})),(0,l.createElement)("ul",{className:"generatepress-site-library-list"},Object.keys(n).map((function(t){if(!n[t].page_builder.includes(e.state.pageBuilder))return null;if(""!==e.state.category&&!n[t].category.includes(e.state.category))return null;var r=n[t].directory+"/screenshot.png",i=n[t].name,s=(0,g.decodeEntities)(i),a=gppSiteLibrary.gppVersion.split("-")[0],o=n[t].min_version.split("-")[0],m=gppSiteLibrary.gpVersion.split("-")[0],h=gppSiteLibrary.generateblocksVersion.split("-")[0],d=n[t].min_theme_version?n[t].min_theme_version.split("-")[0]:m,f=n[t].min_generateblocks_version?n[t].min_generateblocks_version.split("-")[0]:h,b=n[t].image_width,v=n[t].image_height,y=u(o,a)>0||u(d,m)>0||h&&u(f,h)>0;return(0,l.createElement)("li",{className:"generatepress-site-library-list-item",key:i+":"+t},(0,l.createElement)("button",{disabled:y,onClick:function(){e.setState({siteOpened:!0,siteData:n[t],sitePlugins:JSON.parse(n[t].plugins)})}},(0,l.createElement)("div",{className:"generatepress-site-library-list-item-image"},(0,l.createElement)(p.ZP,{offset:100,once:!0},(0,l.createElement)("img",{src:r,alt:i,width:b,height:v}))),(0,l.createElement)("div",{className:"generatepress-site-library-list-item-title"},s,!!y&&u(o,a)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ -(0,c.__)("Requires GP Premium %s.","gp-premium"),o)),!!y&&u(d,m)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ -(0,c.__)("Requires GeneratePress %s.","gp-premium"),d)),!!y&&h&&u(f,h)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ -(0,c.__)("Requires GenerateBlocks %s.","gp-premium"),f)))))}))),(0,l.createElement)("div",{className:"generatepress-site-library-refresh"},(0,l.createElement)(m.Button,{isPrimary:!0,onClick:function(){e.setState({refreshingSites:!0}),d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!0}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response,refreshingSites:!1})}))}},this.state.refreshingSites&&(0,l.createElement)(m.Spinner,null),!this.state.refreshingSites&&(0,c.__)("Refresh sites","gp-premium")))),this.state.siteOpened&&(0,l.createElement)("div",{className:"generatepress-site-library-opened"},(0,l.createElement)("div",{className:"generatepress-site-library-iframe"},(0,l.createElement)("iframe",{title:"gpp-site-library-frame",src:this.state.siteData.preview_url,style:{width:o}})),(0,l.createElement)("div",{className:"generatepress-site-library-info"},(0,l.createElement)("div",{className:"generatepress-site-library-header"},(0,l.createElement)("div",{className:"generatepress-site-library-header__title"},(0,l.createElement)("h2",{className:h?"has-author":""},(0,g.decodeEntities)(this.state.siteData.name)),h&&(0,l.createElement)("span",{className:"site-library-author"},/* translators: Site library site built by "author name" */ -(0,c.__)("Built by","gp-premium")+" ",(0,l.createElement)("a",{href:this.state.siteData.author_url,target:"_blank",rel:"noreferrer noopener"},this.state.siteData.author_name))),(0,l.createElement)(m.Button,{onClick:function(){e.setState({isAPIWorking:!1,siteOpened:!1,siteData:{},siteSlug:"",sitePlugins:{},hasData:{},hasWidgets:!1,importOptions:!0,importContent:!0,confirmImport:!1,importComplete:!1,installablePlugins:[],activePlugins:[],manualPlugins:[]})}},(0,l.createElement)("svg",{width:"35",height:"35",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true",focusable:"false"},(0,l.createElement)("path",{d:"M13 11.9l3.3-3.4-1.1-1-3.2 3.3-3.2-3.3-1.1 1 3.3 3.4-3.5 3.6 1 1L12 13l3.5 3.5 1-1z"})))),(0,l.createElement)("div",{className:"generatepress-site-library-content"},!!this.state.siteData.description&&(0,l.createElement)("p",null,(0,g.decodeEntities)(this.state.siteData.description)),!this.state.importComplete&&(0,l.createElement)(l.Fragment,null,0===Object.keys(this.state.hasData).length&&(0,l.createElement)(l.Fragment,null,gppSiteLibrary.isDebugEnabled&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Debug Mode Enabled","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.","gp-premium")),(0,l.createElement)("code",null,"define( 'WP_DEBUG', false );"),(0,l.createElement)("p",null,(0,l.createElement)("a",{href:"https://docs.generatepress.com/article/debug-mode-enabled/",target:"_blank",rel:"noreferrer noopener"},(0,c.__)("Learn more here","gp-premium")))),Object.keys(this.state.sitePlugins).length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Plugins","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This site uses the following plugins.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},Object.entries(this.state.sitePlugins).map((function(e){var n=t(e,1)[0];return(0,l.createElement)("li",{key:n},n)})))),(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{isPrimary:!0,disabled:this.state.isAPIWorking,onClick:function(n){e.setState({isAPIWorking:!0});var r=n.target.nextElementSibling;r.textContent=(0,c.__)("Gathering information","gp-premium"),d()({path:"/generatepress-site-library/v1/get_site_data",method:"POST",data:{siteData:e.state.siteData}}).then((function(n){var i=[],s=[],a=[];Object.entries(n.response.plugin_data).forEach((function(e){var r=t(e,1)[0],o=n.response.plugin_data[r];o.repo&&!o.installed?i.push(o.name):o.installed||o.active?s.push(o.name):a.push(o.name)})),e.setState({isAPIWorking:!1,hasData:n.response,sitePlugins:n.response.plugins,hasWidgets:n.response.widgets,installablePlugins:i,activePlugins:s,manualPlugins:a}),r.classList.add("gpp-library-action-message--show"),r.textContent=n.response,n.success&&n.response?setTimeout((function(){r.classList.remove("gpp-library-action-message--show")}),3e3):r.classList.add("gpp-library-action-message--error")}))}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Get Started","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}))),Object.keys(this.state.hasData).length>0&&Object.keys(this.state.sitePlugins).length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Plugins","gp-premium")),this.state.installablePlugins.length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins can be installed automatically.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.installablePlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)})))),this.state.activePlugins.length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins are already installed.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.activePlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)})))),this.state.manualPlugins.length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins need to be installed manually.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.manualPlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)}))))),Object.keys(this.state.hasData).length>0&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Import","gp-premium")),this.state.hasData.options&&!this.state.isAPIWorking&&(0,l.createElement)(m.Tooltip,{text:(0,c.__)("This will import the options from the Customizer.","gp-premium")},(0,l.createElement)(m.ToggleControl,{checked:!!this.state.importOptions,label:(0,c.__)("Import Theme Options","gp-premium"),onChange:function(t){e.setState({importOptions:t})}})),this.state.hasData.content&&!this.state.isAPIWorking&&(0,l.createElement)(m.Tooltip,{text:(0,c.__)("This will install and activate needed plugins, import demo content, and import site options.","gp-premium")},(0,l.createElement)(m.ToggleControl,{checked:!!this.state.importContent,label:(0,c.__)("Import Demo Content","gp-premium"),onChange:function(t){e.setState({importContent:t})}})),(!!this.state.importOptions||!!this.state.importContent)&&(0,l.createElement)(l.Fragment,null,!this.state.isAPIWorking&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Confirm Import","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.","gp-premium")),(0,l.createElement)(m.ToggleControl,{checked:!!this.state.confirmImport,label:(0,c.__)("I understand","gp-premium"),onChange:function(t){e.setState({confirmImport:t})}})),!!this.state.confirmImport&&!this.state.importComplete&&(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{isPrimary:!0,disabled:this.state.isAPIWorking,onClick:function(t){e.setState({isAPIWorking:!0}),e.state.importOptions?e.importThemeOptions(t):e.state.importContent&&e.installPlugins(t)}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Begin Import","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}))))),!!this.state.importComplete&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Import Complete","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Check out your new site and start making it yours!","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.","gp-premium")),(0,l.createElement)("a",{className:"components-button is-primary",href:gppSiteLibrary.homeUrl},(0,c.__)("View Site","gp-premium")),this.state.siteData.uploads_url&&Object.values(this.state.sitePlugins).includes("elementor/elementor.php")&&(0,l.createElement)(l.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Additional Cleanup","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This site is using Elementor which means you will want to replace the imported image URLs.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.","gp-premium")),(0,l.createElement)(m.TextControl,{label:(0,c.__)("Old URL","gp-premium"),readOnly:!0,value:this.state.siteData.uploads_url}),(0,l.createElement)(m.TextControl,{label:(0,c.__)("New URL","gp-premium"),readOnly:!0,value:gppSiteLibrary.uploadsUrl}),(0,l.createElement)("a",{href:gppSiteLibrary.elementorReplaceUrls,className:"components-button is-primary",target:"_blank",rel:"noopener noreferrer"},(0,c.__)("Elementor Tools","gp-premium")))),(0,l.createElement)("div",{className:"generatepress-site-library-footer"},(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview desktop","gp-premium")},(0,l.createElement)(m.Button,{isPrimary:"desktop"===this.state.device,onClick:function(){e.setState({device:"desktop"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M21 14H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 002 2h7l-2 3v1h8v-1l-2-3h7a2 2 0 002-2V4a2 2 0 00-2-2z",fill:"currentColor"})))),(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview tablet","gp-premium")},(0,l.createElement)(m.Button,{isPrimary:"tablet"===this.state.device,onClick:function(){e.setState({device:"tablet"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M19 19H4V3h15m-7.5 20a1.5 1.5 0 01-1.5-1.5 1.5 1.5 0 011.5-1.5 1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m7-23h-14A2.5 2.5 0 002 2.5v19A2.5 2.5 0 004.5 24h14a2.5 2.5 0 002.5-2.5v-19A2.5 2.5 0 0018.5 0z",fill:"currentColor"})))),(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview mobile","gp-premium")},(0,l.createElement)(m.Button,{isPrimary:"mobile"===this.state.device,onClick:function(){e.setState({device:"mobile"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M17 19H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2z",fill:"currentColor"}))))))))))}}])&&i(n.prototype,h),Object.defineProperty(n,"prototype",{writable:!1}),y}(l.Component);(0,l.render)((0,l.createElement)(f,null),document.getElementById("gpp-site-library"))}()}(); \ No newline at end of file +!function(){var e={703:function(e,t,n){"use strict";var r=n(414);function i(){}function a(){}a.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,a,s){if(s!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:i};return n.PropTypes=n,n}},697:function(e,t,n){e.exports=n(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},216:function(e,t,n){"use strict";t.be=void 0;var r=function(){function e(e,t){for(var n=0;n=0&&_-E[0]<=h&&_+v+E[1]>=0}(e,n):function(e){var t=e.ref;if(!(t.offsetWidth||t.offsetHeight||t.getClientRects().length))return!1;var n=void 0,r=void 0;try{var i=t.getBoundingClientRect();n=i.top,r=i.height}catch(e){n=0,r=0}var a=window.innerHeight||document.documentElement.clientHeight,s=Array.isArray(e.props.offset)?e.props.offset:[e.props.offset,e.props.offset];return n-s[0]<=a&&n+r+s[1]>=0}(e);r?e.visible||(e.props.once&&g.push(e),e.visible=!0,e.forceUpdate()):e.props.once&&e.visible||(e.visible=!1,e.props.unmountIfInvisible&&e.forceUpdate())}},y=function(){for(var e=0;e=0?r=setTimeout(l,t-p):(r=null,n||(o=e.apply(a,i),r||(a=null,i=null)))};return function(){a=this,i=arguments,s=+new Date;var p=n&&!r;return r||(r=setTimeout(l,t)),p&&(o=e.apply(a,i),a=null,i=null),o}}},81:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.on=function(e,t,n,r){r=r||!1,e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent("on"+t,(function(t){n.call(e,t||window.event)}))},t.off=function(e,t,n,r){r=r||!1,e.removeEventListener?e.removeEventListener(t,n,r):e.detachEvent&&e.detachEvent("on"+t,n)}},315:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(!(e instanceof HTMLElement))return document.documentElement;for(var t="absolute"===e.style.position,n=/(scroll|auto)/,r=e;r;){if(!r.parentNode)return e.ownerDocument||document.documentElement;var i=window.getComputedStyle(r),a=i.position,s=i.overflow,o=i["overflow-x"],l=i["overflow-y"];if("static"===a&&t)r=r.parentNode;else{if(n.test(s)&&n.test(o)&&n.test(l))return r;r=r.parentNode}}return e.ownerDocument||e.documentElement||document.documentElement}},821:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r,i;return t||(t=250),function(){var a=n||this,s=+new Date,o=arguments;r&&se.length)&&(t=e.length);for(var n=0,r=new Array(t);ns[l]?1:-1}return a.length!==s.length?-1:0}var c=window.wp.i18n,m=window.wp.components,h=window.wp.element,g=window.wp.htmlEntities,f=window.wp.apiFetch,d=n.n(f);function v(e){var t=e.allSites,n=e.value,r=e.onChange;if(!t)return null;var i=[""];return Object.keys(t).forEach((function(e){t[e].category.forEach((function(e){i.includes(e)||i.push(e)}))})),i.length<2?null:(0,l.createElement)("div",null,i.map((function(e){return(0,l.createElement)(m.Button,{key:e,variant:e===n?"primary":"",onClick:function(){return r(e)}},""===e?(0,c.__)("All","gp-premium"):e)})))}function b(e){var t=e.onChange,n=e.value;return(0,l.createElement)("div",null,(0,l.createElement)("input",{type:"search",onChange:function(e){var n;return t(null==e||null===(n=e.target)||void 0===n?void 0:n.value)},value:n,placeholder:(0,c.__)("Search site name or author","gp-premium")}))}var y=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)}(w,e);var n,f,y,_,E=(y=w,_=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=o(y);if(_){var n=o(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return a(e)}(this,e)});function w(){var e;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,w),(e=E.apply(this,arguments)).state={allSites:{},isAPIWorking:!1,siteOpened:!1,siteData:{},siteSlug:"",sitePlugins:{},hasData:{},hasWidgets:!1,importOptions:!0,importContent:!0,confirmImport:!1,importComplete:!1,installablePlugins:[],activePlugins:[],manualPlugins:[],refreshingSites:!1,hasBackup:gppSiteLibrary.hasBackup,category:"",search:"",device:"desktop"},e.importThemeOptions=e.importThemeOptions.bind(a(e)),e.installPlugins=e.installPlugins.bind(a(e)),e.activatePlugins=e.activatePlugins.bind(a(e)),e.importContent=e.importContent.bind(a(e)),e.importSiteOptions=e.importSiteOptions.bind(a(e)),e.importWidgets=e.importWidgets.bind(a(e)),e}return n=w,(f=[{key:"componentDidMount",value:function(){var e=this;d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!1}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response})}))}},{key:"importThemeOptions",value:function(e){var t=this,n=e.target.nextElementSibling;n.classList.add("gpp-library-action-message--show"),n.textContent=(0,c.__)("Importing theme options","gp-premium"),d()({path:"/generatepress-site-library/v1/import_theme_options",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),setTimeout((function(){t.state.importContent?Object.keys(t.state.hasData.plugin_data).length>0?t.installPlugins(n):t.importContent(n):(n.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0}))}),2e3)}))}},{key:"installPlugins",value:function(e){var n=this;void 0!==e.target&&(e=e.target.nextElementSibling),e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Installing plugins","gp-premium"),Object.entries(this.state.hasData.plugin_data).forEach((function(r){var i=t(r,2),a=i[0],s=i[1],o=s.slug.split("/")[0],l=s.name;s.installed?(delete n.state.hasData.plugin_data[a],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)):("bb-plugin"===o&&(o="beaver-builder-lite-version",l="Beaver Builder Lite"),e.textContent=(0,c.sprintf)(/* translators: Installing "Plugin Name" */ +(0,c.__)("Installing %s","gp-premium"),l),wp.updates.installPlugin({slug:o,success:function(t){console.log(t),delete n.state.hasData.plugin_data[a],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)},error:function(t){console.log(t),delete n.state.hasData.plugin_data[a],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)}}))}))}},{key:"activatePlugins",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Activating plugins","gp-premium"),d()({path:"/generatepress-site-library/v1/activate_plugins",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.importContent(e)}),2e3)}))}},{key:"importContent",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing content","gp-premium"),d()({path:"/generatepress-site-library/v1/import_content",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.importSiteOptions(e)}),2e3)}))}},{key:"importSiteOptions",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing site options","gp-premium"),d()({path:"/generatepress-site-library/v1/import_site_options",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.state.hasWidgets?t.importWidgets(e):(e.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0}))}),2e3)}))}},{key:"importWidgets",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing widgets","gp-premium"),d()({path:"/generatepress-site-library/v1/import_widgets",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){e.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0})}),2e3)}))}},{key:"restoreBackup",value:function(e){var t=this,n=e.target.nextElementSibling;n.classList.add("gpp-library-action-message--show"),n.textContent=(0,c.__)("Restoring theme options","gp-premium"),d()({path:"/generatepress-site-library/v1/restore_theme_options",method:"POST"}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),setTimeout((function(){n.textContent=(0,c.__)("Restoring content","gp-premium"),d()({path:"/generatepress-site-library/v1/restore_content",method:"POST"}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),t.setState({isAPIWorking:!1,hasBackup:!1})}))}),2e3)}))}},{key:"render",value:function(){var e=this;if(!this.state.isAPILoaded)return(0,l.createElement)(m.Placeholder,{className:"gpp-library-placeholder"},(0,l.createElement)(m.Spinner,null));var n=this.state.allSites;if(!n||"no results"===n)return(0,l.createElement)("div",{className:"generatepress-site-library-no-results"},(0,l.createElement)("p",null,(0,c.__)("No sites were found.","gp-premium")," ",(0,l.createElement)("a",{href:"https://docs.generatepress.com/article/site-library-unavailable/",target:"_blank",rel:"noreferrer noopener"},(0,c.__)("Why?","gp-premium"))),(0,l.createElement)(m.Button,{variant:"primary",onClick:function(){e.setState({refreshingSites:!0}),d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!0}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response,refreshingSites:!1})}))}},this.state.refreshingSites&&(0,l.createElement)(m.Spinner,null),!this.state.refreshingSites&&(0,c.__)("Try again","gp-premium")));var r="";"tablet"===this.state.device&&(r="768px"),"mobile"===this.state.device&&(r="480px");var i=this.state.siteData.author_name&&this.state.siteData.author_url&&"GeneratePress"!==this.state.siteData.author_name;return(0,l.createElement)(h.Fragment,null,(0,l.createElement)("div",{className:"generatepress-site-library"},!!this.state.hasBackup&&(0,l.createElement)("div",{className:"generatepress-site-library-restore"},(0,l.createElement)("h2",null,(0,c.__)("Existing Site Import Detected","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("It is highly recommended that you remove the last site you imported before importing a new one.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.","gp-premium")),(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{variant:"primary",onClick:function(t){window.confirm((0,c.__)("This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.","gp-premium"))&&(e.setState({isAPIWorking:!0}),e.restoreBackup(t))}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Remove imported site","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}),!this.state.isAPIWorking&&(0,l.createElement)(m.Button,{onClick:function(){e.setState({hasBackup:!1})}},(0,c.__)("No thanks","gp-premium")))),!this.state.siteOpened&&!this.state.hasBackup&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("div",{className:"generatepress-site-library-filter"},(0,l.createElement)(v,{allSites:n,value:this.state.category,onChange:function(t){e.setState({category:t}),setTimeout((function(){(0,p.be)()}),100)}}),(0,l.createElement)(b,{value:this.state.search,onChange:function(t){e.setState({search:t,category:""}),setTimeout((function(){(0,p.be)()}),100)}})),(0,l.createElement)("ul",{className:"generatepress-site-library-list"},Object.keys(n).map((function(t){if(""!==e.state.category&&!n[t].category.includes(e.state.category))return null;var r=n[t].name,i=(0,g.decodeEntities)(r);if(""!==e.state.search&&!i.toLowerCase().includes(e.state.search.toLowerCase())&&!n[t].author_name.toLowerCase().includes(e.state.search.toLowerCase()))return null;var a=n[t].directory+"/screenshot.png",s=gppSiteLibrary.gppVersion.split("-")[0],o=n[t].min_version.split("-")[0],m=gppSiteLibrary.gpVersion.split("-")[0],h=gppSiteLibrary.generateblocksVersion.split("-")[0],f=n[t].min_theme_version?n[t].min_theme_version.split("-")[0]:m,d=n[t].min_generateblocks_version?n[t].min_generateblocks_version.split("-")[0]:h,v=n[t].image_width,b=n[t].image_height,y=u(o,s)>0||u(f,m)>0||h&&u(d,h)>0;return(0,l.createElement)("li",{className:"generatepress-site-library-list-item",key:r+":"+t},(0,l.createElement)("button",{disabled:y,onClick:function(){e.setState({siteOpened:!0,siteData:n[t],sitePlugins:JSON.parse(n[t].plugins)})}},(0,l.createElement)("div",{className:"generatepress-site-library-list-item-image"},(0,l.createElement)(p.ZP,{offset:100,once:!0},(0,l.createElement)("img",{src:a,alt:r,width:v,height:b}))),(0,l.createElement)("div",{className:"generatepress-site-library-list-item-title"},i,!!y&&u(o,s)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ +(0,c.__)("Requires GP Premium %s.","gp-premium"),o)),!!y&&u(f,m)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ +(0,c.__)("Requires GeneratePress %s.","gp-premium"),f)),!!y&&h&&u(d,h)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */ +(0,c.__)("Requires GenerateBlocks %s.","gp-premium"),d)))))}))),(0,l.createElement)("div",{className:"generatepress-site-library-refresh"},(0,l.createElement)(m.Button,{variant:"primary",onClick:function(){e.setState({refreshingSites:!0}),d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!0}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response,refreshingSites:!1})}))}},this.state.refreshingSites&&(0,l.createElement)(m.Spinner,null),!this.state.refreshingSites&&(0,c.__)("Refresh sites","gp-premium")))),this.state.siteOpened&&(0,l.createElement)("div",{className:"generatepress-site-library-opened"},(0,l.createElement)("div",{className:"generatepress-site-library-iframe"},(0,l.createElement)("iframe",{title:"gpp-site-library-frame",src:this.state.siteData.preview_url,style:{width:r}})),(0,l.createElement)("div",{className:"generatepress-site-library-info"},(0,l.createElement)("div",{className:"generatepress-site-library-header"},(0,l.createElement)("div",{className:"generatepress-site-library-header__title"},(0,l.createElement)("h2",{className:i?"has-author":""},(0,g.decodeEntities)(this.state.siteData.name)),i&&(0,l.createElement)("span",{className:"site-library-author"},/* translators: Site library site built by "author name" */ +(0,c.__)("Built by","gp-premium")+" ",(0,l.createElement)("a",{href:this.state.siteData.author_url,target:"_blank",rel:"noreferrer noopener"},this.state.siteData.author_name))),(0,l.createElement)(m.Button,{onClick:function(){e.setState({isAPIWorking:!1,siteOpened:!1,siteData:{},siteSlug:"",sitePlugins:{},hasData:{},hasWidgets:!1,importOptions:!0,importContent:!0,confirmImport:!1,importComplete:!1,installablePlugins:[],activePlugins:[],manualPlugins:[]})}},(0,l.createElement)("svg",{width:"35",height:"35",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true",focusable:"false"},(0,l.createElement)("path",{d:"M13 11.9l3.3-3.4-1.1-1-3.2 3.3-3.2-3.3-1.1 1 3.3 3.4-3.5 3.6 1 1L12 13l3.5 3.5 1-1z"})))),(0,l.createElement)("div",{className:"generatepress-site-library-content"},!!this.state.siteData.description&&(0,l.createElement)("p",null,(0,g.decodeEntities)(this.state.siteData.description)),!this.state.importComplete&&(0,l.createElement)(h.Fragment,null,0===Object.keys(this.state.hasData).length&&(0,l.createElement)(h.Fragment,null,gppSiteLibrary.isDebugEnabled&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Debug Mode Enabled","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.","gp-premium")),(0,l.createElement)("code",null,"define( 'WP_DEBUG', false );"),(0,l.createElement)("p",null,(0,l.createElement)("a",{href:"https://docs.generatepress.com/article/debug-mode-enabled/",target:"_blank",rel:"noreferrer noopener"},(0,c.__)("Learn more here","gp-premium")))),Object.keys(this.state.sitePlugins).length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Plugins","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This site uses the following plugins.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},Object.entries(this.state.sitePlugins).map((function(e){var n=t(e,1)[0];return(0,l.createElement)("li",{key:n},n)})))),(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{variant:"primary",disabled:this.state.isAPIWorking,onClick:function(n){e.setState({isAPIWorking:!0});var r=n.target.nextElementSibling;r.textContent=(0,c.__)("Gathering information","gp-premium"),d()({path:"/generatepress-site-library/v1/get_site_data",method:"POST",data:{siteData:e.state.siteData}}).then((function(n){var i=[],a=[],s=[];Object.entries(n.response.plugin_data).forEach((function(e){var r=t(e,1)[0],o=n.response.plugin_data[r];o.repo&&!o.installed?i.push(o.name):o.installed||o.active?a.push(o.name):s.push(o.name)})),e.setState({isAPIWorking:!1,hasData:n.response,sitePlugins:n.response.plugins,hasWidgets:n.response.widgets,installablePlugins:i,activePlugins:a,manualPlugins:s}),r.classList.add("gpp-library-action-message--show"),r.textContent=n.response,n.success&&n.response?setTimeout((function(){r.classList.remove("gpp-library-action-message--show")}),3e3):r.classList.add("gpp-library-action-message--error")}))}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Get Started","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}))),Object.keys(this.state.hasData).length>0&&Object.keys(this.state.sitePlugins).length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Plugins","gp-premium")),this.state.installablePlugins.length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins can be installed automatically.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.installablePlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)})))),this.state.activePlugins.length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins are already installed.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.activePlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)})))),this.state.manualPlugins.length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins need to be installed manually.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.manualPlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)}))))),Object.keys(this.state.hasData).length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Import","gp-premium")),this.state.hasData.options&&!this.state.isAPIWorking&&(0,l.createElement)(m.Tooltip,{text:(0,c.__)("This will import the options from the Customizer.","gp-premium")},(0,l.createElement)(m.ToggleControl,{checked:!!this.state.importOptions,label:(0,c.__)("Import Theme Options","gp-premium"),onChange:function(t){e.setState({importOptions:t})}})),this.state.hasData.content&&!this.state.isAPIWorking&&(0,l.createElement)(m.Tooltip,{text:(0,c.__)("This will install and activate needed plugins, import demo content, and import site options.","gp-premium")},(0,l.createElement)(m.ToggleControl,{checked:!!this.state.importContent,label:(0,c.__)("Import Demo Content","gp-premium"),onChange:function(t){e.setState({importContent:t})}})),(!!this.state.importOptions||!!this.state.importContent)&&(0,l.createElement)(h.Fragment,null,!this.state.isAPIWorking&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Confirm Import","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.","gp-premium")),(0,l.createElement)(m.ToggleControl,{checked:!!this.state.confirmImport,label:(0,c.__)("I understand","gp-premium"),onChange:function(t){e.setState({confirmImport:t})}})),!!this.state.confirmImport&&!this.state.importComplete&&(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{variant:"primary",disabled:this.state.isAPIWorking,onClick:function(t){e.setState({isAPIWorking:!0}),e.state.importOptions?e.importThemeOptions(t):e.state.importContent&&e.installPlugins(t)}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Begin Import","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}))))),!!this.state.importComplete&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Import Complete","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Check out your new site and start making it yours!","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.","gp-premium")),(0,l.createElement)("a",{className:"components-button is-primary",href:gppSiteLibrary.homeUrl},(0,c.__)("View Site","gp-premium")),this.state.siteData.uploads_url&&Object.values(this.state.sitePlugins).includes("elementor/elementor.php")&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Additional Cleanup","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This site is using Elementor which means you will want to replace the imported image URLs.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.","gp-premium")),(0,l.createElement)(m.TextControl,{label:(0,c.__)("Old URL","gp-premium"),readOnly:!0,value:this.state.siteData.uploads_url}),(0,l.createElement)(m.TextControl,{label:(0,c.__)("New URL","gp-premium"),readOnly:!0,value:gppSiteLibrary.uploadsUrl}),(0,l.createElement)("a",{href:gppSiteLibrary.elementorReplaceUrls,className:"components-button is-primary",target:"_blank",rel:"noopener noreferrer"},(0,c.__)("Elementor Tools","gp-premium")))),(0,l.createElement)("div",{className:"generatepress-site-library-footer"},(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview desktop","gp-premium")},(0,l.createElement)(m.Button,{variant:"desktop"===this.state.device?"primary":"",onClick:function(){e.setState({device:"desktop"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M21 14H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 002 2h7l-2 3v1h8v-1l-2-3h7a2 2 0 002-2V4a2 2 0 00-2-2z",fill:"currentColor"})))),(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview tablet","gp-premium")},(0,l.createElement)(m.Button,{variant:"tablet"===this.state.device?"primary":"",onClick:function(){e.setState({device:"tablet"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M19 19H4V3h15m-7.5 20a1.5 1.5 0 01-1.5-1.5 1.5 1.5 0 011.5-1.5 1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m7-23h-14A2.5 2.5 0 002 2.5v19A2.5 2.5 0 004.5 24h14a2.5 2.5 0 002.5-2.5v-19A2.5 2.5 0 0018.5 0z",fill:"currentColor"})))),(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview mobile","gp-premium")},(0,l.createElement)(m.Button,{variant:"mobile"===this.state.device?"primary":"",onClick:function(){e.setState({device:"mobile"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M17 19H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2z",fill:"currentColor"}))))))))))}}])&&i(n.prototype,f),Object.defineProperty(n,"prototype",{writable:!1}),w}(h.Component);(0,h.render)((0,l.createElement)(y,null),document.getElementById("gpp-site-library"))}()}(); \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/elements/class-block-elements.php b/wp-content/plugins/gp-premium/elements/class-block-elements.php index 98fa6ba8..4e2b73de 100644 --- a/wp-content/plugins/gp-premium/elements/class-block-elements.php +++ b/wp-content/plugins/gp-premium/elements/class-block-elements.php @@ -978,6 +978,10 @@ class GeneratePress_Block_Elements { $custom_field = $block['attrs']['gpDynamicTextBefore'] . $custom_field; } + add_filter( 'wp_kses_allowed_html', [ 'GeneratePress_Elements_Helper', 'expand_allowed_html' ], 10, 2 ); + $custom_field = wp_kses_post( $custom_field ); + remove_filter( 'wp_kses_allowed_html', [ 'GeneratePress_Elements_Helper', 'expand_allowed_html' ], 10, 2 ); + $custom_field = apply_filters( 'generate_dynamic_element_text_output', $custom_field, $block ); $block_content = str_replace( $text_to_replace, $custom_field, $block_content ); } else { diff --git a/wp-content/plugins/gp-premium/elements/class-conditions.php b/wp-content/plugins/gp-premium/elements/class-conditions.php index 88fecaa5..759d1f81 100644 --- a/wp-content/plugins/gp-premium/elements/class-conditions.php +++ b/wp-content/plugins/gp-premium/elements/class-conditions.php @@ -85,16 +85,15 @@ class GeneratePress_Conditions { ); // Add the post type archive. - if ( 'post' === $post_type_slug || ! empty( $post_type_object->has_archive ) ) { - $types[ $post_type_slug . '_archive' ] = array( + // We add this regardless of `has_archive` as we deal with that after taxonomies are added. + $types[ $post_type_slug . '_archive' ] = array( + /* translators: post type name */ + 'label' => sprintf( esc_html_x( '%s Archives', '%s is a singular post type name', 'gp-premium' ), $post_type->labels->singular_name ), + 'locations' => array( /* translators: post type name */ - 'label' => sprintf( esc_html_x( '%s Archives', '%s is a singular post type name', 'gp-premium' ), $post_type->labels->singular_name ), - 'locations' => array( - /* translators: post type name */ - 'archive:' . $post_type_slug => sprintf( esc_html_x( '%s Archive', '%s is a singular post type name', 'gp-premium' ), $post_type->labels->singular_name ), - ), - ); - } + 'archive:' . $post_type_slug => sprintf( esc_html_x( '%s Archive', '%s is a singular post type name', 'gp-premium' ), $post_type->labels->singular_name ), + ), + ); // Add the taxonomies for the post type. $taxonomies = get_object_taxonomies( $post_type_slug, 'objects' ); @@ -127,6 +126,16 @@ class GeneratePress_Conditions { $types[ $post_type_slug ]['locations'][ $post_type_slug . ':taxonomy:' . $taxonomy_slug ] = esc_html( $post_type->labels->singular_name . ' ' . $label ); } } + + // Remove the archives location if `has_archive` is set to false. + if ( 'post' !== $post_type_slug && empty( $post_type_object->has_archive ) ) { + unset( $types[ $post_type_slug . '_archive' ]['locations'][ 'archive:' . $post_type_slug ] ); + } + + // Remove the entire item if no locations exist. + if ( 0 === count( (array) $types[ $post_type_slug . '_archive' ]['locations'] ) ) { + unset( $types[ $post_type_slug . '_archive' ] ); + } } return $types; diff --git a/wp-content/plugins/gp-premium/elements/class-elements-helper.php b/wp-content/plugins/gp-premium/elements/class-elements-helper.php index 85140450..c4ad532b 100644 --- a/wp-content/plugins/gp-premium/elements/class-elements-helper.php +++ b/wp-content/plugins/gp-premium/elements/class-elements-helper.php @@ -500,4 +500,28 @@ class GeneratePress_Elements_Helper { return apply_filters( 'generate_hooks_list', $hooks ); } + + /** + * Expand the wp_kses_post sanitization function to allow iframe HTML tags + * + * @param array $tags The allowed tags, attributes, and/or attribute values. + * @param string $context Context to judge allowed tags by. Allowed values are 'post'. + * @return array + */ + public static function expand_allowed_html( $tags, $context ) { + if ( ! isset( $tags['iframe'] ) ) { + $tags['iframe'] = [ + 'src' => true, + 'height' => true, + 'width' => true, + 'frameborder' => true, + 'allowfullscreen' => true, + 'title' => true, + ]; + } + + $tags = apply_filters( 'generate_dynamic_content_allowed_html', $tags, $context ); + + return $tags; + } } diff --git a/wp-content/plugins/gp-premium/elements/class-hero.php b/wp-content/plugins/gp-premium/elements/class-hero.php index 20fc18b8..631b1185 100644 --- a/wp-content/plugins/gp-premium/elements/class-hero.php +++ b/wp-content/plugins/gp-premium/elements/class-hero.php @@ -997,7 +997,11 @@ class GeneratePress_Hero { foreach ( $matches[1] as $match ) { if ( null !== get_post_meta( get_the_ID(), $match, true ) && '_thumbnail_id' !== $match ) { $search[] = '{{custom_field.' . $match . '}}'; - $replace[] = get_post_meta( get_the_ID(), $match, true ); + $value = get_post_meta( get_the_ID(), $match, true ); + add_filter( 'wp_kses_allowed_html', [ 'GeneratePress_Elements_Helper', 'expand_allowed_html' ], 10, 2 ); + $value = wp_kses_post( $value ); + remove_filter( 'wp_kses_allowed_html', [ 'GeneratePress_Elements_Helper', 'expand_allowed_html' ], 10, 2 ); + $replace[] = $value; } } diff --git a/wp-content/plugins/gp-premium/general/js/smooth-scroll.js b/wp-content/plugins/gp-premium/general/js/smooth-scroll.js index ea406c22..c2a8a5f7 100644 --- a/wp-content/plugins/gp-premium/general/js/smooth-scroll.js +++ b/wp-content/plugins/gp-premium/general/js/smooth-scroll.js @@ -706,8 +706,8 @@ if (window.Element && !Element.prototype.closest) { })); /* GP */ -var gpscroll = new SmoothScroll( smooth.elements.join(), { - speed: smooth.duration, +var gpscroll = new SmoothScroll( gpSmoothScroll.elements.join(), { + speed: gpSmoothScroll.duration, offset: function( anchor, toggle ) { var body = document.body, nav = document.querySelector( '#site-navigation' ), @@ -736,6 +736,8 @@ var gpscroll = new SmoothScroll( smooth.elements.join(), { } } - return offset; + return gpSmoothScroll.offset + ? gpSmoothScroll.offset + : offset; } } ); diff --git a/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js b/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js index 3f14ee24..9fbd8c4e 100644 --- a/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js +++ b/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js @@ -1 +1 @@ -window.Element&&!Element.prototype.closest&&(Element.prototype.closest=function(e){var t,n=(this.document||this.ownerDocument).querySelectorAll(e),o=this;do{for(t=n.length;0<=--t&&n.item(t)!==o;);}while(t<0&&(o=o.parentElement));return o}),function(){if("function"==typeof window.CustomEvent)return;function e(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}e.prototype=window.Event.prototype,window.CustomEvent=e}(),function(){for(var a=0,e=["ms","moz","webkit","o"],t=0;t=h)return E.cancelScroll(!0),o=t,i=u,0===(n=r)&&document.body.focus(),i||(n.focus(),document.activeElement!==n&&(n.setAttribute("tabindex","-1"),n.focus(),n.style.outline="none"),A.scrollTo(0,o)),I("scrollStop",s,r,c),!(S=m=null)},y=function(e){var t,n,o;m||(m=e),i=(p+=e-m)/parseInt(s.speed,10),a=l+f*(n=i=1=s)return S.cancelScroll(!0),e=t,n=p,0===(t=o)&&document.body.focus(),n||(t.focus(),document.activeElement!==t&&(t.setAttribute("tabindex","-1"),t.focus(),t.style.outline="none"),b.scrollTo(0,e)),C("scrollStop",h,o,i),!(w=l=null)},f=function(e){var t,n,o;m=(u+=e-(l=l||e))/parseInt(h.speed,10),m=r+c*(n=1 apply_filters( 'generate_smooth_scroll_elements', @@ -45,6 +45,7 @@ function generate_smooth_scroll_scripts() { ) ), 'duration' => apply_filters( 'generate_smooth_scroll_duration', 800 ), + 'offset' => apply_filters( 'generate_smooth_scroll_offset', '' ), ) ); } diff --git a/wp-content/plugins/gp-premium/gp-premium.php b/wp-content/plugins/gp-premium/gp-premium.php index 30f0beef..624b2f50 100644 --- a/wp-content/plugins/gp-premium/gp-premium.php +++ b/wp-content/plugins/gp-premium/gp-premium.php @@ -3,9 +3,9 @@ * Plugin Name: GP Premium * Plugin URI: https://generatepress.com * Description: The entire collection of GeneratePress premium modules. - * Version: 2.3.2 + * Version: 2.4.0 * Requires at least: 5.2 - * Requires PHP: 5.6 + * Requires PHP: 7.2 * Author: Tom Usborne * Author URI: https://generatepress.com * License: GNU General Public License v2 or later @@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } -define( 'GP_PREMIUM_VERSION', '2.3.2' ); +define( 'GP_PREMIUM_VERSION', '2.4.0' ); define( 'GP_PREMIUM_DIR_PATH', plugin_dir_path( __FILE__ ) ); define( 'GP_PREMIUM_DIR_URL', plugin_dir_url( __FILE__ ) ); define( 'GP_LIBRARY_DIRECTORY', plugin_dir_path( __FILE__ ) . 'library/' ); diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-42da344ccb044413769d16ed3484307b.json b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-42da344ccb044413769d16ed3484307b.json index 3e48ad85..627f024a 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-42da344ccb044413769d16ed3484307b.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-42da344ccb044413769d16ed3484307b.json @@ -1 +1 @@ -{"translation-revision-date":"2020-10-01 13:52:43+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=n != 1;"},"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["Die bestehenden Widgets des ausgew\u00e4hlten Seitenbereichs werden gel\u00f6scht. F\u00fcr das Layout muss ein Seitenbereich definiert sein, damit dieses Element angezeigt werden kann."],"Site Footer":["Seiten-Footer"],"None":["Ohne"],"Type":["Typ"],"Right Sidebar":["Rechte Seitenleiste"],"Left Sidebar":["Linke Seitenleiste"],"Priority":["Priorit\u00e4t"],"Custom Hook":["Benutzerdefinierter Hook"],"Custom":["Benutzerdefiniert"],"Site Header":["Seitenkopf"],"Page Hero":["Page Hero"],"Hook":["Hook"],"Right":["Rechts"],"Left":["Links"],"Center":["Zentriert"],"Location":["Standort"]}}} \ No newline at end of file +{"translation-revision-date":"2023-11-08 16:37:55+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=n != 1;"},"Loop Template":["Loop-Vorlage"],"The taxonomy to check if in the same term.":["Die Taxonomie auf den selben Begriff pr\u00fcfen."],"Check for posts with the same term as the current post.":["Pr\u00fcfe bei Posts auf den selben Begriff wie im aktuellen Post."],"Remove container condition":["Entfernen der Containerbedingung"],"Display Order":["Anzeigereihenfolge"],"Parent Element":["Elternelement"],"First post":["Erster Beitrag"],"No post meta":["Keine Metanagaben f\u00fcr POST"],"No featured image":["Kein Beitragsbild"],"Keep default archive navigation container":["Den vorgegebenen Archiv-Navigationscontainer behalten"],"Disable default pagination":["Schalte die vorgegebene Seitenzahlangabe ab"],"Add default archive navigation container":["F\u00fcge den vorgegebenen Archivnavigationscontainer hinzu"],"Disable default post navigation":["Schalte Vorgabe der Post Navigation aus"],"Use the above template tag to add the current year to your footer.":["Verwenden Sie das obenstehende Muster, um das laufende Jahr zu Ihrem Seitenfu\u00df hinzuzuf\u00fcgen."],"Current year template tag":["Markierung der vorgegebenen laufenden Jahreszahl"],"Disable primary post meta":["Schalte Metanagabe bei erstem Post ab"],"Disable featured image":["Schalte vorgeschlagenes Bild aus"],"Disable title":["Titel abschalten"],"Keep default post container":["Vorgegebenen Post Container beibehalten"],"Post meta name":["Post Metaname"],"Term name":["Begriffsname"],"Posts with custom field":["Post mit Kundenfeld"],"Posts with term":["Post mit Begriff"],"All posts":["Alle Beitr\u00e4ge"],"Apply to":["Anwenden auf "],"Tag name":["Tag Name"],"Replace default secondary post meta":["Ersetze Metavorgabe des zweiten Post "],"Replace default primary post meta":["Ersetze Metavorgabe des ersten Post"],"Custom hook name":["Benutzerdefinierter Hook-Name"],"Choose your hook":["W\u00e4hle deinen Hook"],"Hook name":["Hook-Name"],"Quick hook select":["Schnelle Hook-Auswahl"],"Before post title":["Vor dem Beitragstitel"],"After post title":["Nach dem Beitragstitel"],"This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.":["Dieses Element wird Ihren Seitenfu\u00dfbereich \u00e4ndern, der Ihre eigene Copyrightnachricht enth\u00e4lt. es wird nicht die Fu\u00dfbereichs-Widgets ersetzen, falls sie existieren."],"Templates":["Vorlagen"],"Element type":["Element Typ"],"Editor width":["Editobreite"],"Install GenerateBlocks":["Installiere GenerateBlocks"],"Activate GenerateBlocks":["Aktiviere GenerateBlocks"],"To take full advantage of Block Elements, we suggest using our GenerateBlocks plugin.":["Um alle Vorteile von Block Elements zu nutzen empfehlen wir unser GenerateBlocks Plugin."],"Block Element":["Block Element"],"After content container":["Nach dem Inhaltscontainer"],"After content":["Nach dem Inhalt"],"Before content":["Vor dem Inhalt"],"Before content container":["Vor dem Inhaltscontainer"],"After header":["unterhalb vom Header (im Programmablauf auf den Header folgend)"],"label\u0004Single post hero with excerpt":[""],"label\u0004Basic single post page hero":[""],"label\u0004Rounded buttons with icon":["Verrundete Kn\u00f6pfe mit Icons"],"label\u0004Default next and previous buttons":["Vorgegebene \"Weiter\" und \"Zur\u00fcck\" Kn\u00f6pfe"],"label\u0004Landscape layout":["Querformat-Layout"],"label\u0004Layout with offset content":[""],"label\u0004Basic layout with term buttons":["Einfaches Layout mit Begriffskn\u00f6pfen"],"label\u0004Full footer 2":["Vollst\u00e4ndiger Seitenfu\u00dfbereich 2"],"label\u0004Full footer 1":["Vollst\u00e4ndiger Seitenfu\u00dfbereich 1"],"label\u0004Term buttons":["Begriffskn\u00f6pfe"],"label\u0004Stacked with avatar":["Gestapelt mit Avatar"],"label\u0004Inline with avatar":["Inline mit Avatar"],"label\u0004Two columns with background overlays":["Zwei Spalten mit \u00fcberlappendem Hintergrund"],"label\u0004Two columns with arrows":["Zwei Spalten mit Pfeilen "],"label\u0004Two columns with featured image":["Zwei Spalten mit dargestelltem Bild"],"%s Units":["%s Einheiten"],"A size unit for CSS markup\u0004Degree":["Grad"],"A size unit for CSS markup\u0004Percentage":["Prozent"],"A size unit for CSS markup\u0004Em":["Em"],"A size unit for CSS markup\u0004Pixel":["Pixel"],"Select Units":["W\u00e4hle Einheiten "],"Displays a dynamic image from your chosen source.":["Zeigt ein dynamisches Bild aus Ihrer vorgegebenen Quelle."],"Dynamic Image":["Bewegtes Bild"],"Dynamic image placeholder":["Platzhalter f\u00fcr bewegtes Bild"],"Choose your dynamic image type.":["W\u00e4hlen Sie Ihren Tyyp des bewegten Bildes."],"Dynamic image":["Bewegtes Bild"],"Make image rounded":["Verrunde das Bild"],"Custom field name":["Kundennamensfeld"],"Custom field":["Kundenfeld"],"Link to":["Verkn\u00fcpfung zu "],"Image height":["Bildh\u00f6he"],"Image width":["Bildbreite"],"Image size":["Bildgr\u00f6\u00dfe"],"Author avatar":["Avatar des Autors"],"Displays dynamic content based on your chosen source.":["Zeigt dynamischen Inhalt auf Grundlage Ihrer ausgew\u00e4hlten Quelle."],"Dynamic Content":["Dynamischer Inhalt"],"This is a placeholder for your description.":["Das ist ein Platzhalter f\u00fcr Ihre eigene Beschreibung."],"Choose your dynamic content type.":["W\u00e4hlen Sie Ihren Typ f\u00fcr dynamischen Inhalt."],"Dynamic content":["Dynamischer Inhalt"],"Custom more link":["Weiter Kundenverlinkungen"],"Use theme more link":["\"Mehr\"-Link des Themes benutzen"],"Excerpt length":["L\u00e4nge der Kurzfassung"],"Author description":["Autorenkurzbeschreibung"],"Term description":["Begriffsbeschreibung"],"Post excerpt":["Kurzfassung des Beitrags"],"Post content":["Beitragsinhalt"],"Dynamic link type":["Typ f\u00fcr dynamischen Link "],"Updated date before text":["Upgedatete Datumsangabe vor dem Text"],"Use % in place of the number of comments":["Verwende % an der Stelle der Kommentarnummern"],"Plural comments text":["Mehrere Kommentartexte"],"Singular comments text":["Einzelner Kommentartext"],"No comments text":["Kein Kommentartext"],"Term separator":["Begriffstrenner"],"Replace with updated date":["Ersetze mit j\u00fcngerem Datum"],"Updated date":["Aktualisierungsdatum"],"Date type":["Datentyp"],"Terms":["Begriffe"],"Hello World":["\"Hallo Welt\" (Probetext als Funktionspr\u00fcfung) "],"Comments number":["Kommentar Nummer (oder Kommentar Anzahl)"],"List of terms":["Liste von Begriffen"],"Post author name":["Autorenname des Beitrags"],"Post date":["Beitragsdatum"],"Title":["Titel"],"Dynamic text type":["Dynamischer Texttyp"],"Published date before text":["Ver\u00f6ffentlichungsdatum vor dem Text"],"Term archives":["Begriffs Archive"],"Author meta":["Autoren Metanagaben"],"Previous page of posts":["Vorherige Seite der Beitr\u00e4ge"],"Next page of posts":["N\u00e4chste Seite der Beitr\u00e4ge"],"Comments area":["Kommentarbereich"],"Author archives":["Autorenarchive"],"Single post":["Einzelner Beitrag"],"Taxonomy":["Taxonomie"],"In same term":["Im selben Begriff"],"No previous post":["Kein vorhergehender Beitrag"],"No next post":["Kein weiterer Beitrag"],"Space between":["Abstand zwischen"],"Inline alignment":["Inline Positionierung"],"Inline post meta items":[""],"Previous post":["Vorhergehender Beitrag"],"Next post":["N\u00e4chster Beitrag"],"Current post":["Aktueller Beitrag"],"Source":["Quellmaterial"],"Post":["Beitrag"],"Choose\u2026":["W\u00e4hle aus ..."],"Dynamic Link":["Dynamischer Link"],"Use fallback image":["Ausweichbild benutzen"],"Meta field name":["Meta Feldname"],"Add a background image to this Container to make it dynamic.":["F\u00fcgen Sie ein Hintergrundbild zu diesem Container hinzu um es dynamisch zu machen."],"User meta":["Metanagaben des Benutzers "],"Term meta":[""],"Post meta":["Post Metaangaben"],"Featured image":["Beitragsbild"],"Dynamic Background Image":["Dynamisches Hintergrundbild"],"Dynamic options":["Dynamische Optionen"],"Archive Navigation":["Archivnavigation"],"Post Navigation":["Beitragsnavigation"],"Post Meta Template":["Post Meta Template"],"Content Template":["Inhaltsvorlage"],"% Comments":["% Kommentare"],"1 Comment":["1 Kommentar"],"No Comments":["Keine Kommentare"],"This is a placeholder for your content.":["Das ist ein Platzhalter f\u00fcr Ihren Inhalt."],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["Die bestehenden Widgets der ausgew\u00e4hlten Seitenleiste werden gel\u00f6scht. F\u00fcr das Layout muss eine Seitenleiste eingestellt sein, um dieses Element anzuzeigen."],"Site Footer":["Seiten-Footer"],"None":["Ohne"],"Type":["Typ"],"Right Sidebar":["Rechte Seitenleiste"],"Left Sidebar":["Linke Seitenleiste"],"Priority":["Priorit\u00e4t"],"Custom Hook":["Benutzerdefinierter Hook"],"Custom":["Benutzerdefiniert"],"Site Header":["Seitenkopf"],"Page Hero":["Page Hero"],"Hook":["Hook"],"Right":["Rechts"],"Left":["Links"],"Center":["Zentriert"],"Location":["Standort"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json index 3c243a8f..0c60ecfe 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -1 +1 @@ -{"translation-revision-date":"2020-10-01 13:52:43+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=n != 1;"},"All Elements":["Alle Elemente"]}}} \ No newline at end of file +{"translation-revision-date":"2023-11-08 16:37:55+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=n != 1;"},"Active Elements":["Aktive Elemente"],"All Elements":["Alle Elemente"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-92fa58377f1b6f7bef9c785c31ae29ff.json index 09327b55..9833210a 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-92fa58377f1b6f7bef9c785c31ae29ff.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -1 +1 @@ -{"translation-revision-date":"2020-10-01 13:52:43+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=n != 1;"},"Why?":["Warum?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Dieser Vorgang stellt Ihre vorherigen Optionen, Widgets und aktiven Plugins wieder her. Au\u00dferdem werden Ihre importierten Inhalte und CSS entfernt."],"It is highly recommended that you remove the last site you imported before importing a new one.":["Es wird dringend empfohlen, die zuletzt importierte Site zu entfernen, bevor Sie eine neue importieren."],"Existing Site Import Detected":["Bestehender Site-Import erkannt"],"Restoring theme options":["Vorherige Theme-Einstellungen werden wieder hergestellt."],"New URL":["Neue URL"],"Old URL":["Alte URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Diese Site verwendet Elementor, was bedeutet, dass Sie eventuell die importierten Bild-URLs ersetzen sollten."],"Additional Cleanup":["Zus\u00e4tzliche Bereinigung"],"This site uses the following plugins.":["Diese Site verwendet die folgenden Plugins."],"All":["Alle"],"View Site":["Seite ansehen"],"Get Started":["Installation starten"],"Plugins":["Plugins"],"Installing plugins":["Plugins installieren"],"Activating plugins":["Plugins aktivieren"],"Importing widgets":["Widgets importieren"],"Importing site options":["Import von Seiten Optionen"],"Importing content":["Importieren von Inhalten"],"None":["Ohne"],"Import":["Import"]}}} \ No newline at end of file +{"translation-revision-date":"2023-11-08 16:37:55+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=n != 1;"},"Requires GeneratePress %s.":["Ben\u00f6tigt GeneratePress %s."],"Built by":["Erstellt durch "],"Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.":["Hinweis: Wir tun unser Bestes, um sicherzustellen, dass alle importierten Bilder f\u00fcr die freie Verwendung lizenziert sind. Allerdings k\u00f6nnen sich Bildlizenzen \u00e4ndern, daher raten wir Ihnen dringend, alle importierten Bilder durch Ihre eigenen zu ersetzen."],"Check out your new site and start making it yours!":["Pr\u00fcfen Sie Ihre neue Website und beginnen Sie mit der Anpassung auf Ihre W\u00fcnsche!"],"Learn more here":["Hier erfahren Sie mehr"],"To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.":["Um dies abzuschalten, suchen Sie WP_DEBUG in Ihrer wp-config.php Datei und setzten es auf \"falsch\" wie unten dargestellt."],"WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.":["Der Debug-Modus von WordPress ist derzeit aktiviert. Damit k\u00f6nnen eventuelle Fehler von Drittanbieter-Plugins den Importvorgang beeintr\u00e4chtigen. "],"Debug Mode Enabled":["Fehlersuchmodus eingeschaltet"],"Preview mobile":["Smartphone-Vorschau"],"Preview tablet":["Tablet-Vorschau"],"Preview desktop":["Desktop-Vorschau"],"Elementor Tools":["Elementor-Werkzeuge"],"Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.":["Notieren Sie sich die alten und neuen URLs unten und gehen Sie dann in den Werkzeugbereich (Tools) von Elementor, um sie zu ersetzen."],"Begin Import":["Import beginnen"],"I understand":["Ich verstehe"],"Confirm Import":["Import best\u00e4tigen"],"Import Demo Content":["Importiere Demo Inhalt"],"This will install and activate needed plugins, import demo content, and import site options.":["Dies wird ben\u00f6tigte Plugins installieren und aktivieren, Demo-Inhalte importieren und Seitenoptionen importieren."],"Import Theme Options":["Importiere Theme Optionen"],"This will import the options from the Customizer.":["Das wird die Optionen des Kunden importieren."],"These plugins need to be installed manually.":["Diese Plugins m\u00fcssen manuell installiert werden."],"These plugins are already installed.":["Diese Plugins sind bereits installiert."],"These plugins can be installed automatically.":["Diese Plugins k\u00f6nnen automatisch installiert werden."],"Gathering information":["Sammle Informationen"],"Refresh sites":["Seiten aktualisieren"],"Requires GP Premium %s.":["Ben\u00f6tigt GP Premium %s."],"Page Builder":["Page Builder"],"Category":["Kategorie"],"No thanks":["Nein Danke"],"Remove imported site":["Entferne importierte Website"],"This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.":["Dieser Vorgang erzeugt Ver\u00e4nderungen an Ihrer Website. Sofern sie wichtige Daten enth\u00e4lt, empfehlen wir zuvor ein Backup zu erstellen."],"Try again":["Erneut versuchen "],"No sites were found.":["Keine Seiten gefunden."],"Restoring content":["Inhalt wiederherstellen"],"Installing %s":["Installiere %s"],"Import Complete":["Vollst\u00e4ndiger Import "],"Importing theme options":["Importiere Theme Optionen"],"Why?":["Warum?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Dieser Vorgang stellt Ihre vorherigen Optionen, Widgets und aktiven Plugins wieder her. Au\u00dferdem werden Ihre importierten Inhalte und CSS entfernt."],"It is highly recommended that you remove the last site you imported before importing a new one.":["Es wird dringend empfohlen, die zuletzt importierte Site zu entfernen, bevor Sie eine neue importieren."],"Existing Site Import Detected":["Bestehender Site-Import erkannt"],"Restoring theme options":["Vorherige Theme-Einstellungen werden wieder hergestellt."],"New URL":["Neue URL"],"Old URL":["Alte URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Diese Site verwendet Elementor, was bedeutet, dass Sie eventuell die importierten Bild-URLs ersetzen sollten."],"Additional Cleanup":["Zus\u00e4tzliche Bereinigung"],"This site uses the following plugins.":["Diese Site verwendet die folgenden Plugins."],"All":["Alle"],"View Site":["Seite ansehen"],"Get Started":["Installation starten"],"Plugins":["Plugins"],"Installing plugins":["Plugins installieren"],"Activating plugins":["Plugins aktivieren"],"Importing widgets":["Widgets importieren"],"Importing site options":["Import von Seiten Optionen"],"Importing content":["Importieren von Inhalten"],"None":["Ohne"],"Import":["Import"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-cbab080b0f20fd6c323029398be6c986.json b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-cbab080b0f20fd6c323029398be6c986.json new file mode 100644 index 00000000..afd9ae1e --- /dev/null +++ b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-cbab080b0f20fd6c323029398be6c986.json @@ -0,0 +1 @@ +{"translation-revision-date":"2023-11-08 16:37:55+0000","generator":"WP-CLI\/2.6.0","source":"dist\/dashboard.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=n != 1;"},"This will delete all of your customizer settings. It cannot be undone.":["Diese Aktion wird s\u00e4mtliche Ihrer selbst erstellen Einstellungen l\u00f6schen. Diese L\u00f6schung kann dann nicht r\u00fcckg\u00e4ngig gemacht werden."],"Reset your customizer settings.":["Customizer-Einstellungen zur\u00fccksetzen."],"Options imported.":["Optionen importiert."],"This can overwrite existing settings and cannot be undone.":["Das kann die bestehenden Einstellungen ersetzen und kann nicht r\u00fcckg\u00e4ngig gemacht werden."],"Import your customizer settings.":["Customizer-Einstellungen importieren."],"Global Colors":["Globale Farben"],"Export your customizer settings.":["Customizer-Einstellungen exportieren."],"Import \/ Export":["Import \/ Export"],"License key deactivated.":["Lizenzschl\u00fcssel wurde deaktiviert."],"License key activated.":["Lizenzschl\u00fcssel wurde aktiviert."],"Get alpha and beta updates directly to your Dashboard.":["Erhalten Sie alpha- und beta-Updates direkt in Ihr Dashboard."],"Enter your license key to activate updates.":["Geben Sie Ihren Lizenzschl\u00fcssel ein, um Updates zu aktivieren."],"Not receiving premium updates.":["Keine Premium Updates erhalten"],"Receiving premium updates.":["Premium Updates erhalten"],"Options exported":["Optionen exportiert"],"This will delete all settings for this module. It cannot be undone.":["Dies wird alle Einstellungen f\u00fcr dieses Modul l\u00f6schen. Das kann nicht r\u00fcckg\u00e4ngig gemacht werden."],"Open tools for this module.":["\u00d6ffne die Werkzeuge f\u00fcr dieses Modul."],"Open Elements":["\u00d6ffne Elements"],"Open Site Library":[""],"Settings reset.":["Einstellungen zur\u00fccksetzen. (wurden zur\u00fcckgesetzt?)"],"Typography":["Typografie"],"All":["Alle"],"Reset":["Zur\u00fccksetzen"],"Modules":["Module"],"License Key":["Lizenzschl\u00fcssel"],"Deactivate":["Deaktivieren"],"Activate":["Aktivieren"],"This module has been deprecated. Deactivating it will remove it from this list.":["Dieses Modul wird nicht mehr weiter entwickelt. Bei Deaktivierung verschwindet es von dieser Liste."],"Import":["Import"],"Export":["Export"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-ecf9f3c2af10c4f2dfbf4f42504922d1.json b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-ecf9f3c2af10c4f2dfbf4f42504922d1.json new file mode 100644 index 00000000..b066ac62 --- /dev/null +++ b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE-ecf9f3c2af10c4f2dfbf4f42504922d1.json @@ -0,0 +1 @@ +{"translation-revision-date":"2023-11-08 16:37:55+0000","generator":"WP-CLI\/2.6.0","source":"dist\/customizer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=n != 1;"},"Related\/Upsell Product Titles":["Damit verbundene \/ zus\u00e4tzliche Produkttitel"],"Catalog Product Titles":["Katalog der Produkttitel"],"Off-Canvas Sub-Menu Items":["Off-Canvas-Untermen\u00fcpunkte"],"Off-Canvas Menu Items":["Men\u00fcpunkte au\u00dferhalb des Bildschirms"],"Secondary Mobile Menu Toggle":["Sekund\u00e4rmobilmen\u00fc-Umschaltung"],"Secondary Sub-Menu Items":["Sekund\u00e4rmen\u00fc-Unterelemente "],"Secondary Menu Items":["Sekund\u00e4rmen\u00fcelemente"],"Off-Canvas Panel":["Off-Canvas-Panel"],"WooCommerce":["WooCommerce"],"Secondary Navigation":["Sekund\u00e4re Navigation"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE.mo b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE.mo index ba389b156e6656176809aed3a520b0a17585f4b7..c9c9e8b7daadb87c1850121bdd0d496203b61a05 100644 GIT binary patch delta 15122 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 XCimu19cdvKK+$;feD{Cd%m4oXfq@Ep delta 14765 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 Hba4I`|LL@j delta 14613 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 n{$CS|^ diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json index 724ddb44..cd4fea2c 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json @@ -1 +1 @@ -{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Loop Template":[""],"The taxonomy to check if in the same term.":["De taxonomie om te controleren of het om dezelfde term gaat."],"Check for posts with the same term as the current post.":["Zoek naar berichten met dezelfde term als het huidige bericht."],"Remove container condition":["Verwijder container conditie"],"Display Order":["Weergavevolgorde"],"Parent Element":["Bovenliggend element"],"First post":["Eerste bericht"],"No post meta":["Geen bericht-meta"],"No featured image":["Geen uitgelichte afbeelding"],"Keep default archive navigation container":["Behoud standaard archief navigatie container"],"Disable default pagination":["Standaard paginering uitschakelen"],"Add default archive navigation container":["Voeg standaard archief navigatie container toe"],"Disable default post navigation":["Standaard berichtnavigatie uitschakelen"],"Use the above template tag to add the current year to your footer.":["Gebruik bovenstaande template tag om het huidige jaartal aan je footer toe te voegen."],"Current year template tag":["Huidig jaartal template tag"],"Disable primary post meta":["Uitzetten primaire bericht-meta"],"Disable featured image":["Uitzetten uitgelichte afbeelding"],"Disable title":["Uitzetten titel"],"Keep default post container":["Behoud standaard berichtcontainer"],"Post meta name":["Berichtmeta-naam"],"Term name":["Termnaam"],"Posts with custom field":["Berichten met aangepast veld"],"Posts with term":["Berichten met term"],"All posts":["Alle berichten"],"Apply to":["Toepassen op"],"Tag name":["Tag-naam"],"Replace default secondary post meta":["Vervang standaard secundaire bericht-meta"],"Replace default primary post meta":["Vervang standaard primaire bericht-meta"],"Custom hook name":["Aangepaste hook naam"],"Choose your hook":["Kies je hook"],"Hook name":["Hook naam"],"Quick hook select":["Snelle hook selectie"],"Before post title":["Voor berichttitel"],"After post title":["Na bericht titel"],"This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.":["Dit element vervangt het footer gebied van je site waar het copyright bericht staat. Het vervangt niet je footer widgets als deze bestaan."],"Templates":["Templates"],"Element type":["Element type"],"Editor width":["Breedte editor"],"Install GenerateBlocks":["Installeer GenerateBlocks"],"Activate GenerateBlocks":["Activeer GenerateBlocks"],"To take full advantage of Block Elements, we suggest using our GenerateBlocks plugin.":["Om volledig gebruikt te kunnen maken Block Elements, raden we het gebruik van onze GenerateBlocks plug-in aan."],"Block Element":["Block Element"],"After content container":["Na inhoud-container"],"After content":["Na inhoud"],"Before content":["Voor inhoud"],"Before content container":["Voor inhoud-container"],"After header":["Na header"],"label\u0004Single post hero with excerpt":["Enkel bericht-hero met uittreksel"],"label\u0004Basic single post page hero":["Eenvoudige enkel bericht-hero "],"label\u0004Rounded buttons with icon":["Afgeronde knoppen met icoon"],"label\u0004Default next and previous buttons":["Standaard volgende en vorige knoppen"],"label\u0004Landscape layout":["Liggende layout"],"label\u0004Layout with offset content":["Layout met offset inhoud"],"label\u0004Basic layout with term buttons":["Eenvoudige layout met term-knoppen"],"label\u0004Full footer 2":["Volledige footer 2"],"label\u0004Full footer 1":["Volledige footer 1"],"label\u0004Term buttons":["Term-knoppen"],"label\u0004Stacked with avatar":["Gestapeld met avatar"],"label\u0004Inline with avatar":["Inline met avatar"],"label\u0004Two columns with background overlays":["Twee kolommen met achtergrond bedekking"],"label\u0004Two columns with arrows":["Twee kolommen met pijlen"],"label\u0004Two columns with featured image":["Twee kolommen met uitgelichte afbeelding"],"%s Units":["%s eenheden"],"A size unit for CSS markup\u0004Degree":["Graden"],"A size unit for CSS markup\u0004Percentage":["Percentage"],"A size unit for CSS markup\u0004Em":["Em"],"A size unit for CSS markup\u0004Pixel":["Pixel"],"Select Units":["Selecteer eenheden"],"Displays a dynamic image from your chosen source.":["Geef een dynamische afbeelding weer van je gekozen bron"],"Dynamic Image":["Dynamische afbeelding"],"Dynamic image placeholder":["Dynamische afbeelding placeholder"],"Choose your dynamic image type.":["Kies type dynamische afbeelding"],"Dynamic image":["Dynamische afbeelding"],"Make image rounded":["Maak afbeelding afgerond"],"Custom field name":["Aangepast veld-naam"],"Custom field":["Aangepast veld"],"Link to":["Link naar"],"Image height":["Afbeeldingshoogte"],"Image width":["Afbeeldingsbreedte"],"Image size":["Afbeeldingsgrootte"],"Author avatar":["Auteur avatar"],"Displays dynamic content based on your chosen source.":["Toont dynamische inhoud gebaseerd op je gekozen bron."],"Dynamic Content":["Dynamische inhoud"],"This is a placeholder for your description.":["Dit is een plaatshouder voor je beschrijving."],"Choose your dynamic content type.":["Selecteer je dynamische inhoudstype"],"Dynamic content":["Dynamische inhoud"],"Custom more link":["Aangepaste meer link"],"Use theme more link":["Gebruik thema meer link"],"Excerpt length":["Lengte uittreksel"],"Author description":["Schrijver omschrijving"],"Term description":["Term omschrijving"],"Post excerpt":["Bericht uittreksel"],"Post content":["Bericht-inhoud"],"Dynamic link type":["Dynamische link-type"],"Updated date before text":["Bijgewerkt datum voor tekst"],"Use % in place of the number of comments":["Gebruik % in de plaats van het aantal reacties"],"Plural comments text":["Meervoud reacties tekst"],"Singular comments text":["Enkelvoudige reacties tekst"],"No comments text":["Geen reacties tekst"],"Term separator":["Term scheidingsteken"],"Replace with updated date":["Vervang door bijgewerkt datum"],"Updated date":["Bijgewerkt datum"],"Date type":["Datumtype"],"Terms":["Termen"],"Hello World":["Hallo wereld"],"Comments number":["Aantal reacties"],"List of terms":["Termenlijst"],"Post author name":["Bericht auteurnaam"],"Post date":["Berichtdatum"],"Title":["Titel"],"Dynamic text type":["Dynamische tekst type"],"Published date before text":["Gepubliceerd datum voor tekst"],"Term archives":["Term archief"],"Author meta":["Auteur meta"],"Previous page of posts":["Vorige pagina van berichten"],"Next page of posts":["Volgende pagina van berichten"],"Comments area":["Reacties gebied"],"Author archives":["Auteur archieven"],"Single post":["Enkel bericht"],"Taxonomy":["Taxonomie"],"In same term":["In dezelfde term"],"No previous post":["Geen vorig bericht"],"No next post":["Geen volgend bericht"],"Space between":["Spatie tussen"],"Inline alignment":["Inline uitlijning"],"Inline post meta items":["Inline bericht meta-termen"],"Previous post":["Vorig bericht"],"Next post":["Volgend bericht"],"Current post":["huidig bericht"],"Source":["Bron"],"Post":["Bericht"],"Choose\u2026":["Selecteer..."],"Dynamic Link":["Dynamische link"],"Use fallback image":["Gebruik terugval-afbeelding"],"Meta field name":["Metaveld naam"],"Add a background image to this Container to make it dynamic.":["Voeg een achtergrond toe aan deze Container om deze dynamisch te maken."],"User meta":["Gebruiker meta"],"Term meta":["Term meta"],"Post meta":["Bericht meta"],"Featured image":["Uitgelichte afbeelding"],"Dynamic Background Image":["Dynamische achtergrond afbeelding"],"Dynamic options":["Dynamische instellingen"],"Archive Navigation":["Archief navigatie"],"Post Navigation":["Berichtnavigatie"],"Post Meta Template":["Bericht meta template"],"Content Template":["Inhoud template"],"% Comments":["% reacties"],"1 Comment":["1 reactie"],"No Comments":["Geen reacties"],"This is a placeholder for your content.":["Dit is een plaatshouder voor je inhoud."],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["Dit verwijdert de huidige zijbalkwidgets voor de geselecteerde zijbalk. Je lay-out moet een zijbalk hebben om dit Element te laten zien."],"Site Footer":["Site footer"],"None":["Geen"],"Type":["Type"],"Right Sidebar":["Rechter zijbalk"],"Left Sidebar":["Linker zijbalk"],"Priority":["Prioriteit"],"Custom Hook":["Aangepaste hook"],"Custom":["Aangepast"],"Site Header":["Site header"],"Page Hero":["Page Hero"],"Hook":["Hook"],"Right":["Rechts"],"Left":["Links"],"Center":["Midden"],"Location":["Locatie"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-22 13:18:34+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Loop Template":["Loop thema"],"The taxonomy to check if in the same term.":["De taxonomie om te controleren of het om dezelfde term gaat."],"Check for posts with the same term as the current post.":["Zoek naar berichten met dezelfde term als het huidige bericht."],"Remove container condition":["Verwijder container conditie"],"Display Order":["Weergavevolgorde"],"Parent Element":["Bovenliggend element"],"First post":["Eerste bericht"],"No post meta":["Geen bericht-meta"],"No featured image":["Geen uitgelichte afbeelding"],"Keep default archive navigation container":["Behoud standaard archief navigatie container"],"Disable default pagination":["Standaard paginering uitschakelen"],"Add default archive navigation container":["Voeg standaard archief navigatie container toe"],"Disable default post navigation":["Standaard berichtnavigatie uitschakelen"],"Use the above template tag to add the current year to your footer.":["Gebruik bovenstaande template tag om het huidige jaartal aan je footer toe te voegen."],"Current year template tag":["Huidig jaartal template tag"],"Disable primary post meta":["Uitzetten primaire bericht-meta"],"Disable featured image":["Uitzetten uitgelichte afbeelding"],"Disable title":["Uitzetten titel"],"Keep default post container":["Behoud standaard berichtcontainer"],"Post meta name":["Berichtmeta-naam"],"Term name":["Termnaam"],"Posts with custom field":["Berichten met aangepast veld"],"Posts with term":["Berichten met term"],"All posts":["Alle berichten"],"Apply to":["Toepassen op"],"Tag name":["Tag-naam"],"Replace default secondary post meta":["Vervang standaard secundaire bericht-meta"],"Replace default primary post meta":["Vervang standaard primaire bericht-meta"],"Custom hook name":["Aangepaste hook naam"],"Choose your hook":["Kies je hook"],"Hook name":["Hook naam"],"Quick hook select":["Snelle hook selectie"],"Before post title":["Voor berichttitel"],"After post title":["Na bericht titel"],"This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.":["Dit element vervangt het footer gebied van je site waar het copyright bericht staat. Het vervangt niet je footer widgets als deze bestaan."],"Templates":["Templates"],"Element type":["Element type"],"Editor width":["Breedte editor"],"Install GenerateBlocks":["Installeer GenerateBlocks"],"Activate GenerateBlocks":["Activeer GenerateBlocks"],"To take full advantage of Block Elements, we suggest using our GenerateBlocks plugin.":["Om volledig gebruikt te kunnen maken Block Elements, raden we het gebruik van onze GenerateBlocks plug-in aan."],"Block Element":["Block Element"],"After content container":["Na inhoud-container"],"After content":["Na inhoud"],"Before content":["Voor inhoud"],"Before content container":["Voor inhoud-container"],"After header":["Na header"],"label\u0004Single post hero with excerpt":["Enkel bericht-hero met uittreksel"],"label\u0004Basic single post page hero":["Eenvoudige enkel bericht-hero "],"label\u0004Rounded buttons with icon":["Afgeronde knoppen met icoon"],"label\u0004Default next and previous buttons":["Standaard volgende en vorige knoppen"],"label\u0004Landscape layout":["Liggende layout"],"label\u0004Layout with offset content":["Layout met offset inhoud"],"label\u0004Basic layout with term buttons":["Eenvoudige layout met term-knoppen"],"label\u0004Full footer 2":["Volledige footer 2"],"label\u0004Full footer 1":["Volledige footer 1"],"label\u0004Term buttons":["Term-knoppen"],"label\u0004Stacked with avatar":["Gestapeld met avatar"],"label\u0004Inline with avatar":["Inline met avatar"],"label\u0004Two columns with background overlays":["Twee kolommen met achtergrond bedekking"],"label\u0004Two columns with arrows":["Twee kolommen met pijlen"],"label\u0004Two columns with featured image":["Twee kolommen met uitgelichte afbeelding"],"%s Units":["%s eenheden"],"A size unit for CSS markup\u0004Degree":["Graden"],"A size unit for CSS markup\u0004Percentage":["Percentage"],"A size unit for CSS markup\u0004Em":["Em"],"A size unit for CSS markup\u0004Pixel":["Pixel"],"Select Units":["Selecteer eenheden"],"Displays a dynamic image from your chosen source.":["Geef een dynamische afbeelding weer van je gekozen bron"],"Dynamic Image":["Dynamische afbeelding"],"Dynamic image placeholder":["Dynamische afbeelding placeholder"],"Choose your dynamic image type.":["Kies type dynamische afbeelding"],"Dynamic image":["Dynamische afbeelding"],"Make image rounded":["Maak afbeelding afgerond"],"Custom field name":["Aangepast veld-naam"],"Custom field":["Aangepast veld"],"Link to":["Link naar"],"Image height":["Afbeeldingshoogte"],"Image width":["Afbeeldingsbreedte"],"Image size":["Afbeeldingsgrootte"],"Author avatar":["Auteur avatar"],"Displays dynamic content based on your chosen source.":["Toont dynamische inhoud gebaseerd op je gekozen bron."],"Dynamic Content":["Dynamische inhoud"],"This is a placeholder for your description.":["Dit is een plaatshouder voor je beschrijving."],"Choose your dynamic content type.":["Selecteer je dynamische inhoudstype"],"Dynamic content":["Dynamische inhoud"],"Custom more link":["Aangepaste meer link"],"Use theme more link":["Gebruik thema meer link"],"Excerpt length":["Lengte uittreksel"],"Author description":["Schrijver omschrijving"],"Term description":["Term omschrijving"],"Post excerpt":["Bericht uittreksel"],"Post content":["Bericht-inhoud"],"Dynamic link type":["Dynamische link-type"],"Updated date before text":["Bijgewerkt datum voor tekst"],"Use % in place of the number of comments":["Gebruik % in de plaats van het aantal reacties"],"Plural comments text":["Meervoud reacties tekst"],"Singular comments text":["Enkelvoudige reacties tekst"],"No comments text":["Geen reacties tekst"],"Term separator":["Term scheidingsteken"],"Replace with updated date":["Vervang door bijgewerkt datum"],"Updated date":["Bijgewerkt datum"],"Date type":["Datumtype"],"Terms":["Termen"],"Hello World":["Hallo wereld"],"Comments number":["Aantal reacties"],"List of terms":["Termenlijst"],"Post author name":["Bericht auteurnaam"],"Post date":["Berichtdatum"],"Title":["Titel"],"Dynamic text type":["Dynamische tekst type"],"Published date before text":["Gepubliceerd datum voor tekst"],"Term archives":["Term archief"],"Author meta":["Auteur meta"],"Previous page of posts":["Vorige pagina van berichten"],"Next page of posts":["Volgende pagina van berichten"],"Comments area":["Reacties gebied"],"Author archives":["Auteur archieven"],"Single post":["Enkel bericht"],"Taxonomy":["Taxonomie"],"In same term":["In dezelfde term"],"No previous post":["Geen vorig bericht"],"No next post":["Geen volgend bericht"],"Space between":["Spatie tussen"],"Inline alignment":["Inline uitlijning"],"Inline post meta items":["Inline bericht meta-termen"],"Previous post":["Vorig bericht"],"Next post":["Volgend bericht"],"Current post":["huidig bericht"],"Source":["Bron"],"Post":["Bericht"],"Choose\u2026":["Selecteer..."],"Dynamic Link":["Dynamische link"],"Use fallback image":["Gebruik terugval-afbeelding"],"Meta field name":["Metaveld naam"],"Add a background image to this Container to make it dynamic.":["Voeg een achtergrond toe aan deze Container om deze dynamisch te maken."],"User meta":["Gebruiker meta"],"Term meta":["Term meta"],"Post meta":["Bericht meta"],"Featured image":["Uitgelichte afbeelding"],"Dynamic Background Image":["Dynamische achtergrond afbeelding"],"Dynamic options":["Dynamische instellingen"],"Archive Navigation":["Archief navigatie"],"Post Navigation":["Berichtnavigatie"],"Post Meta Template":["Bericht meta template"],"Content Template":["Inhoud template"],"% Comments":["% reacties"],"1 Comment":["1 reactie"],"No Comments":["Geen reacties"],"This is a placeholder for your content.":["Dit is een plaatshouder voor je inhoud."],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["Dit verwijdert de huidige zijbalkwidgets voor de geselecteerde zijbalk. Je lay-out moet een zijbalk hebben om dit Element te laten zien."],"Site Footer":["Site footer"],"None":["Geen"],"Type":["Type"],"Right Sidebar":["Rechter zijbalk"],"Left Sidebar":["Linker zijbalk"],"Priority":["Prioriteit"],"Custom Hook":["Aangepaste hook"],"Custom":["Aangepast"],"Site Header":["Site header"],"Page Hero":["Page Hero"],"Hook":["Hook"],"Right":["Rechts"],"Left":["Links"],"Center":["Midden"],"Location":["Locatie"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json index 35533e46..bd23357a 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -1 +1 @@ -{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Active Elements":["Actieve elementen"],"All Elements":["Alle elementen"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-22 13:18:34+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Active Elements":["Actieve elementen"],"All Elements":["Alle elementen"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json index 4fd94dc7..0cc8e32a 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -1 +1 @@ -{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Requires GeneratePress %s.":[""],"Built by":["Gebouwd door"],"Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.":["Opmerking: we doen ons best om ervoor te zorgen dat alle ge\u00efmporteerde afbeeldingen vrij gebruikt mogen worden. Afbeeldingslicenties kunnen echter veranderen, dus we raden je ten zeerste aan om alle ge\u00efmporteerde afbeeldingen te vervangen door je eigen afbeeldingen."],"Check out your new site and start making it yours!":["Bekijk je nieuwe site en geef het jouw unieke stijl!"],"Learn more here":["Leer hier meer"],"To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.":["Zoek - om het uit te schakelen - naar WP_DEBUG in je wp-config.php-bestand en stel het in op false zoals hieronder."],"WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.":["De foutopsporingsmodus van WordPress is momenteel ingeschakeld. Hierdoor kunnen eventuele fouten van plug-ins van derden het importproces be\u00efnvloeden."],"Debug Mode Enabled":["Foutopsporingsmodus ingeschakeld"],"Preview mobile":["Voorbeeld mobiel"],"Preview tablet":["Voorbeeld tablet"],"Preview desktop":["Voorbeeld desktop"],"Elementor Tools":["Elementor Tools"],"Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.":["Noteer de oude en nieuwe URL's hieronder en ga naar het Elementor Tools-gebied om ze te vervangen."],"Begin Import":["Begin importeren"],"I understand":["Ik begrijp het"],"Confirm Import":["Bevestig importeren"],"Import Demo Content":["Importeer demo inhoud"],"This will install and activate needed plugins, import demo content, and import site options.":["Dit installeert en activeert de benodigde plug-ins, importeert de demo-inhoud en importeert site-instellingen."],"Import Theme Options":["Importeer thema-instellingen"],"This will import the options from the Customizer.":["Dit importeert de instellingen van de Customizer."],"These plugins need to be installed manually.":["Deze plug-ins moeten handmatig worden ge\u00efnstalleerd."],"These plugins are already installed.":["Deze plug-ins zijn al ge\u00efnstalleerd."],"These plugins can be installed automatically.":["Deze plug-ins kunnen automatisch worden ge\u00efnstalleerd."],"Gathering information":["Informatie aan het verzamelen."],"Refresh sites":["Vernieuw sites"],"Requires GP Premium %s.":["Vereist GP Premium %s."],"Page Builder":["Pagina bouwer"],"Category":["Categorie"],"No thanks":["Nee bedankt"],"Remove imported site":["Verwijder ge\u00efmporteerde site"],"This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.":["Dit proces maakt veranderingen aan je website. Als deze belangrijke data bevat, raden we aan om deze te back-uppen."],"Try again":["Nogmaals proberen"],"No sites were found.":["Geen sites gevonden."],"Restoring content":["Terugzetten inhoud"],"Installing %s":["%s wordt ge\u00efnstalleerd"],"Import Complete":["Import compleet"],"Importing theme options":["Thema-instellingen worden ge\u00efmporteerd"],"Why?":["Waarom?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Deze procedure zet de vorige instellingen, widgets, en actieve plugins terug. Het verwijdert ook de ge\u00efmporteerde inhoud en CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["Het is aanbevolen dat je de laatste site verwijdert die je hebt ge\u00efmporteerd voordat je een nieuwe importeert."],"Existing Site Import Detected":["Bestaande site import gevonden"],"Restoring theme options":["Terugzetten thema-instellingen"],"New URL":["Nieuwe URL"],"Old URL":["Oude URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Deze site maakt gebruik van Elementor, wat betekent dat je de ge\u00efmporteerde afbeeldings-URLs moet aanpassen."],"Additional Cleanup":["Extra opruimen"],"This site uses the following plugins.":["Deze site maakt gebruik van de volgende plugins:"],"All":["Alles"],"View Site":["Bekijk site"],"Get Started":["Nu beginnen"],"Plugins":["Plugins"],"Installing plugins":["Plugins aan het installeren"],"Activating plugins":["Plugins aan het activeren"],"Importing widgets":["Widgets aan het importeren"],"Importing site options":["Site-instellingen aan het importeren"],"Importing content":["Inhoud aan het importeren"],"None":["Geen"],"Import":["Importeren"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-22 13:18:34+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Requires GeneratePress %s.":["Vereist GeneratePress %s."],"Built by":["Gebouwd door"],"Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.":["Opmerking: we doen ons best om ervoor te zorgen dat alle ge\u00efmporteerde afbeeldingen vrij gebruikt mogen worden. Afbeeldingslicenties kunnen echter veranderen, dus we raden je ten zeerste aan om alle ge\u00efmporteerde afbeeldingen te vervangen door je eigen afbeeldingen."],"Check out your new site and start making it yours!":["Bekijk je nieuwe site en geef het jouw unieke stijl!"],"Learn more here":["Leer hier meer"],"To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.":["Zoek - om het uit te schakelen - naar WP_DEBUG in je wp-config.php-bestand en stel het in op false zoals hieronder."],"WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.":["De foutopsporingsmodus van WordPress is momenteel ingeschakeld. Hierdoor kunnen eventuele fouten van plug-ins van derden het importproces be\u00efnvloeden."],"Debug Mode Enabled":["Foutopsporingsmodus ingeschakeld"],"Preview mobile":["Voorbeeld mobiel"],"Preview tablet":["Voorbeeld tablet"],"Preview desktop":["Voorbeeld desktop"],"Elementor Tools":["Elementor Tools"],"Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.":["Noteer de oude en nieuwe URL's hieronder en ga naar het Elementor Tools-gebied om ze te vervangen."],"Begin Import":["Begin importeren"],"I understand":["Ik begrijp het"],"Confirm Import":["Bevestig importeren"],"Import Demo Content":["Importeer demo inhoud"],"This will install and activate needed plugins, import demo content, and import site options.":["Dit installeert en activeert de benodigde plug-ins, importeert de demo-inhoud en importeert site-instellingen."],"Import Theme Options":["Importeer thema-instellingen"],"This will import the options from the Customizer.":["Dit importeert de instellingen van de Customizer."],"These plugins need to be installed manually.":["Deze plug-ins moeten handmatig worden ge\u00efnstalleerd."],"These plugins are already installed.":["Deze plug-ins zijn al ge\u00efnstalleerd."],"These plugins can be installed automatically.":["Deze plug-ins kunnen automatisch worden ge\u00efnstalleerd."],"Gathering information":["Informatie aan het verzamelen."],"Refresh sites":["Vernieuw sites"],"Requires GP Premium %s.":["Vereist GP Premium %s."],"Page Builder":["Pagina bouwer"],"Category":["Categorie"],"No thanks":["Nee bedankt"],"Remove imported site":["Verwijder ge\u00efmporteerde site"],"This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.":["Dit proces maakt veranderingen aan je website. Als deze belangrijke data bevat, raden we aan om deze te back-uppen."],"Try again":["Nogmaals proberen"],"No sites were found.":["Geen sites gevonden."],"Restoring content":["Terugzetten inhoud"],"Installing %s":["%s wordt ge\u00efnstalleerd"],"Import Complete":["Import compleet"],"Importing theme options":["Thema-instellingen worden ge\u00efmporteerd"],"Why?":["Waarom?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Deze procedure zet de vorige instellingen, widgets, en actieve plugins terug. Het verwijdert ook de ge\u00efmporteerde inhoud en CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["Het is aanbevolen dat je de laatste site verwijdert die je hebt ge\u00efmporteerd voordat je een nieuwe importeert."],"Existing Site Import Detected":["Bestaande site import gevonden"],"Restoring theme options":["Terugzetten thema-instellingen"],"New URL":["Nieuwe URL"],"Old URL":["Oude URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Deze site maakt gebruik van Elementor, wat betekent dat je de ge\u00efmporteerde afbeeldings-URLs moet aanpassen."],"Additional Cleanup":["Extra opruimen"],"This site uses the following plugins.":["Deze site maakt gebruik van de volgende plugins:"],"All":["Alles"],"View Site":["Bekijk site"],"Get Started":["Nu beginnen"],"Plugins":["Plugins"],"Installing plugins":["Plugins aan het installeren"],"Activating plugins":["Plugins aan het activeren"],"Importing widgets":["Widgets aan het importeren"],"Importing site options":["Site-instellingen aan het importeren"],"Importing content":["Inhoud aan het importeren"],"None":["Geen"],"Import":["Importeren"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json index c67be4c1..2c6bc645 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json @@ -1 +1 @@ -{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/dashboard.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"This will delete all of your customizer settings. It cannot be undone.":["Dit zal al je customizer instellingen verwijderen. Het kan niet ongedaan worden gemaakt."],"Reset your customizer settings.":["Reset je customizer instellingen."],"Options imported.":["Opties ge\u00efmporteerd."],"This can overwrite existing settings and cannot be undone.":["Dit kan bestaande instellingen overschrijven en kan niet ongedaan worden gemaakt."],"Import your customizer settings.":["Importeer je customizer instellingen."],"Global Colors":["Globale kleuren"],"Export your customizer settings.":["Exporteer je customizer instellingen."],"Import \/ Export":["Importeren \/ exporteren"],"License key deactivated.":["Licentiesleutel gedeactiveerd."],"License key activated.":["Licentiesleutel geactiveerd."],"Get alpha and beta updates directly to your Dashboard.":["Ontvang alpha en beta updates direct in je Dashboard."],"Enter your license key to activate updates.":["Voer je licentiesleutel in om updates te activeren."],"Not receiving premium updates.":["Geen premium updates ontvangen."],"Receiving premium updates.":["Premium-updates ontvangen."],"Options exported":["Opties ge\u00ebxporteerd"],"This will delete all settings for this module. It cannot be undone.":["Hiermee worden alle instellingen voor deze module verwijderd. Dit kan niet ongedaan worden gemaakt."],"Open tools for this module.":["Open gereedschap voor deze module."],"Open Elements":["Open elementen"],"Open Site Library":["Open site bibliotheek"],"Settings reset.":["Instellingen gereset."],"Typography":["Typografie"],"All":["Alles"],"Reset":["Terugzetten"],"Modules":["Modules"],"License Key":["Licentiecode"],"Deactivate":["Deactiveren"],"Activate":["Activeren"],"This module has been deprecated. Deactivating it will remove it from this list.":["Deze module is verouderd. Als u deze deactiveert, wordt deze uit deze lijst verwijderd."],"Import":["Importeren"],"Export":["Exporteren"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-22 13:18:34+0000","generator":"WP-CLI\/2.6.0","source":"dist\/dashboard.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"This will delete all of your customizer settings. It cannot be undone.":["Dit zal al je customizer instellingen verwijderen. Het kan niet ongedaan worden gemaakt."],"Reset your customizer settings.":["Reset je customizer instellingen."],"Options imported.":["Opties ge\u00efmporteerd."],"This can overwrite existing settings and cannot be undone.":["Dit kan bestaande instellingen overschrijven en kan niet ongedaan worden gemaakt."],"Import your customizer settings.":["Importeer je customizer instellingen."],"Global Colors":["Globale kleuren"],"Export your customizer settings.":["Exporteer je customizer instellingen."],"Import \/ Export":["Importeren \/ exporteren"],"License key deactivated.":["Licentiesleutel gedeactiveerd."],"License key activated.":["Licentiesleutel geactiveerd."],"Get alpha and beta updates directly to your Dashboard.":["Ontvang alpha en beta updates direct in je Dashboard."],"Enter your license key to activate updates.":["Voer je licentiesleutel in om updates te activeren."],"Not receiving premium updates.":["Geen premium updates ontvangen."],"Receiving premium updates.":["Premium-updates ontvangen."],"Options exported":["Opties ge\u00ebxporteerd"],"This will delete all settings for this module. It cannot be undone.":["Hiermee worden alle instellingen voor deze module verwijderd. Dit kan niet ongedaan worden gemaakt."],"Open tools for this module.":["Open gereedschap voor deze module."],"Open Elements":["Open elementen"],"Open Site Library":["Open site bibliotheek"],"Settings reset.":["Instellingen gereset."],"Typography":["Typografie"],"All":["Alles"],"Reset":["Terugzetten"],"Modules":["Modules"],"License Key":["Licentiecode"],"Deactivate":["Deactiveren"],"Activate":["Activeren"],"This module has been deprecated. Deactivating it will remove it from this list.":["Deze module is verouderd. Als u deze deactiveert, wordt deze uit deze lijst verwijderd."],"Import":["Importeren"],"Export":["Exporteren"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json index 4b227d35..69729ba2 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json @@ -1 +1 @@ -{"translation-revision-date":"2022-03-18 15:02:47+0000","generator":"WP-CLI\/2.6.0","source":"dist\/customizer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Related\/Upsell Product Titles":["Gerelateerde\/opwaarderende producttitels"],"Catalog Product Titles":["Catalogus product titels"],"Off-Canvas Sub-Menu Items":["Off-canvas submenu items"],"Off-Canvas Menu Items":["Off-canvas menu items"],"Secondary Mobile Menu Toggle":["Secundair mobiel menu toggle"],"Secondary Sub-Menu Items":["Secundaire submenu items"],"Secondary Menu Items":["Secundaire menu-items"],"Off-Canvas Panel":["Off-canvas paneel"],"WooCommerce":["WooCommerce"],"Secondary Navigation":["Secundaire navigatie"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-22 13:18:34+0000","generator":"WP-CLI\/2.6.0","source":"dist\/customizer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl","plural-forms":"nplurals=2; plural=n != 1;"},"Related\/Upsell Product Titles":["Gerelateerde\/opwaarderende producttitels"],"Catalog Product Titles":["Catalogus product titels"],"Off-Canvas Sub-Menu Items":["Off-canvas submenu items"],"Off-Canvas Menu Items":["Off-canvas menu items"],"Secondary Mobile Menu Toggle":["Secundair mobiel menu toggle"],"Secondary Sub-Menu Items":["Secundaire submenu items"],"Secondary Menu Items":["Secundaire menu-items"],"Off-Canvas Panel":["Off-canvas paneel"],"WooCommerce":["WooCommerce"],"Secondary Navigation":["Secundaire navigatie"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL.mo b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL.mo index 1c22113fef2b2ed97187161a87a1555e85dd5885..d13ab9e4af5e046e4aba38f99465ca8ec3a3b416 100644 GIT binary patch delta 14954 zcmZA7dA!eM{_yc{*$<9`gX~}XF1swz*bCW`EH$=+6OQeisOYPVERC`>q)jENpAgDc zic+IY6E!MZS|*Lr6#A8!sP5P6T-WdZJ??w{=y_e&=UU#^`?@}#b1?tfQ{cC~1yY}t zDfp)Z|GU3HB2fkV_#gf^`6Jv+GXbNZ0VG)+VUt)V&`$VD@^-QEGaXr?+c~}+KVI6!6lXwQpU|NST zPgN{Vy&)P%8?2B>B@&$}*l`G!!rNp0E-X!b3A&Rt@%amwPJI^|;DJ~_f-dlPEQ#l^ zBmRnQu>+OvI0GBwF09Y`iPIFW!&29VK>DK*jzK4ygca~Ebiw855v)N2dkHzc#P0a~ z_2|Lqr)a;g(G7kd>%U>j2gN!i66LTgR>lTs$L_IxFnXpFu{KV}LbwVI^a*tQdaQ)6 zq4Ru#X7&fPU*XQ->`S5ZSL#guEi|OTowi2@^g>fP91U=MY@dc+o^VhpB6&7qsgJ;?Uop3NZFb7Tf+~^W?;G<{;)}w*Hh-PRv z7Q}tgchKht(F`5M^7uX4zi{ezVd0W!$0}&58pe7{bjQDo?S0UI2BQ;P3F z2o3NkX5wiy<(JT-E!8!&*TfrGKhc&#eIDG0jd26kz)!I{{*0b=rEcLaG>W!HciI^Z zyf>P`(P%(ZWBdK+2A{xO+=w1sP2R;4zW?xu5DA3E_Z=tSetOL+%+ zXXc{)AByd((0)(H_AO{YyU?Th0DU{Yz!I#V_=SQ4(t3mrmCzkGMi;&|+B-fU8l8xy zdQPk_Mgw~s3*ve#gd4ChZbAF+#ESSfrhIUUf;%~lru0WNfGc{23Co}Zt3(^1J86UV z>lGb}WH)g;8u(^3pgm}2|BO}fL-a13>q-8LP$&-zC6 zQe{Q&L_a)B&^z-y_Q3;a|8m!d9XG~nsP{kvOkGd@Ei8!*kD(L2fVFTxy3jw+z%HYg zvou%NGi`~!cGsihMxi^LjqdPKbo@rN-##>RM`QhLDmE189X>qe&1~v@c*#vaL+2{ffMW076^*$_#hp_~nitXQq_Eh3B1p`RCF{Gw8I1go_y0Ev4#?;i-uEPyq}~91JKADX z?1YVQG8)Kg^ir-vFWGi1h3})8IEe=E6Slx&{lg{ii0Rb3VHw~5LGi&jOrxHIE^wzE za6Wn`9zg@zj!E2u2KpKLzJH5Od_I~O5CSTNwpT~zZ;E~w+F{Cu&J`ibu!# zBy{0fv7SQ5J%CQU5)E`6n(Cdg{UbCZU!s@u0=iDof#Ik#2aZn|1~L<2sC25>gkuegD?0B` zOyaZ@1t(k{AFM~u=yi19JJ=jQMKh3gTet(|&<8A1;yU@)25nb?cwExTK zdhf;Osm~}>q~SYsU{S8L11q5e8=?cdpgX+<%}6#HXdaruIp~orMHhG!?Y9X%g57A! z-$MHxM%GIuj#IGXzt9E#6CNbeMuxYcO0)s`ybZcwPxQ!!p#e`r-;R6H1y-VW>nW^; z>(GttM*}~GC4K+Dr0^;Y=g^5>92NdJ{Tf=|i!OW!o#2aDzldh8=;&ZgbmES9C3Zu1 z+!M|0VDyN_qw~#E)=xYfJFG)@wga8$z37M0W9awcOLXGz(aimV?zq^P@HUi17p#ab z)CfI-j_8KEqi@$>OgZ6L3J#bSJIup2)K}mDd=E`wm9gR0c0dChfsPxCrv46ep$D)a zK8$W?HRfj)t5bh1dSWd3H^R#_7)Z&iu#-w?y>_fOM5|BQYQ zK0}Y}GI~cUPl#VWbl#@uI;pM{OywYSp^34>{n(HCW9ThEi-oaJcGyvgXgRDwdo`?u z*P;E#qVwK^&bty#{TB3yb|7~lm3W7OJ35W-@W0WW6uv!7P!(-&jqao;I?*6>+)y+F z<74~X=)(7+<5r_bya5a1J~V)L^5y)G#D>2|e?U`o<;3teq7~4ETA}S-&^s_BIu(mh zUxeO?WoZ9ru_$guH}oocM?OUF%qh%d{lqy6O|j6Vkh)grLN{VF9D~>4!`K0jU?(g+ zIV{j0U3e&Zrjw$x(H;L0&CoI|f$QS)t(gDw|4j;ex^w7R7R?D0G)8yW98GCE z^h?$|Iv&%h&qD)Pj_&*!^v-NR@5EM2$G>24Jf6e(o0@N8!>`e_DIwDGSd8bjV!a8b zQE!h<&>h|30Q64WjBa2An&RBpJ|9a`e*g_=b*w)%h5Wm-O*ELA?XkmK(f6b_}I6b7S4Cbdi+60Zf zEt=vUXv+J<_5tXTj6?&O80)j*^LgmqT8{h}No>WdvHT3?^!@Kap&kwQU_)Gweef`P zmeq2@UplwJCe(*xV_bxP!0oZ#Aus%@-4&dS#GW{eOr7X{H-9aQ zukoK@c+Kqa4;3r02kR$xQRs?^IsE+&bi?NO3iA78;v00Q-R=oT@GcIg{s9igMoi+{ za4#0XCFtE)hNW~;@*&fHR$uh=)_;6m+*V^ zmj8%O^lN-x`o8dXR7USkGc>SX*a`dLE_@K(c&~YJhkfUT2uGl=M>e{%ndpKkG?nwQ z3jPUAq6BmWsa!;%Za>)HtGP`?=+Hyb^w$I*W4(ZKg(VSE=oxX>NEe_xSr+T-(1kW*8tz4Rd=ULk9FBgD#i@UfZs1aEFaBWYR|!kd-T-|Y+Mu_; z_k-j=ox-^IAP-ITVr-1d(7;|tCpdska0I=*|3oJ$@K8u;HMD;-EQ0OPOWOtA$Y3mq zf z!u)kGf1MNsC)$M>co5y`3AE!G^!51>o#Ad$E9chkD_P(92&q@%)lM!#0Sv+r_hDZpn?4do%o97VFPLC&da0Y zTB1jH12R697(>A`pNtO7#r8M{{bujPR(KKfQ@kQ9+znm$Ml6H3p#e^d-iP*If&Fj; zHo;5S0vkN+2afX}L7_SgbJ3kYh3;fytiOUz{3g1SkFYGBL+?bvKZP%6b<9sW^7ADz z1fAy?I`5aU{yiG-MJ(p~pSCjWJQLkf)o2s+4qS^acs=_1-HN7u3>w&EG=uk`JDwlg zpFqD4o6xgAfS&!w=sI6x%EFHnjIhwE(6J0=Qct3hwnpzluh>2a?LPs%8+mA8cg6Z# zbfNiJ86QRiehHm#H@fcotH{4QJ4u5Rp2u?dD>^~uBVp&Y(16-T`(SVCqtJdE(FI;Z zGxiSF#1AovKgQ?fSBE1>qU+T6SEJGtI?-SN{jogWivIM=jU69}ZbE;o?#Fs~8i!%} zqhXVr+%a#P(0nAE)1<3#2{H z&kbydPJBJOqhWXzPDMAiD7HU__S=G$@J&o&>Ldlv_E&W0#hwV4CW%hiKH49hU>rK} zOmv||vHck|@NHNb52EA0!6g0?pI3V_ynbzv=cz7^VQbtG9wh#S9!Y^UA)pL& z;f84HI${;PEwMBzmMbqU}SmB2J9$^U)11#r!}2KS{xqyol9sA3DM3 zSO?FdJ1)I8e5jIWKn>74(-949P^?cv`_Dta56jUFu0k`i79Ic6TF&1{-lDfi*9rq8qk4f$-fKyjRpfa zg`UwlGG~4=terndjD7-9_y20eP*nu7RH7Z zvEkWR-yG|E(S;92KSTpNiUsjBHo~*9Ug7z0X{%r%+Uufsq%j(BS2RNdk)uc@Mp7`< zd1wX}L?1Y^Q+;UMgdrgjY)@JsReo9MWc=uw@E?FBc4_UdQ`TcClpLo+c5 zEBOA8rr>S93*FgD9ELBV6Bc=q-`B7*Ch-Bh9$&=9_!HK^S{p;kyJJ!6y|D=1gf2KD zKA#xt(=g?Nb19U-m1un}n(|#}iVvf={W~mQ;??NHPoq28fL^wj(FJy)0qsYR?klwaW%RNY-W=ZZs%U!) zbbLp2z28L#ZYKYwXc$9-XF3C2U_P3OrRW6f(Ve`6zSpnC=f|)X^>b*y%$LF?tcGr= zF{Wcn^eDTa^WKcEHz`FSN#P#Mz%^*cm(Y&;u_PWtckmB%!hgm3W%Tl0u_c^+CK^a3 z^hj%?U%ck%JU!5j+=OO2HIhPU3KP)x^)7URx#+;fXdr9QyYLEnSwF-K{0&vh*_b;)If(!3MC-@l4;6KpIbqPJ=%$GyIYodM8RE|cE zCI|iC%s@A^0uAH^EQ>p_#1;JQw^Bd)3ZHY||I-xQ(Ld1ue#UZGVtc69L<4Ds-uk}i zTQLa>U>>^Ao#?oQSQDSbOx%Zl$UctG&&T#6J2-!DX%z~dc`fu(G(l6^8r@-6G~#|} zzY%Bv!so+mA=TLU(=^ymNk> zZ9tFcb+q51=ojc)aRJR-`tI;HRYAwqL<4M%2GBdU4@*(#Ov7X}MH|u7?ZhM=Ko>lN zE_ew&k`k|m9bAPjPzMe88mx?6(6{9_^ay670W3rNJ%_H7+7dhL!%8%Kj4pH@-N}`& zg@`k-JoV~mM%rL~9E5doHoCL5=mJ|Y|4WH(;28RLe2Z1E#Gd@;sYC+`{b}fl{uFxz zJ+s~DnZJon@G;iIe_#X5cs(r89u4dktcX+43@yT|@K5Nxo6sE}LNoR`R`vb=fkHJJ zO1}{nY=%zI4ShTMqXUPa3yqKM_n_nEqYFKY)o~BHfs^P$U!#}p-)M#k?G0vPxfBhx zD43FV=vmzyorq367rphX(SWv~6YoR=J%}#&30B2Z=<{FDqs-VB+G}82>YdTRXJX0$ zD=Borm$5ruj9&X@crE9lJ2-%q@d$dE&Z7Yqc`F2#M31ZN%7aWcTGBY}F zKlyi}hiEY3HE8_>H1b{Og8R`g-bc|B=#hMl2KoycK>FKZd?ps8UK}p$ip15GE>*o@FgGu&c2ScEQOw0bAh5*b$4p8~&iu z1FcWT{D1%3Ou^UTH*|t(?}gW-8@8rC8yDkN?2OkQ4F4zcIp_l0aR8pd3E1H;;Y0N- zHlh9(9D+aNNF4Zn_;Sk9{H~9m<7}LCD72r6-hMdz z!{S+-!SnGS@|!ds$H{o>N8t~j2k{o_mvIaZ{#%%L7p9ui(EUhQcqT5Sei}{vl#j#2 zd1zo~usGiGNjT%NScG~GdPH|%NxUD6;=@=PpFrP+&6tKSV_AIT6W;%36h4X_3w|0V zD388YwbA#sHM-CMbmF0CAfvG<=Ad8DC(uB4V?BHi9e)A6)agh0!w1&K!T8`&^52fa z-)X3T)sBVty$u>^cPxhe(aSjuU3dz*;N7wP5j4P!H~?S4zhjZ(q5WGlGyjc_zw$)5 z#OWyt4y+ulg)ZC(D`FdT$NkZPL$MrYVI{m94SXeDg`48@KcfMk#3Ww8Rao|9`02R; zYf?`gp-_XuztOu;>9Y_(A1p(C2zqw6qXA7pGqMPsU@{HJHCpZ<=?PAUdHNJ=kst>-O-HQga-P1G^1nDOFRjk zZ#pLGB)d+TJUJ^TcSfR4^V&0#+1qZsW^m1teWpyAn!G7%^3+MAaT_BZK0|DOqx-6v(aM#rm1 zb!wXY-K0s$DN}Q^r{v5?jv1Ac9G#UMHzhA;Y;tCH?u6`|WbTAfx&Jd_#lBg!w_P>s za(a66W=&eONH%ZTzWFunTejL(bHSFnY59xfPRN=(YTJh!Uo2XoXV%nFgqf8!eQZ{e zScsFTa<B6}pEkZdhviIS47{v@T4gjAG-HcOaFc5M{N znk31i^pKvOO7iN_H3T|K_9EoO&zlfEhRq({KUSz@=Cd_h2esz`U5!Bv=6LUlN@!GqfiYHDiZ{ z(H1z04%cIT+!Wh)U<2w0kiQdonU(0WrWjGfV)^pDSnU_t6*(TS(V`doB@C0GDgVKdx}jqpF%7VFbk z3&&!0)=#`fp(XA{7tUxNBFsW3s)Z%7DY{@c^a%Q+f!&9kUSeE){z!CM^m(-3QgnlF z$NCmb`rtDP#c@BD#Zzd<+}DQo;^>*y#41=1b7N05m3`6igRl%vKuOif~7`e%z|nD`70o@r{!Fkx|YU~M$zEu)>$fxXcT3_=6H2hGqp%!QMpkE740p&5Ds zOW@mR|7}SMF1!ovcmz$=PqBUm-SK7Dh4%btK*iAsDx-m3iQbWG&;Yx~_WqcM`bf0@ zSTw+iXh6v+6g-0YXk^RK06s(q?2PWihSa}CZ*w6&2KBH#I?*_E+%sr^FJLiz4Ndt5 z^ayvy_T$)*^%LhPROdmf*5S1nhLxy4j}>t}de(>0yKp*s7TxJZH1PB`A%m6Cfa;*_ z?a&SO#RqUWdUVGzzwiG^3hwkQn(7N^%JT5Cx}!qq(Ud|bx&jU4YV_z@qW!zX_MT|J z+hhAkG@!BQQO!i(jzyTC^%I*YIABNYa2Vb3&*;K`N7LJd2}(z6qN#2k>mAX+`d}^` zgt>7Trs7Dn{}?QdQ!wd+g%sS$YiLT}MFaQ%op2vI@JRF&x|2WAerfH4rIF+%YM_DN zi;jO7&Fm9c9-l?;!m9S3m-#o?;B`f8_~*4}zh+m)!j6k*=PW-qIYKvy3VIq7!PzM|1R_+4R-t$jV#eEERc$xRbg~sh1gyL zy`&9ey)!nY-V0r5Hk#2lF#}hlnfee7a1UOAr@N8=-V};-4+{*(tErDg2dqMOxEY;r z7aGu)=)}j-%$z}Y^cUJc|IML)S+t&ozNYnJy?w0rNXCX?v0+@S&y4k#V?8I4Th0AXVmoN`n&qOm_70vKfSPYX5DY&DK=#F}#M=?0Ik3r9R3cA2E z=z%ymIG(gO?m{`aHc8I3>#7=yb`842?N|zrqW#XH^Q3U2J+d@3Geu*)3cB!BX#Yl-bf>K;n4+#|{dRPMd(p_p zp_gqUdWoKl&u60xzKjO47!79>VQ%cH5TjRw>l z4Wx5y?}Y|%HyYSTbmE85g=b(zd<6}7D>~0-Xh2`18$5>g|K&FFZz?bA6K-cIEJ?iv znxa;*{YLbR2gK(OpsAgX2Jlj>=U@fuAEO)lK0ZH-&YRvhycJpKd~K2xe9#L$oBPm# zW3Vnhg=SzQdiLAV1&?5P{2j|;M!ztw7P{kW(Rpt~`wv1FoDiQsgQck_U!mZF>*IsZ z(Sb+Mfq$So&Bs+YBW2M*tDz~p3O$lm=mIyO{RW^%a1WaD2ho0$(e-8^{gR1=6kK3g ze6SIH3%-bc6Q7?%7d($1S^fcGr&(xb>Z1#EKrdG}tbjeyjf_SEpNTB z^}9X%8a)E7-;W0NC_2IHSbq~u-TLSObmCv|a{Lor;5@q1Ja>d6Dvi$9Fxn0avwor{ z1$QY^ z3Rh!&?21Ft)NRB}{00r|0=lDIcZHOfKo_csrn~{VktXQ8H(*8V6P$F*goFFXu?~D5s!-&L2qr z9k7xHGw=zzqYLOlxd(+WTXA$iZFC3Mp*!e?F4P}gU^qH{5}K)}unaDU^|jH@(2ahR zq~Jm)&|7>K9gy$tFhNyxfkx4`=tAAm!0$%C1CO9bwg9~w8!#2Oqw{`&uJb*b$usCW z$@IaY!xh+thHKE7_=(|{n`ew|+V`%?eL&C%rFgNw9(W7aG-hoc&Muwr8 z8H;QnnV3ewh+d5k)}uT49G&P8I`AmE^PgjTVrUqbicVMoJ=;2%3)`Uqbc*(l4vCJz zV!r=RP$);o1?WQSEIbq z0@xlsid)c(KZr@sa0Ufawi?~xduU2Gqd#2sM1Mw8nl>U#ToMhe8hTgipgU`X1+gop z;{Y@>_r&_-=*$u1-$>`vkQd)T>uWF{ZiyXtpaC94@5DFg4*r3r_Bf1{zR> zSg(q1tUfybHSu|ed&$2YyU1kuoy0 z55@x2N1~Zc#`=?(L4Dr;wZ9PyYtYCxqC4G*rhIQ~KZqX52{e#jWBu>=JnjB)xk@5G zCK8SCDx8mva3@y7lu=wvtcf@H{`a8ZSuVyZxB;{A7}mmq5AeG?UW3-RVqN?fHo=My zhTr{e#qQMSpbMSEnwT*V>c>QaRs)+{n#4IOyHQYAG(3v*vI$(vWLSC`=P1- z9&f`_cnh|DB)mrRF@^f;=$%-Gg)k>R{|G&z-RPMgMvw4^*nSE<;y>`xQLuQ@hME+7 zPn)7=+YbHmbw?Mv2fcI;pc9YB>No}Mw-Oz<9n0eZEP}sdQOrG&onmQhg`?37teZ&w z?Qog~C%%YgAn&AbiwmI>l|rA_#A4VGy)zxr!0y0naR{!%H_)Bm@o3ob-DrTL(YInU zy0KZ05}^yeK!d4Vh~@BYG?kyDnfVHf7x& z^byR&xo80Ip#dZhQgDI4(8!BD9?q~D)}Y=NtKxm=z~|7Tcn>}6t(XgsVk&-*ewcnj z`<=ma_&2(-vrmLCY+~xA4^c8vgn}u~LOWcAo>fy!#rEh#H%5D58udHSe#2t>nCPR? z>FDeE9NMqIlVP4R*pzw|Y~}mkpMnd$ikIV?XdufmH?Bo5=_Yidy=cHkF)#jvUdBJr zOy++o?C=UKOT96AH*QAn*if|pIA#6Bv$4Zl@xfN~8+{0!@D#Sklxg8Z(h0ApJ`=CT zudy~}Oy{>BY=OSkQ_%qDMHitPSr+SCFzG^{QOJjf(H);aCpaDb3)89Roe_3W9DQCj z+5q!YZ;ig5H=(zGV0=C?w$DT}y##CFvKi#x2oKTV1jl2?f1|fI*VAF5@>rO9W3+!q z^li8qy|jJMjoga`a3Xr^pGE^;8eNSZ#im%_|1|k`;CD0_@vrEF=`+KE70>~7&@*d? z?yw))Zxp)Vx>@VUFi6S(KCMn9rrZ)`prW=*~!E{3Jqu|{A^4yIYV>>3Ql|k-O0bODCV0J z?nDL5q}~KCr5ySECq|+Z{eez=A=dNG4FMNMH&O-Nd2Mt>N5@`n+&?OQGXy&x=3*o6}%K zU894r6ZP@2<92j`gXpC@hL!PW%)~;^hv#+BBWa4ou@x4^UT6SAu>?MZ-i@c9C;xU_ zLxX;b{#ZSV)iCiw_%mH~%%nOQy-Z869e#}NH2uYJRAtef)k5dF2J2#9bb~XoBrd@Q zxG@^uug zQ*VmSm%KR^hN2TpL?@nwF0?qdZ$u;Cg=O&sI>BWxg@sC@&l_Vsya|0i85`jX*bw)| z_B=0NI+A3fJOv}FfiBzzOANFIDO*;g%Og$5%ryYa?`?>(EPk z6JCvdus+Vlyh#e%DLCO?H03|U`rl|uGZux+R7byXP0=$Q9NR~s8JrT^7ot0SEBZc~ zk!@H3zd^_Ug~_TEa=#iPt%-iAnxX-FQMOu<>(GqqZ!$Rj^BX> z@-2F|PNN^P3$ZhoQH7Vr-v}eqi2;_08z`U1&hZ z(fNNt12~T!QNAT1qh*$m|4bTc(O}2U*aUl_sd^U8$ZGTstVegW2fYhNu?}9q0hqls zEc`S!r2Znh;2tz1$I$uCpqaXmq~H$nz7|qb9_?5KO>raii`EVe@J4hex5oO=Sbs3q zACL7}vHohTuZZ={vHn@CCl6CdWx^BDpV7$9U@lC&9)69^jn?a;xBF_$jV;kT(hd!{ zFPfoy(4!cKzSc9*jV+44gKQ|7*iOM)z7I{+PiU(DLf`+4H^MI<+33XG(c6AIR>bjG z1?OWm+=||jlW3+=-VB$w7#ct}x`CEh#`nJ?h3+&AL1h-6tBl^SPL_jhc8=m zH0Av<4F_T#9Dy!4IzFEg>(kH$U&Q>lD%Lllf$hhnDLzfX+n%-}+}>*FS=YzB*cd&U zR+taF#rD3KPW|raD70TP)@Py_osVW{IT~;dI`4)Rv`7w%vS4ZhDiV~10iMg3yz znDutJeA(zuuEB!X3cV9u(TNA53y#N3oPh?m679DI?YAEb;He}9cW@4!@ItJouL_qd z13mLBG~z2UKh{Sx(Gs2L7IY(bqA9)?4dfwo{FCVTndrC|&_I$aDR>7yMsMjqFa!Ta z11h*WbS#e!tdCCI0e#*Zy-Y*Uag$>Ev*-eg&~a{yayeB0*l}|^ls(L@rXJ9EDCmPAMJyt zawK{*4`W4q6y4FQXdv%nQQVICFXP9mQa||)A00f4ZszYir4W zNeb)ZgMHD%=#Gw~m+F7e0Q0^dCMb%YWmz=P+UQ1_$M%k~-WMG|6dgYvz3fxa@vpv5 z{ymF#W5?~$L+B+sg{Ca`y6_qmMF*Bf1FVGx&?>ff#TL}>LNl}k&D`6ViCfV1j-i45 zo}}Peq^u7+D1|6fTXG9}1f$RZrlS2`Mi+V`K7Sv}P~U|vbQ0ajc{JcW z8^RYgS%QKo$;Rr~5wE~eXvY`P1>Qsh$U%3o7kw+fN5`jZ49_$1ChFH>C7g+#`D*mc z*P-KgVKv|X?IPrI<5gaf169~od0bUD$sBTy3izaXD_0WuSXa95WQqyqM11!{S7a@ep^B&N}xwn zKiUDEw=b5&(P%(VJ+ zVOu;9E%QNm9S5KrSc+wF4JM8J3kpW~0~*=iXbN+E7|y;FdYdbwfo7wDHbE!44l82c z*#2;I3L5wfEQ2pc*P$6a@FC~#nS4)!m+TDs)9P4dmwN0Cb*v z(0L}r`r~Ne&!G!0LO*b;qU%0NhBNt)1|vO;25=gk@Hg~lz-1qYKvK~Z7DJDw5;|dn zXmd1k?V`QWyD$Pv<79OHm*VrqNeZTBZS1fwKKL1ZUlX4M3!)R1Ll>xv2G|yToo+!h zb~k#-CZY>IkM>`K&bJK>`~Z5?$$wIC2fv`HI)``Q<=a9k2cqrw#`-uk1COB#&x-Af z(Ro&&fxd^SxD#{ZJ~ZG%=zJ%Ud6J1U6ga4#&1w4|A{?{)ja(>(fy0 zf?cRj#|n4^9seKnEvfWb_*Lvye2V%^Y=LEVaF19&(VKz`%*L*`4F_YXo#7XXNtjLj zP3(zZ;Q+kq^Y9-MpTV)zzre?^!!FW~yKoxb_yrdd52NipcLxul|0OMP>mJ@+{1PYO z^?Sq4cVZptP4@8%DGtRu@gsENYWu^#T*|=_)KB14y!k*#`M2o2-=oiaei<^o4Sh@Y zVKNVeBNRNFAFu%afoXX8!Enaun2UOO%!ie+C}yJpUWeX=`_b`_VFo^nzOIYWb+(}M zZpU=obCCSkrf`IYa+v;A2&6hzquv;uU;uiXC*VMQ4sXE=*aW*B3b%eb7Noue4KxSc z>1Om&eu^&qExO*RL*(BFsb7Z(%c6H63xB`|V|(wzVP|)s6WoW~-oylSXHQ0Fp$or& zrEv+mxLd)@|6dPQ9iL8s(%-U42E)$19hm$mMFZwyqfqD6_rHemc->isdO@^;{H@Wt``FT?+@g7-kR)0gAwNUx~3#j_I0WN?y2Hz9U-v?D6ABD%luRw)=7%JT#LB;cH zsQO!YfxC}}D(}fq{>z~9b2ilbYoYSF393Il2P%KP@V^EgjQcvM@P7%Fzjs3A=iN~4 za5q%Gz66!dLr~%WHTduFY}~(q>aQyY~RH$}Z4i)~q@LvxVZfp2IAF4ja zq1xq7;EC`xQ0d{NrPln3ZCaCrthAQW? zpvw1rsPGMVJnV-5UqF@PdZ_xm2`c^fL&f(=sQ11Q{J&7;_zqOKp9K$EU#sz7?Q#60 zd_NcJ{VSmAwGU5%*FcTuw?Wn02ZA4gO6ODI{(GqSAAoAdhoSn-Z-Pf|KsMlB1fK|> z1~MC8^!1C^iO1P|Nj?&G1}|08%RTniQdI8;Bq3Z4vK3)OyiLXD@-LB01) zsPg<0syxSCQ~o=|Lsuux))~fAE4s>C0q`V+2rxAg=gcw3@YB&LFMN?Q1$U4 zsCYgPmEJd?`s;r}gKR^7ph5K@-@GpSsZ&$-Z;VZ-ahIszY z;O$WHehexfUxcdv2gCi}Q1Ko1bnh?6L4{ue4}njG%FkMO5Zn%j;H7XWycQk?KM2*| zJ^|H#z5*4`!%*e^FR1j7pp&hFr@({ZE~xr{9@O(z_+JAT;(j?i48A^|za6UG?}WJRPowiuX!*4%`D3?)~u5 z@Z(VNdB_l9uq40ki!d&B+eaKAO& zcZT~@;eG(Be|{G#{U1T)|39JHzxE98cLzebp8!?Ar$W{1a;W^A300np;bY(~cmx~| z|J_ja|5B*`C1PZ|4w)`yb>zk*M$GIQ0cr4Du1`Z zqu@uN+UrXYkze~qsQ9y;^g*~19u2R9XTo{#j_16KhJ~8|8A)Az9QVOgOA01bNGK0 z>iti_BjIPE^7}QYdj1!veEl4%JO^Lu{zpOO<7BA(Erp7AB~-c>LCxEjLFM}@sCZrq zm7nXO@_PeR`1itN;oVUA_}}nx@Vij;^y~0H9zKIg?;NP-m%!uUWl-<+!~a^S_ud4R&ikRt`5CDCcmS#&eH*I&z7N$N zzlMtcpyznF6QJty+O%DoIKU*|!+za`wG zQ1#Xiz6L7Z_re3<2cY7=3#y!-h9|lBD^$GC zfvUGARC#Bh#=$jE>HQg0I&X%m|MxdU_Ac`JO}r0;WOYl2(>4` zKZhB-1uB1^hkEZmsCs`0DxIH0jpy1QdwK`LC*pi;@NB4j?Se{w94i04aK9+ruY}6y z8=%T{GgN=P6{;Mc4&DzH?%Tni!eep&7OI|(t^50@LG{ZgLAB!rQ1!hND*OaI2VMBcFQM{(*odcd98~obgDUq+!vBp>@BJ^Rdb$g$JwFQOP%sP=wA@Rd;g{bs24e;-u%Pe9er-$9k<0jU1)L#Y1o3#j^EIN|Go zCqmWRRw(~Tcm{kCd>VW|JQw~1D&D1&p59qd?RQb|QmArHK-EhND%}^y^H)RV?`=@^ z|30Yt`Vu@9eh2FPgPUHi!=dW&7%2I4dT=dNJw6{Q{V8||d=WedUK`I}4b^UMg{p`5 zhWnGjFG1z+Yw%F`-EjXHYCiiF)cXfr;rTiW9*FyKQ29Oysy@#S|BX=P+YFVD%felU z2jlKQrMD-ZzbyDFsB*j>s=PNr<@ZD3{t{HW4?@-Jcc9wo=TP-<_?4dSiBSD*36%eZ zP~o>i)!zuT@c}h1-U1cRT~PV^JXHSfgUbJdQ1$xVc>W{Ekg5GF{4Z;Hx}#9__kwW0 z5UO5Y5&ky>-vyPg_d}KE9;o)74gb%>g}A>44~Gwh`zKKE{SvC*96H5Z4VSet@Vij$w6g7X*-dac?lxQo-wIy_zYy-N9oJ`G2%n1o?Qk{xXE+Q`nf7#c z!=2u)A;4b(rco;lqkLwF-q1tyNJOXZodj5Q< z`o03H{br!r!{N7~sB(S?u7yYL^YZV6dVVcbyf;9V|6Nf1^fst??uzI4!eemX z2OkH&2i32C122FJuA;BNbx`I04ODp#pmCJHBjKaq6QIhq3@W{|pz3iol$^cZJ=G3$KRC&l}*e@D`~2d?KEIHJ*PTo`CP4RJlcC&e;qmYysQlKU-fu$H*DK&j@Or55cS6<2UqjX3Jy7B9g};LLLDk3KUG3%g z27C>76;3l-lfQ1L8*s=qU#;$H(*ZSsTLD$gM=bNBJ^INZyi+Hpg0 zCsaD4a1q=S?ze^ePN??!8dN^M1=XJp_%qMvLij}7$3XS#v%>%B@Ic(Vpz`&c;1pE5 zUjtR1*FwGbE~xU{4ONeyg9pL~p~l~L;1l3ap~4+;t(WISsQAu;D(`xz_Spqh4^!|U z_~LNCJa_}l@V_0ZUcL;KpMMViI(X#EJs+n-m17w^2wngezztCOxdf^np9xhTS3u?W zl~DC}D^$5Y2$kQ@L%sKPsB!UKsCxK!sB#?o=gt$L(pw7k-YTeeSR3xKaQETC_`eAr z0^c6I1*&`>2z~+T{fD5&<$_mu{XQD%{S)E2@Kksfyd188Z-7hSXW$|5$58qHIaIk1 ze5K2+ce%yu1V|pA*3jRC)Hm!{95R(t9IR z_*)c+s4l4Z3@Iv@0cqFX7-s3w8s@$i;Q{h=~2tErczL!I_ z^Sj|Hcn?&4{S>OakGbC6OW~7nKOL%FcSF_F>%#qRcr@-$LcRCZaQ_%8{sZ3N|AsPIpP zD)$z61Z+UH%M4U|zZ|L_u7`^6#(4e#cnt2pg^K5EP;%*Cq4M>pw|G7?sBkNx%DoY) z-(3zBUo+f$;dwHG394M5gXh7oK!rQ}?Hd{V^0NUdKhJ`y-%+UY z?}4hv*F*K6w?mch_Hh4gxbF}5!{PoJRQwCy;o*;iaxV|}x#8XpmEY$>6I8oD z51s~RUX&yz^`n1<^C!>5Pmz{{|xp1&!GCt zZ=upV{5{?uj)cnhDNy}uJv<2hF;u-wK;`>o;r|Y(_um7Lhwp>R=Vyce4=P{(0hOP_ zZt?ziJUj^Z3aENK2kQL`pu#^3E`rlg`F#^qe%=XH-yeq={0fx3{3+D?$G_L#I}<(y z_p_n${d%bWeg{;){uEUD{|74n-+)TzTTt!w1E_R<4G)1w-0Ic{g} z$MYMZ;=4O|A5=QugNnEIK5v&rQ0;IYR6Z|(ihnr#r=ZI9La6$>9;$rrg6eN~hWpb{ z>3tchzPx%hChN6Q2E{Ues9NdsQgYt-_zeDBk*HHOB@Pl5jCqm_CIaGO9Lp|RV&o77S|1W@Qzdhmq zMyPV$0@V-x7Cs673sij{eV3PKIaEJ57pkAEg=)9Upwig`75>$59lQmq9sd;`4gU+C z0vCSB>vK7@c%bU@GI$ic0;+vq1Xa$P;4$!hQ1O2Xs=odas-FH8D*m5AmE+J4yWBht zsy#MB#eaFQ10Rd~8mRog5vt#P5S{_Q36+n>{I$2wsqnG5mqMkx1}fh>pvrRvJQlth zUIyOrnaocc^ka@gpA3 z3aIjK2>vltJ-iUA{a*`}{@bC_eGkmw$D!)=L8yE_3>D7-AN78D5>z{%2bJDBcnlnd zD(56rJzN8ihp&Sw$8F(%AAB6{Z$tI7UqGevxQ}^$&V+h?E>t}aL*-{2YJTrPmE-#0 zEl~A*H@p!36U^Wf?)G>tgipbJDSQTe9b63`g3A9%ANTZ^L$&uNsPxC7#@E$Q`Ftrn z65a?^zPq6E@foP`{B?LDd>E=d4!FnPUjg;}EO2Cs!m?*s5S_<5-C--fE^ zpFp+Of5F4xfuHd59SN2HRZ#V`Hn%9-4VPOs$V<^ zm5=X1h5wIm{{kxhgFor@atu^|Tm@BM=Rq3>Q03VXyb`LMFM}%ATcPUnW_SYpFw}eZ zh5xsq!v6Oa!)+}5>))(gi7~esPI38s;58rTTl1VP~|xR zs$Nz>#rJf$0*=6^!q>wm!oP!0hChUx;c2s8?iWDGzt_Su;fLTV_%HCS@Wjt}y?g{N z!~K1@79RUq_I}{A;nU!I;bQoGD0zO=y}ti+J{-gSGI)`m!`*P@=dk6#_Xbye9@_%$ zkHeS3r+$I6YVaO-DqQkK+6Hb3-UMHQ`{z*k+V>@NE%+XI9bEEvUhj9qChl3Nd@TQa zufNyB1-Rc1)vs@cPkIYCcFk-4L8C6f#<`E z?{j%^EtFii2`c`N2k(V?|2`=B_dTd^KZcSshurV^It{9wmO`4Q)`JRv?*I1wwH_Xc z`#DhMoq`9$7YF}5_&TU@_!jsWco$TCeg>-E?t`kI??Uz4Uqa>Y$gjHp>F_Ar=RxIj z8+;3FLbdk+|HtEB0o87oz~y=lm7h05#rqDZcKd6ncIWeBcYz3 z6g&;;{iX5z3|L!~t?NupHQN1NZPCipdReoVO?P_ztiNx%k+te0jn+`MXq7+c*Y|eX zovD4{zrbFwhikf{lg-_Y+M=6lG5@#>l)ovzY-6W8 z(i|IWw1={1cV@a-uhHGz=&D-UoqkpyX*IHbCmW^CX4=isdcTqFY4#_xiAKB8#Wme+ z^m;=)&YJD4(;eegg4aj;&D{#SPf@m-qm6d2kzLu?H&i?8jI*+xjj8Dtk85Y=SvhaC zGuF6Z(P(FS-=gzYm_rdY+oP?SF|sh(AP>{~y3L8ne%9MJHPUGf)zV8d-7XD!`MyTI zTYh%RgH`y^|SF#H(NJ6oK4lcSI$f?Sl^iFHX6Sx z#D=Ng^>llqOL6=4iQgH=_U7J3tF~sOv%5h9w)?z6e`wUh>*7Y8stm`@X1_&bQK$Kj z?4oFcwXM$RmA&Lof6Jy@GZW2rcr~&Ot%mpbHDhDhhP_m2ui0s5J7yFuUYk2KY{h3w zW2{MDc(%2%C%vD$Q|{vN#huQT`LoS++PrVh;RadmwC(pU`c;u&JsYWyUOCb2%(NLm zQ`D6jyFW>oGq4z0ppq)9o$ONbgK^>(i6_mSuI)Z&{AB&a^VyQ?mBrrJasR z3R*Mk^%-;#%M6aGY_wJH^%@pheRI2taB-vC$r@hQ9@q+{vQ1~x^|3KEO=sMrFWw*! zqiDB!0KK8xs!vZ7&?0CmOZ8T^uGOfwXQnCs?s|K)F;-hM-lv8rwmMGLWxiH};XfID z$zE|;=N+omoM@|G)Yi1Nc0;VMW?|r98%1ls4YFrh??5Rah3NO|qmy1yGyO@Di#T}X?z+ESxRHHz z%HmJQ8okkO(|T9(nrieJT}dR>R5$8(JLxB0UFPNEqx6$Z(}m}FWZSIU?5jL*nOOGn z3NG3q+oXY44q+a>vd=s*Z|^XqG^~r5{1x@?ndvl+YHJ$^R!ME|qg7|Alg5Km$6VV$ zc#*s5PPb1qtDwVg3)q{Cb_+#G9+)akMnS4OAY z+!!Z?av1sU&?F;o26})2Zo@Y@nJdU6uD#h#dU|bb7fGTD2v?(i<#eY>7hOBkqz8|X zlbP0)nPfOJ28YH(AS)_zu1|FM7(_NCO1~>ld$n~E4lO{v>7P=}(RIw%29kHBb#zoJ zE8E`fjLnSpGpkxf)Nf35y8CMD5D$#Xb(8frUBzLOac{als`6^`++FWBJ2Sl``g$4D z3y-EX#r1}Gt3mfxKobwHKS*fy(1S9fpUUb8QqAz*X)RoOkIBRZW}Asf!rWwbkMY&l z^q_>8ASAJSCwo%z8f#2RY4NUS8PKG(ZnD!sI7HFI5ouODL-u)V##@`v6`GR8HU`6U zyvtlrM-1&n5ckjsQFcbUnu?I~)7{QE+L4Ly);{voL*Qz@QsxogDvi~TS=_!H!gIB0ar?~8ionG-zQG`nZ?MfUD^wE+T2P_y`gT( z(TGnUdz#EbUW48pG+R(B46STby;E=XI&`Qs!FI;Sv(b8cH+^eVO=cM{=Kdt7C~S*P z;s0haFs+TrUZ*uP)y^)eQ+E3)uUI^!A6Z>mTkdMlOpR#3blT(13A7XcMHdfo#sjH0 z@^&?+_$6H!m0eFXDF?H~ZR$BB*pl3LMUrZBeX_aFOtVZ8CQ+8$!;R@Wsyq`*^2zn{ z+`|-xrJO!(-F>{Flvx;XU4Lw8qjC zbD&igZ)u=ZJf<|swVG{)k86fDk!gY-%62puxTue(D27uC!6#?lPe=VVOKPaLUMrSd zzc80nsoMHRT2mE2)#aNuOCnT~%D=ubGBd#tHAraBa( z_066_C8nvgmwRkXYPPEj5uWZxMmKgknjR{CF;yqOF;5)*mmzAZc^*7}r1f{9y3cuz zFrdCdD)ux(_of@8&GF`_Vr}5VdKKwQk?WbSKTF26_=+--ZOSOEzcQwDMJ?=F-B-D$rbL4w99lnz3A(gQGp?>6)J`3TPV5Qhk}fR_@i1)ed4cYax*WrKGh0ktqU^ zkLaG~!BoB1X)`}hbeoKfXt3!nCW?~Fm7%<+cw(U84!0XaS~L zX|80%&Uvd}FEwlmT&=wq%+%ZXFxlB;SdH#C$L=Ma1GAZD~$3Rr!*S@S@8lqVCfMt2IA zrVO7KQ}{4Iv*;{Yy`_<<6+oYUMx7#{(&X2$_Mtd?M;qPg zeqz>Yv?tI8!#mr9Z8Zdo8Sv=fxgn1t>}`zBFduKfczgaEEvws?AytnVA<`CX(soTW zTOXO>sV%e}F~CeGL8p^F*mZT~koJ)^YGV_9VPl;vY{Z&6BIAV*g8@~c>g?5Ww~vI4 z%`Wr4WO!{OOU1F;Mh0l#*W~`w7vdYGV2)$|LtC-mrfk};Jq=r`hZ^EQdqN?P-)k|$ z#Lw+MXC)^}EcWwC;F4Fq-jA345k=^r%9q-Hz@2SG=%i3)4Uae6GG2OW-NfG3uhM(G z-Bp2QAFOS}(3yIXJBCLQaBcrhrsyFS#(vsTVcLtiq;}DER`rdk=FC*-Ckw3?%rF#s zSu!3Ire|i%k+9a==wber(lu1OsLqeBX_{@sxlHI7F8t+IVm6!>bd^}+alhedSm)d9 z%j1DZlgwAFqQhWc-(7FA6Vp=iG|{jvm&fdPy)`{qx0T$82C%=tbYTLVH8!K)B*J>8 zvyo1{ix9e~)fq|4_Fi&DudZFxvDSp038q1Hs$T8lom)0*1BA}q*&{g?($-OK{_sg% z%bi5PXjhf3%obm~a>;;`_LLDXg;_N6aB3fm2^}SY3}#u z@=3FM;Un|UJl;0&=JBV5w&Ax4#YgK$gz;2u6N8euY|fli@i$qssjYF`=M7_KmMa$i z4ORkf+9Ef-DHe2-nYXCaEewiGBeuRxWJub}eVGP;Cz9E_>medYH#+f%qf<$V!GjX8h@|HtqEIz$8AecIV8Ww!h5gISUTEU7r_dUD&`j(55jUs1 zTScg6vWRxtNXbo@L_G1d&>X5=f)u4?*muaL=(#FK!|eeIgEF31T&mb!?dgribgr2A z@+@zl%~-q}wa_pfz1n8%F|0y0aOqV%mOWkn3kt8q~#GS>b6VX;%8`j=Ha^|_LE&ABds_?r`U}0Bx{WZ94;0S zUSc~eU~V->#U&f6HdR~puT7boI};PMINzSfuWcBl`AJ$GwtaGw+ZJtkj_0aTZk(vu z1Jj&XMM-du;nkiYjV-aH-7Y(dD+RWHn-x1(v|cqKus~(oWO;I5J55kzf#7Z@W34=xnodjw_Jt5e z-H~juG)>I=`!cCwOBUD!R_X@D&ys#n@+_*Ebn+7cg>M$d<^4Q$QBZo*yr<8R4tYAX
J2qpZ^vUk!Yg^5TKCup& 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 bR&(_2{lV0CDr%d<@3uDQ-yLY$oooNU@w4Y$ diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json index a9c99495..ff9ec0df 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json @@ -1 +1 @@ -{"translation-revision-date":"2020-04-26 23:48:38+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"None":["\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442"],"Type":["\u0422\u0438\u043f"],"Right Sidebar":["\u0412 \u043f\u0440\u0430\u0432\u043e\u043c \u0431\u043e\u043a\u043e\u0432\u0438\u043a\u0435"],"Left Sidebar":["\u0412 \u043b\u0435\u0432\u043e\u043c \u0431\u043e\u043a\u043e\u0432\u0438\u043a\u0435"],"Priority":["\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442"],"Custom Hook":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0445\u0443\u043a"],"Custom":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439"],"Site Header":["\u0428\u0430\u043f\u043a\u0430 \u0441\u0430\u0439\u0442\u0430"],"Page Hero":["Hero \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430"],"Hook":["\u0425\u0443\u043a"],"Right":["\u0421\u043f\u0440\u0430\u0432\u0430"],"Left":["\u0421\u043b\u0435\u0432\u0430"],"Center":["\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443"],"Location":["\u0420\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435"]}}} \ No newline at end of file +{"translation-revision-date":"2023-11-08 16:38:58+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"Loop Template":["\u0428\u0430\u0431\u043b\u043e\u043d \u0446\u0438\u043a\u043b\u0430"],"The taxonomy to check if in the same term.":["\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044e \u0435\u0441\u043b\u0438 \u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0439 \u0442\u0435\u0440\u043c\u0438\u043d."],"Check for posts with the same term as the current post.":["\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0438 \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u0438\u043c\u0435\u043d\u0435\u043c \u043a\u0430\u043a \u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c."],"Remove container condition":["\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430"],"Display Order":["\u041e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u044c \u0417\u0430\u043a\u0430\u0437"],"Parent Element":["\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442"],"First post":["\u041f\u0435\u0440\u0432\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c"],"No post meta":["\u041d\u0435\u0442 \u043c\u0435\u0442\u0430-\u0434\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0438"],"No featured image":["\u041d\u0435\u0442 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f"],"Keep default archive navigation container":["\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0430\u0440\u0445\u0438\u0432\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"Disable default pagination":["\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u0430\u0433\u0438\u043d\u0430\u0446\u0438\u044e \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"Add default archive navigation container":["\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u043f\u043e \u0430\u0440\u0445\u0438\u0432\u0443 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"Disable default post navigation":["\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044e \u043f\u043e \u0437\u0430\u043f\u0438\u0441\u044f\u043c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"Use the above template tag to add the current year to your footer.":["\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u0439 \u0432\u044b\u0448\u0435 \u0442\u0435\u0433 \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0433\u043e\u0434 \u0432 \u043f\u043e\u0434\u0432\u0430\u043b"],"Current year template tag":["\u0422\u0435\u0433 \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u0433\u043e\u0434\u0430"],"Disable primary post meta":["\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0435\u0442\u0430-\u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438"],"Disable featured image":["\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438"],"Disable title":["\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a"],"Keep default post container":["\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"Post meta name":["\u041c\u0435\u0442\u0430-\u0438\u043c\u044f \u0437\u0430\u043f\u0438\u0441\u0438"],"Term name":["\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0442\u0435\u0440\u043c\u0438\u043d\u0430"],"Posts with custom field":["\u0417\u0430\u043f\u0438\u0441\u0438 \u0441 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u043b\u0435\u043c"],"Posts with term":["\u0417\u0430\u043f\u0438\u0441\u0438 \u0441 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043c\u0438"],"All posts":["\u0412\u0441\u0435 \u0437\u0430\u043f\u0438\u0441\u0438"],"Apply to":["\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a"],"Tag name":["\u0418\u043c\u044f \u0442\u0435\u0433\u0430"],"Replace default secondary post meta":["\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043c\u0435\u0442\u0443 \u0432\u0442\u043e\u0440\u0438\u0447\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"Replace default primary post meta":["\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043c\u0435\u0442\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"Custom hook name":["\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0445\u0443\u043a\u0430"],"Choose your hook":["\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0445\u0443\u043a"],"Hook name":["\u0418\u043c\u044f \u0445\u0443\u043a\u0430"],"Quick hook select":["\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u0432\u044b\u0431\u043e\u0440 \u0445\u0443\u043a\u0430"],"Before post title":["\u041f\u0435\u0440\u0435\u0434 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u043c \u0437\u0430\u043f\u0438\u0441\u0438"],"After post title":["\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0438"],"This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.":["\u042d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0437\u0430\u043c\u0435\u043d\u0438\u0442 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u043e\u0434\u0432\u0430\u043b\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439 \u0432\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0430\u0432\u0430\u0445. \u041e\u043d \u043d\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442 \u0432\u0438\u0434\u0436\u0435\u0442\u044b \u043f\u043e\u0434\u0432\u0430\u043b\u0430, \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442."],"Templates":["\u0428\u0430\u0431\u043b\u043e\u043d\u044b\u0439"],"Element type":["\u0422\u0438\u043f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430"],"Editor width":["\u0428\u0438\u0440\u0438\u043d\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430"],"Install GenerateBlocks":["\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c GenerateBlocks"],"Activate GenerateBlocks":["\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c GenerateBlocks"],"To take full advantage of Block Elements, we suggest using our GenerateBlocks plugin.":["\u0427\u0442\u043e\u0431\u044b \u0432 \u043f\u043e\u043b\u043d\u043e\u0439 \u043c\u0435\u0440\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u043c\u0438 \u0431\u043b\u043e\u0447\u043d\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043c\u044b \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u0430\u0448 \u043f\u043b\u0430\u0433\u0438\u043d GenerateBlocks."],"Block Element":["\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0411\u043b\u043e\u043a\u0430"],"After content container":["\u041f\u043e\u0441\u043b\u0435 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430"],"After content":["\u041f\u043e\u0441\u043b\u0435 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430"],"Before content":["\u041f\u0435\u0440\u0435\u0434 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043e\u043c"],"Before content container":["\u041f\u0435\u0440\u0435\u0434 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043e\u043c \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430"],"After header":["\u041f\u043e\u0441\u043b\u0435 \u0448\u0430\u043f\u043a\u0438"],"label\u0004Single post hero with excerpt":["Hero \u043e\u0434\u0438\u043d\u043e\u0447\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u0441 \u043e\u0442\u0440\u044b\u0432\u043a\u0430\u043c\u0438"],"label\u0004Basic single post page hero":["Hero \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0441 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0435\u0434\u0438\u043d\u0438\u0447\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u044c\u044e"],"label\u0004Rounded buttons with icon":["\u041e\u043a\u0440\u0443\u0433\u043b\u044b\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u0441\u043e \u0437\u043d\u0430\u0447\u043a\u043e\u043c"],"label\u0004Default next and previous buttons":["\u041a\u043d\u043e\u043f\u043a\u0438 \u00ab\u0414\u0430\u043b\u0435\u0435\u00bb \u0438 \u00ab\u041d\u0430\u0437\u0430\u0434\u00bb \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"label\u0004Landscape layout":["\u0410\u043b\u044c\u0431\u043e\u043c\u043d\u0430\u044f \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f"],"label\u0004Layout with offset content":["\u041c\u0430\u043a\u0435\u0442 \u0441\u043e \u0441\u043c\u0435\u0449\u0435\u043d\u043d\u044b\u043c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u044b\u043c"],"label\u0004Basic layout with term buttons":["\u0411\u0430\u0437\u043e\u0432\u044b\u0439 \u043c\u0430\u043a\u0435\u0442 \u0441 \u043a\u043d\u043e\u043f\u043a\u0430\u043c\u0438 \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432"],"label\u0004Full footer 2":["\u041f\u043e\u043b\u043d\u044b\u0439 \u043f\u043e\u0434\u0432\u0430\u043b 2"],"label\u0004Full footer 1":["\u041f\u043e\u043b\u043d\u044b\u0439 \u043f\u043e\u0434\u0432\u0430\u043b 1"],"label\u0004Term buttons":["\u041a\u043d\u043e\u043f\u043a\u0438 \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432"],"label\u0004Stacked with avatar":["\u0421\u043b\u043e\u0436\u0435\u043d\u044b \u0441 \u0430\u0432\u0430\u0442\u0430\u0440\u043e\u043c"],"label\u0004Inline with avatar":["\u041d\u0430 \u043b\u0438\u043d\u0438\u0438 \u0441 \u0430\u0432\u0430\u0442\u0430\u0440\u043e\u043c"],"label\u0004Two columns with background overlays":["\u0414\u0432\u0435 \u043a\u043e\u043b\u043e\u043d\u043a\u0438 \u0441 \u0444\u043e\u043d\u043e\u0432\u044b\u043c\u0438 \u043d\u0430\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c\u0438"],"label\u0004Two columns with arrows":["\u0414\u0432\u0435 \u043a\u043e\u043b\u043e\u043d\u043a\u0438 \u0441\u043e \u0441\u0442\u0440\u0435\u043b\u043a\u0430\u043c\u0438"],"label\u0004Two columns with featured image":["\u0414\u0432\u0435 \u043a\u043e\u043b\u043e\u043d\u043a\u0438 \u0441 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c \u0437\u0430\u043f\u0438\u0441\u0438"],"%s Units":["% \u0435\u0434\u0438\u043d\u0438\u0446"],"A size unit for CSS markup\u0004Degree":["\u0421\u0442\u0435\u043f\u0435\u043d\u044c"],"A size unit for CSS markup\u0004Percentage":["\u041f\u0440\u043e\u0446\u0435\u043d\u0442"],"A size unit for CSS markup\u0004Em":["\u0420\u0430\u0437\u043c\u0435\u0440"],"A size unit for CSS markup\u0004Pixel":["\u041f\u0438\u043a\u0441\u0435\u043b\u044c"],"Select Units":["\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b"],"Displays a dynamic image from your chosen source.":["\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0430\u043c\u0438 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430."],"Dynamic Image":["\u0414\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435"],"Dynamic image placeholder":["\u043f\u043e\u043b\u0435 \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f"],"Choose your dynamic image type.":["\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f."],"Dynamic image":["\u0414\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435"],"Make image rounded":["\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044b\u043c"],"Custom field name":["\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043f\u043e\u043b\u044f"],"Custom field":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043f\u043e\u043b\u0435"],"Link to":["\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430"],"Image height":["\u0412\u044b\u0441\u043e\u0442\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f"],"Image width":["\u0428\u0438\u0440\u0438\u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f"],"Image size":["\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438"],"Author avatar":["\u0410\u0432\u0430\u0442\u0430\u0440 \u0430\u0432\u0442\u043e\u0440\u0430"],"Displays dynamic content based on your chosen source.":["\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0430\u043c\u0438 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430."],"Dynamic Content":["\u0414\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442"],"This is a placeholder for your description.":["\u042d\u0442\u043e \u043f\u043e\u043b\u0435 \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f"],"Choose your dynamic content type.":["\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430."],"Dynamic content":["\u0414\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442"],"Custom more link":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430 \u0435\u0449\u0435"],"Use theme more link":["\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u0435\u0449\u0435 \u0442\u0435\u043c\u044b"],"Excerpt length":["\u0414\u043b\u0438\u043d\u0430 \u043e\u0442\u0440\u044b\u0432\u043a\u0430"],"Author description":["\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u0440\u0430 "],"Term description":["\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0442\u0435\u0440\u043c\u0438\u043d\u0430"],"Post excerpt":["\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438"],"Post content":["\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438"],"Dynamic link type":["\u0422\u0438\u043f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0441\u0441\u044b\u043b\u043a\u0438"],"Updated date before text":["\u0414\u0430\u0442\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043a\u0441\u0442\u043e\u043c"],"Use % in place of the number of comments":["\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 % \u0432\u043c\u0435\u0441\u0442\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432"],"Plural comments text":["\u0422\u0435\u043a\u0441\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432 \u0432\u043e \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c \u0447\u0438\u0441\u043b\u0435"],"Singular comments text":["\u0422\u0435\u043a\u0441\u0442 \u0435\u0434\u0438\u043d\u0438\u0447\u043d\u044b\u0445 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432"],"No comments text":["\u0422\u0435\u043a\u0441\u0442 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432"],"Term separator":["\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432"],"Replace with updated date":["\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0439 \u0434\u0430\u0442\u043e\u0439"],"Updated date":["\u0414\u0430\u0442\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f"],"Date type":["\u0422\u0438\u043f \u0434\u0430\u0442\u044b"],"Terms":["\u0422\u0435\u0440\u043c\u0438\u043d\u044b"],"Hello World":["\u041f\u0440\u0438\u0432\u0435\u0442, \u043c\u0438\u0440"],"Comments number":["\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432"],"List of terms":["\u0421\u043f\u0438\u0441\u043e\u043a \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432"],"Post author name":["\u0418\u043c\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438"],"Post date":["\u0414\u0430\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0438"],"Title":["\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a"],"Dynamic text type":["\u0422\u0438\u043f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430"],"Published date before text":["\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043a\u0441\u0442\u043e\u043c"],"Term archives":["\u0410\u0440\u0445\u0438\u0432\u044b \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432"],"Author meta":["\u041c\u0435\u0442\u0430 \u0430\u0432\u0442\u043e\u0440\u0430"],"Previous page of posts":["\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0437\u0430\u043f\u0438\u0441\u0435\u0439"],"Next page of posts":["\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0437\u0430\u043f\u0438\u0441\u0435\u0439"],"Comments area":["\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432"],"Author archives":["\u0410\u0440\u0445\u0438\u0432\u044b \u0430\u0432\u0442\u043e\u0440\u0430"],"Single post":["\u0415\u0434\u0438\u043d\u0438\u0447\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c"],"Taxonomy":["\u0422\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f"],"In same term":["\u0422\u0435\u043c \u0436\u0435 \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u043c"],"No previous post":["\u041d\u0435\u0442 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0439 \u0437\u0430\u043f\u0438\u0441\u0438"],"No next post":["\u041d\u0435\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0437\u0430\u043f\u0438\u0441\u0438"],"Space between":["\u041f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u043c\u0435\u0436\u0434\u0443"],"Inline alignment":["\u041b\u0438\u043d\u0435\u0439\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435"],"Inline post meta items":["\u041c\u0435\u0442\u0430\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439"],"Previous post":["\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c"],"Next post":["\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c"],"Current post":["\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c"],"Source":["\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a"],"Post":["\u0417\u0430\u043f\u0438\u0441\u044c"],"Choose\u2026":["\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435..."],"Dynamic Link":["\u0414\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430"],"Use fallback image":["\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435"],"Meta field name":["\u0418\u043c\u044f \u043c\u0435\u0442\u0430\u043f\u043e\u043b\u044f"],"Add a background image to this Container to make it dynamic.":["\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0444\u043e\u043d\u043e\u0432\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0432 \u044d\u0442\u043e\u0442 \u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440, \u0447\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u043d\u044b\u043c."],"User meta":["\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f"],"Term meta":["\u0422\u0435\u0440\u043c\u0438\u043d \u043c\u0435\u0442\u0430"],"Post meta":["\u041c\u0435\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0438"],"Featured image":["\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438"],"Dynamic Background Image":["\u0414\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0444\u043e\u043d\u043e\u0432\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435"],"Dynamic options":["\u0414\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b"],"Archive Navigation":["\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u043f\u043e \u0430\u0440\u0445\u0438\u0432\u0443"],"Post Navigation":["\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u043f\u043e \u0437\u0430\u043f\u0438\u0441\u044f\u043c"],"Post Meta Template":["\u041c\u0435\u0442\u0430 \u0448\u0430\u0431\u043b\u043e\u043d \u0437\u0430\u043f\u0438\u0441\u0438"],"Content Template":["\u0428\u0430\u0431\u043b\u043e\u043d \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430"],"% Comments":["% \u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438"],"1 Comment":["1 \u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439"],"No Comments":["\u041d\u0435\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432"],"This is a placeholder for your content.":["\u042d\u0442\u043e \u043f\u043e\u043b\u0435 \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e. "],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["\u042d\u0442\u043e \u0443\u0434\u0430\u043b\u0438\u0442 \u0442\u0435\u043a\u0443\u0449\u0438\u0435 \u0432\u0438\u0434\u0436\u0435\u0442\u044b \u0441\u0430\u0439\u0434\u0431\u0430\u0440\u0430 \u0434\u043b\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u0430\u0439\u0434\u0431\u0430\u0440\u0430. \u0412 \u0432\u0430\u0448\u0435\u043c \u043c\u0430\u043a\u0435\u0442\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0441\u0430\u0439\u0434\u0431\u0430\u0440 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430."],"Site Footer":["\u041f\u043e\u0434\u0432\u0430\u043b \u0441\u0430\u0439\u0442\u0430"],"None":["\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442"],"Type":["\u0422\u0438\u043f"],"Right Sidebar":["\u0412 \u043f\u0440\u0430\u0432\u043e\u043c \u0431\u043e\u043a\u043e\u0432\u0438\u043a\u0435"],"Left Sidebar":["\u0412 \u043b\u0435\u0432\u043e\u043c \u0431\u043e\u043a\u043e\u0432\u0438\u043a\u0435"],"Priority":["\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442"],"Custom Hook":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0445\u0443\u043a"],"Custom":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439"],"Site Header":["\u0428\u0430\u043f\u043a\u0430 \u0441\u0430\u0439\u0442\u0430"],"Page Hero":["Hero \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430"],"Hook":["\u0425\u0443\u043a"],"Right":["\u0421\u043f\u0440\u0430\u0432\u0430"],"Left":["\u0421\u043b\u0435\u0432\u0430"],"Center":["\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443"],"Location":["\u0420\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json index 8c151d93..31dfd244 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -1 +1 @@ -{"translation-revision-date":"2020-04-26 23:48:38+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"All Elements":["\u0412\u0441\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b"]}}} \ No newline at end of file +{"translation-revision-date":"2023-11-08 16:38:58+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"Active Elements":["\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u042d\u0435\u043c\u0435\u043d\u0442\u044b"],"All Elements":["\u0412\u0441\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json index dd014408..3b4bd9e2 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -1 +1 @@ -{"translation-revision-date":"2020-04-26 23:48:38+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"Why?":["\u041f\u043e\u0447\u0435\u043c\u0443?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0432\u0430\u0448\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b, \u0432\u0438\u0434\u0436\u0435\u0442\u044b \u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b. \u041e\u043d \u0442\u0430\u043a\u0436\u0435 \u0443\u0434\u0430\u043b\u0438\u0442 \u0432\u0430\u0448 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0438 CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["\u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u043f\u0435\u0440\u0435\u0434 \u0438\u043c\u043f\u043e\u0440\u0442\u043e\u043c \u043d\u043e\u0432\u043e\u0433\u043e."],"Existing Site Import Detected":["\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d \u0438\u043c\u043f\u043e\u0440\u0442 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430"],"Restoring theme options":["\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0442\u0435\u043c\u044b"],"New URL":["\u041d\u043e\u0432\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 URL"],"Old URL":["\u0421\u0442\u0430\u0440\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["\u042d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 Elementor, \u0447\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439."],"Additional Cleanup":["\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043e\u0447\u0438\u0441\u0442\u043a\u0430"],"This site uses the following plugins.":["\u042d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b."],"Installing plugins":["\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432"],"Activating plugins":["\u0410\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432"],"Importing widgets":["\u0418\u043c\u043f\u043e\u0440\u0442 \u0432\u0438\u0434\u0436\u0435\u0442\u043e\u0432"],"Importing site options":["\u0418\u043c\u043f\u043e\u0440\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0441\u0430\u0439\u0442\u0430"],"Importing content":["\u0418\u043c\u043f\u043e\u0440\u0442 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430"],"None":["\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442"],"Import":["\u0418\u043c\u043f\u043e\u0440\u0442"]}}} \ No newline at end of file +{"translation-revision-date":"2023-11-08 16:38:58+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"Requires GeneratePress %s.":["\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f GeneratePress %s."],"Built by":["\u0421\u043e\u0437\u0434\u0430\u043d\u043e"],"Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.":["\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435. \u041c\u044b \u0434\u0435\u043b\u0430\u0435\u043c \u0432\u0441\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0435, \u0447\u0442\u043e\u0431\u044b \u0432\u0441\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0431\u044b\u043b\u0438 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0434\u043b\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f. \u041e\u0434\u043d\u0430\u043a\u043e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043c\u043e\u0433\u0443\u0442 \u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043c\u044b \u043d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0432\u0430\u043c \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0441\u0432\u043e\u0438\u043c\u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438."],"Check out your new site and start making it yours!":["\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u0439 \u043d\u043e\u0432\u044b\u0439 \u0441\u0430\u0439\u0442 \u0438 \u043d\u0430\u0447\u043d\u0438\u0442\u0435 \u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u0441\u0432\u043e\u0438\u043c!"],"Learn more here":["\u0423\u0437\u043d\u0430\u0439\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435 \u0437\u0434\u0435\u0441\u044c"],"To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.":["\u0427\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c, \u043d\u0430\u0439\u0434\u0438\u0442\u0435 WP_DEBUG \u0432 \u0444\u0430\u0439\u043b\u0435 wp-config.php \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0434\u043b\u044f \u043d\u0435\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 false, \u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0438\u0436\u0435."],"WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.":["\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d \u0440\u0435\u0436\u0438\u043c \u043e\u0442\u043b\u0430\u0434\u043a\u0438 WordPress. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u043b\u044e\u0431\u044b\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u0432\u043b\u0438\u044f\u0442\u044c \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0438\u043c\u043f\u043e\u0440\u0442\u0430."],"Debug Mode Enabled":["\u0412\u043a\u043b\u044e\u0447\u0435\u043d \u0440\u0435\u0436\u0438\u043c \u043e\u0442\u043b\u0430\u0434\u043a\u0438"],"Preview mobile":["\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u0445"],"Preview tablet":["\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043b\u0430\u043d\u0448\u0435\u0442\u0430"],"Preview desktop":["\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0441\u0442\u043e\u043b\u0430"],"Elementor Tools":["\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b Elementor"],"Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.":["\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u043d\u0430 \u0441\u0442\u0430\u0440\u044b\u0439 \u0438 \u043d\u043e\u0432\u044b\u0439 URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u043d\u0438\u0436\u0435, \u0437\u0430\u0442\u0435\u043c \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 Elementor, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0445."],"Begin Import":["\u041d\u0430\u0447\u0430\u0442\u044c \u0438\u043c\u043f\u043e\u0440\u0442"],"I understand":["\u042f \u043f\u043e\u043d\u0438\u043c\u0430\u044e"],"Confirm Import":["\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0438\u043c\u043f\u043e\u0440\u0442"],"Import Demo Content":["\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442"],"This will install and activate needed plugins, import demo content, and import site options.":["\u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b, \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0438 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0441\u0430\u0439\u0442\u0430."],"Import Theme Options":["\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0438\u043c\u043f\u043e\u0440\u0442\u0430 \u0442\u0435\u043c\u044b "],"This will import the options from the Customizer.":["\u0418\u043c\u043f\u043e\u0440\u0442 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0438\u0437 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0449\u0438\u043a\u0430."],"These plugins need to be installed manually.":["\u042d\u0442\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0440\u0443\u0447\u043d\u0443\u044e."],"These plugins are already installed.":["\u042d\u0442\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b."],"These plugins can be installed automatically.":["\u042d\u0442\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438."],"Gathering information":["\u041f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0441\u0431\u043e\u0440 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438. "],"Refresh sites":["\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0430\u0439\u0442\u044b"],"Requires GP Premium %s.":["\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u043f\u043b\u0430\u0433\u0438\u043d GP Premium %s."],"Page Builder":["\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446"],"Category":["\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f"],"No thanks":["\u041d\u0435\u0442, \u0441\u043f\u0430\u0441\u0438\u0431\u043e"],"Remove imported site":["\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0430\u0439\u0442"],"This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.":["\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0432\u043d\u043e\u0441\u0438\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0432\u0430\u0448 \u0441\u0430\u0439\u0442. \u0415\u0441\u043b\u0438 \u043e\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0432\u0430\u0436\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435, \u043c\u044b \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u0443\u044e \u043a\u043e\u043f\u0438\u044e, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c."],"Try again":["\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439 \u0435\u0449\u0435 \u0440\u0430\u0437"],"No sites were found.":["\u0421\u0430\u0439\u0442\u043e\u0432 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e."],"Restoring content":["\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e"],"Installing %s":["\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 %s"],"Import Complete":["\u0418\u043c\u043f\u043e\u0440\u0442 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d"],"Importing theme options":["\u0418\u043c\u043f\u043e\u0440\u0442 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0442\u0435\u043c\u044b"],"Why?":["\u041f\u043e\u0447\u0435\u043c\u0443?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0432\u0430\u0448\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b, \u0432\u0438\u0434\u0436\u0435\u0442\u044b \u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b. \u041e\u043d \u0442\u0430\u043a\u0436\u0435 \u0443\u0434\u0430\u043b\u0438\u0442 \u0432\u0430\u0448 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0438 CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["\u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u043f\u0435\u0440\u0435\u0434 \u0438\u043c\u043f\u043e\u0440\u0442\u043e\u043c \u043d\u043e\u0432\u043e\u0433\u043e."],"Existing Site Import Detected":["\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d \u0438\u043c\u043f\u043e\u0440\u0442 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430"],"Restoring theme options":["\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0442\u0435\u043c\u044b"],"New URL":["\u041d\u043e\u0432\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 URL"],"Old URL":["\u0421\u0442\u0430\u0440\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["\u042d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 Elementor, \u0447\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439."],"Additional Cleanup":["\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043e\u0447\u0438\u0441\u0442\u043a\u0430"],"This site uses the following plugins.":["\u042d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b."],"All":["\u0412\u0441\u0435"],"View Site":["\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0430\u0439\u0442"],"Get Started":["\u041d\u0430\u0447\u0430\u0442\u044c"],"Plugins":["\u041f\u043b\u0430\u0433\u0438\u043d\u044b"],"Installing plugins":["\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432"],"Activating plugins":["\u0410\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432"],"Importing widgets":["\u0418\u043c\u043f\u043e\u0440\u0442 \u0432\u0438\u0434\u0436\u0435\u0442\u043e\u0432"],"Importing site options":["\u0418\u043c\u043f\u043e\u0440\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0441\u0430\u0439\u0442\u0430"],"Importing content":["\u0418\u043c\u043f\u043e\u0440\u0442 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430"],"None":["\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442"],"Import":["\u0418\u043c\u043f\u043e\u0440\u0442"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-cbab080b0f20fd6c323029398be6c986.json b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-cbab080b0f20fd6c323029398be6c986.json new file mode 100644 index 00000000..c12a39a7 --- /dev/null +++ b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-cbab080b0f20fd6c323029398be6c986.json @@ -0,0 +1 @@ +{"translation-revision-date":"2023-11-08 16:38:58+0000","generator":"WP-CLI\/2.6.0","source":"dist\/dashboard.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"This will delete all of your customizer settings. It cannot be undone.":["\u042d\u0442\u043e \u0443\u0434\u0430\u043b\u0438\u0442 \u0432\u0441\u0435 \u0432\u0430\u0448\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u0430\u0441\u0442\u043e\u043c\u0430\u0439\u0437\u0435\u0440\u0430. \u042d\u0442\u043e \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e."],"Reset your customizer settings.":["\u0421\u0431\u0440\u043e\u0441\u044c\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u0430\u0441\u0442\u043e\u043c\u0430\u0439\u0437\u0435\u0440\u0430."],"Options imported.":["\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b."],"This can overwrite existing settings and cannot be undone.":["\u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e."],"Import your customizer settings.":["\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u041a\u0430\u0441\u0442\u043e\u043c\u0430\u0439\u0437\u0435\u0440\u0430."],"Global Colors":["\u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0435 \u0446\u0432\u0435\u0442\u0430"],"Export your customizer settings.":["\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043a\u0430\u0441\u0442\u043e\u043c\u0430\u0439\u0437\u0435\u0440\u0430."],"Import \/ Export":["\u0418\u043c\u043f\u043e\u0440\u0442 \/ \u042d\u043a\u0441\u043f\u043e\u0440\u0442"],"License key deactivated.":["\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d."],"License key activated.":["\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d."],"Get alpha and beta updates directly to your Dashboard.":["\u041f\u043e\u043b\u0443\u0447\u0430\u0439\u0442\u0435 \u0430\u043b\u044c\u0444\u0430- \u0438 \u0431\u0435\u0442\u0430-\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u044f\u043c\u043e \u043d\u0430 \u041a\u043e\u043d\u0441\u043e\u043b\u0438."],"Enter your license key to activate updates.":["\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043b\u044e\u0447, \u0447\u0442\u043e\u0431\u044b \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f."],"Not receiving premium updates.":["\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u043c\u0438\u0443\u043c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e."],"Receiving premium updates.":["\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u043c\u0438\u0443\u043c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e."],"Options exported":["\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b"],"This will delete all settings for this module. It cannot be undone.":["\u042d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u0442 \u043a \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044e \u0432\u0441\u0435\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u0434\u0443\u043b\u044f. \u042d\u0442\u043e \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e."],"Open tools for this module.":["\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u0434\u0443\u043b\u044f."],"Open Elements":["\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b"],"Open Site Library":["\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0421\u0430\u0439\u0442\u043e\u0432"],"Settings reset.":["\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0431\u0440\u043e\u0448\u0435\u043d\u044b"],"Typography":["\u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u043a\u0430"],"All":["\u0412\u0441\u0435"],"Reset":["\u0421\u0431\u0440\u043e\u0441"],"Modules":["\u041c\u043e\u0434\u0443\u043b\u0438"],"License Key":["\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043b\u044e\u0447"],"Deactivate":["\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c"],"Activate":["\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c"],"This module has been deprecated. Deactivating it will remove it from this list.":["\u042d\u0442\u043e\u0442 \u043c\u043e\u0434\u0443\u043b\u044c \u0443\u0441\u0442\u0430\u0440\u0435\u043b. \u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044f \u0443\u0434\u0430\u043b\u0438\u0442 \u0435\u0433\u043e \u0438\u0437 \u044d\u0442\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430."],"Import":["\u0418\u043c\u043f\u043e\u0440\u0442"],"Export":["\u042d\u043a\u0441\u043f\u043e\u0440\u0442"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-ecf9f3c2af10c4f2dfbf4f42504922d1.json b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-ecf9f3c2af10c4f2dfbf4f42504922d1.json new file mode 100644 index 00000000..37e7b72a --- /dev/null +++ b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU-ecf9f3c2af10c4f2dfbf4f42504922d1.json @@ -0,0 +1 @@ +{"translation-revision-date":"2023-11-08 16:38:58+0000","generator":"WP-CLI\/2.6.0","source":"dist\/customizer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru","plural-forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"Related\/Upsell Product Titles":["\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u0445\u043e\u0436\u0438\u0445\/\u0430\u043f\u0441\u0435\u043b\u043b \u0442\u043e\u0432\u0430\u0440\u043e\u0432"],"Catalog Product Titles":["\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430"],"Off-Canvas Sub-Menu Items":["\u041f\u0443\u043d\u043a\u0442\u044b \u043f\u043e\u0434\u043c\u0435\u043d\u044e Off-Canvas"],"Off-Canvas Menu Items":["\u041f\u0443\u043d\u043a\u0442\u044b \u043c\u0435\u043d\u044e Off-Canvas"],"Secondary Mobile Menu Toggle":["\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c \u0432\u0442\u043e\u0440\u0438\u0447\u043d\u043e\u0433\u043e \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e"],"Secondary Sub-Menu Items":["\u041f\u0443\u043d\u043a\u0442\u044b \u0432\u0442\u043e\u0440\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0434\u043c\u0435\u043d\u044e"],"Secondary Menu Items":["\u041f\u0443\u043d\u043a\u0442\u044b \u0432\u0442\u043e\u0440\u0438\u0447\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e"],"Off-Canvas Panel":["\u041f\u0430\u043d\u0435\u043b\u044c Off-Canvas"],"WooCommerce":["WooCommerce"],"Secondary Navigation":["\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043c\u0435\u043d\u044e"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU.mo b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU.mo index fcf8bf5b709aecfbcaeb1da48990f350a8e11b9c..dd9262e2a267805f4a64951cbac0bd2c7f122421 100644 GIT binary patch literal 77631 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 delta 12023 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 diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-42da344ccb044413769d16ed3484307b.json b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-42da344ccb044413769d16ed3484307b.json index 9304f6d7..58f573c2 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-42da344ccb044413769d16ed3484307b.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-42da344ccb044413769d16ed3484307b.json @@ -1 +1 @@ -{"translation-revision-date":"2022-09-11 13:55:08+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"Loop Template":[""],"The taxonomy to check if in the same term.":[""],"Check for posts with the same term as the current post.":["Kolla efter inl\u00e4gg med samma term som det nuvarande inl\u00e4gget."],"Remove container condition":["Ta bort beh\u00e5llarens villkor"],"Display Order":[""],"Parent Element":["\u00d6verordnat element"],"First post":["F\u00f6rsta inl\u00e4gg"],"No post meta":[""],"No featured image":["Ingen utvald bild"],"Keep default archive navigation container":[""],"Disable default pagination":[""],"Add default archive navigation container":[""],"Disable default post navigation":[""],"Use the above template tag to add the current year to your footer.":[""],"Current year template tag":[""],"Disable primary post meta":["Inaktivera prim\u00e4r metadata f\u00f6r inl\u00e4gg"],"Disable featured image":["Inaktivera utvald bild"],"Disable title":["Inaktivera rubrik"],"Keep default post container":[""],"Post meta name":["Namn f\u00f6r metadata f\u00f6r inl\u00e4gg"],"Term name":["Termnamn"],"Posts with custom field":["Inl\u00e4gg med anpassat f\u00e4lt"],"Posts with term":["Inl\u00e4gg med term"],"All posts":["Alla inl\u00e4gg"],"Apply to":["Till\u00e4mpa p\u00e5"],"Tag name":["Etikettnamn"],"Replace default secondary post meta":[""],"Replace default primary post meta":[""],"Custom hook name":["V\u00e4lj namn f\u00f6r \u00e5tg\u00e4rds-hook"],"Choose your hook":["V\u00e4lj din \u00e5tg\u00e4rds-hook"],"Hook name":["Namn p\u00e5 \u00e5tg\u00e4rds-hook"],"Quick hook select":[""],"Before post title":["F\u00f6re inl\u00e4ggsrubrik"],"After post title":["Efter inl\u00e4ggsrubrik"],"This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.":["Detta element kommer att ers\u00e4tta ditt sidfotomr\u00e5de som inneh\u00e5ller ditt upphovsr\u00e4ttsmeddelande. Det ers\u00e4tter inte sidfotens widgetar om det finns."],"Templates":["Mallar"],"Element type":["Elementtyp"],"Editor width":["Redigeringsbredd"],"Install GenerateBlocks":["Installera GenerateBlocks"],"Activate GenerateBlocks":["Aktivera GenerateBlocks"],"To take full advantage of Block Elements, we suggest using our GenerateBlocks plugin.":["F\u00f6r att dra full nytta av Block Elements f\u00f6resl\u00e5r vi att du anv\u00e4nder v\u00e5rt till\u00e4gg GenerateBlocks."],"Block Element":["Block Element"],"After content container":["Efter inneh\u00e5llsbeh\u00e5llare"],"After content":["Efter inneh\u00e5ll"],"Before content":["F\u00f6re inneh\u00e5ll"],"Before content container":["F\u00f6re inneh\u00e5llsbeh\u00e5llare"],"After header":[""],"label\u0004Single post hero with excerpt":[""],"label\u0004Basic single post page hero":[""],"label\u0004Rounded buttons with icon":["Rundade knappar med ikon"],"label\u0004Default next and previous buttons":["Standardknappar f\u00f6r n\u00e4sta och f\u00f6reg\u00e5ende"],"label\u0004Landscape layout":["Liggande layout"],"label\u0004Layout with offset content":["Layout med f\u00f6rskjutet inneh\u00e5ll"],"label\u0004Basic layout with term buttons":[""],"label\u0004Full footer 2":["Hel sidfot 2"],"label\u0004Full footer 1":["Hel sidfot 1"],"label\u0004Term buttons":[""],"label\u0004Stacked with avatar":["Staplad med profilbild"],"label\u0004Inline with avatar":[""],"label\u0004Two columns with background overlays":["2 kolumner med bakgrund\u00f6verl\u00e4gg"],"label\u0004Two columns with arrows":["Tv\u00e5 kolumner med pilar"],"label\u0004Two columns with featured image":["Tv\u00e5 kolumner med utvald bild"],"%s Units":[""],"A size unit for CSS markup\u0004Degree":["Grad"],"A size unit for CSS markup\u0004Percentage":["Procentsats"],"A size unit for CSS markup\u0004Em":["Em"],"A size unit for CSS markup\u0004Pixel":["Pixel"],"Select Units":["V\u00e4lj enheter"],"Displays a dynamic image from your chosen source.":["Visar en dynamisk bild fr\u00e5n din valda k\u00e4lla."],"Dynamic Image":["Dynamisk bild"],"Dynamic image placeholder":["Platsh\u00e5llare f\u00f6r dynamisk bild"],"Choose your dynamic image type.":["V\u00e4lj din dynamiska bildtyp."],"Dynamic image":["Dynamisk bild"],"Make image rounded":["G\u00f6r bild rundad"],"Custom field name":["Anpassat f\u00e4ltnamn"],"Custom field":["Anpassat f\u00e4lt"],"Link to":["L\u00e4nk till"],"Image height":["Bildh\u00f6jd"],"Image width":["Bildbredd"],"Image size":["Bildstorlek"],"Author avatar":["Profilbild f\u00f6r f\u00f6rfattare"],"Displays dynamic content based on your chosen source.":["Visar dynamiskt inneh\u00e5ll baserat p\u00e5 din valda k\u00e4lla."],"Dynamic Content":["Dynamiskt inneh\u00e5ll"],"This is a placeholder for your description.":["Detta \u00e4r en platsh\u00e5llare f\u00f6r din beskrivning."],"Choose your dynamic content type.":["V\u00e4lj din dynamiska inneh\u00e5llstyp."],"Dynamic content":["Dynamiskt inneh\u00e5ll"],"Custom more link":["Anpassad l\u00e4nk f\u00f6r \u201dMer\u201d"],"Use theme more link":["Anv\u00e4nd temats l\u00e4nk f\u00f6r \u201dMer\u201d"],"Excerpt length":["Utdragsl\u00e4ngd"],"Author description":["F\u00f6rfattarbeskrivning"],"Term description":["Termbeskrivning"],"Post excerpt":["Inl\u00e4ggsutdrag"],"Post content":["Inl\u00e4ggsinneh\u00e5ll"],"Dynamic link type":["Dynamisk l\u00e4nktyp"],"Updated date before text":["Uppdateringsdatum f\u00f6re text"],"Use % in place of the number of comments":["Anv\u00e4nd % i st\u00e4llet f\u00f6r antalet kommentarer"],"Plural comments text":["Kommentarstext i plural"],"Singular comments text":["Kommentarstext i singular"],"No comments text":["Text f\u00f6r \u201dInga kommentarer\u201d"],"Term separator":[""],"Replace with updated date":["Ers\u00e4tt med uppdateringsdatum"],"Updated date":["Uppdateringsdatum"],"Date type":["Datumtyp"],"Terms":["Termer"],"Hello World":["Hej v\u00e4rlden"],"Comments number":["Antal kommentarer"],"List of terms":["Lista \u00f6ver termer"],"Post author name":["Inl\u00e4ggsf\u00f6rfattarens namn"],"Post date":["Publiceringsdatum"],"Title":["Rubrik"],"Dynamic text type":["Dynamisk texttyp"],"Published date before text":["Publiceringsdatum f\u00f6re text"],"Term archives":["Termarkiv"],"Author meta":["Meta f\u00f6r f\u00f6rfattare"],"Previous page of posts":["F\u00f6reg\u00e5ende sida med inl\u00e4gg"],"Next page of posts":["N\u00e4sta sida med inl\u00e4gg"],"Comments area":["Kommentaromr\u00e5de"],"Author archives":["F\u00f6rfattararkiv"],"Single post":["Enskilt inl\u00e4gg"],"Taxonomy":["Taxonomi"],"In same term":["I samma term"],"No previous post":["Inget f\u00f6reg\u00e5ende inl\u00e4gg"],"No next post":["Inget n\u00e4sta inl\u00e4gg"],"Space between":["Avst\u00e5nd mellan"],"Inline alignment":[""],"Inline post meta items":[""],"Previous post":["F\u00f6reg\u00e5ende inl\u00e4gg"],"Next post":["N\u00e4sta inl\u00e4gg"],"Current post":["Nuvarande inl\u00e4gg"],"Source":["K\u00e4lla"],"Post":["Inl\u00e4gg"],"Choose\u2026":["V\u00e4lj \u2026"],"Dynamic Link":["Dynamisk l\u00e4nk"],"Use fallback image":["Anv\u00e4nd reservbild"],"Meta field name":[""],"Add a background image to this Container to make it dynamic.":["L\u00e4gg till en bakgrundsbild i denna beh\u00e5llare f\u00f6r att g\u00f6ra den dynamisk."],"User meta":["Anv\u00e4ndarmeta"],"Term meta":[""],"Post meta":["Metadata f\u00f6r inl\u00e4gg"],"Featured image":["Utvald bild"],"Dynamic Background Image":["Dynamisk bakgrundsbild"],"Dynamic options":["Dynamiska alternativ"],"Archive Navigation":["Arkivnavigering"],"Post Navigation":["Inl\u00e4ggsnavigering"],"Post Meta Template":[""],"Content Template":["Inneh\u00e5llsmall"],"% Comments":["% kommentarer"],"1 Comment":["1 kommentar"],"No Comments":["Inga kommentarer"],"This is a placeholder for your content.":["Detta \u00e4r en platsh\u00e5llare f\u00f6r ditt inneh\u00e5ll."],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":[""],"Site Footer":["Webbplatsens sidfot"],"None":["Ingen"],"Type":["Typ"],"Right Sidebar":["H\u00f6ger sidopanel"],"Left Sidebar":["V\u00e4nster sidopanel"],"Priority":["Prioritet"],"Custom Hook":["Anpassad \u00e5tg\u00e4rds-hook"],"Custom":["Anpassad"],"Site Header":["Webbplatsens sidhuvud"],"Page Hero":[""],"Hook":["\u00c5tg\u00e4rds-hook"],"Right":["H\u00f6ger"],"Left":["V\u00e4nster"],"Center":["Centrerat"],"Location":["Plats"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-01 13:13:24+0000","generator":"WP-CLI\/2.6.0","source":"dist\/block-elements.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"Loop Template":[""],"The taxonomy to check if in the same term.":[""],"Check for posts with the same term as the current post.":["Kolla efter inl\u00e4gg med samma term som det nuvarande inl\u00e4gget."],"Remove container condition":["Ta bort beh\u00e5llarens villkor"],"Display Order":[""],"Parent Element":["\u00d6verordnat element"],"First post":["F\u00f6rsta inl\u00e4gg"],"No post meta":[""],"No featured image":["Ingen utvald bild"],"Keep default archive navigation container":[""],"Disable default pagination":[""],"Add default archive navigation container":[""],"Disable default post navigation":[""],"Use the above template tag to add the current year to your footer.":[""],"Current year template tag":[""],"Disable primary post meta":["Inaktivera prim\u00e4r metadata f\u00f6r inl\u00e4gg"],"Disable featured image":["Inaktivera utvald bild"],"Disable title":["Inaktivera rubrik"],"Keep default post container":[""],"Post meta name":["Namn f\u00f6r metadata f\u00f6r inl\u00e4gg"],"Term name":["Termnamn"],"Posts with custom field":["Inl\u00e4gg med anpassat f\u00e4lt"],"Posts with term":["Inl\u00e4gg med term"],"All posts":["Alla inl\u00e4gg"],"Apply to":["Till\u00e4mpa p\u00e5"],"Tag name":["Etikettnamn"],"Replace default secondary post meta":[""],"Replace default primary post meta":[""],"Custom hook name":["V\u00e4lj namn f\u00f6r \u00e5tg\u00e4rds-hook"],"Choose your hook":["V\u00e4lj din \u00e5tg\u00e4rds-hook"],"Hook name":["Namn p\u00e5 \u00e5tg\u00e4rds-hook"],"Quick hook select":[""],"Before post title":["F\u00f6re inl\u00e4ggsrubrik"],"After post title":["Efter inl\u00e4ggsrubrik"],"This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.":["Detta element kommer att ers\u00e4tta ditt sidfotomr\u00e5de som inneh\u00e5ller ditt upphovsr\u00e4ttsmeddelande. Det ers\u00e4tter inte sidfotens widgetar om det finns."],"Templates":["Mallar"],"Element type":["Elementtyp"],"Editor width":["Redigeringsbredd"],"Install GenerateBlocks":["Installera GenerateBlocks"],"Activate GenerateBlocks":["Aktivera GenerateBlocks"],"To take full advantage of Block Elements, we suggest using our GenerateBlocks plugin.":["F\u00f6r att dra full nytta av Block Elements f\u00f6resl\u00e5r vi att du anv\u00e4nder v\u00e5rt till\u00e4gg GenerateBlocks."],"Block Element":["Block Element"],"After content container":["Efter inneh\u00e5llsbeh\u00e5llare"],"After content":["Efter inneh\u00e5ll"],"Before content":["F\u00f6re inneh\u00e5ll"],"Before content container":["F\u00f6re inneh\u00e5llsbeh\u00e5llare"],"After header":[""],"label\u0004Single post hero with excerpt":[""],"label\u0004Basic single post page hero":[""],"label\u0004Rounded buttons with icon":["Rundade knappar med ikon"],"label\u0004Default next and previous buttons":["Standardknappar f\u00f6r n\u00e4sta och f\u00f6reg\u00e5ende"],"label\u0004Landscape layout":["Liggande layout"],"label\u0004Layout with offset content":["Layout med f\u00f6rskjutet inneh\u00e5ll"],"label\u0004Basic layout with term buttons":[""],"label\u0004Full footer 2":["Hel sidfot 2"],"label\u0004Full footer 1":["Hel sidfot 1"],"label\u0004Term buttons":[""],"label\u0004Stacked with avatar":["Staplad med profilbild"],"label\u0004Inline with avatar":[""],"label\u0004Two columns with background overlays":["2 kolumner med bakgrund\u00f6verl\u00e4gg"],"label\u0004Two columns with arrows":["Tv\u00e5 kolumner med pilar"],"label\u0004Two columns with featured image":["Tv\u00e5 kolumner med utvald bild"],"%s Units":[""],"A size unit for CSS markup\u0004Degree":["Grad"],"A size unit for CSS markup\u0004Percentage":["Procentsats"],"A size unit for CSS markup\u0004Em":["Em"],"A size unit for CSS markup\u0004Pixel":["Pixel"],"Select Units":["V\u00e4lj enheter"],"Displays a dynamic image from your chosen source.":["Visar en dynamisk bild fr\u00e5n din valda k\u00e4lla."],"Dynamic Image":["Dynamisk bild"],"Dynamic image placeholder":["Platsh\u00e5llare f\u00f6r dynamisk bild"],"Choose your dynamic image type.":["V\u00e4lj din dynamiska bildtyp."],"Dynamic image":["Dynamisk bild"],"Make image rounded":["G\u00f6r bild rundad"],"Custom field name":["Anpassat f\u00e4ltnamn"],"Custom field":["Anpassat f\u00e4lt"],"Link to":["L\u00e4nk till"],"Image height":["Bildh\u00f6jd"],"Image width":["Bildbredd"],"Image size":["Bildstorlek"],"Author avatar":["Profilbild f\u00f6r f\u00f6rfattare"],"Displays dynamic content based on your chosen source.":["Visar dynamiskt inneh\u00e5ll baserat p\u00e5 din valda k\u00e4lla."],"Dynamic Content":["Dynamiskt inneh\u00e5ll"],"This is a placeholder for your description.":["Detta \u00e4r en platsh\u00e5llare f\u00f6r din beskrivning."],"Choose your dynamic content type.":["V\u00e4lj din dynamiska inneh\u00e5llstyp."],"Dynamic content":["Dynamiskt inneh\u00e5ll"],"Custom more link":["Anpassad l\u00e4nk f\u00f6r \u201dMer\u201d"],"Use theme more link":["Anv\u00e4nd temats l\u00e4nk f\u00f6r \u201dMer\u201d"],"Excerpt length":["Utdragsl\u00e4ngd"],"Author description":["F\u00f6rfattarbeskrivning"],"Term description":["Termbeskrivning"],"Post excerpt":["Inl\u00e4ggsutdrag"],"Post content":["Inl\u00e4ggsinneh\u00e5ll"],"Dynamic link type":["Dynamisk l\u00e4nktyp"],"Updated date before text":["Uppdateringsdatum f\u00f6re text"],"Use % in place of the number of comments":["Anv\u00e4nd % i st\u00e4llet f\u00f6r antalet kommentarer"],"Plural comments text":["Kommentarstext i plural"],"Singular comments text":["Kommentarstext i singular"],"No comments text":["Text f\u00f6r \u201dInga kommentarer\u201d"],"Term separator":[""],"Replace with updated date":["Ers\u00e4tt med uppdateringsdatum"],"Updated date":["Uppdateringsdatum"],"Date type":["Datumtyp"],"Terms":["Termer"],"Hello World":["Hej v\u00e4rlden"],"Comments number":["Antal kommentarer"],"List of terms":["Lista \u00f6ver termer"],"Post author name":["Inl\u00e4ggsf\u00f6rfattarens namn"],"Post date":["Publiceringsdatum"],"Title":["Rubrik"],"Dynamic text type":["Dynamisk texttyp"],"Published date before text":["Publiceringsdatum f\u00f6re text"],"Term archives":["Termarkiv"],"Author meta":["Meta f\u00f6r f\u00f6rfattare"],"Previous page of posts":["F\u00f6reg\u00e5ende sida med inl\u00e4gg"],"Next page of posts":["N\u00e4sta sida med inl\u00e4gg"],"Comments area":["Kommentaromr\u00e5de"],"Author archives":["F\u00f6rfattararkiv"],"Single post":["Enskilt inl\u00e4gg"],"Taxonomy":["Taxonomi"],"In same term":["I samma term"],"No previous post":["Inget f\u00f6reg\u00e5ende inl\u00e4gg"],"No next post":["Inget n\u00e4sta inl\u00e4gg"],"Space between":["Avst\u00e5nd mellan"],"Inline alignment":[""],"Inline post meta items":[""],"Previous post":["F\u00f6reg\u00e5ende inl\u00e4gg"],"Next post":["N\u00e4sta inl\u00e4gg"],"Current post":["Nuvarande inl\u00e4gg"],"Source":["K\u00e4lla"],"Post":["Inl\u00e4gg"],"Choose\u2026":["V\u00e4lj \u2026"],"Dynamic Link":["Dynamisk l\u00e4nk"],"Use fallback image":["Anv\u00e4nd reservbild"],"Meta field name":[""],"Add a background image to this Container to make it dynamic.":["L\u00e4gg till en bakgrundsbild i denna beh\u00e5llare f\u00f6r att g\u00f6ra den dynamisk."],"User meta":["Anv\u00e4ndarmeta"],"Term meta":[""],"Post meta":["Metadata f\u00f6r inl\u00e4gg"],"Featured image":["Utvald bild"],"Dynamic Background Image":["Dynamisk bakgrundsbild"],"Dynamic options":["Dynamiska alternativ"],"Archive Navigation":["Arkivnavigering"],"Post Navigation":["Inl\u00e4ggsnavigering"],"Post Meta Template":[""],"Content Template":["Inneh\u00e5llsmall"],"% Comments":["% kommentarer"],"1 Comment":["1 kommentar"],"No Comments":["Inga kommentarer"],"This is a placeholder for your content.":["Detta \u00e4r en platsh\u00e5llare f\u00f6r ditt inneh\u00e5ll."],"This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.":["Detta kommer ta bort nuvarande widgetar i sidopanelen f\u00f6r den valda sidopanelen. Din layout m\u00e5ste ha en sidopanel f\u00f6r att detta element ska visas."],"Site Footer":["Webbplatsens sidfot"],"None":["Ingen"],"Type":["Typ"],"Right Sidebar":["H\u00f6ger sidopanel"],"Left Sidebar":["V\u00e4nster sidopanel"],"Priority":["Prioritet"],"Custom Hook":["Anpassad \u00e5tg\u00e4rds-hook"],"Custom":["Anpassad"],"Site Header":["Webbplatsens sidhuvud"],"Page Hero":[""],"Hook":["\u00c5tg\u00e4rds-hook"],"Right":["H\u00f6ger"],"Left":["V\u00e4nster"],"Center":["Centrerat"],"Location":["Plats"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json index f12fea6b..5b924ae9 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json @@ -1 +1 @@ -{"translation-revision-date":"2022-09-11 13:55:08+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"Active Elements":["Aktiva element"],"All Elements":["Alla element"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-01 13:13:24+0000","generator":"WP-CLI\/2.6.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"Active Elements":["Aktiva element"],"All Elements":["Alla element"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-92fa58377f1b6f7bef9c785c31ae29ff.json b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-92fa58377f1b6f7bef9c785c31ae29ff.json index 97d4a449..b2ff7285 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-92fa58377f1b6f7bef9c785c31ae29ff.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-92fa58377f1b6f7bef9c785c31ae29ff.json @@ -1 +1 @@ -{"translation-revision-date":"2022-09-11 13:55:08+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"Requires GeneratePress %s.":[""],"Built by":["Byggd med"],"Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.":[""],"Check out your new site and start making it yours!":["Kolla in din nya webbplats och b\u00f6rja g\u00f6ra den till din egen!"],"Learn more here":["L\u00e4r dig mer h\u00e4r"],"To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.":["F\u00f6r att inaktivera den, hitta WP_DEBUG i din wp-config.php-fil och st\u00e4ll in den p\u00e5 falsk som nedan."],"WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.":["WordPress fels\u00f6kningsl\u00e4ge \u00e4r f\u00f6r n\u00e4rvarande aktiverat. Med detta kan eventuella fel fr\u00e5n till\u00e4gg fr\u00e5n tredje part p\u00e5verka importprocessen."],"Debug Mode Enabled":["Fels\u00f6kningsl\u00e4ge aktiverat"],"Preview mobile":["F\u00f6rhandsgranska mobil"],"Preview tablet":["F\u00f6rhandsgranska surfplatta"],"Preview desktop":["F\u00f6rhandsgranska station\u00e4r dator"],"Elementor Tools":["Elementor-verktyg"],"Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.":[""],"Begin Import":["Starta import"],"I understand":["Jag f\u00f6rst\u00e5r"],"Confirm Import":["Bekr\u00e4fta import"],"Import Demo Content":["Importera demoinneh\u00e5ll"],"This will install and activate needed plugins, import demo content, and import site options.":["Detta kommer att installera och aktivera n\u00f6dv\u00e4ndiga till\u00e4gg, importera demo-inneh\u00e5ll och importera webbplatsalternativ."],"Import Theme Options":["Importera temaalternativ"],"This will import the options from the Customizer.":["Detta importerar alternativen fr\u00e5n anpassaren."],"These plugins need to be installed manually.":["Dessa till\u00e4gg m\u00e5ste installeras manuellt."],"These plugins are already installed.":["Dessa till\u00e4gg \u00e4r redan installerade."],"These plugins can be installed automatically.":["Dessa till\u00e4gg kan installeras automatiskt."],"Gathering information":["Samlar information"],"Refresh sites":["Uppdatera webbplatser"],"Requires GP Premium %s.":["Kr\u00e4ver GP Premium %s."],"Page Builder":["Sidbyggare"],"Category":["Kategori"],"No thanks":["Nej tack"],"Remove imported site":["Ta bort importerad webbplats"],"This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.":["Denna process g\u00f6r \u00e4ndringar p\u00e5 din webbplats. Om den inneh\u00e5ller viktiga data f\u00f6resl\u00e5r vi att du s\u00e4kerhetskopierar den innan du forts\u00e4tter."],"Try again":["F\u00f6rs\u00f6k igen"],"No sites were found.":["Inga webbplatser hittades."],"Restoring content":["\u00c5terst\u00e4ller inneh\u00e5ll"],"Installing %s":["Installerar %s"],"Import Complete":["Import slutf\u00f6rd"],"Importing theme options":["Importerar temaalternativ"],"Why?":["Varf\u00f6r?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Denna process \u00e5terst\u00e4ller dina f\u00f6reg\u00e5ende alternativ, widgetar och aktiva till\u00e4gg. Det tar ocks\u00e5 bort ditt importerade inneh\u00e5ll och CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["Det rekommenderas starkt att du tar bort den senaste webbplatsen du importerade innan du importerar en ny."],"Existing Site Import Detected":["Befintlig webbplatsimport uppt\u00e4ckt"],"Restoring theme options":["\u00c5terst\u00e4ller temalternativ"],"New URL":["Ny URL"],"Old URL":["Gammal URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Denna webbplats anv\u00e4nder Elementor vilket inneb\u00e4r att du beh\u00f6ver ers\u00e4tta de importerade bild-URL:erna."],"Additional Cleanup":["Ytterligare upprensning"],"This site uses the following plugins.":["Denna webbplats anv\u00e4nder f\u00f6ljande till\u00e4gg."],"All":["Alla"],"View Site":["Visa webbplats"],"Get Started":["Komma ig\u00e5ng"],"Plugins":["Till\u00e4gg"],"Installing plugins":["Installerar till\u00e4gg"],"Activating plugins":["Aktiverar till\u00e4gg"],"Importing widgets":["Importerar widgetar"],"Importing site options":["Importerar webbplatsalternativ"],"Importing content":["Importerar inneh\u00e5ll"],"None":["Ingen"],"Import":["Importera"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-01 13:13:24+0000","generator":"WP-CLI\/2.6.0","source":"dist\/site-library.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"Requires GeneratePress %s.":["Kr\u00e4ver GeneratePress %s."],"Built by":["Byggd med"],"Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.":[""],"Check out your new site and start making it yours!":["Kolla in din nya webbplats och b\u00f6rja g\u00f6ra den till din egen!"],"Learn more here":["L\u00e4r dig mer h\u00e4r"],"To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.":["F\u00f6r att inaktivera den, hitta WP_DEBUG i din wp-config.php-fil och st\u00e4ll in den p\u00e5 falsk som nedan."],"WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.":["WordPress fels\u00f6kningsl\u00e4ge \u00e4r f\u00f6r n\u00e4rvarande aktiverat. Med detta kan eventuella fel fr\u00e5n till\u00e4gg fr\u00e5n tredje part p\u00e5verka importprocessen."],"Debug Mode Enabled":["Fels\u00f6kningsl\u00e4ge aktiverat"],"Preview mobile":["F\u00f6rhandsgranska mobil"],"Preview tablet":["F\u00f6rhandsgranska surfplatta"],"Preview desktop":["F\u00f6rhandsgranska station\u00e4r dator"],"Elementor Tools":["Elementor-verktyg"],"Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.":[""],"Begin Import":["Starta import"],"I understand":["Jag f\u00f6rst\u00e5r"],"Confirm Import":["Bekr\u00e4fta import"],"Import Demo Content":["Importera demoinneh\u00e5ll"],"This will install and activate needed plugins, import demo content, and import site options.":["Detta kommer att installera och aktivera n\u00f6dv\u00e4ndiga till\u00e4gg, importera demo-inneh\u00e5ll och importera webbplatsalternativ."],"Import Theme Options":["Importera temaalternativ"],"This will import the options from the Customizer.":["Detta importerar alternativen fr\u00e5n anpassaren."],"These plugins need to be installed manually.":["Dessa till\u00e4gg m\u00e5ste installeras manuellt."],"These plugins are already installed.":["Dessa till\u00e4gg \u00e4r redan installerade."],"These plugins can be installed automatically.":["Dessa till\u00e4gg kan installeras automatiskt."],"Gathering information":["Samlar information"],"Refresh sites":["Uppdatera webbplatser"],"Requires GP Premium %s.":["Kr\u00e4ver GP Premium %s."],"Page Builder":["Sidbyggare"],"Category":["Kategori"],"No thanks":["Nej tack"],"Remove imported site":["Ta bort importerad webbplats"],"This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.":["Denna process g\u00f6r \u00e4ndringar p\u00e5 din webbplats. Om den inneh\u00e5ller viktiga data f\u00f6resl\u00e5r vi att du s\u00e4kerhetskopierar den innan du forts\u00e4tter."],"Try again":["F\u00f6rs\u00f6k igen"],"No sites were found.":["Inga webbplatser hittades."],"Restoring content":["\u00c5terst\u00e4ller inneh\u00e5ll"],"Installing %s":["Installerar %s"],"Import Complete":["Import slutf\u00f6rd"],"Importing theme options":["Importerar temaalternativ"],"Why?":["Varf\u00f6r?"],"This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.":["Denna process \u00e5terst\u00e4ller dina f\u00f6reg\u00e5ende alternativ, widgetar och aktiva till\u00e4gg. Det tar ocks\u00e5 bort ditt importerade inneh\u00e5ll och CSS."],"It is highly recommended that you remove the last site you imported before importing a new one.":["Det rekommenderas starkt att du tar bort den senaste webbplatsen du importerade innan du importerar en ny."],"Existing Site Import Detected":["Befintlig webbplatsimport uppt\u00e4ckt"],"Restoring theme options":["\u00c5terst\u00e4ller temalternativ"],"New URL":["Ny URL"],"Old URL":["Gammal URL"],"This site is using Elementor which means you will want to replace the imported image URLs.":["Denna webbplats anv\u00e4nder Elementor vilket inneb\u00e4r att du beh\u00f6ver ers\u00e4tta de importerade bild-URL:erna."],"Additional Cleanup":["Ytterligare upprensning"],"This site uses the following plugins.":["Denna webbplats anv\u00e4nder f\u00f6ljande till\u00e4gg."],"All":["Alla"],"View Site":["Visa webbplats"],"Get Started":["Komma ig\u00e5ng"],"Plugins":["Till\u00e4gg"],"Installing plugins":["Installerar till\u00e4gg"],"Activating plugins":["Aktiverar till\u00e4gg"],"Importing widgets":["Importerar widgetar"],"Importing site options":["Importerar webbplatsalternativ"],"Importing content":["Importerar inneh\u00e5ll"],"None":["Ingen"],"Import":["Importera"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-cbab080b0f20fd6c323029398be6c986.json b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-cbab080b0f20fd6c323029398be6c986.json index 49ee4f2c..4bad3bc6 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-cbab080b0f20fd6c323029398be6c986.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-cbab080b0f20fd6c323029398be6c986.json @@ -1 +1 @@ -{"translation-revision-date":"2022-09-11 13:55:08+0000","generator":"WP-CLI\/2.6.0","source":"dist\/dashboard.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"This will delete all of your customizer settings. It cannot be undone.":[""],"Reset your customizer settings.":["\u00c5terst\u00e4ll dina inst\u00e4llningar f\u00f6r anpassaren."],"Options imported.":["Alternativ importerade."],"This can overwrite existing settings and cannot be undone.":["Detta kan skriva \u00f6ver befintliga inst\u00e4llningar och kan inte \u00e5ngras."],"Import your customizer settings.":["Importera dina inst\u00e4llningar f\u00f6r anpassaren."],"Global Colors":["Globala f\u00e4rger"],"Export your customizer settings.":["Exportera dina inst\u00e4llningar f\u00f6r anpassaren."],"Import \/ Export":["Import\/export"],"License key deactivated.":["Licensnyckel inaktiverad."],"License key activated.":["Licensnyckel aktiverad."],"Get alpha and beta updates directly to your Dashboard.":[""],"Enter your license key to activate updates.":["Ange din licensnyckel f\u00f6r att aktivera uppdateringar."],"Not receiving premium updates.":["Tar inte emot premiumuppdateringar."],"Receiving premium updates.":["Tar emot premiumuppdateringar."],"Options exported":["Alternativ exporterad"],"This will delete all settings for this module. It cannot be undone.":["Detta kommer ta bort alla inst\u00e4llningar f\u00f6r denna modul. Det kan inte \u00e5ngras."],"Open tools for this module.":["\u00d6ppna verktyg f\u00f6r denna modul."],"Open Elements":["\u00d6ppna element"],"Open Site Library":["\u00d6ppna webbplatsbibliotek"],"Settings reset.":["Inst\u00e4llningar \u00e5terst\u00e4lls."],"Typography":["Typografi"],"All":["Alla"],"Reset":["\u00c5terst\u00e4ll"],"Modules":["Moduler"],"License Key":["Licensnyckel"],"Deactivate":["Inaktivera"],"Activate":["Aktivera"],"This module has been deprecated. Deactivating it will remove it from this list.":["Denna modul har tagits ur bruk. Vid inaktivering kommer den att tas bort fr\u00e5n denna lista."],"Import":["Importera"],"Export":["Exportera"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-01 13:13:24+0000","generator":"WP-CLI\/2.6.0","source":"dist\/dashboard.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"This will delete all of your customizer settings. It cannot be undone.":["Detta kommer ta bort alla dina anpassningsinst\u00e4llningar. Det kan inte \u00e5ngras."],"Reset your customizer settings.":["\u00c5terst\u00e4ll dina inst\u00e4llningar f\u00f6r anpassaren."],"Options imported.":["Alternativ importerade."],"This can overwrite existing settings and cannot be undone.":["Detta kan skriva \u00f6ver befintliga inst\u00e4llningar och kan inte \u00e5ngras."],"Import your customizer settings.":["Importera dina inst\u00e4llningar f\u00f6r anpassaren."],"Global Colors":["Globala f\u00e4rger"],"Export your customizer settings.":["Exportera dina inst\u00e4llningar f\u00f6r anpassaren."],"Import \/ Export":["Import\/export"],"License key deactivated.":["Licensnyckel inaktiverad."],"License key activated.":["Licensnyckel aktiverad."],"Get alpha and beta updates directly to your Dashboard.":[""],"Enter your license key to activate updates.":["Ange din licensnyckel f\u00f6r att aktivera uppdateringar."],"Not receiving premium updates.":["Tar inte emot premiumuppdateringar."],"Receiving premium updates.":["Tar emot premiumuppdateringar."],"Options exported":["Alternativ exporterad"],"This will delete all settings for this module. It cannot be undone.":["Detta kommer ta bort alla inst\u00e4llningar f\u00f6r denna modul. Det kan inte \u00e5ngras."],"Open tools for this module.":["\u00d6ppna verktyg f\u00f6r denna modul."],"Open Elements":["\u00d6ppna element"],"Open Site Library":["\u00d6ppna webbplatsbibliotek"],"Settings reset.":["Inst\u00e4llningar \u00e5terst\u00e4lls."],"Typography":["Typografi"],"All":["Alla"],"Reset":["\u00c5terst\u00e4ll"],"Modules":["Moduler"],"License Key":["Licensnyckel"],"Deactivate":["Inaktivera"],"Activate":["Aktivera"],"This module has been deprecated. Deactivating it will remove it from this list.":["Denna modul har tagits ur bruk. Vid inaktivering kommer den att tas bort fr\u00e5n denna lista."],"Import":["Importera"],"Export":["Exportera"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json index 5492d9ca..f7a81aff 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json +++ b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json @@ -1 +1 @@ -{"translation-revision-date":"2022-09-11 13:55:08+0000","generator":"WP-CLI\/2.6.0","source":"dist\/customizer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"Related\/Upsell Product Titles":["Produktrubriker f\u00f6r relaterad\/merf\u00f6rs\u00e4ljning"],"Catalog Product Titles":[""],"Off-Canvas Sub-Menu Items":[""],"Off-Canvas Menu Items":[""],"Secondary Mobile Menu Toggle":[""],"Secondary Sub-Menu Items":[""],"Secondary Menu Items":["Sekund\u00e4ra menyalternativ"],"Off-Canvas Panel":[""],"WooCommerce":["WooCommerce"],"Secondary Navigation":["Sekund\u00e4r navigation"]}}} \ No newline at end of file +{"translation-revision-date":"2022-10-01 13:13:24+0000","generator":"WP-CLI\/2.6.0","source":"dist\/customizer.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"sv_SE","plural-forms":"nplurals=2; plural=n != 1;"},"Related\/Upsell Product Titles":["Produktrubriker f\u00f6r relaterad\/merf\u00f6rs\u00e4ljning"],"Catalog Product Titles":[""],"Off-Canvas Sub-Menu Items":[""],"Off-Canvas Menu Items":[""],"Secondary Mobile Menu Toggle":[""],"Secondary Sub-Menu Items":[""],"Secondary Menu Items":["Sekund\u00e4ra menyalternativ"],"Off-Canvas Panel":[""],"WooCommerce":["WooCommerce"],"Secondary Navigation":["Sekund\u00e4r navigation"]}}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE.mo b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE.mo index 918f0090e4937ad9e0241836dc4a9d0a9631febf..2452b734b18641f2105f789083545b8235a739f5 100644 GIT binary patch delta 13919 zcmZA737pq+{=o5H*L2@a$8`O=l%{JsbV!E|x|B|&V``>MrkR?V%2@nFNQY37wnD2z zu4Ul!cvKk zYLs3X<3HU>#bOQcL_KS<*qToNX9bFDsb7klu^N7bt?^e(#g?68u_PRYGdjt4lOd6Qn7YirsNCHo?`{5O-q>d>`W&yC@c`0Zq_( zI%7rbiv}_b>)=?d5lavmg{m~nFK&p%?!)TTA47MtGxYDnD%9UbC;m9pzeX4M1uJ9O zuCZ88Oh*2RjpTm@;371zx6wdOVrABkeNCYbo8p~h>@@$0F&^Pq6^=O&a({7)Y?$rh;DdCB6RFU138RNa14#~1bR2VL3ftK&9c1)mc{1i z_%>*OozQ@~p+|8Ay6{AF-1J}$cA=h_LxFo2djdP+NpynRmqZV?K?Cc8weV6j)#K2k zxjwYtf~}}8$2PbdeNF#~jj>{{=m=BMv+o(1hz+FR&PJdqycSJaJ{rjU(EcF0qo>g$ z+Jgr6GP<*O(3JiUnwgX6&c8zE`vHBvWbY_|8d$~mzX1gwNDUpG(1DkP_F-rsW6;!J zkM;3pG=PWD@f$<`PV}-KMi+iB_<896F<7<_&nFmAkAf3lfTpG!dX|@>JG~6u;V^W; z(V?D>Ub5@Z49-Irz8#%s1v-9R@CkIC=h1PmW5U7*6#C=WXvArKqX~MWDIJ6jaWs17 zd1%J&2rfkzS{dr=(RsI^N4g8WGe?4-h4yoO$$vdMs`Hb@g;RswF@^eN*bJv&@%xQl z!qwOWpFxl29rP{v9DVM0G~kqeQNZ2M=ZB!IX5di2h03+->Bnfxq4Ax_~x=)@@l_}E})bmA$P zhBsmtd=g#YQ#7!j(VZm?j3!J$7j7FIh+fV~==fapsBRAJiAAAfH5$NXG&KjpfOkXv z6#C##=w&N)S#(FLqV;-ce~Vy8bm89UPKTpMGbPk-M#d*%_fqh(tVJJq8hvl~pb@`{ zNq7v~;R#H|ikC+VcSU#H4_)Y5?1;Ho7T2RkuqE`r5Zd3s3cmmEQg8W`&yBs%f9;52jtb3*+N^zB)JW$@up-+->SRek?=Qz(yzL&p(x;g3T7 zG&<3D=z_nZJFPf4N@*jsy*nDf<>&%eVR_6z1IWP&Sb!c?0uv5g5;|6)m+mj2z6*O$ zKZIVo5<{Yt)8e>rJ>P;_0XNS zMlWF+`anPQfsvtp4f?ueh59X_zBJU=hx)cqKNRZ6LjB87|IbkJ?*dhZMVGE28o&i; zbueTUrkVO!K3KF_k&-e z@AWx!;wo2!ONf=J_eV1{GMIsWYUiRyxHPnHKm&R%w7(qMPoNo1d_%#7e!`JhVR#hz z1T>%=bmCjkaVyb)9}n$Y(FI;b1A7;}oS$M9{1N#^#Y&He<{gZasE0j=tRR? zXevux87)vAjj$S4#k%NGv_cnbi!RgyP35pqzZ#2=0u6jVdUUJMaof;&Uc%z{{{V$* zG`v~dz-xyt{7>|O@6er{M+2!ynylAH&+M41FSYWTCfRP?~0A^a&*4wp}!D) zZrNzgKTcs24NiDCbeuqs;0N@O z4GrihI_@+&|96SdQF2^#t81YhP0)opVr?9N26`>J^K5kD`RH9)jHdctbOXbHdYVl=Ro=zISd*1;|4#0P>$ z&~cvzzeA5QHa^Nk9W3Mf--3c?mWrmbFFJ5EUWC`9J6Mk{@C4SyUFi6C(ZD}P1OFLK zb(w3U%UKhBz9pKO4w!(Fs8pcDT!_#S%uKSu-p1$_-` zOo)!A1A5lO(GS~rblxfGI`bxwe^YlC4KDO>81Nzvr~Ve!!^RV%3A&>@=@T4;_K!s8 z$wuc{fF8}m=n-r{zkEB;4ZMqP=+lXwKZPG?aDs}HqK;;0Bdl4ni}Oh0Sn2`uqlDV~N-n3Z`y5*2kBF|3FjsD>`w-sZn6{(aY2v z-BBt!ZUA~@qtT2^4)uA#+tEOmp_hG4aXrB|n}R<^i_i)7pb@@~p8Z?s4vvNT8FYtd z(LhRMMD=p$QPsxcjG+Cg!H(!gx}zH>b{eHa;}up$jfRFWDkABkRzezKEXPyJ!Ia zL@(RF(eaftqf9hG1L=SU(hUt{0D81TL;n~|*f4>D6HY@@QxNL6pqFV$XkUwEsBgm3 z_!OG@?Pvz~qYJ(f>hFdAQ|MhdizF>pa~gk^i1Vg#{#_|-qM;>zj6<>P^eE+{u{rf@ zY>W3{8{CTv@as^YeO>hX!8+_t``g$9D`fEp(l`KH;zO8<`*Ap)$s+$(Q@CUX|HTK9 zXJf}OAA4QTFBP~Q|AZH2NB?HC0b5Xy&E((x;R5Vu6=&f#Ov9!*ys9`F4R{-t!HaT> ze+4$IOU6*U;V*J(A1N9ghw5ThQm1 zVkLYC{k|kNQgETYn1rvQ6aNic;s2lmOU#ZQOu>fKTcY2G0qEts3ezw<)YqZ&Y)5yz z8_VGV^tr!A{fXE|6ui}6ps(3^G?3&x(vJ=B1ssp=G?{a8hbibzF2u@s5xSB7=z>Gh z%#FkbI0emI0?ouCOy>T@9-v@EPof`=y=XwkiwE$lQs^&H5dCneg*VdQ9?j4e^mZS` zW_T7mVx2irz=P3+hllz#=<7TQ%d&o~kb-A5A8X>{!I#j0-oZG2fi6^@8|efWqDRpW zTVpzUDVLz*wxdUI1RZw*&EPpS!@pzk`=2x~8dw$2(NPagX{{Tg6gI`$)H|YQI4C$0 zP4#$mhv{f)vqS$4SdIGp(0_k$ZE*7qF=5_g~r zJ%MO^ z^hj<*Z}r09s?fg~9sevk-#(1vF?2&eVFN6Cb9DC2(L0hzrQpIt&;`bzJD!RS@g{7J ztI>t`qA7n1P3^JJ{!#E7tWW!IXhu_RiR^$L*+7irNaXoMET4jBaTEIBV)U|YLL=XU z2KE*jz=!Btat5no369X6*Tja{2p!iGO|gH(V@9T<^W224w+Jiw{y)Tj-O)yLz>}f= zVsIb2(?jUOZ($QWiH)($tx-x_pcA(VUX1Q|aHx+(Go2aCwVgR)g%k{6AsWCv=%reN zKClx_|H{ zMUmG+Cyb*hya>&}kl-Zrif`_RjF61_{Y+oOQ$p#e2TkF3q@$3~p!BO>V}0ipd$bo`VBF#@UcyVzOFazTNEUj;^U-n3 z5)^#DA3=BcRB#8Dp}q@Ua6cOH(NI5uPWTNr!K6E*owq_4=!|aYQZ!>%Vk68zH*z}; z!^EQ$%)r0U1e_t=Vh z`Gv(BOT;=-@HOd=?qmdZ#XNL@E$HPtfSvH~=mHh*j*g}&y3j@F9U6n~JSWs|M(23| z4e;qu-;cF@|KAG@-=b$;Zc%gxTA({^k51eNeM_!J&%6Mga8YnAy3kgvfQQjkA4Om1 z@6fwcadGtBXpG6MAL~t_BaR6j3$Y#b&1fe6j!s;4Np!X?(TsFK+Xtf=nSvfwA-d2? z^e#M(X5_ihekioRkBK-PUr_Lpm0uc7Tp!(ehhSf{e7J;+`aR^|iCfT67Q134?2YAcD0ag!coE)%2KEYiSB|48{u#Sq?Pbwh zG!!dSAB7%KI+n+R(0&UV$dYB`-w7Y2p&4!t1K+@Q)Q^XOW$ulBELTGxOvZ{B$12z+ z)Gx-W)GtFfG!EV1q|iP)I3KIgeqVxuk*>!i+=@>49J;_EG?hotGyV*l<9T$UruRh) zbi``Z`=j%XL3cbgI1|n6JahvKf{A4myw$5i!?WlQiG675enF3-%Kgz>PzPP01IDoz znyE=R2Jb-^I)w)K9lC)M%cJ(>U{j<$5o=Gu1^S^o9E!ePQ_)BZ(FGS^O}szUH-`F- zP(K{%$3y+gQ2#m9E3Js0PeJEvhvj_#dr~Mv!vHk$A?Q(Dg}zRc&?EU1dixiJ`g%0b zZRmurqB}ko>Zj2oIEx%zRCIx!=m%#sn%bFI6W3rZ+=_ls zUO~TnABXyH=(xHML>p;?t*Lj%3orvq<6^9h_hRB|3Y#cY#}W@lJE)1t)SID!bw@KY z7+v^EG$YpsZ$tyTJGc%rs28Cbsk@3lsKQogz{_z6ZeKeopjl=s1to%dL(U zOhzYch4rux7B7rWI6XKMT_`_zQ)s^f{Xi{7Gx>Pve-Yit!2|_&ege(JNi>yTpbwl! zQ&{ECQN0oRVQG)%kAu%lUPv|AukuRUeMpJ76u=k6lV3 z1;?RBk%#VVacF-!_!@f2PNAtkgC5mc^m5jDBnmJM%|xG2AB82UPr+2oL^FCHCQ4CQ zL&2Rrf==`d#_=`uJMblXH)4-QnW%&AtUa2czUYLPqenO@)W@SoI}J^F9vb*|NqN&}Ap7qP2{vKXQ{R}q3-s__?orpev6Z+g8=utfs+P9$ry@+PyK&T%J zez-mnrT#Px?kM(`$Qo!s&Cv{W!p1lVoiGbMvf1bzSb|M(Et;vlSRaq0m+yOYL)9LO zE_DlZ-qr~U#b<>^J_;|!>(SR{6Pmhh*bMihfu2SK_&55)r^bfJIC_Nb(C05l=O2j; zFcW?LHZ*gI6%>qgEjr-~Xo}xOcXAeuw8F;7I6C1)*c=C8d(1%tUxx)@|wf2GY)fUVIT_eC$;cyuGvu>;d;l;rXScdvuGy|`o z-;txif1r2j4Eo%!Sp5Fi-V$AoRJ5ZHy7Oz$TRjEMz+5bkcVZmxMHkwJj@yeK-BIj{ z--mkZC!(DX!j813DRh z_z$rXeuf_1+0gzA`nHsQCR(@-8fYq-*#QX(re*@V<0;q@=V2TlMt8Cgy^P1v@4)A1 zfEBk!6SqPa?uk{fKboOY=*A|ZfzLn#o{erOabxIMh@Rattcnkz10N6l+tEN@Kp)(L zj(-D9>2Y+SFVO&g!d6&j8?Q9BLoekz?10DdLf`+g+oN9w)6gB=j2GZ)OvU}dGxz}Y zdPUI(XDfE3{txVdHFxl;;uSa%S7Lko0bQ{9v(aC>`O!qr)j87!!KxLHTFmCt4PY($-mee!-Pnfu{saY6|4r~0bZ6xbM(=-JbfNBOfFscWv#<%y z$AE$SMB`dyMG`Q2(t!vGmla-g5AHOU!Co?a- zAaewj{G#>~OIBL`_pD~M=HzF_2V`f?%*-jsk7woN7i6YqEWb6Y*}zfrvI?eN7ca<- z=g!HCXB6h7&&-+{FDRUqJ3TLb)^&yP{6YrL%gWA<=Vi{!otqgixGpn3bxvL$fyDE( zGBT&6=h2@rJ(IYm<>nRl=VxYTPA$mH_+vo3_|*oNonDwbryxF)FyhyxGgtZ_1LFCa z1>tFy3;T3W`K7MQomVt==C5U|q;+W9AuXQPsR#db>|8W?PN}ryA$bQMo12;U|B^Ow zzgz8;A1%%al$ci@vQuUgO6orXBI3UU)1!HOA8C)1@3I_!3}u@A$9rJ zr~i?>X<2`yF5Wk1R(gJZI(h4xojsE|3yLc5$SK(H>|x&Pc*={W?L6Q6c)CkIGjZhCe`acchP nY8UU%@%@p$gBv(d5*TObf1i(@PA@1}{_w3SMKzwkwcP&#RuRgg delta 13309 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 diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-zh_CN.mo b/wp-content/plugins/gp-premium/langs/gp-premium-zh_CN.mo index e23bcac05fcb6638a03fbdba2080435e29af9867..cf5a1f2db2869d424c8c33d26eed93017e34e61e 100644 GIT binary patch delta 16094 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

#!2WoN)iKCk`7D_rX|P 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 .offside-js--is-left .offside-sliding-element { - right: calc(var(--gp-slideout-width) * -1); -} - -.no-csstransforms3d > .offside-js--is-right .offside-sliding-element { - left: calc(var(--gp-slideout-width) * -1); -} - /* GP */ .slideout-navigation.main-navigation:not(.is-open):not(.slideout-transition) { display: none; diff --git a/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css b/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css index 1e994c96..f2f07445 100644 --- a/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css +++ b/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css @@ -1 +1 @@ -.main-navigation.offside{position:fixed;width:var(--gp-slideout-width);height:100%;height:100vh;top:0;z-index:9999;overflow:auto;-webkit-overflow-scrolling:touch}.offside,.offside--left{left:calc(var(--gp-slideout-width) * -1)}.offside--right{left:auto;right:calc(var(--gp-slideout-width) * -1)}.offside--left.is-open:not(.slideout-transition),.offside-js--is-left .offside-sliding-element{transform:translate3d(var(--gp-slideout-width),0,0)}.offside--right.is-open:not(.slideout-transition),.offside-js--is-right .offside-sliding-element{transform:translate3d(calc(var(--gp-slideout-width) * -1),0,0)}.offside-js--interact .offside,.offside-js--interact .offside-sliding-element{transition:transform .2s cubic-bezier(.16,.68,.43,.99);-webkit-backface-visibility:hidden;-webkit-perspective:1000}.offside-js--init{overflow-x:hidden}.no-csstransforms3d .offside{transform:translate3d(0,0,0)}.no-csstransforms3d .offside-sliding-element{overflow-x:hidden;position:relative}.no-csstransforms3d .offside--left.is-open{left:0}.no-csstransforms3d .offside--right.is-open{right:0}.no-csstransforms3d>.offside-js--is-left .offside-sliding-element{right:calc(var(--gp-slideout-width) * -1)}.no-csstransforms3d>.offside-js--is-right .offside-sliding-element{left:calc(var(--gp-slideout-width) * -1)}.slideout-navigation.main-navigation:not(.is-open):not(.slideout-transition){display:none}.slideout-navigation.main-navigation:not(.slideout-transition).do-overlay{opacity:1}.slideout-navigation.main-navigation.slideout-transition.do-overlay{opacity:0}.slideout-overlay{z-index:100000;position:fixed;width:100%;height:100%;height:100vh;min-height:100%;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;cursor:pointer;transition:visibility .2s ease,opacity .2s ease}.offside-js--is-open .slideout-overlay{visibility:visible;opacity:1}.slideout-overlay button.slideout-exit{position:fixed;top:0;background-color:transparent;color:#fff;font-size:30px;border:0;opacity:0}.slide-opened .slideout-overlay button.slideout-exit{opacity:1}button.slideout-exit:hover{background-color:transparent}.slideout-navigation button.slideout-exit{background:0 0;width:100%;text-align:left;padding-top:20px;padding-bottom:20px;box-sizing:border-box;border:0}.slide-opened nav.toggled .menu-toggle:before{content:"\f0c9"}.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit{left:calc(var(--gp-slideout-width) - 5px)}.offside-js--is-right.slide-opened .slideout-overlay button.slideout-exit{right:calc(var(--gp-slideout-width) - 5px)}.slideout-widget{margin:20px}.slideout-navigation .main-nav,.slideout-navigation .slideout-widget:not(:last-child){margin-bottom:40px}.slideout-navigation:not(.do-overlay) .main-nav{width:100%;box-sizing:border-box}.slideout-navigation .mega-menu>ul>li{display:block;width:100%!important}.slideout-navigation .slideout-menu{display:block}#generate-slideout-menu{z-index:100001}#generate-slideout-menu .slideout-menu li{float:none;width:100%;clear:both;text-align:left}.slideout-navigation .slideout-widget li{float:none}#generate-slideout-menu.do-overlay li{text-align:center}#generate-slideout-menu.main-navigation ul ul{display:none}#generate-slideout-menu.main-navigation ul ul.toggled-on{display:block!important}#generate-slideout-menu .slideout-menu li.sfHover>ul,#generate-slideout-menu .slideout-menu li:hover>ul{display:none}#generate-slideout-menu.main-navigation .main-nav ul ul{position:relative;top:0;left:0;width:100%}.slideout-toggle:not(.has-svg-icon) a:before{content:"\f0c9";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block;position:relative;top:1px}.slide-opened .slideout-exit:not(.has-svg-icon):before,.slideout-navigation button.slideout-exit:not(.has-svg-icon):before{content:"\f00d";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block}#generate-slideout-menu li.menu-item-float-right{float:none!important;display:inline-block;width:auto}.rtl .slideout-navigation{position:fixed}.slideout-navigation .menu-item-has-children .dropdown-menu-toggle{float:right}.slideout-navigation .slideout-widget .menu li{float:none}.slideout-navigation .slideout-widget ul{display:block}.slideout-navigation.do-overlay{transform:none!important;transition:opacity .2s,visibility .2s;width:100%;text-align:center;left:0;right:0}.slideout-navigation.do-overlay .inside-navigation{display:flex;flex-direction:column;padding:10% 10% 0;max-width:700px}.slideout-navigation.do-overlay .inside-navigation .main-nav,.slideout-navigation.do-overlay .inside-navigation .slideout-widget{margin-left:auto;margin-right:auto;min-width:250px}.slideout-navigation.do-overlay .slideout-exit{position:fixed;right:0;top:0;width:auto;font-size:25px}.slideout-navigation.do-overlay .slideout-menu li a{display:inline-block}.slideout-navigation.do-overlay .slideout-menu li{margin-bottom:5px}#generate-slideout-menu.do-overlay .slideout-menu li,.slideout-navigation.do-overlay .inside-navigation{text-align:center}.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle{border-left:1px solid rgba(0,0,0,.07);padding:0 10px;margin:0 0 0 10px}.slideout-navigation.do-overlay ul ul{box-shadow:0 0 0}.nav-aligned-center .slideout-navigation,.nav-aligned-right .slideout-navigation{text-align:left}.slideout-navigation .sfHover>a>.dropdown-menu-toggle>.gp-icon svg{transform:rotate(180deg)}.slideout-navigation .sub-menu .dropdown-menu-toggle .gp-icon svg{transform:rotate(0)}.slideout-both .main-navigation.toggled .main-nav>ul,.slideout-desktop .main-navigation.toggled .main-nav li.slideout-toggle,.slideout-mobile .main-navigation.toggled .main-nav>ul{display:none!important}.slideout-both .has-inline-mobile-toggle #site-navigation.toggled,.slideout-mobile .has-inline-mobile-toggle #site-navigation.toggled{margin-top:0}.sf-menu>li.slideout-toggle{float:right}.gen-sidebar-nav .sf-menu>li.slideout-toggle{float:none}.off-canvas-toggle-label{padding-left:7px}.gp-icon+.off-canvas-toggle-label{padding-left:9px}@media (max-width:768px){.slideout-overlay button.slideout-exit{font-size:20px;padding:10px}.slideout-overlay{top:-100px;height:calc(100% + 100px);height:calc(100vh + 100px);min-height:calc(100% + 100px)}.slideout-navigation.do-overlay .slideout-exit{position:static;text-align:center}} \ No newline at end of file +.main-navigation.offside{position:fixed;width:var(--gp-slideout-width);height:100%;height:100vh;top:0;z-index:9999;overflow:auto;-webkit-overflow-scrolling:touch}.offside,.offside--left{left:calc(var(--gp-slideout-width) * -1)}.offside--right{left:auto;right:calc(var(--gp-slideout-width) * -1)}.offside--left.is-open:not(.slideout-transition),.offside-js--is-left .offside-sliding-element{transform:translate3d(var(--gp-slideout-width),0,0)}.offside--right.is-open:not(.slideout-transition),.offside-js--is-right .offside-sliding-element{transform:translate3d(calc(var(--gp-slideout-width) * -1),0,0)}.offside-js--interact .offside,.offside-js--interact .offside-sliding-element{transition:transform .2s cubic-bezier(.16,.68,.43,.99);-webkit-backface-visibility:hidden;-webkit-perspective:1000}.offside-js--init{overflow-x:hidden}.slideout-navigation.main-navigation:not(.is-open):not(.slideout-transition){display:none}.slideout-navigation.main-navigation:not(.slideout-transition).do-overlay{opacity:1}.slideout-navigation.main-navigation.slideout-transition.do-overlay{opacity:0}.slideout-overlay{z-index:100000;position:fixed;width:100%;height:100%;height:100vh;min-height:100%;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;cursor:pointer;transition:visibility .2s ease,opacity .2s ease}.offside-js--is-open .slideout-overlay{visibility:visible;opacity:1}.slideout-overlay button.slideout-exit{position:fixed;top:0;background-color:transparent;color:#fff;font-size:30px;border:0;opacity:0}.slide-opened .slideout-overlay button.slideout-exit{opacity:1}button.slideout-exit:hover{background-color:transparent}.slideout-navigation button.slideout-exit{background:0 0;width:100%;text-align:left;padding-top:20px;padding-bottom:20px;box-sizing:border-box;border:0}.slide-opened nav.toggled .menu-toggle:before{content:"\f0c9"}.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit{left:calc(var(--gp-slideout-width) - 5px)}.offside-js--is-right.slide-opened .slideout-overlay button.slideout-exit{right:calc(var(--gp-slideout-width) - 5px)}.slideout-widget{margin:20px}.slideout-navigation .main-nav,.slideout-navigation .slideout-widget:not(:last-child){margin-bottom:40px}.slideout-navigation:not(.do-overlay) .main-nav{width:100%;box-sizing:border-box}.slideout-navigation .mega-menu>ul>li{display:block;width:100%!important}.slideout-navigation .slideout-menu{display:block}#generate-slideout-menu{z-index:100001}#generate-slideout-menu .slideout-menu li{float:none;width:100%;clear:both;text-align:left}.slideout-navigation .slideout-widget li{float:none}#generate-slideout-menu.do-overlay li{text-align:center}#generate-slideout-menu.main-navigation ul ul{display:none}#generate-slideout-menu.main-navigation ul ul.toggled-on{display:block!important}#generate-slideout-menu .slideout-menu li.sfHover>ul,#generate-slideout-menu .slideout-menu li:hover>ul{display:none}#generate-slideout-menu.main-navigation .main-nav ul ul{position:relative;top:0;left:0;width:100%}.slideout-toggle:not(.has-svg-icon) a:before{content:"\f0c9";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block;position:relative;top:1px}.slide-opened .slideout-exit:not(.has-svg-icon):before,.slideout-navigation button.slideout-exit:not(.has-svg-icon):before{content:"\f00d";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block}#generate-slideout-menu li.menu-item-float-right{float:none!important;display:inline-block;width:auto}.rtl .slideout-navigation{position:fixed}.slideout-navigation .menu-item-has-children .dropdown-menu-toggle{float:right}.slideout-navigation .slideout-widget .menu li{float:none}.slideout-navigation .slideout-widget ul{display:block}.slideout-navigation.do-overlay{transform:none!important;transition:opacity .2s,visibility .2s;width:100%;text-align:center;left:0;right:0}.slideout-navigation.do-overlay .inside-navigation{display:flex;flex-direction:column;padding:10% 10% 0;max-width:700px}.slideout-navigation.do-overlay .inside-navigation .main-nav,.slideout-navigation.do-overlay .inside-navigation .slideout-widget{margin-left:auto;margin-right:auto;min-width:250px}.slideout-navigation.do-overlay .slideout-exit{position:fixed;right:0;top:0;width:auto;font-size:25px}.slideout-navigation.do-overlay .slideout-menu li a{display:inline-block}.slideout-navigation.do-overlay .slideout-menu li{margin-bottom:5px}#generate-slideout-menu.do-overlay .slideout-menu li,.slideout-navigation.do-overlay .inside-navigation{text-align:center}.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle{border-left:1px solid rgba(0,0,0,.07);padding:0 10px;margin:0 0 0 10px}.slideout-navigation.do-overlay ul ul{box-shadow:0 0 0}.nav-aligned-center .slideout-navigation,.nav-aligned-right .slideout-navigation{text-align:left}.slideout-navigation .sfHover>a>.dropdown-menu-toggle>.gp-icon svg{transform:rotate(180deg)}.slideout-navigation .sub-menu .dropdown-menu-toggle .gp-icon svg{transform:rotate(0)}.slideout-both .main-navigation.toggled .main-nav>ul,.slideout-desktop .main-navigation.toggled .main-nav li.slideout-toggle,.slideout-mobile .main-navigation.toggled .main-nav>ul{display:none!important}.slideout-both .has-inline-mobile-toggle #site-navigation.toggled,.slideout-mobile .has-inline-mobile-toggle #site-navigation.toggled{margin-top:0}.sf-menu>li.slideout-toggle{float:right}.gen-sidebar-nav .sf-menu>li.slideout-toggle{float:none}.off-canvas-toggle-label{padding-left:7px}.gp-icon+.off-canvas-toggle-label{padding-left:9px}@media (max-width:768px){.slideout-overlay button.slideout-exit{font-size:20px;padding:10px}.slideout-overlay{top:-100px;height:calc(100% + 100px);height:calc(100vh + 100px);min-height:calc(100% + 100px)}.slideout-navigation.do-overlay .slideout-exit{position:static;text-align:center}} \ No newline at end of file diff --git a/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php b/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php index 9463c7ac..5ddca191 100644 --- a/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php +++ b/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php @@ -2197,8 +2197,13 @@ function generate_do_navigation_branding() { $data = wp_get_attachment_metadata( get_theme_mod( 'custom_logo' ) ); if ( ! empty( $data ) ) { - $attr['width'] = $data['width']; - $attr['height'] = $data['height']; + if ( isset( $data['width'] ) ) { + $attr['width'] = $data['width']; + } + + if ( isset( $data['height'] ) ) { + $attr['height'] = $data['height']; + } } } diff --git a/wp-content/plugins/gp-premium/page-header/functions/functions.php b/wp-content/plugins/gp-premium/page-header/functions/functions.php index 67dc5199..ab0273fe 100644 --- a/wp-content/plugins/gp-premium/page-header/functions/functions.php +++ b/wp-content/plugins/gp-premium/page-header/functions/functions.php @@ -1143,7 +1143,12 @@ function generate_page_header_template_tags( $content ) { foreach ( $matches[1] as $match ) { if ( null !== get_post_meta( get_the_ID(), $match, true ) && '_thumbnail_id' !== $match ) { $search[] = '{{custom_field.' . $match . '}}'; - $replace[] = get_post_meta( get_the_ID(), $match, true ); + $value = get_post_meta( get_the_ID(), $match, true ); + add_filter( 'wp_kses_allowed_html', 'generate_page_header_expand_allowed_html', 10, 2 ); + $value = wp_kses_post( $value ); + remove_filter( 'wp_kses_allowed_html', 'generate_page_header_expand_allowed_html', 10, 2 ); + + $replace[] = $value; } } @@ -1293,3 +1298,20 @@ function generate_page_header_transfer_blog_header() { $new_migration_settings = wp_parse_args( $updated, $migration_settings ); update_option( 'generate_migration_settings', $new_migration_settings ); } + +function generate_page_header_expand_allowed_html( $tags, $context ) { + if ( ! isset( $tags['iframe'] ) ) { + $tags['iframe'] = [ + 'src' => true, + 'height' => true, + 'width' => true, + 'frameborder' => true, + 'allowfullscreen' => true, + 'title' => true, + ]; + } + + $tags = apply_filters( 'generate_dynamic_content_allowed_html', $tags, $context ); + + return $tags; +} diff --git a/wp-content/plugins/gp-premium/readme.txt b/wp-content/plugins/gp-premium/readme.txt index a5818e55..577ca685 100644 --- a/wp-content/plugins/gp-premium/readme.txt +++ b/wp-content/plugins/gp-premium/readme.txt @@ -3,9 +3,9 @@ Contributors: edge22 Donate link: https://generatepress.com Tags: generatepress Requires at least: 5.2 -Tested up to: 6.3 -Requires PHP: 5.6 -Stable tag: 2.3.2 +Tested up to: 6.4 +Requires PHP: 7.2 +Stable tag: 2.4.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -27,6 +27,28 @@ In most cases, #1 will work fine and is way easier. == Changelog == += 2.4.0 = +* Security: Disallow scripts in custom field template tags +* Important: Requires PHP 7.2 or greater +* Feature: Improve Site Library filters +* Feature: Add search capability in Site Library +* Feature: Allow author searching in Site Library +* Feature: Add `generate_smooth_scroll_offset` filter +* Feature: Use built-in read more text filters +* Fix: PHP 8.1 notices +* Fix: Display posts in columns option changes Query Loop blocks +* Fix: Remove no-csstransforms3d CSS from off canvas panel +* Fix: Display Rules taxonomies missing when has_archive disabled +* Fix: Navigation logo undefined array keys +* Tweak: Update Content Template templates +* Tweak: Update Archive Navigation templates +* Tweak: Update Page Hero templates +* Tweak: Update post meta templates +* Tweak: Update post navigation templates +* Tweak: Update site footer templates +* Tweak: Remove deprecated filter_input functions +* General: Updated translations + = 2.3.2 = * Tweak: Remove deprecated wp_get_loading_attr_default function