[Plugin: Audio Player] Won't Play – Substitue text for player
-
Have it installed. Plays fine in normal post, in the sidebar not so much. in fact it’s not replacing the text with an instance. Can’t figure it out.
https://victorhuzvar.com/voice-over/
I’ve tried both syntax – audio:full path –and — audio:audio folder.
here’s the side bar code
<div id="primary" class="sidebar one-third column"> <?php // we're looking at a static page. Which one? if (is_page('Voice Over')) { include(TEMPLATEPATH . '/sidebar_voiceover.php'); } elseif (is_page('Contact')) { include(TEMPLATEPATH . '/sidebar_contact.php'); } elseif (is_page('Photo')) { include(TEMPLATEPATH . '/sidebar_photo.php'); } elseif (is_page('Home')) { include(TEMPLATEPATH . '/sidebar_home.php'); } elseif (is_page('Resume')) { include(TEMPLATEPATH . '/sidebar_resume.php'); } else { // catch-all for other pages include(TEMPLATEPATH . '/sidebar.php'); } ?> </div>
and here’s the code in the sidebar_voiceover.php file
[audio:https://victorhuzvar.com/audio/VictorHuzvar_CommercialDemo_05072012.mp3]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Audio Player] Won't Play – Substitue text for player’ is closed to new replies.