{"id":2149,"date":"2025-02-07T10:09:54","date_gmt":"2025-02-07T10:09:54","guid":{"rendered":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/?page_id=2149"},"modified":"2026-02-25T13:16:26","modified_gmt":"2026-02-25T13:16:26","slug":"primrose1","status":"publish","type":"page","link":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/primrose1\/","title":{"rendered":"primrose1"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; specialty=&#8221;on&#8221; padding_top_bottom_link_1=&#8221;false&#8221; padding_left_right_link_1=&#8221;false&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2023\/05\/Nettle-background2.jpg&#8221; width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; inner_width=&#8221;95%&#8221; inner_max_width=&#8221;1900px&#8221; min_height=&#8221;100%&#8221; custom_margin=&#8221;0px|0px||0px|false|false&#8221; custom_padding=&#8221;0px|0px||0px|false|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<!-- Firebase compat libraries (only include these ONCE per page if possible) --><!-- [et_pb_line_break_holder] --><script src=\"https:\/\/www.gstatic.com\/firebasejs\/9.22.2\/firebase-app-compat.js\"><\/script><!-- [et_pb_line_break_holder] --><script src=\"https:\/\/www.gstatic.com\/firebasejs\/9.22.2\/firebase-firestore-compat.js\"><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->(function () {<!-- [et_pb_line_break_holder] -->  \/\/ Firebase configuration<!-- [et_pb_line_break_holder] -->  var firebaseConfig = {<!-- [et_pb_line_break_holder] -->    apiKey: \"AIzaSyB4LBz6Xggsu9pQS1nf4f15dbhsb4b5Cq8\",<!-- [et_pb_line_break_holder] -->    authDomain: \"wildenchantments-817c5.firebaseapp.com\",<!-- [et_pb_line_break_holder] -->    projectId: \"wildenchantments-817c5\",<!-- [et_pb_line_break_holder] -->    storageBucket: \"wildenchantments-817c5.firebasestorage.app\",<!-- [et_pb_line_break_holder] -->    messagingSenderId: \"822396390803\",<!-- [et_pb_line_break_holder] -->    appId: \"1:822396390803:web:0555f1adc518219d3aac66\",<!-- [et_pb_line_break_holder] -->    measurementId: \"G-LCQFECD02G\"<!-- [et_pb_line_break_holder] -->  };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Initialize Firebase once (prevents conflicts with other modules)<!-- [et_pb_line_break_holder] -->  if (!firebase.apps.length) {<!-- [et_pb_line_break_holder] -->    firebase.initializeApp(firebaseConfig);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  var db = firebase.firestore();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ WordPress-provided username (fallback for testing)<!-- [et_pb_line_break_holder] -->  if (typeof currentUsername === \"undefined\" || !currentUsername) {<!-- [et_pb_line_break_holder] -->    currentUsername = \"demoUser\";<!-- [et_pb_line_break_holder] -->    console.warn(\"No WordPress user detected. Using demoUser.\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  var userRef = db.collection(\"scoring\").doc(currentUsername);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  userRef.get().then(function (doc) {<!-- [et_pb_line_break_holder] -->    var data = doc.exists ? doc.data() : {};<!-- [et_pb_line_break_holder] -->    var updates = {};<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    if (data.userId === undefined) updates.userId = currentUsername;<!-- [et_pb_line_break_holder] -->    if (data.Year === undefined) updates.Year = \"2025a\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ If this isn't truly a password, consider renaming the field later<!-- [et_pb_line_break_holder] -->    if (data.Password === undefined) updates.Password = \"Primrose\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ WE1..WE300 default to 0 if missing<!-- [et_pb_line_break_holder] -->    for (var i = 1; i <= 300; i++) {<!-- [et_pb_line_break_holder] -->      var field = \"WE\" + i;<!-- [et_pb_line_break_holder] -->      if (data[field] === undefined) updates[field] = 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    if (Object.keys(updates).length > 0) {<!-- [et_pb_line_break_holder] -->      return userRef.set(updates, { merge: true });<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }).catch(function (err) {<!-- [et_pb_line_break_holder] -->    console.error(\"Error initializing user document:\", err);<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->})();<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_image src=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/03\/Dodecahedron-400.png&#8221; title_text=&#8221;Dodecahedron 400&#8243; url=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/WEOnline2026.html&#8221; align=&#8221;center&#8221; disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;42%&#8221; width_tablet=&#8221;45%&#8221; width_phone=&#8221;70%&#8221; width_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;30px||||false|false&#8221; filter_opacity=&#8221;79%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Click the Primrose<\/p>\n<p>card for the sharings page.<\/p>\n<p>[\/et_pb_text][et_pb_audio audio=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/02\/Primrose-with-introduction.mp3&#8243; title=&#8221;Primrose chapter&#8221; disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Jacques Francois||||||||&#8221; title_text_color=&#8221;#D6D6D6&#8243; title_font_size=&#8221;18px&#8221; background_color=&#8221;rgba(255,255,255,0.1)&#8221; background_enable_pattern_style=&#8221;on&#8221; background_pattern_style=&#8221;smiles&#8221; background_pattern_color=&#8221;rgba(255,255,255,0.1)&#8221; background_pattern_blend_mode=&#8221;lighten&#8221; width=&#8221;73%&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;40px||40px||false|false&#8221; custom_padding=&#8221;15px||15px||false|false&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_audio][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;40px||0px||false|false&#8221; custom_margin_tablet=&#8221;40px||0px||false|false&#8221; custom_margin_phone=&#8221;40px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<!DOCTYPE html><!-- [et_pb_line_break_holder] --><html lang=\"en\"><!-- [et_pb_line_break_holder] --><head><!-- [et_pb_line_break_holder] -->  <meta charset=\"UTF-8\"><!-- [et_pb_line_break_holder] -->  <title>Display WE1 to WE6 &#8211; Primrose<\/title><!-- [et_pb_line_break_holder] -->  <!-- Include Firebase libraries in compat mode --><!-- [et_pb_line_break_holder] -->  <script src=\"https:\/\/www.gstatic.com\/firebasejs\/9.22.2\/firebase-app-compat.js\"><\/script><!-- [et_pb_line_break_holder] -->  <script src=\"https:\/\/www.gstatic.com\/firebasejs\/9.22.2\/firebase-analytics-compat.js\"><\/script><!-- [et_pb_line_break_holder] -->  <script src=\"https:\/\/www.gstatic.com\/firebasejs\/9.22.2\/firebase-firestore-compat.js\"><\/script><!-- [et_pb_line_break_holder] -->  <\/p>\n<style><!-- [et_pb_line_break_holder] -->    \/* Container for all the WE1-WE6 images *\/<!-- [et_pb_line_break_holder] -->    #Primrose {<!-- [et_pb_line_break_holder] -->      width: 100%;<!-- [et_pb_line_break_holder] -->      padding: 10px;<!-- [et_pb_line_break_holder] -->      text-align: center; \/* Center the content *\/<!-- [et_pb_line_break_holder] -->      border: 0px solid blue; \/* Debug border; remove if not needed *\/<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    \/* Each image container for WE1-WE6 *\/<!-- [et_pb_line_break_holder] -->    .primroseItem {<!-- [et_pb_line_break_holder] -->      display: inline-block;<!-- [et_pb_line_break_holder] -->      margin-right: 10px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .primroseItem img {<!-- [et_pb_line_break_holder] -->      cursor: pointer;<!-- [et_pb_line_break_holder] -->      max-width: 100px; \/* Adjust as needed *\/<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  <\/style>\n<p><!-- [et_pb_line_break_holder] --><\/head><!-- [et_pb_line_break_holder] --><body><!-- [et_pb_line_break_holder] -->  <!-- Container for WE1 to WE6 images --><!-- [et_pb_line_break_holder] -->  <\/p>\n<div id=\"Primrose\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <script><!-- [et_pb_line_break_holder] -->    (function(){<!-- [et_pb_line_break_holder] -->      \/\/ Initialize Firebase if it hasn't been already.<!-- [et_pb_line_break_holder] -->      if (!firebase.apps.length) {<!-- [et_pb_line_break_holder] -->        var firebaseConfig = {<!-- [et_pb_line_break_holder] -->          apiKey: \"AIzaSyB4LBz6Xggsu9pQS1nf4f15dbhsb4b5Cq8\",<!-- [et_pb_line_break_holder] -->          authDomain: \"wildenchantments-817c5.firebaseapp.com\",<!-- [et_pb_line_break_holder] -->          projectId: \"wildenchantments-817c5\",<!-- [et_pb_line_break_holder] -->          storageBucket: \"wildenchantments-817c5.firebasestorage.app\",<!-- [et_pb_line_break_holder] -->          messagingSenderId: \"822396390803\",<!-- [et_pb_line_break_holder] -->          appId: \"1:822396390803:web:0555f1adc518219d3aac66\",<!-- [et_pb_line_break_holder] -->          measurementId: \"G-LCQFECD02G\"<!-- [et_pb_line_break_holder] -->        };<!-- [et_pb_line_break_holder] -->        firebase.initializeApp(firebaseConfig);<!-- [et_pb_line_break_holder] -->        firebase.analytics();<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      var db = firebase.firestore();<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->      \/\/ Ensure currentUsername is defined.<!-- [et_pb_line_break_holder] -->      if (typeof currentUsername === 'undefined' || !currentUsername) {<!-- [et_pb_line_break_holder] -->        currentUsername = \"demoUser\";<!-- [et_pb_line_break_holder] -->        console.warn(\"No user detected. Using demoUser as currentUsername.\");<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->      \/\/ Image URLs for state 0 and non-zero.<!-- [et_pb_line_break_holder] -->      const dotImg = \"https:\/\/www.weedsintheheart.org.uk\/Marigolds\/Primrosedot3030.png\";<!-- [et_pb_line_break_holder] -->      const fullImg = \"https:\/\/www.weedsintheheart.org.uk\/Marigolds\/Primrose3030.png\";<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->      \/\/ Generic function to toggle a given field (e.g. \"WE1\", \"WE2\", etc.)<!-- [et_pb_line_break_holder] -->      function toggleField(field) {<!-- [et_pb_line_break_holder] -->        const userRef = db.collection(\"scoring\").doc(currentUsername);<!-- [et_pb_line_break_holder] -->        userRef.get().then(doc => {<!-- [et_pb_line_break_holder] -->          if (doc.exists) {<!-- [et_pb_line_break_holder] -->            let currentVal = doc.data()[field] || 0;<!-- [et_pb_line_break_holder] -->            let newVal = currentVal === 0 ? 1 : 0;<!-- [et_pb_line_break_holder] -->            return userRef.update({ [field]: newVal });<!-- [et_pb_line_break_holder] -->          } else {<!-- [et_pb_line_break_holder] -->            console.error(\"User document does not exist.\");<!-- [et_pb_line_break_holder] -->          }<!-- [et_pb_line_break_holder] -->        }).catch(error => {<!-- [et_pb_line_break_holder] -->          console.error(\"Error toggling\", field, error);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->      \/\/ Generic function to subscribe to real-time updates for a given field.<!-- [et_pb_line_break_holder] -->      function subscribeToField(field, container) {<!-- [et_pb_line_break_holder] -->        const userRef = db.collection(\"scoring\").doc(currentUsername);<!-- [et_pb_line_break_holder] -->        userRef.onSnapshot(docSnapshot => {<!-- [et_pb_line_break_holder] -->          if (docSnapshot.exists) {<!-- [et_pb_line_break_holder] -->            let fieldVal = docSnapshot.data()[field] || 0;<!-- [et_pb_line_break_holder] -->            let imgUrl = (fieldVal === 0) ? dotImg : fullImg;<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            \/\/ Create an image element.<!-- [et_pb_line_break_holder] -->            let img = document.createElement(\"img\");<!-- [et_pb_line_break_holder] -->            img.src = imgUrl;<!-- [et_pb_line_break_holder] -->            img.alt = field + \" Image\";<!-- [et_pb_line_break_holder] -->            img.onclick = () => toggleField(field);<!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            \/\/ Check for an existing container for this field (using unique IDs).<!-- [et_pb_line_break_holder] -->            let fieldDiv = document.getElementById(field + \"Container_Primrose\");<!-- [et_pb_line_break_holder] -->            if (!fieldDiv) {<!-- [et_pb_line_break_holder] -->              fieldDiv = document.createElement(\"div\");<!-- [et_pb_line_break_holder] -->              fieldDiv.id = field + \"Container_Primrose\";<!-- [et_pb_line_break_holder] -->              fieldDiv.className = \"primroseItem\";<!-- [et_pb_line_break_holder] -->              container.appendChild(fieldDiv);<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->            fieldDiv.innerHTML = \"\";<!-- [et_pb_line_break_holder] -->            fieldDiv.appendChild(img);<!-- [et_pb_line_break_holder] -->          } else {<!-- [et_pb_line_break_holder] -->            console.error(\"No record found for current user on field:\", field);<!-- [et_pb_line_break_holder] -->          }<!-- [et_pb_line_break_holder] -->        }, error => {<!-- [et_pb_line_break_holder] -->          console.error(\"Error subscribing to\", field, error);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->      \/\/ When the DOM is ready, subscribe to fields WE1 through WE6.<!-- [et_pb_line_break_holder] -->      document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->        let container = document.getElementById(\"Primrose\");<!-- [et_pb_line_break_holder] -->        \/\/ Clear container to avoid duplicate content.<!-- [et_pb_line_break_holder] -->        container.innerHTML = \"\";<!-- [et_pb_line_break_holder] -->        [\"WE1\", \"WE2\", \"WE3\", \"WE4\", \"WE5\"].forEach(field => {<!-- [et_pb_line_break_holder] -->          subscribeToField(field, container);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->    })();<!-- [et_pb_line_break_holder] -->  <\/script><!-- [et_pb_line_break_holder] --><\/body><!-- [et_pb_line_break_holder] --><\/html>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; specialty_columns=&#8221;2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_row_inner make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2023\/10\/Primrose-450-x-637\u00a9-Fiona-Owen.jpg&#8221; title_text=&#8221;Primrose Final with mask&#8221; url=&#8221;https:\/\/weedsintheheart.org.uk\/wisdom\/primrose-sharings\/&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;43%&#8221; width_tablet=&#8221;43%&#8221; width_phone=&#8221;57%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;30px||40px||false|false&#8221; custom_margin_tablet=&#8221;30px||40px||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; box_shadow_style=&#8221;preset3&#8243; box_shadow_horizontal=&#8221;15px&#8221; box_shadow_vertical=&#8221;13px&#8221; box_shadow_blur=&#8221;25px&#8221; box_shadow_spread=&#8221;-11px&#8221; box_shadow_color=&#8221;#6B6B6B&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_audio audio=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/02\/Primrose-with-introduction.mp3&#8243; title=&#8221;Primrose chapter&#8221; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Jacques Francois||||||||&#8221; title_text_color=&#8221;#D6D6D6&#8243; title_font_size=&#8221;18px&#8221; background_color=&#8221;rgba(255,255,255,0.1)&#8221; background_enable_pattern_style=&#8221;on&#8221; background_pattern_style=&#8221;smiles&#8221; background_pattern_color=&#8221;rgba(255,255,255,0.1)&#8221; background_pattern_blend_mode=&#8221;lighten&#8221; width=&#8221;73%&#8221; width_tablet=&#8221;73%&#8221; width_phone=&#8221;85%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;40px||40px||false|false&#8221; custom_padding=&#8221;15px||15px||false|false&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_audio][et_pb_text disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;21px&#8221; header_line_height=&#8221;1.8em&#8221; custom_margin=&#8221;10px||10px||false|false&#8221; custom_padding=&#8221;|5vw|0px|5vw|false|false&#8221; custom_padding_tablet=&#8221;|5vw|0px|5vw|false|false&#8221; custom_padding_phone=&#8221;|5vw|0px|5vw|false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation_style=&#8221;fade&#8221; animation_duration=&#8221;2500ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Winter&#8217;s thaw<\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;21px&#8221; header_line_height=&#8221;1.8em&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;10px||5px||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;|5vw||5vw|false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;fade&#8221; animation_delay=&#8221;1000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Tender vulnerability<\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;21px&#8221; header_line_height=&#8221;1.8em&#8221; custom_margin=&#8221;10px||10px||false|false&#8221; custom_padding=&#8221;|5vw|0px|5vw|false|false&#8221; custom_padding_tablet=&#8221;|5vw|0px|5vw|false|false&#8221; custom_padding_phone=&#8221;|5vw|0px|5vw|false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;fade&#8221; animation_delay=&#8221;2000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Fledgling joy<\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;21px&#8221; header_line_height=&#8221;1.8em&#8221; custom_margin=&#8221;10px||5px||false|false&#8221; custom_padding=&#8221;|5vw||5vw|false|false&#8221; custom_padding_tablet=&#8221;|5vw||5vw|false|false&#8221; custom_padding_phone=&#8221;|5vw||5vw|false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;fade&#8221; animation_delay=&#8221;3000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Grief&#8217;s knot<\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;21px&#8221; header_line_height=&#8221;1.8em&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;10px||5px||false|false&#8221; custom_padding=&#8221;|5vw||5vw|false|false&#8221; custom_padding_tablet=&#8221;|5vw||5vw|false|false&#8221; custom_padding_phone=&#8221;|5vw||5vw|false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;fade&#8221; animation_delay=&#8221;4000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Light innocence<\/h1>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;15px||||false|false&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Jacques Francois||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;2em&#8221; custom_margin=&#8221;30px||||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;|5vw||5vw|false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; custom_css_free_form=&#8221;.large {||    font-size: 20pt;||    float: none;||    margin-right: 0;||}||||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\"><span class=\"large\">I&#8217;d love to invite<\/span> some of the core doorways that act a foundation for everything else we do. There&#8217;s no limit to how deeply these can be refined \u2013 so even if familiar, consider where <em>your<\/em> learning edge is. The first several invitations touch these foundations and the last ones are more specific to Primrose. <a href=\"#PrimroseSummary\">Click here to see a short description of each of the five doorways<\/a> with suggestions where you might find a learning edge. To share reflections on meeting Primrose click the painting &#8211; for tracking progress use the dots on the left of the screen (desktop) \/ top of the screen (mobile).<\/p>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; border_width_all_tablet=&#8221;&#8221; border_width_all_phone=&#8221;&#8221; border_width_all_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_audio audio=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/02\/Intentionality-Primrose.mp3&#8243; title=&#8221;Clarity of intention&#8221; admin_label=&#8221;Audio&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Jacques Francois||||||||&#8221; title_text_color=&#8221;#D6D6D6&#8243; title_font_size=&#8221;19px&#8221; title_line_height=&#8221;1.8em&#8221; background_color=&#8221;rgba(255,255,255,0.1)&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;75%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_margin_tablet=&#8221;||25px||false|false&#8221; custom_margin_phone=&#8221;||25px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;15px||15px||false|false&#8221; custom_css_main_element=&#8221;.et_pb_audio_module audio::-webkit-media-controls-volume-slider {||    display: none !important;||}||||.et_pb_audio_module audio::-webkit-media-controls-mute-button {||    display: none !important;||}||||\/* For Firefox *\/||.et_pb_audio_module audio::-moz-volume-slider {||    display: none !important;||}&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#FFFFFF&#8221; border_style_all=&#8221;dotted&#8221; global_colors_info=&#8221;{}&#8221; filter_saturate__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_audio][et_pb_audio audio=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/02\/Potent-ritual.mp3&#8243; title=&#8221;Simple, potent ritual&#8221; admin_label=&#8221;Audio&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Jacques Francois||||||||&#8221; title_text_color=&#8221;#D6D6D6&#8243; title_font_size=&#8221;19px&#8221; title_line_height=&#8221;1.8em&#8221; background_color=&#8221;rgba(255,255,255,0.1)&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;75%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_padding=&#8221;15px||15px||false|false&#8221; custom_css_main_element=&#8221;.et_pb_audio_module audio::-webkit-media-controls-volume-slider {||    display: none !important;||}||||.et_pb_audio_module audio::-webkit-media-controls-mute-button {||    display: none !important;||}||||\/* For Firefox *\/||.et_pb_audio_module audio::-moz-volume-slider {||    display: none !important;||}&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#FFFFFF&#8221; border_style_all=&#8221;dotted&#8221; global_colors_info=&#8221;{}&#8221; filter_saturate__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_audio][et_pb_audio audio=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/03\/Presence-and-reciprocity2.mp3&#8243; title=&#8221;Cultivating presence&#8221; admin_label=&#8221;Audio&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Jacques Francois||||||||&#8221; title_text_color=&#8221;#D6D6D6&#8243; title_font_size=&#8221;19px&#8221; title_line_height=&#8221;1.8em&#8221; background_color=&#8221;rgba(255,255,255,0.1)&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;75%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_padding=&#8221;15px||15px||false|false&#8221; custom_css_main_element=&#8221;.et_pb_audio_module audio::-webkit-media-controls-volume-slider {||    display: none !important;||}||||.et_pb_audio_module audio::-webkit-media-controls-mute-button {||    display: none !important;||}||||\/* For Firefox *\/||.et_pb_audio_module audio::-moz-volume-slider {||    display: none !important;||}&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#FFFFFF&#8221; border_style_all=&#8221;dotted&#8221; global_colors_info=&#8221;{}&#8221; filter_saturate__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_audio][et_pb_audio audio=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/03\/Liminality.mp3&#8243; title=&#8221;Liminal returning&#8221; admin_label=&#8221;Audio&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Jacques Francois||||||||&#8221; title_text_color=&#8221;#D6D6D6&#8243; title_font_size=&#8221;19px&#8221; title_line_height=&#8221;1.8em&#8221; background_color=&#8221;rgba(255,255,255,0.1)&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;75%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_padding=&#8221;15px||15px||false|false&#8221; custom_css_main_element=&#8221;.et_pb_audio_module audio::-webkit-media-controls-volume-slider {||    display: none !important;||}||||.et_pb_audio_module audio::-webkit-media-controls-mute-button {||    display: none !important;||}||||\/* For Firefox *\/||.et_pb_audio_module audio::-moz-volume-slider {||    display: none !important;||}&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#FFFFFF&#8221; border_style_all=&#8221;dotted&#8221; global_colors_info=&#8221;{}&#8221; filter_saturate__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_audio][et_pb_divider _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;40px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_audio audio=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/03\/Grief-and-Primrose.mp3&#8243; title=&#8221;Doorways of grief&#8221; admin_label=&#8221;Audio&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Jacques Francois||||||||&#8221; title_text_color=&#8221;#D6D6D6&#8243; title_font_size=&#8221;19px&#8221; title_line_height=&#8221;1.8em&#8221; background_color=&#8221;rgba(255,255,255,0.1)&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;75%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_padding=&#8221;15px||15px||false|false&#8221; custom_css_main_element=&#8221;.et_pb_audio_module audio::-webkit-media-controls-volume-slider {||    display: none !important;||}||||.et_pb_audio_module audio::-webkit-media-controls-mute-button {||    display: none !important;||}||||\/* For Firefox *\/||.et_pb_audio_module audio::-moz-volume-slider {||    display: none !important;||}&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#FFFFFF&#8221; border_style_all=&#8221;dotted&#8221; global_colors_info=&#8221;{}&#8221; filter_saturate__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_audio][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; border_width_all_tablet=&#8221;&#8221; border_width_all_phone=&#8221;&#8221; border_width_all_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_divider disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;40px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_video src=&#8221;https:\/\/vimeo.com\/1054428591?share=copy#t=0&#8243; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;86%&#8221; width_tablet=&#8221;86%&#8221; width_phone=&#8221;87%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;40px||70px||false|false&#8221; custom_margin_tablet=&#8221;40px||70px||false|false&#8221; custom_margin_phone=&#8221;40px||70px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#666666&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][\/et_pb_column_inner][\/et_pb_row_inner][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/03\/Labyrth.png&#8221; title_text=&#8221;Labyrth&#8221; url=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/journey\/&#8221; disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;45%&#8221; width_tablet=&#8221;53%&#8221; width_phone=&#8221;70%&#8221; width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;40px||||false|false&#8221; filter_opacity=&#8221;34%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;25px&#8221; header_line_height=&#8221;1.8em&#8221; custom_margin=&#8221;10px||10px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; animation_style=&#8221;fade&#8221; animation_duration=&#8221;2500ms&#8221; animation_delay=&#8221;3000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Winter&#8217;s thaw<\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;25px&#8221; header_line_height=&#8221;1.8em&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;10px||5px||false|false&#8221; custom_padding=&#8221;|3vw|||false|false&#8221; animation_style=&#8221;fade&#8221; animation_duration=&#8221;2500ms&#8221; animation_delay=&#8221;5000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: right;\">Tender vulnerability<\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;25px&#8221; header_line_height=&#8221;1.8em&#8221; custom_margin=&#8221;10px||10px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; animation_style=&#8221;fade&#8221; animation_duration=&#8221;2500ms&#8221; animation_delay=&#8221;6000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Fledgling joy<\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;25px&#8221; header_line_height=&#8221;1.8em&#8221; custom_margin=&#8221;10px||5px||false|false&#8221; custom_padding=&#8221;|||2vw|false|false&#8221; animation_style=&#8221;fade&#8221; animation_duration=&#8221;2500ms&#8221; animation_delay=&#8221;7000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>\u00a0Grief&#8217;s knot<\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Jacques Francois||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;25px&#8221; header_line_height=&#8221;1.8em&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;10px||5px||false|false&#8221; custom_padding=&#8221;|3vw|||false|false&#8221; animation_style=&#8221;fade&#8221; animation_duration=&#8221;2500ms&#8221; animation_delay=&#8221;8000ms&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: right;\">Light innocence<\/h1>\n<p>[\/et_pb_text][et_pb_video src=&#8221;https:\/\/vimeo.com\/1054428591?share=copy#t=0&#8243; disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;86%&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;40px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#666666&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][\/et_pb_column][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|on|on&#8221; admin_label=&#8221;Mobile Navigation Module&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;#043a0f 0%|#000200 100%&#8221; positioning=&#8221;fixed&#8221; position_origin_f=&#8221;bottom_center&#8221; z_index=&#8221;999&#8243; max_height=&#8221;100px&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;14px||0px||false|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; border_color_all=&#8221;#D6D6D6&#8243; border_width_top=&#8221;1px&#8221; border_color_top=&#8221;#6B6B6B&#8221; border_style_top=&#8221;dotted&#8221; box_shadow_style=&#8221;preset3&#8243; box_shadow_vertical=&#8221;-3px&#8221; box_shadow_blur=&#8221;3px&#8221; box_shadow_spread=&#8221;0px&#8221; box_shadow_color=&#8221;rgba(255,255,255,0.08)&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; disabled_on=&#8221;off|on|on&#8221; module_class=&#8221;two-col-mobile&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;95%&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/03\/Dodecahedron-400.png&#8221; title_text=&#8221;Dodecahedron 400&#8243; url=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/WEOnline2026.html&#8221; show_bottom_space=&#8221;off&#8221; align=&#8221;center&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;42%&#8221; width_tablet=&#8221;45%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;60px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; filter_opacity=&#8221;79%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-content\/uploads\/2025\/03\/Labyrth.png&#8221; title_text=&#8221;Labyrth&#8221; url=&#8221;https:\/\/weedsintheheart.org.uk\/WildEnchantments\/journey\/&#8221; show_bottom_space=&#8221;off&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;45%&#8221; width_tablet=&#8221;53%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;65px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; filter_opacity=&#8221;34%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #PrimroseSummary&#8221; module_id=&#8221;PrimroseSummary&#8221; module_class=&#8221;popup&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(255,255,255,0.9)&#8221; da_is_popup=&#8221;on&#8221; da_popup_slug=&#8221;PrimroseSummary&#8221; da_disable_devices=&#8221;off|off|off&#8221; border_radii=&#8221;on|40px|40px|40px|40px&#8221; global_module=&#8221;2523&#8243; global_colors_info=&#8221;{}&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; ihc_drip_start_type=&#8221;1&#8243; ihc_drip_end_type=&#8221;1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Jacques Francois||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;2em&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>Intention<\/strong> &#8211; The doorway here is to form a clear, concisely formed intention. Perhaps you have some other way apart from words to crystallise intention (e.g. mark making or movement)? Where is your edge with this? Often people find that their first &#8216;intention&#8217; is actual a compound intention made of many other intentions. The only problem with this is that the response will be a compound response and many be more challenging to navigate.<\/p>\n<p><strong>Ritual<\/strong> &#8211; Do you already have a ritual practice? What works for you? How might you deepen or grow this practice? Might your edge be about sharing this with others for instance?<\/p>\n<p><strong>Presence<\/strong> &#8211; What happens when you invite yourself to drop into presence? For many people the edge is the &#8216;monkey mind&#8217;, distraction or impatience. What does it mean to be present with your body, your heart and your seership? Sometimes self-judgement come up in this space \u2013 if so how do you navigate it? What does it mean be in recipocracy and gratitude with the plant?<\/p>\n<p><strong>Liminal<\/strong> &#8211; How do you consciously enter into a liminal \/ dream state? What works for you and how reliably can you access this? Can you bring clarity and intentionality to this? What are your tendancies in terms of projection?\u00a0 <em><a href=\"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/foundations\/\">Click here for reflections on these four Foundations<\/a><\/em><a href=\"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/Grief-sharings\/\"><em><\/em><\/a><\/p>\n<p>[\/et_pb_text][et_pb_divider _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Jacques Francois||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;2em&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>Grief<\/strong> &#8211; What does your inner landscape of grief look like? How might old wounds have hardened the shield around your heart \u2013 and in so doing keep you seperate from intimacy and a deeper engagement with life? Might there be area&#8217;s of grief you&#8217;ve cut yourself off from? Do you see grief as a friend or are you fearful of it? Are you able to be seen in your grief by others and are you comfortable staying present with others&#8217; grief? What happens when you take something you struggle with and sit with Primrose with this?\u00a0 <a href=\"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/Grief-sharings\/\"><em>Click here for reflections<\/em><\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Click the Primrose card for the sharings page.Winter&#8217;s thawTender vulnerabilityFledgling joyGrief&#8217;s knotLight innocenceI&#8217;d love to invite some of the core doorways that act a foundation for everything else we do. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"TEC\\Tickets\\Commerce\\Module","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-2149","page","type-page","status-publish","hentry"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-json\/wp\/v2\/pages\/2149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-json\/wp\/v2\/comments?post=2149"}],"version-history":[{"count":182,"href":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-json\/wp\/v2\/pages\/2149\/revisions"}],"predecessor-version":[{"id":4170,"href":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-json\/wp\/v2\/pages\/2149\/revisions\/4170"}],"wp:attachment":[{"href":"https:\/\/weedsintheheart.org.uk\/WildEnchantments\/wp-json\/wp\/v2\/media?parent=2149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}