-
In order to keep our site uniform, I would like to request a way to have the sidebar visible on the single sermon page. Right now, I click on the sermon from the archived page and it brings up a full …
-
On the sermon archive page, there are no spaces between the posts when using Divi. The ~hack~ fix for this was to add
```css
article.wpfc_sermon {
margin-bottom: 60px;
}
```
to my Divi C…
-
Hey,
I posted somewhere last week and someone replied saying this feature would be available in 2 weeks. I just wanted to place the issue here so that I could be updated when the feature comes out.…
-
The Wordpress team is working on a "feature as a plugin" that allows for interacting with a Wordpress site via a REST API. Custom post types do not show up by default, but can by simply adding `'show_…
-
Customers seem to have folders called **sermon-manager-for-wordpress** whereas now its **Sermon-Manager**
This is why the plugin is often deactivated upon update, the folder name has changed.
L…
-
-
**Note:** While I was in the midst of writing this, I answered my own question. I decided to file this issue anyway, though, in case someone else has a similar issue and wants a solution.
**Soluti…
-
I've been able to replicate this several times in my local dev instance and my production sites.
When I save **Settings** > **General** > **Archive Page Slug** and click **Save Changes**, the chang…
-
When using the sortlists to filter the content this works fine when you select a series/preacher etc. However, when you then go back to having no item selected you do not return to the sermon list, bu…
-
Since the site I am working on is an existing one and I'm transferring stuff from a PHP site to Keystone… how do I redirect pages that are now dead?
For example:
- index.php => /
- sermons.php => /
…