Hey @nlsc,
We noticed that links are not working, so, could you please visit “Settings -> Permalinks” page from your website admin area? (usually on bottom left side)
Links should work after doing that.
Regarding sermon not displaying, that’s a weird issue. Could you send us temporary WordPress logins so we could take a look? (please send to nikola@wpforchuch.com – thanks!)
Thank you for your patience.
Have maybe the same issue, when using this shortcode:
[sermons filter_by=”wpfc_service_type” filter_value=”sunday-morning”]
Service type is set correctly when I look at the sermon on the sermon backend, so I think it is being updated into the database, but sermons entered after the update to 2.8 (or one of its updates) do not show up.
http://roebuckpca.com/sermons/
You can see the sermons by clicking series, for example, but otherwise not appearing. The Sunday Morning link beside the sermon date also does not appear.
Thanks
Hey @bkimzey,
Can you please try out just-released 2.8.3?
Thanks 🙂
Doesn’t seem to have helped. :-/
I’ve tried updating the new files, adding another test file, even rolling back. Nothing seems to be working…. Will have to do further testing tomorrow.
So, actually decided to look just a bit more.
Pulled up phpAdmin, and looked at post_content in the _posts table, and found that the new files are missing this:
<span class="service_type">(<a href="http://roebuckpca.com/sermonarchives/service-type/sunday-morning/" rel="tag">Sunday Morning</a>)</span>
after the
<span class="sermon_date"></span>
section.
But I’m not sure where to find what flags the sermon type, what table to look at. But it looks like in the _term_relationships, the object_id that corresponds to the sermon post does not include the term_taxonomy_id that indicates the service type.
Thanks
Just to confirm one suspicion, could you please try resaving the sermon and checking if the tag shows up? 🙂
Did an update to the sermon, but it did not show up.
Just looking at the service types, and adding them up, and looking at the total number of sermons, I can see that I’m short on the total, even without looking through the database. I’m puzzled, tho, as to how when I load it in the manager, the type comes up right….
This has been solved via email. Post Type was not assigning.
Fix has been published in 2.8.6.