• Resolved peekay

    (@peterkorchnak2)


    I am trying to show two episodes individually as a sample of a new podcast. The podcast_playlist with episodes parameter displays the two episodes as expected. But when I try to display the two episodes on the page individually with the podcast_episode shortcode, the players do not display. I got it as far as to display the title with the content parameters but the rest isn’t showing.

    The same issue occurs on individual episode pages. The ss_player shortcode displays each episode as expected, but the podcast_episode shortcode only shows the title.

    Please to fix.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @peterkorchnak2,

    I just tried displaying two episodes on the page, and it worked for me. Could you please share the content of the shortcode you’re using?

    Thread Starter peekay

    (@peterkorchnak2)

    On page

    https://yugoblok.com/visitingyugoslavia/zagreb-trade-fair/

    I am using these shortcodes at the very bottom.

    [podcast_episode episode=”19998″ content=”title, excerpt, player”]
    [podcast_episode episode=”20088″ content=”title, excerpt, player”]

    Title and excerpt is displayed for me, player is not.

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @peterkorchnak2,

    Just to be sure – what quotes did you use?
    Can you try this code instead (with regular double quotes)?

    [podcast_episode episode="19998" content="title, excerpt, player"]

    Also, did you try changing the theme?

    Thread Starter peekay

    (@peterkorchnak2)

    I am using the correct shortcode, it just got reformatted in this block editor after copy-paste.

    Changing the theme has no effect, the player still does not display.

    • This reply was modified 1 year, 6 months ago by peekay.
    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @peterkorchnak2,

    It’s likely a conflict with another plugin or third-party code. Have you tried disabling other plugins? I recommend doing this on a staging or development site. Start by switching to a standard WordPress theme and deactivating all other plugins.

    If this resolves the issue, it means there is a conflict, and you can narrow it down by reactivating the plugins one by one. If the issue persists, there may be a problem with the shortcode itself.

    Hope this helps,
    Serhiy.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Shortcode not displaying’ is closed to new replies.