Location: site_wide_header
Generated Snippet: Article Schema
Remove product zoom on WooCommerce
function remove_image_zoom_support() { remove_theme_support( ‘wc-product-gallery-zoom’ ); } add_action( ‘wp’, ‘remove_image_zoom_support’, 100 );Continue reading
Geo Search 1 CSS
.geo-kadence-injected-search { margin-bottom:20px; } .ultp-post-share-item-facebook { background-color:var(–global-palette2)!important; } .ultp-post-share-item-twitter { background-color:var(–global-palette2)!important; } .ultp-post-share-item-mail{ background-color:var(–global-palette2)!important; } .geo-mobile-search-wrapper{display:none;} /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { .geo-mobile-search-wrapper{display:block;} }/* END MEDIA QUERY*/ .geo-search-input-wrapper { padding: 8px…Continue reading
Google Search Console Verification
Untitled Snippet (copy) (copy)
Untitled Snippet (copy)
Untitled Snippet
Determinar altura del header (copy)
jQuery(window).on(‘elementor/frontend/init’, function() { // Elementor tiene su propio evento de carga de componentes jQuery(window).on(‘load’, function() { function updateHeaderHeight() { // Seleccionamos el header const $header = jQuery(‘header, .elementor-location-header’); const $body = jQuery(‘body’); if ($header.length) { let headerHeight = 0; if…Continue reading
SurveyVista – Styles
/* Modal Backdrop */ .modal { display: none; position: fixed; z-index: 10001; /* Z-index of a modal */ left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.6); } /* Modal Box Centered */ .modal-content…Continue reading