{"id":14367,"date":"2023-02-14T18:13:35","date_gmt":"2023-02-14T17:13:35","guid":{"rendered":"https:\/\/www.elephant-vert.com\/press-area\/"},"modified":"2023-07-05T20:17:20","modified_gmt":"2023-07-05T18:17:20","slug":"press-area","status":"publish","type":"page","link":"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/","title":{"rendered":"Press area"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14367\" class=\"elementor elementor-14367 elementor-11025\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a315ce7 elementor-section-height-min-height elementor-section-content-middle elementor-section-stretched elementor-section-items-top bandeau-top-page elementor-section-boxed elementor-section-height-default\" data-id=\"a315ce7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5953631\" data-id=\"5953631\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f5eacce elementor-align-left elementor-widget elementor-widget-breadcrumbs\" data-id=\"f5eacce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p id=\"breadcrumbs\"><span><span><a href=\"https:\/\/www.elephant-vert.com\/en\/\">Home<\/a><\/span><\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e1a660 elementor-widget elementor-widget-heading\" data-id=\"0e1a660\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Press area<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-aa0b2ba elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aa0b2ba\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d90c352\" data-id=\"d90c352\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3788868 elementor-widget elementor-widget-shortcode\" data-id=\"3788868\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"press_filters\">\r\n    <select id=\"press_type\">\r\n        <option value=\"all\">Content type<\/option>\r\n                    <option value=\"press-kit\">Press kit<\/option>\r\n                    <option value=\"press-release\">Press release<\/option>\r\n                    <option value=\"press-review\">Press review<\/option>\r\n            <\/select>\r\n    <input type=\"text\" id=\"press_date\" placeholder=\"Date\" \/>\r\n<\/div>\r\n\r\n<div id=\"press_container\"><\/div>\r\n\r\n<script>\r\n    jQuery(document).ready(function($) {\r\n        $('#press_date').focus(function() {\r\n            $(this).attr('type', 'month');\r\n        });\r\n\r\n        $('#press_date').focusout(function() {\r\n            if ($(this).val() == '') {\r\n                $(this).attr('type', 'text');\r\n            }\r\n        });\r\n\r\n\r\n        let ajaxurl = 'https:\/\/www.elephant-vert.com\/wp-admin\/admin-ajax.php';\r\n\r\n        \/**\r\n         * Make request to get Press\r\n         *\/\r\n        function loadPress(page, type, date, firstLoad = false) {\r\n            $.ajax({\r\n                url: ajaxurl,\r\n                type: 'post',\r\n                data: {\r\n                    'action': 'get_press',\r\n                    'paged': page,\r\n                    'press_type': type,\r\n                    'press_date': date,\r\n                },\r\n                beforeSend: function() {\r\n                    $('#press_container').find('.press_list').remove();\r\n                    $('#press_container').find('.pagination').remove();\r\n                    $('#press_container').find('.no_result').remove();\r\n                    $('#press_container').append('<div class=\"loading_container\" id=\"loading_container\"><\/div>');\r\n                    $('#loading_container').append('<div id=\"loader\"><\/div>');\r\n                    $('#loading_container').append('<div id=\"loader_text\">Loading...<\/div>');\r\n                },\r\n                success: function(response) {\r\n                    $('#press_container #loading_container').remove();\r\n                    $('#press_container').append(response.data.html);\r\n                }\r\n            })\r\n        }\r\n\r\n        \/\/Load event on first pageload\r\n        let page = 1;\r\n        let press_type = \"all\";\r\n        let press_date = \"\";\r\n        loadPress(page, press_type, press_date, true);\r\n\r\n        \/\/Search event with name input\r\n        let press_type_select = $(\"#press_type\");\r\n        press_type_select.change(() => {\r\n            page = 1;\r\n            press_type = press_type_select.val();\r\n\r\n            loadPress(page, press_type, press_date);\r\n        })\r\n\r\n        \/\/Search event with region select\r\n        let press_date_input = $(\"#press_date\");\r\n        press_date_input.change(() => {\r\n            page = 1;\r\n            press_date = press_date_input.val();\r\n\r\n            loadPress(page, press_type, press_date);\r\n        })\r\n\r\n\r\n        \/**\r\n         * Find page number on a link\r\n         *\/\r\n        function find_page_number(element) {\r\n            let link = element.attr(\"href\");\r\n            link = link.split(\"\/\");\r\n\r\n            return link[link.length - 2];\r\n        }\r\n\r\n        \/\/Add Pagination on press \r\n        $(document).on('click', '.nav-links a', function(event) {\r\n            event.preventDefault();\r\n\r\n            page = find_page_number($(this).clone());\r\n\r\n            loadPress(page, press_type, press_date);\r\n        })\r\n    });\r\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Press area<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":14801,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-14367","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Press area - El\u00e9phant Vert<\/title>\n<meta name=\"description\" content=\"All the press resources of the El\u00e9phant Vert (EV) group to communicate on our biostimulants, organic fertilizers and biocontrol.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Press area - El\u00e9phant Vert\" \/>\n<meta property=\"og:description\" content=\"All the press resources of the El\u00e9phant Vert (EV) group to communicate on our biostimulants, organic fertilizers and biocontrol.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/\" \/>\n<meta property=\"og:site_name\" content=\"El\u00e9phant Vert\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-05T18:17:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/\",\"url\":\"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/\",\"name\":\"Press area - El\u00e9phant Vert\",\"isPartOf\":{\"@id\":\"https:\/\/www.elephant-vert.com\/en\/#website\"},\"datePublished\":\"2023-02-14T17:13:35+00:00\",\"dateModified\":\"2023-07-05T18:17:20+00:00\",\"description\":\"All the press resources of the El\u00e9phant Vert (EV) group to communicate on our biostimulants, organic fertilizers and biocontrol.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.elephant-vert.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\",\"item\":\"https:\/\/www.elephant-vert.com\/en\/news\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Press area\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.elephant-vert.com\/en\/#website\",\"url\":\"https:\/\/www.elephant-vert.com\/en\/\",\"name\":\"El\u00e9phant Vert\",\"description\":\"Cultivons un avenir fertile\",\"publisher\":{\"@id\":\"https:\/\/www.elephant-vert.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.elephant-vert.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.elephant-vert.com\/en\/#organization\",\"name\":\"El\u00e9phant Vert\",\"url\":\"https:\/\/www.elephant-vert.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.elephant-vert.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.elephant-vert.com\/wp-content\/uploads\/2022\/11\/Logo-elephant-vert.svg\",\"contentUrl\":\"https:\/\/www.elephant-vert.com\/wp-content\/uploads\/2022\/11\/Logo-elephant-vert.svg\",\"width\":89,\"height\":55,\"caption\":\"El\u00e9phant Vert\"},\"image\":{\"@id\":\"https:\/\/www.elephant-vert.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Press area - El\u00e9phant Vert","description":"All the press resources of the El\u00e9phant Vert (EV) group to communicate on our biostimulants, organic fertilizers and biocontrol.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/","og_locale":"en_US","og_type":"article","og_title":"Press area - El\u00e9phant Vert","og_description":"All the press resources of the El\u00e9phant Vert (EV) group to communicate on our biostimulants, organic fertilizers and biocontrol.","og_url":"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/","og_site_name":"El\u00e9phant Vert","article_modified_time":"2023-07-05T18:17:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/","url":"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/","name":"Press area - El\u00e9phant Vert","isPartOf":{"@id":"https:\/\/www.elephant-vert.com\/en\/#website"},"datePublished":"2023-02-14T17:13:35+00:00","dateModified":"2023-07-05T18:17:20+00:00","description":"All the press resources of the El\u00e9phant Vert (EV) group to communicate on our biostimulants, organic fertilizers and biocontrol.","breadcrumb":{"@id":"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.elephant-vert.com\/en\/news\/press-area\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.elephant-vert.com\/en\/news\/press-area\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.elephant-vert.com\/en\/"},{"@type":"ListItem","position":2,"name":"News","item":"https:\/\/www.elephant-vert.com\/en\/news\/"},{"@type":"ListItem","position":3,"name":"Press area"}]},{"@type":"WebSite","@id":"https:\/\/www.elephant-vert.com\/en\/#website","url":"https:\/\/www.elephant-vert.com\/en\/","name":"El\u00e9phant Vert","description":"Cultivons un avenir fertile","publisher":{"@id":"https:\/\/www.elephant-vert.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.elephant-vert.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.elephant-vert.com\/en\/#organization","name":"El\u00e9phant Vert","url":"https:\/\/www.elephant-vert.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.elephant-vert.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.elephant-vert.com\/wp-content\/uploads\/2022\/11\/Logo-elephant-vert.svg","contentUrl":"https:\/\/www.elephant-vert.com\/wp-content\/uploads\/2022\/11\/Logo-elephant-vert.svg","width":89,"height":55,"caption":"El\u00e9phant Vert"},"image":{"@id":"https:\/\/www.elephant-vert.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.elephant-vert.com\/en\/wp-json\/wp\/v2\/pages\/14367","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.elephant-vert.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.elephant-vert.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.elephant-vert.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.elephant-vert.com\/en\/wp-json\/wp\/v2\/comments?post=14367"}],"version-history":[{"count":0,"href":"https:\/\/www.elephant-vert.com\/en\/wp-json\/wp\/v2\/pages\/14367\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.elephant-vert.com\/en\/wp-json\/wp\/v2\/pages\/14801"}],"wp:attachment":[{"href":"https:\/\/www.elephant-vert.com\/en\/wp-json\/wp\/v2\/media?parent=14367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}