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
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
function remove_image_zoom_support() { remove_theme_support( ‘wc-product-gallery-zoom’ ); } add_action( ‘wp’, ‘remove_image_zoom_support’, 100 );Continue reading
.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
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
/* 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
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(‘.elementor-location-header .elementor-sticky’); const $body = jQuery(‘body’); if ($header.length) { let headerHeight = 0; if…Continue reading
/* Hebrew Fonts Import */ @import url(‘https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700;800&family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap’); /* Approach Section Styles */ .approach-section { direction: rtl; text-align: right; } /* Fonts */ .font-assistant { font-family: ‘Assistant’, sans-serif; } .font-frank { font-family: ‘Frank Ruhl Libre’, serif; } .font-mono { font-family: ‘Courier…Continue reading