{"id":36,"date":"2024-11-21T15:57:31","date_gmt":"2024-11-21T15:57:31","guid":{"rendered":"https:\/\/pneumacollective.com\/open\/?page_id=36"},"modified":"2025-04-22T20:16:43","modified_gmt":"2025-04-22T20:16:43","slug":"faq","status":"publish","type":"page","link":"https:\/\/pneumacollective.com\/open\/faq\/","title":{"rendered":"The Pneuma Collective \u2013 Frequently Asked Questions"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">FAQ<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What is The Pneuma Collective?<\/strong><\/h4>\n\n\n\n<p>Pneuma Collective is an online and in-person collective designed to provide free, accessible resources for spiritual practitioners. It offers curated materials, practices, and reflections to support individuals and communities on their spiritual journeys, whether you&#8217;re seeking a new practitioner to guide you or are a practitioner yourself. Pneuma Collective is a community dedicated to fostering spiritual growth through contemplative practices, theological reflection, and communal engagement. We aim to create spaces where individuals can explore and deepen their spiritual lives.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What types of resources are available on The Pneuma Collective?<\/strong><\/h4>\n\n\n\n<p>The Pneuma Collective features a variety of resources, both free and paid, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Guided spiritual practices<\/strong>: Meditations, prayer exercises, and contemplative routines. Both Free and Paid.<\/li>\n\n\n\n<li><strong>Listings for Practitioners:<\/strong> A place to list your practice and showcase what you do to our community. Free!<\/li>\n\n\n\n<li><strong>Reflective writings<\/strong>: Articles and essays on spiritual topics and personal growth. Free!<\/li>\n\n\n\n<li><strong>Community discussions<\/strong>: Opportunities to engage with others on shared spiritual experiences.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Is there a cost associated with accessing these resources?<\/strong><\/h4>\n\n\n\n<p>No, almost all resources on Pneuma Collective Open are freely available to anyone interested. The platform is committed to removing financial barriers to spiritual resources. We want to make sure that you have answers and practitioners for your needs without a cost to entry. There are specialized services that may be sold occasionally, such as online events, digital downloads, in-person retreats, and physical items.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Do I need to create an account to use The Pneuma Collective?<\/strong><\/h4>\n\n\n\n<p>While many resources are accessible without an account, creating a free account may provide additional benefits, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access to all your digital purchases.<\/li>\n\n\n\n<li>Participating in community discussions.<\/li>\n\n\n\n<li>Receiving personalized recommendations.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Can I contribute to The Pneuma Collective?<\/strong><\/h4>\n\n\n\n<p>Yes, The Pneuma Collective welcomes contributions from individuals who wish to share their spiritual insights, practices, or creative expressions. Interested contributors can contact us through the contact information provided on our website.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>How can I stay updated with new resources and offerings?<\/strong><\/h4>\n\n\n\n<p>You can subscribe to the Pneuma Collective newsletter or follow them on their social media channels to receive updates on new resources, events, and community gatherings.<\/p>\n\n\n\n\n            <div id=\"mailerlite-form_1\" data-temp-id=\"69eb881f611bd\">\n                <div class=\"mailerlite-form\">\n                    <form action=\"\" method=\"post\" novalidate>\n                                                    <div class=\"mailerlite-form-title\"><h3>The Pneuma Collective<\/h3><\/div>\n                                                <div class=\"mailerlite-form-description\"><p>Join The Pneuma Collective for updates on events, meditations, and more!<\/p>\n<\/div>\n                        <div class=\"mailerlite-form-inputs\">\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-name\">Name<\/label>\n                                    <input id=\"mailerlite-1-field-name\"\n                                           type=\"text\"                                            name=\"form_fields[name]\"\n                                           placeholder=\"Name\"\/>\n                                <\/div>\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-email\">Email<\/label>\n                                    <input id=\"mailerlite-1-field-email\"\n                                           type=\"email\" required=\"required\"                                            name=\"form_fields[email]\"\n                                           placeholder=\"Email\"\/>\n                                <\/div>\n                                                        <div class=\"mailerlite-form-loader\">Please wait...<\/div>\n                            <div class=\"mailerlite-subscribe-button-container\">\n                                <button class=\"mailerlite-subscribe-submit\" type=\"submit\">\n                                    Subscribe                                <\/button>\n                            <\/div>\n                            <input type=\"hidden\" name=\"form_id\" value=\"1\"\/>\n                            <input type=\"hidden\" name=\"action\" value=\"mailerlite_subscribe_form\"\/>\n                            <input type=\"hidden\" name=\"ml_nonce\" value=\"1f1cfea2cb\"\/>\n                        <\/div>\n                        <div class=\"mailerlite-form-response\">\n                                                            <h4><p><span style=\"color: #339966\">Thank you for signing up!<\/span><\/p>\n<\/h4>\n                                                    <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <script type=\"text\/javascript\" src='https:\/\/pneumacollective.com\/open\/wp-content\/plugins\/official-mailerlite-sign-up-forms\/assets\/js\/localization\/validation-messages.js'><\/script>\n         <script type=\"text\/javascript\"> var selectedLanguage = \"\"; var validationMessages = messages[\"en\"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener(\"load\", function () { var form_container = document.querySelector(`#mailerlite-form_1[data-temp-id=\"69eb881f611bd\"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https:\/\/pneumacollective.com\/open\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: new URLSearchParams({ \"action\" : \"ml_create_nonce\", \"ml_nonce\" : form_container.querySelector(\"input[name='ml_nonce']\").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector(\"input[name='ml_nonce']\").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == \"email\") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https:\/\/pneumacollective.com\/open\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } }; function validateEmail(email){ if(email.match( \/^(([^<>()[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/ )) { return true; } return false; } <\/script> \n","protected":false},"excerpt":{"rendered":"<p>FAQ What is The Pneuma Collective? Pneuma Collective is an online and in-person collective designed to provide free, accessible resources for spiritual practitioners. It offers curated materials, practices, and reflections to support individuals and communities on their spiritual journeys, whether you&#8217;re seeking a new practitioner to guide you or are a practitioner yourself. Pneuma Collective &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/pneumacollective.com\/open\/faq\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;The Pneuma Collective \u2013 Frequently Asked Questions&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inspiro_hide_title":false,"footnotes":""},"class_list":["post-36","page","type-page","status-publish","hentry"],"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/pneumacollective.com\/open\/wp-json\/wp\/v2\/pages\/36","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pneumacollective.com\/open\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pneumacollective.com\/open\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pneumacollective.com\/open\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pneumacollective.com\/open\/wp-json\/wp\/v2\/comments?post=36"}],"version-history":[{"count":0,"href":"https:\/\/pneumacollective.com\/open\/wp-json\/wp\/v2\/pages\/36\/revisions"}],"wp:attachment":[{"href":"https:\/\/pneumacollective.com\/open\/wp-json\/wp\/v2\/media?parent=36"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}