Configuration: Find a Course
The installation package has pre-built pages with Find A Course widget:
/try-alpha/
/the-marriage-course/try/
You will need to make a change to those widgets to have them search within your MyAlpha / Marriage Builder instance.
Reminder: for the courses to appear in search results the course admins need to 'Publish' them when they create the course.
Updating Find an Alpha
1. Go to Pages -> Try Alpha and click Edit
2. Scroll down till you see Find an Alpha in your area section
3. Replace the 'https:// alphabuilderadmin.com/find-an-alpha' with your MyAlpha instance URL. For example, for the USA the iframe script would look like this:
<iframe src="https://usa.alphabuilderadmin.com/find-an-alpha" allow="geolocation" sandbox="allow-scripts allow-top-navigation allow-same-origin" scrolling="yes" style="width: 100%; height: 550px; max-width: 1200px; margin: 0px auto; border: none;"></iframe>
4. Click Update in the top right corner to save your change.
Updating Find a Marriage Course
1. Go to Pages -> The Marriage Course / Try and click Edit
2. Scroll down to Find a Course in your area section
3. Replace 'https://run.themarriagecourse.org/find-a-course.html' with the URL of your Marriage Builder instance. For example, USA iframe script would look like this:
<iframe src="https://usa.marriagebuilderadmin.com/find-a-course.html" allow="geolocation" sandbox="allow-scripts allow-top-navigation allow-same-origin" scrolling="yes" style="width: 100%; height: 550px; max-width: 1200px; margin: 0px auto; border: none;"></iframe></iframe>
4. Click Update in the top right corner to save your change.