1. Home
  2. Docs
  3. Podcast Player Documentat...
  4. Issues & FAQ
  5. Podcast player is not showing on front-end

Podcast player is not showing on front-end

If you do not see podcast player on the front end and just see a blank space in place of the podcast player, it is likely that there is some JavaScript error on your website. Since podcast player is highly dependent on JavaScript and any error in it will halt its functioning.

Testing for JavaScript errors

To check for JavaScript errors in a browser, follow these steps:

  1. Right-click on the webpage and select “Inspect” (or press F12).
  2. Click on the “Console” tab in the developer tools panel.
  3. Refresh the page.
  4. Any JavaScript errors will appear in the console, along with a description and the line number.

Most likely, you will find which plugin’s Javascript file is causing the issue. Disabling that plugin should resolve the issue. However, If you still need more help on this, just contact us with the URL of the page where you are facing this issue.

Was this article helpful to you? Yes No

How can we help?