{"id":61473,"date":"2020-07-28T09:07:55","date_gmt":"2020-07-28T03:37:55","guid":{"rendered":"https:\/\/git-staging.wpastra.com\/?post_type=docs&#038;p=61473"},"modified":"2021-07-22T13:02:01","modified_gmt":"2021-07-22T07:32:01","slug":"header-improvements-in-astra","status":"publish","type":"docs","link":"https:\/\/git-staging.wpastra.com\/es\/docs\/header-improvements-in-astra\/","title":{"rendered":"\u00a1Mejoras en la cabecera de Astra!"},"content":{"rendered":"<div class=\"wp-block-uagb-inline-notice uagb-inline_notice__outer-wrap uagb-inline_notice__align-left uagb-block-788df202\"><h4 class=\"uagb-notice-title\">Nota:<\/h4><div class=\"uagb-notice-text\"><p>A continuaci\u00f3n se muestran las clases que no funcionaban en la versi\u00f3n 3.0 de Astra. En breve actualizaremos las clases.<\/p><\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>En esta actualizaci\u00f3n de Astra tema v2.5.0 y Astra Pro Addon v2.6.0, traemos los siguientes cambios -<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>[ <strong>Obsoleto <\/strong>] - Estamos tirando del enchufe en el <strong>No Toggle Menu<\/strong> Estilo<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>[ <strong>NUEVO <\/strong>] A\u00f1adir una nueva opci\u00f3n de Ancho de Mega Men\u00fa - Ancho Completo Estirado<\/li><\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\"><li>[ <strong>ACTUALIZACI\u00d3N <\/strong>A continuaci\u00f3n se muestran los selectores actualizados en esta versi\u00f3n.<\/li><\/ol>\n\n\n\n<p>Selectores de cabecera en Addon<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>Header selectors in Addon -\n\nNormal Header -\n\n    Primary Header -\n        - CSS Prefix                                = .main-header-menu\n        - For menu li                               = .main-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .main-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .main-header-menu .menu-item .menu-link\n        - For menu li inside sub-menu               = .main-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .main-header-menu .sub-menu .menu-link\n\n    Above Header -\n        - CSS Prefix                                = .ast-above-header-menu\n        - For menu li                               = .ast-above-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .ast-above-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .ast-above-header-menu .menu-item .menu-link\n        - For menu li inside sub-menu               = .ast-above-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .ast-above-header-menu .sub-menu .menu-link\n\n    Below Header -\n        - CSS Prefix                                = .ast-below-header-menu\n        - For menu li                               = .ast-below-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .ast-below-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .ast-below-header-menu .menu-item .menu-link\n        - For menu li inside sub-menu               = .ast-below-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .ast-below-header-menu .sub-menu .menu-link\n\nTransparent Header - \n\n    Primary Header -    \n        - CSS Prefix                                = .ast-transparent-header .main-header-menu\n        - For menu li                               = .ast-transparent-header .main-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .ast-transparent-header .main-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .ast-transparent-header .main-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = .ast-transparent-header .main-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .ast-transparent-header .main-header-menu .sub-menu .menu-link\n\n    Above Header -\n        - CSS Prefix                                = .ast-transparent-header .ast-above-header-menu\n        - For menu li                               = .ast-transparent-header .ast-above-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .ast-transparent-header .ast-above-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .ast-transparent-header .ast-above-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = .ast-transparent-header .ast-above-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .ast-transparent-header .ast-above-header-menu .sub-menu .menu-link\n\n    Below Header -\n        - CSS Prefix                                = .ast-transparent-header .ast-below-header-menu\n        - For menu li                               = .ast-transparent-header .ast-below-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .ast-transparent-header .ast-below-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .ast-transparent-header .ast-below-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = .ast-transparent-header .ast-below-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .ast-transparent-header .ast-below-header-menu .sub-menu .menu-link\n\nPage Header -\n\n    Primary Header - \n        - CSS Prefix                                = .ast-advanced-headers .main-header-menu\n        - For menu li                               = .ast-advanced-headers .main-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .ast-advanced-headers .main-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .ast-advanced-headers .main-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = .ast-advanced-headers .main-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .ast-advanced-headers .main-header-menu .sub-menu .menu-link\n\n    Above Header - \n        - CSS Prefix                                = .ast-advanced-headers .ast-above-header-menu\n        - For menu li                               = .ast-advanced-headers .ast-above-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .ast-advanced-headers .ast-above-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .ast-advanced-headers .ast-above-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = .ast-advanced-headers .ast-above-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .ast-advanced-headers .ast-above-header-menu .sub-menu .menu-link\n\n    Below Header - \n        - CSS Prefix                                = .ast-advanced-headers .ast-below-header-menu\n        - For menu li                               = .ast-advanced-headers .ast-below-header-menu .menu-item\n        - For menu li -&gt; current menu item          = .ast-advanced-headers .ast-below-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = .ast-advanced-headers .ast-below-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = .ast-advanced-headers .ast-below-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = .ast-advanced-headers .ast-below-header-menu .sub-menu .menu-link\n\nSticky Header -\n\n    Primary Header -\n        - CSS Prefix                                = #ast-fixed-header .main-header-menu\n        - For menu li                               = #ast-fixed-header .main-header-menu .menu-item\n        - For menu li -&gt; current menu item          = #ast-fixed-header .main-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = #ast-fixed-header .main-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = #ast-fixed-header .main-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = #ast-fixed-header .main-header-menu .sub-menu .menu-link\n    \n    Above Header -\n        - CSS Prefix                                = #ast-fixed-header .ast-above-header-menu\n        - For menu li                               = #ast-fixed-header .ast-above-header-menu .menu-item\n        - For menu li -&gt; current menu item          = #ast-fixed-header .ast-above-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = #ast-fixed-header .ast-above-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = #ast-fixed-header .ast-above-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = #ast-fixed-header .ast-above-header-menu .sub-menu .menu-link\n\n    Below Header -\n        - CSS Prefix                                = #ast-fixed-header .ast-below-header-menu\n        - For menu li                               = #ast-fixed-header .ast-below-header-menu .menu-item\n        - For menu li -&gt; current menu item          = #ast-fixed-header .ast-below-header-menu .menu-item.current-menu-item\n        - For menu li -&gt; anchors                    = #ast-fixed-header .ast-below-header-menu .menu-item &gt; .menu-link\n        - For menu li inside sub-menu               = #ast-fixed-header .ast-below-header-menu .sub-menu .menu-item\n        - For menu anchors inside sub-menu          = #ast-fixed-header .ast-below-header-menu .sub-menu .menu-link\n\n\nPS: For specifically desktop view and for higher weightage of CSS you can use .ast-desktop selector as prefix and similarly for responsive view you can add selector .ast-header-break-point.\nEg- The above CSS will work as follows - .ast-transparent-header .ast-below-header-menu\nFor Desktop - .ast-desktop .ast-transparent-header .ast-below-header-menu\nFor Mobile  - .ast-header-break-point .ast-transparent-header .ast-below-header-menu<\/code><\/pre>\n\n\n\n<div class=\"wp-block-uagb-inline-notice uagb-inline_notice__outer-wrap uagb-inline_notice__align-left uagb-block-e412725c\"><h4 class=\"uagb-notice-title\">Nota<\/h4><div class=\"uagb-notice-text\"><p>Si en alg\u00fan caso el selector o CSS anterior no te funciona, prueba por <a href=\"https:\/\/css-tricks.com\/specifics-on-css-specificity\/\" target=\"_blank\" rel=\"noreferrer noopener\">mayor especificidad para ese selector CSS<\/a>.<\/p><\/div><\/div>\n\n\n\n<p>A continuaci\u00f3n se detallan las mejoras y correcciones que hemos introducido a partir de esta actualizaci\u00f3n -<\/p>\n\n\n\n<p><strong>Mejora:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Soporte Gutenberg + UAG en plantillas Mega Menu<\/li><li>Bloques reutilizables en plantillas Mega Menu<\/li><li>Peso reducido y CSS optimizado para todos los encabezados.<\/li><li>Eliminado CSS extra de las cabeceras<\/li><\/ul>\n\n\n\n<p><strong>Arreglos:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Los botones CTA de las plantillas de men\u00fa tienen un ancho completo.<\/li><li>Los colores de Mega Menu no se aplican correctamente cuando se utiliza cualquier plantilla dentro de Mega Menu.<\/li><li>Mega Menu no funciona en los encabezados Arriba y Abajo en algunos casos.<\/li><li>El caso del men\u00fa Combinar no funciona con la opci\u00f3n Primaria ocultando el \u00faltimo elemento del men\u00fa.<\/li><li>El mega men\u00fa de ancho de contenedor de men\u00fa no funciona cuando el men\u00fa principal est\u00e1 desactivado.<\/li><li>El color del encabezado de la columna del Mega Men\u00fa no funciona para el encabezado superior e inferior.<\/li><li>Productos relacionados CSS no funciona correctamente cuando se utiliza Elementor pro productos relacionados para WooCommerce.<\/li><li>Los popups Elementor no funcionan en el mega men\u00fa.<\/li><li>Los enlaces de anclaje de la plantilla Elementor dentro del mega men\u00fa no funcionan.<\/li><li>La imagen de fondo de la cabecera principal no se hereda en la cabecera fija.<\/li><li>El color de la cabecera adhesiva no se refleja cuando seleccionamos el estilo de animaci\u00f3n como 'ninguno'.<\/li><li>Falta el relleno izquierdo del submen\u00fa en dispositivos m\u00f3viles.<\/li><li>El enlace de cada plantilla de mega men\u00fa muestra la flecha del submen\u00fa en dispositivos responsivos.<\/li><li>El tama\u00f1o de fuente de los submen\u00fas de la cabecera superior funciona alternativamente para tabletas y m\u00f3viles.<\/li><\/ul>","protected":false},"excerpt":{"rendered":"<p>En esta actualizaci\u00f3n de Astra tema v2.5.0 y Astra Pro Addon v2.6.0, traemos los siguientes cambios - [ Deprecated ] - Estamos tirando el enchufe en el No Toggle Menu Style [ NUEVO ] Adici\u00f3n de una nueva opci\u00f3n Mega Men\u00fa Ancho - Full Width Stretched [ ACTUALIZACI\u00d3N ] :- A continuaci\u00f3n se presentan los selectores [...].<\/p>","protected":false},"author":39,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"docs_category":[127],"docs_tag":[],"class_list":{"0":"post-61473","1":"docs","2":"type-docs","3":"status-publish","5":"docs_category-header-sections"},"spectra_custom_meta":{"_edit_lock":["1690960245:86"],"_edit_last":["70"],"tap_disable_autolinker":["no"],"tap_autolink_inside_heading":["global"],"tap_autolink_random_placement":["global"],"tap_post_autolinker_limit":["0"],"site-sidebar-layout":["default"],"site-content-layout":["default"],"theme-transparent-header-meta":["default"],"_yoast_wpseo_content_score":["90"],"_wp_old_date":["2020-07-13"],"_yoast_wpseo_primary_docs_category":["127"],"_yoast_wpseo_estimated-reading-time-minutes":["4"],"_ht_kb_post_views_count":["12"],"_ht_kb_usefulness":["0"],"_ht_article_order_127":["61473"],"wp_last_modified_info":["July 22, 2021 @ 1:02 PM"],"wplmi_shortcode":["[lmt-post-modified-info]"],"views":["10353"],"helpful":["2"],"unhelpful":["6"],"redirects":["5"],"rank_math_primary_docs_category":["127"],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"rank_math_analytic_object_id":["586"],"rank_math_internal_links_processed":["1"],"_trp_automatically_translated_slug_es_ES":["mejoras-en-la-cabecera-del-astra"],"_uag_page_assets":["a:9:{s:3:\"css\";s:4877:\" .uagb-block-788df202.wp-block-uagb-inline-notice .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-788df202 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;background-color: #fff8e1;border: 2px solid #fdf4c9;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;} .uagb-block-788df202.uagb-dismissable button[type=\"button\"] svg{width: 16px;height: 16px;} .uagb-block-788df202.uagb-dismissable > svg{width: 16px;height: 16px;} .uagb-block-788df202 .uagb-notice-title{background-color: #fdf4c9;border-top-right-radius: 3px;border-top-left-radius: 3px;} .uagb-block-e412725c.wp-block-uagb-inline-notice .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-e412725c .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;background-color: #fff8e1;border: 2px solid #fdf4c9;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;} .uagb-block-e412725c.uagb-dismissable button[type=\"button\"] svg{width: 16px;height: 16px;} .uagb-block-e412725c.uagb-dismissable > svg{width: 16px;height: 16px;} .uagb-block-e412725c .uagb-notice-title{background-color: #fdf4c9;border-top-right-radius: 3px;border-top-left-radius: 3px;}@media only screen and (max-width: 976px) { .uagb-block-788df202 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-788df202 .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-e412725c .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-e412725c .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;}}@media only screen and (max-width: 767px) { .uagb-block-788df202 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-788df202 .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-e412725c .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-e412725c .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;}}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-debf2792{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;overflow: visible;border-color: inherit;row-gap: 0px;column-gap: 0px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}\";s:2:\"js\";s:480:\"document.addEventListener(\"DOMContentLoaded\", function(){ window.addEventListener( 'DOMContentLoaded', function() {\n\tUAGBInlineNotice.init( {\"c_id\":null,\"cookies\":false,\"close_cookie_days\":1,\"noticeDismiss\":\"\",\"icon\":\"rectangle-xmark\"}, '.uagb-block-788df202' );\n});\nwindow.addEventListener( 'DOMContentLoaded', function() {\n\tUAGBInlineNotice.init( {\"c_id\":null,\"cookies\":false,\"close_cookie_days\":1,\"noticeDismiss\":\"\",\"icon\":\"rectangle-xmark\"}, '.uagb-block-e412725c' );\n});\n });\";s:18:\"current_block_list\";a:6:{i:0;s:18:\"uagb\/inline-notice\";i:1;s:14:\"core\/paragraph\";i:2;s:9:\"core\/list\";i:3;s:9:\"core\/code\";i:4;s:14:\"uagb\/container\";i:5;s:14:\"core\/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1776868627\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Suman","author_link":"https:\/\/git-staging.wpastra.com\/es\/author\/sumand\/"},"uagb_comment_info":0,"uagb_excerpt":"In this update of Astra theme v2.5.0 and Astra Pro Addon v2.6.0, we bring the following changes &#8211; [ Deprecated ] &#8211; We are pulling the plug on the No Toggle Menu Style [ NEW ] Adding a new Mega Menu Width option &#8211; Full Width Stretched [ UPDATE ] :- Following are the selectors&hellip;","_links":{"self":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/61473"}],"collection":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/comments?post=61473"}],"version-history":[{"count":0,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/61473\/revisions"}],"wp:attachment":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/media?parent=61473"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_category?post=61473"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_tag?post=61473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}