Latest Changes

v3.1.11September 20, 2023

When adding a new person, we only supported fields for First and Last names. It seemed like that was a good place to start, but we really needed to be able to add prefix and suffix for certain clients. (now paging The Reverend Doctor…) So we did it. Now you can add prefix or suffix to your people. We’ve also updated the new team_members shortcode so that it lists people with those pre/suffixes as well. And we’ve updated the person themer layout in our templates.

If you have a site that was spun up before today, feel free to jump into chat and we’ll be happy to update your person themer layout as well. (The person themer layout is just a fancy way to say the bio page.) You can also download the import file below if you’d like to try to do it on your own.

That’s it for now!

v3.1.10September 12, 2023

You know those times you get an email that somebody filled out a form on your website, but you aren’t really sure what the form was for? It would probably help for you to have a direct link to the form right in the email notification, right? Well, today that small-but-mighty improvement in form notifications is a reality!

Yep. That’s it for now. 😅

v3.1.9September 8, 2023

In this update, we added some new styles to the team_members shortcode that we rolled out last week. In some cases, clients had their heading tags set for larger sizes than needed, so this helps us to make sure the text sizes are more manageable.

We also added some options to enable/disable tabs in the live-tabs shortcode. You can now paste in a bible.com url to define where the Bible embed starts. This allows you to select whatever translation you want to use, or you can even have the embed start on a specific chapter or verse. Those settings can all be found in the livestream settings in your dashboard. There was also a minor scrolling issue in the Bible embed that we fixed.

v3.1.8September 1, 2023

In this release, we re-wrote our livestream tabs shortcode. The previous shortcode was using a framework called bootstrap that helped us create the functionality for the tabs, but with bootstrap came too much extra code that we didn’t need. In some cases, that bootstrap code was conflicting with other code in our system. Some users were seeing issues with smaller text sizes on their live page. So we’ve dumped bootstrap and rolled our own solution using code that is much less prone to conflict. It also makes the livestream page much faster to load.

You can use the new live-tabs shortcode anywhere on your site, but it’s really meant to act as a sidebar next to your livestream on your dedicated livestream page. It features five sections that we’ll explain below.

🗒️ Notes

The notes section pulls the content out of your latest sermon. So if you’d like to allow your people to follow along with notes during your service, you’ll just pre-publish the sermon notes as post content. After the service, you can go back in to add the video. If you are auto-publishing your sermons from YouTube, you may need to go in and combine those posts later in the week.

💬 Chat

The chat feature works with a third-party chat service. We’ve used Arena.im with some of our clients. (Psst: we’re working on building a native chat feature in the future.)

📕 Bible

The Bible tab embeds a basic bible from YouVersion at bible.com. We’re working on a way to make it so you can set your own preferred translation.

❤️ Give

This simply displays your giving action, which could appear as a give button or as a form if you use our native form builder for online giving.

🗓️ Events

This events tab lists the latest events. You must have The Events Calendar Pro active to use this, and we’re currently working on squishing some bugs with that, so you may see a shortcode error in the meantime. If you do, just let us know and we can manually override that error for you on your site.

v3.1.7August 31, 2023

For a while now, we’ve had to use some workarounds to display people who are members of teams. These workarounds included assigning people to the teams and then going in and assigning the matching team to the person as a taxonomy. We’ll admit, it was pretty clumsy. The more we dreamt about what our teams feature should look like, that has evolved over time to work better than it did at the outset. Now, you can define roles for each team, and then you can add people into those roles. You can also re-order the roles right in the team editor.

So what was a complicated system is pretty simple now. Just make sure your team members are added as people. Then you can edit the team and add them as members to specific roles.

With our new approach comes a new shortcode you can use. You can add the No team members found. shortcode to your team page (or even better, to the team member theme layout) and it will now display the members of that team in the order you used when you created the roles. You can also use the shortcode with a team_id argument on other pages around your site.

Some other preparations

In addition to this new shortcode, we’re starting to set the stage for a new product we call Messenger. It will begin as a simple email platform for you to email your users and people in your database. Later on, we’ll add text communication and in-site/in-app chat widget functionality. That’s all coming down the road.

We also added some code that we’re working on to enhance the dashboard experience. Just a quick preloader so you can feel like you’re heading somewhere important while the dashboard loads.

v3.1.6August 30, 2023

In this hot fix, we had to address a few issues with plugin conflicts between our metadata framework (Meta Box) and our page builder (Beaver Builder). This update added better breakpoint settings in the Page Builder, the ability to add custom CSS/JS to specific modules, and better handling for row background videos using Vimeo.

v3.1.0August 1, 2023

Digital Church Platform has integrated with other platforms and services since the very beginning, but often times, those integrations were hard to identify because they were baked into specific features. For instance, in our giving settings page, you could select a giving provider to use with your church website. Once it was setup, it would integrate that provider on any page that used the

shortcode.

Logos Bible Reftagger Integration

Recently, we decided that it was time to elevate our integrations and to begin to offer some specific features that could be applied to the whole site. One of those is the Logos Bible Reftagger. When you enable this feature, a script is included on every page of your website. It silently scans your content for bible references and if it finds any, it will automatically generate a link that opens the scripture up in a small pop-up window so users can see the reference for themselves.

You’ll be able to find the Logos Bible Reftagger integration in your dashboard, under Settings > Integrations. There, you can enable the integration and select a default translation from the options listed. Once you have it set, be sure to clear the cache by hovering over the lighting bolt in the top right corner of your dashboard and selecting the “Refresh All Pages” option. That should ensure that every page of your site is regenerated for visitors with the new integration active.

As always, be sure to test it out by visiting your website in a private or incognito window.

Planning Center Online Integration

In addition to the existing Planning Center Giving integration, we are now also offering a site-wide Planning Center integration. You’ll also find this on the Settings > Integrations page in your dashboard. With this integration, you can now add Planning Center Forms anywhere on your website by adding a link to the form and including a special URL handler to the end of the link to activate the form. Here’s a help guide we put together to explain exactly how to do it:

Add a Planning Center Form to my Website

v3.0.0March 30, 2023

Over the last year, we have been building and preparing to launch a new version of our Digital Church Platform that enables us to continue to build better features moving forward. Today, we are accouncing the release of Digital Church 3.0.

Noticable Changes

While this release focuses on the registration process for new accounts and the underlying architecture of our platform, there are a few small items you’ll notice that have been added recently. Here’s a rundown of what you may discover:

A New CSS Utility Class

We’ve begun setting up some more CSS utility classes for shadows. We’re using tailwind-css as a guide to add our own globally available CSS code for our templates that you can also use. You can reference those css classes in Tailwind CSS Documentation. We are working on a full implementation of Tailwind in the future, but for now, we are simply borrowing their classes for our own global css.

File Download Field for People

We’ve had a few requests for people to have the ability to define a download link for personal press kits, resumes, etc. You’ll now see that there is a new field avialable when editing people. If you want to be able to display a button or link on the front end of your website, you may need to ask us to update your frontend layout. Just reach out to us via chat and we’ll be glad to help.

Connect Cards can now Redirect to Latest Blog Post

We’ve had a feature available for a while that would allow you to set a connect card to be immedeately redirected to the latest sermon. This was a great way to make it so people can easily get to the latest sermon from the connect page. You could even pre-publish a sermon ahead of Sunday Morning and use the latest sermon as a source for sermon notes and downloads during the sermon (and then update later with the video and audio files). Well, now you can have a latest blog post card as well that will redirect the user to the latest post. Blog posts are a great way to publish announcements and follow up from major events in your church.

Using WordPress Archive Pages for Connect Cards

When we launched our platform, we started out by creating normal static pages for things like connect cards. This made it a little easier for you to know how to edit those pages. However, it came with a bit of a cost. When you added a new connect card, the cache for the connect page didn’t refresh automatically. So we’re moving toward using the WordPress archive for connect cards. We’re still using the page builder to build them, and you’ll still be able to customize them. This new approach makes it so the cache refreshes a little more reliably so your connect cards are immedeately available to your users.

Note: We’ve had a few client sites that have automatically switched over to the archive page without giving us an opportunity to import the page builder layout. If your connect card page is looking off, please reach out to us so we can re-import the new layout. 🙂

A New Ministries Feature

As we continue to develop our teams feature into something you can full manage your ministry teams with, we are realizing that some churches need something a little more basic. They don’t think of their ministry teams as “teams” that are managed. They tend to simply focus on the ministries they offer. We just recently started rolling out a new ministries feature that allows a simple listing of ministries and an overview of each one, similar to a simple blog post.

Multiple Leaders for Small Groups

For a while, you’ve only been able to select a single leader for small groups. Now you can select as many as you’d like. Just make sure they are already entered into the system as people.

About Categories and Tags

As we have worked with each of you on your website, we’ve noticed a slight misstep that we took early on. We didn’t put enough thought into taxonomies on our platform. As a result, you’ve been able to assign categories and tags across almost every different type of content. As we have put some more thought into it, we realize that we need to be more strategic. Some content types (like a location, for instance), need to be available as a taxonomy for certain posts.

For example, if you have a campus event for one campus of a multisite church, you might need that event to be tagged just for that campus. So we’re beginning to make some changes to the categories and tags systems across the whole platform. We’ll approach it in a way that if you’ve used them in the past, they will still work for old content, but at some point, categories and tags may be removed from certain content types for adding new content. As always, if you run into any issues, just reach out to us via chat.

Sitemap Links in the Footer

We had some instances of footer sitemap links not working properly, so we fixed that. Sitemaps are just there to help search engines know what you have on your website, and they tend to know where to look to find them. But having them available in the footer helps a bit. 🙂

A New Server

We’ve built a new server for this instance on the latest stable release of the Ubuntu OS (Ubuntu-20-04-x64 for all your nerdy types). As a part of this new environment, we’re running a new version of WP-Ultimo, which is what enables us to provision new sites and copy templates, as well as offer different subscription packages.

New Approach to Analytics

Over the last year, we’ve seen more and more people talking about the poor privacy practices of Google Analytics. (Take a moment to Google it, lol, and you’ll see.) We used to track all traffic in our own Google Analytics account. It wasn’t something that we could easily grant access to you, so you would need to setup an additional tracking account to really be able to see your statistics.

We’ve moved away from Google Analytics to a more privacy-focused system from Fathom Analytics. Fathom is compliant with GDPR, CCPA, ePrivacy, and PECR. They keep the most sensitive data anonymous while still delivering meaningful data about your website visitors. It loads faster than Google Analytics as well.

In addition to the privacy features they offer, there is also a publish dashboard you can view by going to https://stats.digitalchurch.app/yourdomain.church. Just replace the domain name at the end with your own domain. (You’ll see our demo site stats using the link above.)

Note: If you are still on our old platform, you may need to try https://stats.digitalchurch.website/yourdomain.church.

Updated Pricing

As a part of the new version of our platform, we are introducing new pricing. Our standard plan, which offers similar functionality to non-church competitors like wix and squarespace, is now $19 monthly. Over the last year, as a product of inflation, those services have also raised their pricing in a similar way. Our standard plan, which used to be $29 monthly, is now $39 monthly. It includes our new prayer requests feature that we are rolling out later this year. The new Premium plan now starts at $59 monthly.

If you’d like to have access to our previous pricing, simply mention something to us via chat, and we’ll discount your plan to match our previous pricing. 😉 This special offer will only be available through the end of 2023. (But once you get the discount, you won’t lose it as long as your account stays active.)

🤠 We’re Hiring!

We’re looking to connect to contractors who want to work in the creative space for churches. If you’re a designer, developer, or writer and you want to help churches thrive in online ministry, consider joining our team. You can view our current positions at https://digitalchurch.pro

January 31, 2022

It’s no secret that the church is made up of people. This includes attendees, ministry leaders, board members, and staff members. They all play an important role in the life of the church. And if your church website is really going to function as a digital representation of your local church, it should have the ability to represent these individuals.

All of you together are Christ’s body, and each of you is a part of it.

1 Corinthians 12:27 NLT

Let’s start by thinking about a staff page on your website. It’s easy for most of us to see why a church might need one. In fact, that’s often one of the most visited pages on a church website. If you put yourselves in the shoes of a new person, it’s easy to see why. You’re visiting a new church for the first time. You see multiple people step up on the platform, with no idea who any of them are, and you begin to feel a connection with those people. But it’s really hard to pull them aside to introduce yourself. You want to get to know them, though, so it’s nice to be able to have a bit of a head start. You go to the church website to see who they are and read a little bit about them. This scenario plays out week after week in thousands of churches.

Staff isn’t quite a broad enough designation, though. Often times, we have lay people serving in leadership roles. This could be as a board member, a ministry director, or even a classroom teacher. So rather than only having staff available on the site, I would encourage you to add everyone in a leadership position to your church website.

In response to that need, we developed a feature we called “Team Members”. Many of you have been using that feature for a while now, especially when it comes to assigning a speaker for a sermon.

But as I’ve personally dreamt about what the Digital Church Platform could become–about how it could help churches to thrive online–I realized that we needed to broaden the scope of “Team Members” to include any “People” in the church. This would allow us to do much more than we are currently able to do.

What kind of features can we develop on top of Digital Church People?

For starters, you might want to add a member directory to your website. Perhaps people with user accounts would have the capability to sign in to their website and view a directory of their fellow church members. Maybe they could even send them a message of encouragement or express their prayers for that person. Or maybe, just maybe, we could encourage people to complete a profile that includes some basic information on their own spiritual journey.

This is where things get interesting.

What if you had a database of people for your church that included important information like: Who has accepted Jesus? Who has been baptized? Who is serving on a team? Who regularly attends a small group? Who has submitted a prayer request?

As a church leader, that should give you some incredibly useful data to be able to know how to lead your church.

As we develop this new tool for churches, we will include the ability to define spiritual growth markers like salvation, baptism, prayer, etc. And as your church engages in spiritual development over time, we’ll display relevant data to those of you in leadership so you’ll be able to make informed decisions about how you are leading your church.

Privacy is important as well, so we will be moving forward with great caution. We want people to be able to track their own spiritual growth markers privately if they would like, while still presenting anonymized data for the church leadership, but also to allow some of that data to be shared in detail if the individual decides to share it.

Out of this vision, we’re opening a Digital Church People Beta Program today. It’s very simple right now, and really isn’t much different than our Team Member feature was, but it’s laying groundwork for amazing growth of our platform, and in turn giving you some tools that you will be able to use to lead your church into growth.

If you would like to join the Digital Church People Beta Program, you can fill out an application and our team will get you set up. We’re looking forward to receiving feedback directly from you as we shape the future of this essential tool for churches.

October 18, 2021

Sometimes, when you’re working on a long page, it can be a little overwhelming to process all the content on that page as you’re working on it. Moving entire rows up and down the page can be a little cumbersome as well. Wouldn’t it be nice to have access to a simple list view of the page contents and have the ability to move them around within that list view?

Now you can! In the top right corner of the page builder interface, you’ll now see an icon for the outline panel. You’ll see new options to add labels in the advanced tab for rows, columns, and modules as well to organize your layout. We’ll be working on adding those labels to our templates as well. From now on, restructuring your page content is as simple and dragging it up and down the list. (You can also duplicate and delete content from the outline view!)

Let us know how you like this new feature! We love to hear from you in the chat!