Support #12137
closedmedia player problem
0%
Description
John Paul Hill write via Zendesk:
I'm writing about the Office of Career Planning & Professional Development's website. (https://careerplan.commons.gc.cuny.edu/)
We're having an issue with the appearance of our media player. We use the plugin Blubrry PowerPress to publish our podcast, Alumni Aloud. Recently we've noticed that the media player loads properly initially but then automatically reloads to a different display. We're less concerned with the way the forced reload looks than we are with the fact that the media player covers the line of text above it.
I've included a few screenshots to illustrate the issue. On our podcast pages, we use the PowerPress code [powerpress] to control where the media player shows up on the page. However, I don't think that the issue is in the PowerPress plugin because the display issue also shows up on our transcript pages. On our transcript pages, we use [audio src=" "] to insert the media player, and we have the same problem.
I'm hoping that the media player style is getting overwritten by something on our website's style sheet. Our child theme was copied from the Library's old website.
Later he added:
The screenshots that I included in the original request were of the following two webpages on our site:
https://careerplan.commons.gc.cuny.edu/blog/alumni-aloud-episode-41
https://careerplan.commons.gc.cuny.edu/blog/alumni-aloud-episode-01-transcript
Files
Updated by Boone Gorges almost 5 years ago
- Status changed from New to Reporter Feedback
Marilyn, are you able to share the screenshots?
Updated by Marilyn Weber almost 5 years ago
- File cppd 1 forced reload.jpg cppd 1 forced reload.jpg added
- File cppd 1 intended.jpg cppd 1 intended.jpg added
- File cppd 1.jpg cppd 1.jpg added
Here they are, sorry!
Updated by Boone Gorges almost 5 years ago
- Category name set to WordPress Themes
- Target version set to Not tracked
Thanks for sharing these.
The user is correct that the PowerPress plugin is responsible for the style "flash". After the audio player is loaded by WP, PowerPress replaces it with its own player - apparently, it does this for [powerpress] as well as [audio] shortcodes.
The text overlap is being caused by an overly general custom CSS declaration. See https://careerplan.commons.gc.cuny.edu/wp-admin/admin.php?page=themify#styling-custom_css. About two-thirds of the way down the list, under /* CENTER MAIN NAVIGATION MENU */
, is a declaration div { position: relative; }
. Once commented out (as I've done for you) the media player appears as expected. I'm unsure whether this affects the "center main navigation menu" - if there's a difference, I didn't spot it - but if the style needs to be reinstated, it should be done with a selector much more specific than div
.
Updated by Marilyn Weber almost 5 years ago
- Status changed from Reporter Feedback to Resolved
Another where the admin fixed it following your instructions. Resolved.