Reply To: Audio bar has disappeared

#20792
HelgeHellcat
Participant

Hi Greenzebra.

I removed only the curly bracket, but now there are some gaps in the grid and
the infinitely Scrolling doesn’t work. It’s seems that some request (grid with audio types) will never stop.

What do you mean with “I replaced the entire mediaelementplayer call”?
Do you replace this entire code block
$(‘.entry-attachment audio, .entry-attachment video’).mediaelementplayer({
videoWidth: ’100%’,
videoHeight: ’100%’,
audioWidth: ’100%’,
alwaysShowControls: true,
features: [‘playpause’,’progress’,’tracks’,’volume’],
videoVolume: ‘horizontal’
});

with
$(‘.wp-audio-shortcode, .wp-video-shortcode’).css(‘visibility’, ‘visible’);

????
Cheers!