Closed killnine closed 11 years ago
I just updated the main sermons.php file with a fix for this. Can you update your install with it and let me know if it works for you? If it does, then I'll push the changes to the wordpress.org repository.
I just updated it again. That was my mistake pushing a change without testing it! Let me know how it goes.
I FINALLY got back to this project and, yes, this looks to have resolved the bug with stuff appearing at the top (bug with Jetpack and RS Events). However, in the Archive page, it looks like my MP3 lessons are showing up under the RS Event widget's Upcoming Events. Ill keep investigating and put in another bug if I can track it down.
Development has moved to bitbucket: https://bitbucket.org/wpforchurch/sermon-manager-for-wordpress
Found an issue when using RS Events Multiday (http://wordpress.org/extend/plugins/rs-event-multiday/) with this plug-in.
Both have calls to
add_filter('the_content', '<some callback here>');
, which causes (in this case) SM to render things twice on some pages. I think this also may be an issue with JetPack as well (which will definitely be a deal-breaker for some people).The conflict exists in
rs_event_list_return($args = array())
function in RS Events, and in theadd_wpfc_sermon_content($content)
function of this plugin. I don't know much about PHP or WP, unfortunately so this was my hack:It is a shameless grab of this: http://pastebin.com/0cwd150Z, but I had to change the comparison operator from
equals
tostrictly less-than
Great plug-in, otherwise. Just has a few kinks with two of the plug-ins I want to use :(