Title: Audio shortcode error in Divi
Last modified: February 19, 2020

---

# Audio shortcode error in Divi

 *  Resolved [Sheila](https://wordpress.org/support/users/sheilahoff/)
 * (@sheilahoff)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/audio-shortcode-error-in-divi/)
 * First time using Divi’s Audio module. I get this error… Audio: please specify
   correct url. Viewing the source code I just figured out that Shortcodes Ultimate
   is causing it. When I disable it’s fixed. I’ve used CSS to hide the error message
   so the block (at bottom of link) now clicks to the audio file. But in Divi it
   would normally embed the player in that box. I hope you can tell me a setting
   to remedy the conflict. This is a very old site converted to Divi so the posts
   use SU throughout. I don’t want to eliminate SU. I just want to resolve this 
   conflict if at all possible. Thanks.
    -  This topic was modified 6 years, 3 months ago by [Sheila](https://wordpress.org/support/users/sheilahoff/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Faudio-shortcode-error-in-divi%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/audio-shortcode-error-in-divi/#post-12495544)
 * Hi Sheila,
 * the following snippet will disable su_audio shortcode, just add it to the end
   of the functions.php file:
 *     ```
       add_filter( 'su/data/shortcodes', function( $shortcodes ) {
       	unset( $shortcodes['audio'] );
       	return $shortcodes;
       }, 99, 1 );
       ```
   
 *  Thread Starter [Sheila](https://wordpress.org/support/users/sheilahoff/)
 * (@sheilahoff)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/audio-shortcode-error-in-divi/#post-12496141)
 * Great…thanks! Worked perfectly.
    -  This reply was modified 6 years, 3 months ago by [Sheila](https://wordpress.org/support/users/sheilahoff/).

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

The topic ‘Audio shortcode error in Divi’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

## Tags

 * [divi](https://wordpress.org/support/topic-tag/divi/)

 * 2 replies
 * 2 participants
 * Last reply from: [Sheila](https://wordpress.org/support/users/sheilahoff/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/audio-shortcode-error-in-divi/#post-12496141)
 * Status: resolved