{"id":2297,"date":"2023-03-23T10:42:39","date_gmt":"2023-03-23T10:42:39","guid":{"rendered":"https:\/\/academy-ifx-com.wp-dev.int.theitops.net\/?page_id=2297"},"modified":"2024-03-27T09:21:27","modified_gmt":"2024-03-27T09:21:27","slug":"login","status":"publish","type":"page","link":"https:\/\/academy.ironfx.com\/es\/login\/","title":{"rendered":"Login"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2297\" class=\"elementor elementor-2297\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-66fccc6e e-con-boxed e-flex e-con\" data-id=\"66fccc6e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e12b4fb elementor-widget elementor-widget-ironfx-academy-login\" data-id=\"e12b4fb\" data-element_type=\"widget\" data-widget_type=\"ironfx-academy-login.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"\/wp-content\/plugins\/cool-widgets\/assets\/assets\/entry-304a7d39.css\">\n<link rel=\"stylesheet\" href=\"\/wp-content\/plugins\/cool-widgets\/assets\/assets\/Form-645ff372.css\"><script type=\"module\" crossorigin=\"anonymous\" src=\"\/wp-content\/plugins\/cool-widgets\/assets\/assets\/login-83470af1.js\"><\/script><div class=\"login-form\" data-context=\"{&quot;restUrl&quot;:&quot;https:\\\/\\\/academy.ironfx.com\\\/es\\\/wp-json\\\/academy\\\/v1\\\/user\\\/login&quot;,&quot;mediaQuery&quot;:&quot;1400&quot;,&quot;forgotPassword&quot;:&quot;https:\\\/\\\/academy.ironfx.com\\\/es\\\/password-reset\\\/&quot;,&quot;isUserLoggedIn&quot;:false}\"><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba6ff1a elementor-widget elementor-widget-html\" data-id=\"ba6ff1a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\n\/*jQuery(document).ready(function () {\n    let emailInput;\n    let submitButton;\n\n    const handleMutationCallback = function () {\n        console.log(\"Mutation callback: Submit button attribute 'disabled' removed.\");\n    };\n\n    const setupForm = function () {\n        \/\/ Set emailInput and submitButton once they are loaded\n        emailInput = $('#email.input__field--login')[0];\n        submitButton = $(\".submit.submit--login\")[0];\n\n        \/\/ Check if both emailInput and submitButton exist before proceeding\n        if (emailInput && submitButton) {\n            \/\/ Focus the cursor on the email field, add random text, remove the cursor focus from the email field, and clear the value that was added again\n            emailInput.focus();\n            emailInput.value = \"Enter your email\";\n            emailInput.blur();\n            emailInput.value = \"\";\n\n            \/\/ Remove the 'disabled' attribute from the submit button\n            $(\".submit.submit--login\").removeAttr(\"disabled\");\n\n            console.log(\"Form setup completed.\");\n\n            \/\/ Additional setup, if needed\n            handleMutationCallback();\n        } else {\n            \/\/ Retry setup after a short delay if emailInput or submitButton is not yet loaded\n            setTimeout(setupForm, 500);\n            console.log('retrying');\n        }\n    };\n\n    \/\/ Periodically check for the existence of elements\n    const checkForElements = function () {\n        setupForm();\n        setTimeout(checkForElements, 500);\n    };\n\n    \/\/ Wait for the 'DOMContentLoaded' event before initiating the periodic checks\n    document.addEventListener('DOMContentLoaded', function () {\n        checkForElements();\n    });\n});*\/\n\/*\ndocument.addEventListener('DOMContentLoaded', function () {\n    let emailInput;\n    let submitButton;\n\n    const handleMutationCallback = function () {\n        console.log(\"Mutation callback: Submit button attribute 'disabled' removed.\");\n    };\n\n    const setupForm = function () {\n        \/\/ Set emailInput and submitButton once they are loaded\n        emailInput = $('#email.input__field--login')[0];\n        submitButton = $(\".submit.submit--login\")[0];\n\n        \/\/ Check if both emailInput and submitButton exist before proceeding\n        if (emailInput && submitButton) {\n            \/\/ Remove the 'disabled' attribute from the submit button\n            \/\/$(\".submit.submit--login\").removeAttr(\"disabled\");\n            \/\/ Explicitly set the 'disabled' property to false\n            \/\/submitButton.disabled = false;\n            \/\/ Set the 'disabled' attribute of the submit button to false\n            $(\".submit.submit--login\").attr(\"disabled\", false);\n            console.log(\"Form setup completed.\");\n            \n            \/\/ Focus the cursor on the email field, add random text, remove the cursor focus from the email field, and clear the value that was added again\n            emailInput.focus();\n            emailInput.value = \"Enter your email\";\n            emailInput.blur();\n            emailInput.value = \"\";\n            console.log(\"Form setup completed.\");\n\n\n            \/\/ Additional setup, if needed\n            handleMutationCallback();\n        } else {\n            \/\/ Retry setup after a short delay if emailInput or submitButton is not yet loaded\n            setTimeout(setupForm, 500);\n        }\n    };\n\n    \/\/ Initial setup\n    setupForm();\n});*\/\nwindow.onload = function () {\n    let emailInput;\n    let submitButton;\n\n    const handleMutationCallback = function () {\n        console.log(\"Mutation callback: Submit button attribute 'disabled' removed.\");\n    };\n\n    const setupForm = function () {\n        \/\/ Set emailInput and submitButton once they are loaded\n        emailInput = document.getElementById('email');\n        submitButton = document.querySelector('.submit.submit--login');\n\n        \/\/ Check if both emailInput and submitButton exist before proceeding\n        if (emailInput && submitButton) {\n            \/\/ Remove the 'disabled' attribute from the submit button\n            \/\/$(\".submit.submit--login\").removeAttr(\"disabled\");\n            \/\/ Explicitly set the 'disabled' property to false\n            \/\/submitButton.disabled = false;\n            \/\/ Set the 'disabled' attribute of the submit button to false\n            submitButton.removeAttribute('disabled');\n            \n            \/\/ Focus the cursor on the email field, add random text, remove the cursor focus from the email field, and clear the value that was added again\n            emailInput.focus();\n            emailInput.value = \"Enter your email\";\n            emailInput.blur();\n            emailInput.value = \"\";\n\n            \/\/ Additional setup, if needed\n            handleMutationCallback();\n        } else {\n            \/\/ Retry setup after a short delay if emailInput or submitButton is not yet loaded\n            setTimeout(setupForm, 500);\n        }\n    };\n\n    \/\/ Initial setup\n    setTimeout(setupForm, 1000);\n};\n\n\/*document.addEventListener(\"DOMContentLoaded\", function() {\n    \n    const changeTextInES = function() {\n            let currLang = document.querySelector('html').getAttribute('lang');\n            let signUpText = document.querySelector('.login-form .login__login-form p');\n            console.log('page loaded');\n            \n            if ( currLang === 'es-ES' ) {\n                console.log('inside if');\n                signUpText.innerHTML = '\u00bfNo tiene una cuenta? <a href=\"\/es\/register\"> Registrarse<\/a>'\n        }\n    };\n    \n    setTimeout(changeTextInES, 2000);\n});*\/\n\/*\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    \n    const checkFormAndChangeText = function() {\n        const loginForm = document.querySelector('.login-form');\n        if (loginForm) {\n            console.log('inside if');\n            clearInterval(checkFormInterval);\n            changeTextInES(loginForm);\n        }\n    };\n\n    const changeTextInES = function(loginForm) {\n        const currLang = document.querySelector('html').getAttribute('lang');\n        const signUpText = loginForm.querySelector('.login__login-form p');\n        \n        if (currLang === 'es-ES') {\n            signUpText.innerHTML = '\u00bfNo tiene una cuenta? <a href=\"\/es\/register\"> Registrarse<\/a>';\n        }\n    };\n\n    const checkFormInterval = setInterval(checkFormAndChangeText, 500);\n});\n*\/\n<\/script>\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\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Log in to your account<\/title>\n<meta name=\"description\" content=\"Log in to access trading insights with IronFX Academy or create an account.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/academy.ironfx.com\/es\/login\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Log in to your account\" \/>\n<meta property=\"og:description\" content=\"Log in to access trading insights with IronFX Academy or create an account.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/academy.ironfx.com\/es\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"IronFX Academy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/IronFX\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-27T09:21:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/academy.ironfx.com\/es\/login\/\",\"url\":\"https:\/\/academy.ironfx.com\/es\/login\/\",\"name\":\"Log in to your account\",\"isPartOf\":{\"@id\":\"https:\/\/academy.ironfx.com\/es\/#website\"},\"datePublished\":\"2023-03-23T10:42:39+00:00\",\"dateModified\":\"2024-03-27T09:21:27+00:00\",\"description\":\"Log in to access trading insights with IronFX Academy or create an account.\",\"breadcrumb\":{\"@id\":\"https:\/\/academy.ironfx.com\/es\/login\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/academy.ironfx.com\/es\/login\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/academy.ironfx.com\/es\/login\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/academy.ironfx.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/academy.ironfx.com\/es\/#website\",\"url\":\"https:\/\/academy.ironfx.com\/es\/\",\"name\":\"IronFX Academy\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/academy.ironfx.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/academy.ironfx.com\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/academy.ironfx.com\/es\/#organization\",\"name\":\"IronFX Academy\",\"url\":\"https:\/\/academy.ironfx.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/academy.ironfx.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"\/wp-content\/uploads\/2023\/06\/IFX-Academy-OG.png\",\"contentUrl\":\"\/wp-content\/uploads\/2023\/06\/IFX-Academy-OG.png\",\"width\":1200,\"height\":630,\"caption\":\"IronFX Academy\"},\"image\":{\"@id\":\"https:\/\/academy.ironfx.com\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/IronFX\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Log in to your account","description":"Log in to access trading insights with IronFX Academy or create an account.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/academy.ironfx.com\/es\/login\/","og_locale":"es_ES","og_type":"article","og_title":"Log in to your account","og_description":"Log in to access trading insights with IronFX Academy or create an account.","og_url":"https:\/\/academy.ironfx.com\/es\/login\/","og_site_name":"IronFX Academy","article_publisher":"https:\/\/www.facebook.com\/IronFX\/","article_modified_time":"2024-03-27T09:21:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/academy.ironfx.com\/es\/login\/","url":"https:\/\/academy.ironfx.com\/es\/login\/","name":"Log in to your account","isPartOf":{"@id":"https:\/\/academy.ironfx.com\/es\/#website"},"datePublished":"2023-03-23T10:42:39+00:00","dateModified":"2024-03-27T09:21:27+00:00","description":"Log in to access trading insights with IronFX Academy or create an account.","breadcrumb":{"@id":"https:\/\/academy.ironfx.com\/es\/login\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/academy.ironfx.com\/es\/login\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/academy.ironfx.com\/es\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/academy.ironfx.com\/es\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/academy.ironfx.com\/es\/#website","url":"https:\/\/academy.ironfx.com\/es\/","name":"IronFX Academy","description":"","publisher":{"@id":"https:\/\/academy.ironfx.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/academy.ironfx.com\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/academy.ironfx.com\/es\/#organization","name":"IronFX Academy","url":"https:\/\/academy.ironfx.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/academy.ironfx.com\/es\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2023\/06\/IFX-Academy-OG.png","contentUrl":"\/wp-content\/uploads\/2023\/06\/IFX-Academy-OG.png","width":1200,"height":630,"caption":"IronFX Academy"},"image":{"@id":"https:\/\/academy.ironfx.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/IronFX\/"]}]}},"_links":{"self":[{"href":"https:\/\/academy.ironfx.com\/es\/wp-json\/wp\/v2\/pages\/2297"}],"collection":[{"href":"https:\/\/academy.ironfx.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/academy.ironfx.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/academy.ironfx.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/academy.ironfx.com\/es\/wp-json\/wp\/v2\/comments?post=2297"}],"version-history":[{"count":10,"href":"https:\/\/academy.ironfx.com\/es\/wp-json\/wp\/v2\/pages\/2297\/revisions"}],"predecessor-version":[{"id":10843,"href":"https:\/\/academy.ironfx.com\/es\/wp-json\/wp\/v2\/pages\/2297\/revisions\/10843"}],"wp:attachment":[{"href":"https:\/\/academy.ironfx.com\/es\/wp-json\/wp\/v2\/media?parent=2297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}