{"id":32,"date":"2023-03-30T11:06:59","date_gmt":"2023-03-30T11:06:59","guid":{"rendered":"https:\/\/optoservice.info\/mediakit\/?page_id=32"},"modified":"2026-02-04T13:49:41","modified_gmt":"2026-02-04T13:49:41","slug":"calendario-editoriale","status":"publish","type":"page","link":"https:\/\/optoservice.info\/mediakit\/calendario-editoriale\/","title":{"rendered":"Calendario editoriale"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"32\" class=\"elementor elementor-32\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e04bf75 e-flex e-con-boxed e-con e-parent\" data-id=\"e04bf75\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c0bca6 elementor-widget elementor-widget-heading\" data-id=\"4c0bca6\" 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<h2 class=\"elementor-heading-title elementor-size-default\">Calendario Editoriale<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a222cf elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3a222cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00c8 suscettibile di aggiornamenti nel corso dell\u2019anno. Si consiglia di consultare periodicamente questa pagina.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-508f19f e-con-full e-flex e-con e-parent\" data-id=\"508f19f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f5cfcc e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"4f5cfcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;tabs_justify_horizontal&quot;:&quot;center&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"83218380\" aria-label=\"Schede. Apri gli elementi con Invio o Spazio, chiudili con Esc e naviga con i tasti freccia.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-832183801\" data-tab-title-id=\"e-n-tab-title-832183801\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-832183801\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t2025-26\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-832183801\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-832183801\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-7c29cf5 e-flex e-con-boxed e-con e-child\" data-id=\"7c29cf5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28d8dee elementor-widget elementor-widget-html\" data-id=\"28d8dee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<button onclick=\"printTableById('ottica-italiana')\">Stampa<\/button>\n\n<script>\n    \/**\n     * Stampa una tabella specifica basata sull'ID.\n     * @param {string} tableId - L'ID della tabella da stampare.\n     *\/\n    function printTableById(tableId) {\n      const table = document.getElementById(tableId); \/\/ Cerca la tabella tramite ID\n\n      if (!table) {\n        alert(\"Errore: Tabella non trovata!\");\n        return;\n      }\n\n      const printWindow = window.open(\"\", \"_blank\", \"width=800,height=600\"); \/\/ Crea una nuova finestra per la stampa\n      printWindow.document.write(`\n        <html>\n          <head>\n            <title>Stampa Tabella<\/title>\n            <style>\n              @page {\n                size: landscape; \/* Imposta il layout orizzontale *\/\n                margin: 20mm; \/* Margini della pagina *\/\n              }\n              table {\n                width: 100%;\n                border-collapse: collapse;\n                font-family: Arial, sans-serif;\n                font-size: 10px; \/* Riduce il carattere per adattarsi meglio *\/\n              }\n              th, td {\n                border: 1px solid #ddd;\n                padding: 5px; \/* Ridotto il padding per migliorare il layout *\/\n                text-align: center;\n              }\n              caption {\n                font-size: 1.2em; \/* Dimensione leggermente ridotta *\/\n                font-weight: bold;\n                margin-bottom: 10px;\n              }\n              body {\n                font-family: Arial, sans-serif;\n                font-size: 10px; \/* Assicura caratteri pi\u00f9 piccoli ovunque *\/\n              }\n            <\/style>\n          <\/head>\n          <body>\n            <table>${table.outerHTML}<\/table> <!-- Copia l'intera struttura della tabella -->\n          <\/body>\n        <\/html>\n      `);\n      printWindow.document.close(); \/\/ Chiude il documento per il rendering\n      printWindow.focus(); \/\/ Porta la finestra in primo piano\n      printWindow.print(); \/\/ Avvia la stampa\n      printWindow.close(); \/\/ Chiude la finestra di stampa\n    }\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7e49df elementor-widget elementor-widget-text-editor\" data-id=\"f7e49df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<table id=\"ottica-italiana\" width=\"100%\"><caption>\n<h3>Ottica Italiana <sup>(11 numeri)<\/sup><\/h3>\n<\/caption>\n<tbody>\n<tr>\n<td width=\"16%\"><strong>Magazine<\/strong><\/td>\n<td width=\"16%\"><strong>Speciali interni<\/strong><\/td>\n<td width=\"16%\"><strong>Comunicati entro<\/strong><\/td>\n<td width=\"16%\"><strong>Pubblicit\u00e0 entro<\/strong><\/td>\n<td width=\"16%\"><strong>Numero chiuso per pubblicazione<\/strong><\/td>\n<td width=\"16%\"><strong>Copertura<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 792<\/td>\n<td>Anteprima Mido &amp; Speciale Brand\u2019s<\/td>\n<td>25\/11\/25<\/td>\n<td>10\/12\/25<\/td>\n<td>23\/12\/25<\/td>\n<td>Gennaio<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 793<\/td>\n<td>Post Mido<\/td>\n<td>18\/12\/25<\/td>\n<td>12\/01\/26<\/td>\n<td>30\/01\/26<\/td>\n<td>Febbraio<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 794<\/td>\n<td>Speciale Sport<\/td>\n<td>26\/01\/26<\/td>\n<td>10\/02\/26<\/td>\n<td>27\/02\/26<\/td>\n<td>Marzo<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 795<\/td>\n<td>Giornata mondiale lenti a contatto<\/td>\n<td>25\/02\/26<\/td>\n<td>10\/03\/26<\/td>\n<td>31\/03\/26<\/td>\n<td>Aprile<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 796<\/td>\n<td>Speciale Tecnologie smart eyewear<\/td>\n<td>25\/03\/26<\/td>\n<td>10\/04\/26<\/td>\n<td>30\/04\/26<\/td>\n<td>Maggio<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 797<\/td>\n<td>Resoconto Congresso<\/td>\n<td>24\/04\/26<\/td>\n<td>11\/05\/26<\/td>\n<td>30\/05\/26<\/td>\n<td>Giugno<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 798<\/td>\n<td>Speciale Eticamente<\/td>\n<td>25\/05\/26<\/td>\n<td>10\/06\/26<\/td>\n<td>30\/06\/26<\/td>\n<td>Luglio \u2013 Agosto<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 799<\/td>\n<td>Bambini e visione<\/td>\n<td>25\/06\/26<\/td>\n<td>10\/07\/26<\/td>\n<td>31\/08\/26<\/td>\n<td>Settembre<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 800<\/td>\n<td>Speciale L\u2019Eos &amp; Silmo<\/td>\n<td>24\/08\/26<\/td>\n<td>07\/09\/26<\/td>\n<td>30\/09\/26<\/td>\n<td>Ottobre<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 801<\/td>\n<td>Post Silmo &amp; Eos<\/td>\n<td>25\/09\/26<\/td>\n<td>09\/10\/26<\/td>\n<td>31\/10\/26<\/td>\n<td>Novembre<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 802<\/td>\n<td>Oftalmica &amp; strumenti<\/td>\n<td>23\/10\/26<\/td>\n<td>10\/11\/26<\/td>\n<td>30\/11\/26<\/td>\n<td>Dicembre<\/td>\n<\/tr>\n<tr>\n<td>Ottica Italiana n. 803<\/td>\n<td>Anteprima Mido<\/td>\n<td>25\/11\/26<\/td>\n<td>10\/12\/26<\/td>\n<td>23\/12\/26<\/td>\n<td>Dic. \u2013 Gennaio<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7598a41 elementor-widget elementor-widget-html\" data-id=\"7598a41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<button onclick=\"printTableById('indie')\">Stampa<\/button>\n\n<script>\n    \/**\n     * Stampa una tabella specifica basata sull'ID.\n     * @param {string} tableId - L'ID della tabella da stampare.\n     *\/\n    function printTableById(tableId) {\n      const table = document.getElementById(tableId); \/\/ Cerca la tabella tramite ID\n\n      if (!table) {\n        alert(\"Errore: Tabella non trovata!\");\n        return;\n      }\n\n      const printWindow = window.open(\"\", \"_blank\", \"width=800,height=600\"); \/\/ Crea una nuova finestra per la stampa\n      printWindow.document.write(`\n        <html>\n          <head>\n            <title>Stampa Tabella<\/title>\n            <style>\n              table {\n                width: 100%;\n                border-collapse: collapse;\n                font-family: Arial, sans-serif;\n              }\n              th, td {\n                border: 1px solid #ddd;\n                padding: 8px;\n                text-align: center;\n              }\n              caption {\n                font-size: 1.5em;\n                font-weight: bold;\n                margin-bottom: 10px;\n              }\n            <\/style>\n          <\/head>\n          <body>\n            <table>${table.outerHTML}<\/table> <!-- Copia l'intera struttura della tabella -->\n          <\/body>\n        <\/html>\n      `);\n      printWindow.document.close(); \/\/ Chiude il documento per il rendering\n      printWindow.focus(); \/\/ Porta la finestra in primo piano\n      printWindow.print(); \/\/ Avvia la stampa\n      printWindow.close(); \/\/ Chiude la finestra di stampa\n    }\n  <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34c530c elementor-widget elementor-widget-text-editor\" data-id=\"34c530c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<table id=\"indie\"><caption>\n<h3>Indi-E Eyewear<\/h3>\n<\/caption>\n<tbody>\n<tr>\n<td width=\"200\"><strong>Magazine<\/strong><\/td>\n<td width=\"200\"><strong>Comunicati entro<\/strong><\/td>\n<td width=\"200\"><strong>Pubblicit\u00e0 entro<\/strong><\/td>\n<td width=\"200\"><strong>In distribuzione<\/strong><\/td>\n<td width=\"200\"><strong>Copertura<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Numero #05<\/td>\n<td>9\/12\/2025<\/td>\n<td>9\/01\/2026<\/td>\n<td>Da Mido 2026<\/td>\n<td>Febbraio \u2013 Settembre<\/td>\n<\/tr>\n<tr>\n<td>Numero #06<\/td>\n<td>3\/07\/2026<\/td>\n<td>4\/09\/2026<\/td>\n<td>Da Silmo 2026<\/td>\n<td>Ottobre \u2013 Gennaio<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d81dce9 elementor-widget elementor-widget-text-editor\" data-id=\"d81dce9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<table>\n  <caption>\n    <h3>Speciali eventi<\/h3>\n  <\/caption>\n  <tbody>\n    <tr>\n      <td width=\"249\"><strong>Media<\/strong><\/td>\n      <td width=\"249\"><strong>Comunicati entro<\/strong><\/td>\n      <td width=\"249\"><strong>Pubblicit\u00e0 entro<\/strong><\/td>\n      <td width=\"249\"><strong>In distribuzione<\/strong><\/td>\n    <\/tr>\n\n    <tr>\n      <td width=\"249\">Speciale Anteprima Mido (digital edition)<\/td>\n      <td width=\"249\">12\/01\/2026<\/td>\n      <td width=\"249\">\u2013<\/td>\n      <td width=\"249\">Pochi giorni prima della fiera<\/td>\n    <\/tr>\n\n    <tr>\n      <td width=\"249\">L\u2019Eos \u2013 Giornale di Expo Ottica Sud (tabloid)<\/td>\n      <td width=\"249\">Coming soon<\/td>\n      <td width=\"249\"><\/td>\n      <td width=\"249\"><\/td>\n    <\/tr>\n\n  <\/tbody>\n<\/table>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e17465e elementor-widget elementor-widget-text-editor\" data-id=\"e17465e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<table>\n  <caption>\n    <h3>Eventi<\/h3>\n  <\/caption>\n  <tbody>\n    <tr>\n      <td width=\"498\"><strong>Evento<\/strong><\/td>\n      <td width=\"498\"><strong>Dettagli<\/strong><\/td>\n    <\/tr>\n\n    <tr>\n      <td width=\"498\">Congresso Nazionale Adoo<\/td>\n      <td width=\"498\">Coming soon<\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Calendario Editoriale \u00c8 suscettibile di aggiornamenti nel corso dell\u2019anno. Si consiglia di consultare periodicamente questa pagina. 2025-26 Stampa Ottica Italiana (11 numeri) Magazine Speciali interni Comunicati entro Pubblicit\u00e0 entro Numero chiuso per pubblicazione Copertura Ottica Italiana n. 792 Anteprima Mido &amp; Speciale Brand\u2019s 25\/11\/25 10\/12\/25 23\/12\/25 Gennaio Ottica Italiana n. 793 Post Mido 18\/12\/25 12\/01\/26 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":200,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-32","page","type-page","status-publish","hentry"],"acf":[],"publishpress_future_action":{"enabled":false,"date":"2026-04-27 12:59:21","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/optoservice.info\/mediakit\/wp-json\/wp\/v2\/pages\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/optoservice.info\/mediakit\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/optoservice.info\/mediakit\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/optoservice.info\/mediakit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/optoservice.info\/mediakit\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":343,"href":"https:\/\/optoservice.info\/mediakit\/wp-json\/wp\/v2\/pages\/32\/revisions"}],"predecessor-version":[{"id":2426,"href":"https:\/\/optoservice.info\/mediakit\/wp-json\/wp\/v2\/pages\/32\/revisions\/2426"}],"wp:attachment":[{"href":"https:\/\/optoservice.info\/mediakit\/wp-json\/wp\/v2\/media?parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}