[Plugin: WPaudio MP3 Player] Shortcode problem
-
Hi I hope somebody can help me out.
I use AJAX pagination with my theme and my php return function comes back with some html that includes a wp-audio shortcode. The problem is that the shortcode is displayed in text rather then converted to the player.
I spent a lot of time playing around and managed to make the shortcode work by calling any of these functions after my ajax return get_footer(); wp_footer(); wpaFooterForOldVersions();
The problem is that this works only in Chrome. In Firefox and Safari the shortcode is converted only to a text link and there is no play button and it basically does not work.
Where/what function do I need to call to make wp-audio convert the shortcode to proper player in my ajax return data?
- The topic ‘[Plugin: WPaudio MP3 Player] Shortcode problem’ is closed to new replies.