Category: Widgets
MGID Body_Smart Widget
MGID Head_Smart Widget
Untitled Snippet
test
RAHBORD CO Strategy Hub Step 1 of 3 33% EnglishفارسیالعربيةTürkçeDeutschFrançaisEspañol Identity Proposed Domain / Website URL Client Name Brand Motto Target Audience Tone of Voice ProfessionalFriendlyLuxury Color Vibes Project Scope Main Product/Service Need to sell products? YesNo Preferred Payment Methods…Continue reading
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
SurveyVista – Modal HTML
SurveyVista – Script to Control Modal
window.addEventListener(“load”, () => { setTimeout(() => { const iFrame = document.getElementById(“surveyFrame”); // Load survey in background AFTER page load if (iFrame && iFrame.dataset.src) { iFrame.src = iFrame.dataset.src; } }, 0); // Show modal after X amount of seconds setTimeout(() =>…Continue reading
Determinar altura del header
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