Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Steven Jay Cohen

    (@stevenjaycohen)

    Needed to add the following CSS to hide the Castos Player appearing on regular posts that happened to contain audio (NOT PODCAST EPISODES):

    body.single-post div.podcast_player,
    body.single-post div.podcast_meta {
    display: none !important;
    }

    The Castos Player was non-functional. I can remove this CSS if you need it visible to test a fix.

    Thread Starter Steven Jay Cohen

    (@stevenjaycohen)

    I wound up using the following query to remove erroneous data created by the plugin at install on over 1500 posts that happen to contain audio files that were NOT part of a podcast.

    UPDATEsrnet_postmetaSETmeta_value='' WHERE meta_key="audio_file" and meta_value not like '%cast%'

    If it were only a few entries, I would have fixed it manually. If there is anything else that I should be checking to make certain that nothing is broken, please let me know.

    Plugin Support Jimmy Baum

    (@amongthestones)

    Hi there @stevenjaycohen,

    Thanks for contacting us and I’m sorry to hear you’re having trouble with this. We received a Zendesk ticket from you as well. If it’s okay, we’d like to respond here for documentation purposes, in case another user has a similar issue.

    I’m assuming you’re using posts for podcasting, is that correct?

    Thread Starter Steven Jay Cohen

    (@stevenjaycohen)

    Absolutely! Always happy to help with documentation ??

    Yes, using Posts (I think that was the default).

    Using the query in the earlier comment, I cleared out the field in over 1500 posts. This was similar to a manual recommendation made in an earlier issue on this forum but seemed more practical because of the volume of edits needed.

    Do I need to do anything else to clean this up?
    (Would seem to be an installer issue. I’d be happy to help you patch that for future users.)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts included in Default Podcast Feed?’ is closed to new replies.