Now Playing is blank.
-
I just installed Joan, and the schedule/today shortcodes work and display just fine. The Now Playing one … does nothing. I’m pretty sure there is some code missing from the plugin file – here is the function for the joan-now-playing shortcode:
function showme_joan(){ $output = '<style>'.get_option('joan_css', '').'</style>'; $output .= '<div class="joan-now-playing"></div>'; return $output; } add_shortcode('joan-now-playing', 'showme_joan');
As you can see, it simply outputs an empty div. There isn’t even code there to query the database like the other functions do. Plugin was installed 11/1/2017, from within the dashboard.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Now Playing is blank.’ is closed to new replies.