Have you saved the Sermon Manager Settings?
wpforchurch on "[Plugin: Sermon Manager] Can't upload image to Pastor"
Jack (wpforchurch) on "[Plugin: Sermon Manager] Podcast Feed Doesn't Validate"
Please try the latest version 1.9
Jack (wpforchurch) on "[Plugin: Sermon Manager] What is the difference between the files in /sm_templates and those in /views?"
Sorry for the confusion. The sm_templates folder was only being used in development. The /views folder contains the files you can move to your theme folder and modify. They will go in the root of your child theme.
Jack (wpforchurch) on "[Plugin: Sermon Manager] Sermon links now result in 404 Error"
Just resave the permalinks in Settings → Permalinks.
catchfirecreative on "[Plugin: Sermon Manager] Latest several series?"
The latest_series shortcode is handy, but what I really need is to be able to display the images for the last 3 or 4 series. Is there a way to do this that wouldn't take terribly long to implement?
NgbX on "[Plugin: Sermon Manager] Failure to load Audio Media Player with new Update?"
Hi,
I just updated the plugin as I always do but now ALL our sermons are no longer loading the Audio Media Player with this new Update!
It just shows the entire URL text alone (most of of sermons are hosted on an externally so we always use the external url).
P.S: There is no additional plugin in use either, so there is no indication for a conflict.
Please help!
Jack (wpforchurch) on "[Plugin: Sermon Manager] Failure to load Audio Media Player with new Update?"
Are you using the latest version of WordPress? Can you post a link so I can take a closer look?
NgbX on "[Plugin: Sermon Manager] Failure to load Audio Media Player with new Update?"
Hi Jack,
Yes I am. Please use this link: http://bit.ly/1gsGIMP
Same with ALL other sermons too.
Many thanks for looking into this... Awesome plugin!
Jack (wpforchurch) on "[Plugin: Sermon Manager] Failure to load Audio Media Player with new Update?"
It seems that WordPress is unable to determine the filetype based on your url. The trailing info after the MP3 extension is confusing it:
.mp3?dl=1&token_hash=AAHBVtFZqZ9dlDuA77tYXLMH9Sl5EdgIekJxxj_Jx3bjAA
This stops the audio player from showing and just outputs a link. Can you try the url without the trailing info?
Jack (wpforchurch) on "[Plugin: Sermon Manager] Latest several series?"
I'm afraid that isn't possible. You could use the latest series shortcode and then use the [sermon_images]
below to show all of your other series.
NgbX on "[Plugin: Sermon Manager] Failure to load Audio Media Player with new Update?"
Hello Jack,
I just did and here is what it looks like: a large grey box with "Download File" which reloads the page when clicked. (pls see attached screen shot: http://awesomescreenshot.com/0bc2nqju68).
Also noticed that it appears like this too for the few previous urls ending with .mp3 e.g http://bit.ly/1n9g1Rp
And sadly, with even directed uploaded music files too.
Meanwhile, I've just updated again to version 1.92 (currently using WP version 3.8.3).
Pls what else can I do?
Thanks in advance!
Jack (wpforchurch) on "[Plugin: Sermon Manager] Failure to load Audio Media Player with new Update?"
The other example you give has spaces in the file name. That's causing the problem for it.
NgbX on "[Plugin: Sermon Manager] Failure to load Audio Media Player with new Update?"
Hi Jack,
Sorry still not working. E.g see here http://bit.ly/1qLfRPv where I even changed the Mp3's ID Tag... which makes me wonder how to deal with wav files and co.
Besides, the plugin has been working very perfectly until that last update.
Also just further update Wp to the new 3.9.
I really really hope you can look through to see what is going on.
Don't mind creating a log-in account for you to see the backend too.
Many Thanks!
greg124201 on "[Plugin: Sermon Manager] iTunes says my feed has no episodes"
Did we every get an answer for this. I have the some problem.
greg124201 on "[Plugin: Sermon Manager] sermon title has went missing"
The sermon title has went missing on my archive page and my post page. Any thoughts?
http://www.visithope.org/sermons/dont-refuse-to-walk-through-doors-the-keys-to-the-kindom-open/
Jack (wpforchurch) on "[Plugin: Sermon Manager] iTunes says my feed has no episodes"
Make sure you are using the latest version of Sermon Manager and WordPress.
Jose Castaneda on "[Plugin: Sermon Manager] sermon title has went missing"
Does this happen with all themes?
curtstrouse on "[Plugin: Sermon Manager] Failure to load Audio Media Player with new Update?"
I'm having a similar issue. I updated to the latest Sermon Manager and the player has stopped displaying. http://www.madisonfbc.org/archive I get a black box with Download File in it.
phidippides on "[Plugin: Sermon Manager] Featured images takes place of preacher imaeg"
This is a great plugin.
I do have a problem, though, which I can't figure out. I already have preacher images in place, and they work fine. However, if I add a sermon and add a featured image to that sermon, the featured image shows up on the sermon page as both the main featured image (as it should) and as the thumbnail image for the preacher.
I'm guessing the problem lies somewhere in template-tags.php, but I can't pinpoint where it is. Any solutions?
Jack (wpforchurch) on "[Plugin: Sermon Manager] Featured images takes place of preacher imaeg"
The sermon image will show up if there is an image associated with the sermon. The image is chosen by priority:
1. featured image
2. series image
3. preacher image
If there isn't an image it shows as blank. How your theme displays featured images will obviously potentially cause an issue. You could hide one of the images with CSS or by creating your own custom single-wpfc_sermon.php file in your theme. Just copy single.php and rename it.