The demo video on the plugin page only shows an audio player on the Westminster website. We also need a video player. Right now we use an embedded player from sermon.net, and like the look of it, but it is slow. Does your plugin support video? What does the resulting player look like? Can you direct me to a church website using your plugin, so I can view the results? Thanks very much.
]]>We are trying to have the most recent sermon on our home page however it is not syncing correctly we are using Avada Theme
Link to the Sermon.net
]]>Hi there, I’m doing some preliminary homework in preparation for building a new website for my church.
Basically, I’m looking to have a custom post type where I can make it easy for the admin to add the video and audio embed each week. Our church isn’t currently putting the videos on sermon.net, just the audio, so I want to pull in from youtube for the video and sermon.net for the audio.
1. The original thing I was was wondering about is if Sermon.net supports an oembed field, where the user could just copy and paste the link? Maybe you know the answer to this?
2. Then I found your plugin, but after watching the video, I’m not sure if this only operates with playlists or if you can specify an individual sermon that you want to post? Hopefully you could answer this and tell me what would be done differently than what was done in your tutorial video.
Thanks so much!
]]>First off, thank you!!! Awesome plugin!!! I’m wanting to link to the sermons that your shortcode is displaying. You can see it on the recent sermons box on this page: https://ambassadorbiblefellowship.org/new
How do I link to the sermons that are being displayed by the shortcode? Thanks again!
]]>Our site was throwing 502 errors and our host discovered it was cause of this plugin hogging up server resources, specifically this line:
file_get_contents_curl() /www/wp-content/plugins/display-sermonnet/includes/process-feed.php:57
I had to de-activate the plugin to get the site to load at all.
Did something change with the sermon.net API in the past few days?
]]>Hi
The documentation mentions a short code generator but I can’t find it. Where is it?
I’m running WP 5.1.1
Thanks
]]>Hello,
I am having some trouble when regenerating the feeds for the sermon.net plugin. Everything appears to be setup correctly as the sermons are populating on my website and I can listen ect. I am able to load the Sermon.Net settings page as well with no problems. The set up page is located at https://www.therefuge4.com/2017/wp-admin/options-general.php?page=wt-sermonnet-settings.
However, the problem arises when I use the 4 links (Reset IDs Data, Reset Feed Data, Reload Data to Transient, and Check Data Feed Data).
When I click the links as is, I can an error that states the page can’t be found. Upon investigating the links are directing to: https://www.therefuge4.com/wp-admin/options-general.php?page=wt-sermonnet-settings&wt_clear_trans1=7u2h383745jhlakjwbdfiqh. As you can see the directory 2017 is missing. If I copy and paste that link and then add the directory following the domain name, it will load.
Is there something I need to do to have the links contain the correct directory?
Thanks,
Jacob
]]>I’m receiving this error when I try to set up the plugin and check the feed:
Not Found
The requested URL /wp-admin/options-general.php was not found on this server.
Thank you for your help!
GM
Hi team,
Thanks for creating a great plugin!
We do have an issue with the plugin displaying sermons in date order. Last month we uploaded a sermon to sermon.net on 17 Jan 2017, however it has a recorded date of 25 Dec 2016. In the feed on our website, it places this sermon in-between the sermons for 15 Jan 2017 and 22 Jan 2017. Is there any way to place this sermon in the feed in its appropriate order?
Thanks!
]]>My playlists are not displaying. My Studio ID is 4016219. I checked that the playlist is checked in the app settings.
]]>Hello,
I have activated the plugin and I am trying to connect it to my account. It seems to recognize my sermon.net studio ID. However, my playlist (I only have one playlist) is not displayed.
I followed the 4-step process (several times) to regenerate the feeds, but it’s not working. This is what I get:
Warning: Invalid argument supplied for foreach() in /home/content/p3pnexwpnas10_data03/32/3600132/html/wp-content/plugins/display-sermonnet/includes/options.php on line 125
Sermon.net Studio ID:
(myStudioID)
Sermon.net Selected Playlists:
Sermon.net IDs:
Array
(
)
Sermon.net Feed Data:
I uninstalled the plugin and installed it again, but the issue is still there.
Thanks in advance for your input.
]]>Hi,
After installing the Sermon.net plugin for WordPress, and displaying it on our website via shortcode, I’m getting an error message that reads:
Warning: Invalid argument supplied for foreach() in /home/spbapt5/public_html/wp-content/plugins/display-sermonnet/includes/shortcodes.php on line 55
Here is the section of code that’s yielding that message:
`$wt_sermonnet_show_episodes = array();
if ( $wt_playlist_id == ‘all’ ) {
$wt_sermonnet_show_episodes = $wt_50_sermonnets_fulldata;
} else {
$wt_sermonnet_playids = array();
foreach ( $wt_recent_sermonnet_all as $wt_sermonet_playlists ) {
$wt_sermonnet_playids[ $wt_sermonet_playlists->playlistId ][] = $wt_sermonet_playlists->id;
}
$wt_show_ids = array();
foreach ( $wt_sermonnet_playids[ $wt_playlist_id ] as $wt_selected_id ) {
$wt_show_ids[ $wt_selected_id ] = $wt_selected_id;
}
$wt_sermonnet_show_episodes = array_intersect_key( $wt_50_sermonnets_fulldata, $wt_show_ids );
}’
I’m running the latest version of WordPress (4.7) and the Enfold Theme. Please advise.
Thanks,
Kelly
]]>