Why does my Media Player disappear when loading old posts?
-
Hi there!
For the last couple of days, I have noticed my Media Player stopped appearing in my old posts (when I scroll down and load the next 20 posts, the space where the Media Player would appear is just blank). Could you help me?
The blog I need help with is: (visible only to logged in users)
-
By the way, I am on the latest version of Google Chrome. I do not have another browser installed to test it out.
-
I’m sorry you’re encountering that problem. Can you please try clearing out your cache and cookies using the guide below?
-
Yes, it still occurs after clearing out my cache and cookies. The space where the Media Player would usually go is blank (but only in old posts, the ones after the “Older Posts” link at the bottom). I have checked the code, also, and everything seems to be in order there.
-
-
Could you please follow these debugging steps so I can see if there are any error messages:
1: Open up Google Chrome.
2: Right click on your site
3: Select Inspect Element.
4: Click on the ‘Console’ icon on the right hand side.
5: Copy and past the content of that into this thread.Thank you.
-
Do you need me to load the old posts (the ones with the problem with the Audio Player not showing up) before I inspect element? Thanks again for your help
-
-
Consider using ‘dppx’ units instead of ‘dpi’, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)
Consider using ‘dppx’ units instead of ‘dpi’, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Consider using ‘dppx’ units instead of ‘dpi’, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) follow_button.1399334259.html:1
2
Consider using ‘dppx’ units instead of ‘dpi’, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) -
Thanks for the log. As far as I can see there is no outstanding error in the console that causes your issue.
Could you make sure you’ve installed flash: https://get.adobe.com/flashplayer/ ?
-
Flash is installed.
Question: if you go to my blog, are you able to reproduce my issue? When you load older posts, do you see the player? (it’s in almost every post)
-
Yes, I do keep seeing the audio player. Are you able to reproduce this issue from a different computer? or from a different Internet connection?
Also make sure that you (temporarily) disable your browser extensions when testing: http://en.kioskea.net/faq/2528-how-to-disable-add-ons-extensions-in-your-browser
Please do the same with any anti-virus/spam protections software.
Thank you!
-
I still experience the issue with a different internet connection. I will attempt to reproduce it on a different computer.
-
Confirmed: still experience this issue on a different computer as well as a different connection. Also running Google Chrome.
-
I still can’t seem to reproduce the issue in multiple browsers. What happens when you enable infinite scroll on your blog. You can enable this at https://jorgefarah.wordpress.com/wp-admin/options-reading.php and then click on the ‘ Scroll Infinitely’ checkbox and hit the blue Save Changes button.
-
-
I’m glad that solved the issue. You can decide to keep it enabled if you’d like. I’ll make a note about the issue in case we get more reports like this.
Thank you for your patience and feedback, we appreciate it :)
- The topic ‘Why does my Media Player disappear when loading old posts?’ is closed to new replies.