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

    (@vedathemes)

    Hi there,

    It seems you have setup podcast player correctly. Also, your podcast is playing perfectly on my test page https://vedathemes.com/docs-aamla/podcast-testing/.

    The problem

    There is some JavaScript console error on your mentioned page. It seems jQuery is being loaded using some different method (directly from jQuery website). Also, defer attribute is added to the jQuery link (This causes jQuery to load very late and other script which needs jQuery to work don’t find it).

    In your particular case, jquery-migrate is having async attribute and jquery is having defer attribute, which causes jquery-migrate to load before jquery. However, it must be loaded after jquery.

    Solution

    If you are new to WordPress, I suggest please use native method of jQuery loading. Otherwise, please check above troubleshooting info I provided above and resolve accordingly.

    It seems this error is not caused by Podcast Player. However, please inform if you need more help on it OR if any other help is required.

    Thanks,

    Thread Starter Squazz

    (@squazz)

    I admit, I felt kinda stupid with all of those errors ??

    So, I’ve disabled all custom work with jQuery, and still I can’t get it to work?
    I also checked, and I no longer have any errors in the console :/

    Plugin Author Veda

    (@vedathemes)

    Hi,

    It still doesn’t work because none of the Podcast player plugin’s script is being loaded on your mentioned page. There still seems to be some custom work with javascript loading (not jquery this time though) which is preventing/modifying/restricting normal WordPress script enqueue method.

    Please check and correct accordingly.

    Thanks,

    Thread Starter Squazz

    (@squazz)

    Hi again, thank you so much for your patience! ??
    It seems my child-theme had disabled the WordPress media-elements. Re-enabling those made it appear! ??

    Love it!

    Again, thank you so much! Have a nice day

    Plugin Author Veda

    (@vedathemes)

    You’re welcome.

    Please inform if you need any other help with Podcast Player.

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t get it to work’ is closed to new replies.