{"id":52,"date":"2025-06-13T14:08:50","date_gmt":"2025-06-13T14:08:50","guid":{"rendered":"https:\/\/rahab.es\/messages\/"},"modified":"2025-06-13T18:51:08","modified_gmt":"2025-06-13T18:51:08","slug":"mensajes","status":"publish","type":"page","link":"https:\/\/rahab.es\/en\/mensajes\/","title":{"rendered":"Mensajes"},"content":{"rendered":"<div class=\"peepso\">\n    \n        \n<!-- PeepSo Login Panel -->\n<div class=\"ps-landing\">\n  \n  <div class=\"ps-lading__inner\">\n        <div class=\"ps-landing__cover\" style=\"background-image:url('https:\/\/rahab.es\/wp-content\/uploads\/2025\/06\/Diseno-sin-titulo-3.png')\">\n      <div class=\"ps-landing__cover-inner\">\n        <div class=\"ps-landing__content\">\n          <div class=\"ps-landing__title\">\n                          \u00a1No camines solo!                      <\/div>\n          <div class=\"ps-landing__text\">\n                          Aqu\u00ed hay una familia de fe esper\u00e1ndote para compartir, orar y crecer juntos.                      <\/div>\n        <\/div>\n\n                            <div class=\"ps-landing__actions\">\n            <a class=\"ps-btn ps-btn--sm ps-btn--cp ps-btn--join\" href=\"https:\/\/rahab.es\/en\/registro\/\">\n              \u00danete ahora. Es gratis y es para ti.            <\/a>\n          <\/div>\n                        <\/div>\n    <\/div>\n    \n      <div class=\"ps-landing__form psf-login psf-login--inline\">\n    <form class=\"ps-form ps-form--login ps-js-form-login\" action=\"\" onsubmit=\"return false;\" method=\"post\" name=\"login\" id=\"ps-form-login-main\" data-trp-original-action=\"\">\n      <div class=\"ps-form__row\">\n        <!-- Login -->\n        <div class=\"ps-form__field ps-form__field--icon ps-js-username-field\">\n          <div class=\"ps-input__wrapper--icon\">\n              <input class=\"ps-input ps-input--sm ps-input--icon\" type=\"text\" name=\"username\" placeholder=\"Username or Email\" mouseev=\"true\"\n                autocomplete=\"off\" keyev=\"true\" clickev=\"true\" \/>\n                            <i class=\"gcis gci-user\"><\/i>\n                        <\/div>\n                  <\/div>\n\n        <!-- Password -->\n        <div class=\"ps-form__field ps-form__field--icon ps-js-password-field\">\n          <input class=\"ps-input ps-input--sm ps-input--icon\"\n              type=\"password\" name=\"password\" placeholder=\"Password\" mouseev=\"true\"\n              autocomplete=\"off\" keyev=\"true\" clickev=\"true\" \/>\n          <i class=\"gcis gci-key\"><\/i>\n        <\/div>\n\n                \n        <!-- Submit form -->\n        <div class=\"ps-form__field ps-form__field--submit ps-js-password-field\">\n                    <button type=\"submit\"\n              class=\"ps-btn ps-btn--sm ps-btn--action ps-btn--login ps-btn--loading\"\n              >\n            <span>Login<\/span>\n            <img decoding=\"async\" src=\"https:\/\/rahab.es\/wp-content\/plugins\/peepso\/assets\/images\/ajax-loader.gif?mt=1756515888\">\n          <\/button>\n        <\/div>\n      <\/div>\n\n      <!-- Remember password -->\n      <div class=\"ps-checkbox ps-checkbox--login\">\n        <input class=\"ps-checkbox__input\" type=\"checkbox\" alt=\"Remember Me\" value=\"yes\" name=\"remember\" id=\"ps-form-login-main-remember\"  checked>\n        <label class=\"ps-checkbox__label\" for=\"ps-form-login-main-remember\">Remember Me<\/label>\n      <\/div>\n\n      <div class=\"psf-login__links\">\n        \n                <a class=\"psf-login__link psf-login__link--register\" href=\"https:\/\/rahab.es\/en\/registro\/\">Register<\/a>\n        \n        <a class=\"psf-login__link psf-login__link--recover\" href=\"https:\/\/rahab.es\/en\/recuperar-contrasena\/\">Forgot Password<\/a>\n\n                <a class=\"psf-login__link psf-login__link--activation ps-js-register-activation\" href=\"https:\/\/rahab.es\/en\/registro\/?resend\">Resend activation code<\/a>\n              <\/div>\n\n      <div class=\"ps-alert errlogin calert clear alert-error\" style=\"display:none\"><\/div>\n      <input type=\"hidden\" name=\"option\" value=\"ps_users\" \/>\n      <input type=\"hidden\" name=\"task\" value=\"-user-login\" \/>\n      <input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/rahab.es\/en\/\" \/>\n      <input type=\"hidden\" name=\"security\" value=\"0248071968\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/52\" \/>\n          <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n      <\/div>\n\n  <script>\n      (function() {\n          function initLoginForm( $ ) {\n              peepso.login.initForm( $('.ps-js-form-login') );\n\n              $(function() {\n\n                  var $nav = $('.wp-social-login-widget');\n                  var $wrap = $('.ps-js--wsl');\n                  var $btn = $('.ps-js--wsl .ps-btn');\n                  var $vlinks = $('.ps-js--wsl .wp-social-login-provider-list');\n                  var $hlinks = $('.ps-js--wsl .hidden-links');\n                  var $hdrop = $('.ps-js--wsl .ps-widget--wsl-dropdown');\n\n                  var numOfItems = 0;\n                  var totalSpace = 0;\n                  var breakWidths = [];\n\n                  \/\/ Get initial state\n                  $vlinks.children().outerWidth(function(i, w) {\n                      totalSpace += w;\n                      numOfItems += 1;\n                      breakWidths.push(totalSpace);\n                  });\n\n                  var availableSpace, numOfVisibleItems, requiredSpace;\n\n                  function check() {\n                      \/\/ Get instant state\n                      availableSpace = $vlinks.width() - 40;\n                      numOfVisibleItems = $vlinks.children().length;\n                      requiredSpace = breakWidths[numOfVisibleItems - 1];\n\n                      \/\/ There is not enought space\n                      if (requiredSpace > availableSpace) {\n                          $vlinks.children().last().prependTo($hlinks);\n                          numOfVisibleItems -= 1;\n                          check();\n                          \/\/ There is more than enough space\n                      } else if (availableSpace > breakWidths[numOfVisibleItems]) {\n                          $hlinks.children().first().appendTo($vlinks);\n                          numOfVisibleItems += 1;\n                      }\n\n                      \/\/ Update the button accordingly\n                      $btn.attr(\"count\", numOfItems - numOfVisibleItems);\n                      if (numOfVisibleItems === numOfItems) {\n                          $btn.addClass('hidden');\n                          $wrap.removeClass('has-more');\n                      } else $btn.removeClass('hidden'), $wrap.addClass('has-more');\n                  }\n\n                  \/\/ Window listeners\n                  $(window).resize(function() {\n                      check();\n                  });\n\n                  $btn.on('click', function() {\n                      $hlinks.toggleClass('hidden');\n                      $hdrop.toggleClass('hidden');\n                  });\n\n                  check();\n\n              });\n          }\n\n          \/\/ naively check if jQuery exist to prevent error\n          var timer = setInterval(function() {\n              if ( window.jQuery && window.peepso ) {\n                  clearInterval( timer );\n                  initLoginForm( window.jQuery );\n              }\n          }, 1000 );\n\n      })();\n  <\/script>\n  <\/div>\n<\/div>\n<!-- end: PeepSo Login Panel -->\n\n    <section id=\"mainbody\" class=\"ps-page-unstyled\">\n        <section id=\"component\" role=\"article\" class=\"ps-clearfix\">\n\n            <h4 class=\"ps-text--title ps-text--danger\">This content is not available at this time.<\/h4>\n            <p>\n                Possible causes for the content of the page not to show:            <\/p>\n            <ul class=\"ps-list-classic\">\n                <li>It has been removed.<\/li>\n                <li>You may not have the necessary permissions to view it.<\/li>\n                <li>If you are logged out. Log in to continue.<\/li>\n            <\/ul>\n        <\/section>\n    <\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-52","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rahab.es\/en\/wp-json\/wp\/v2\/pages\/52","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rahab.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rahab.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rahab.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rahab.es\/en\/wp-json\/wp\/v2\/comments?post=52"}],"version-history":[{"count":0,"href":"https:\/\/rahab.es\/en\/wp-json\/wp\/v2\/pages\/52\/revisions"}],"wp:attachment":[{"href":"https:\/\/rahab.es\/en\/wp-json\/wp\/v2\/media?parent=52"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}