Open rlneub opened 11 years ago
In the web browser console, look for a div element with the class, "minplayer-default-controls ui-widget-header minplayer-controls-volume-vertical". If it exists, set "display" on it to, "block". It should show up. This isn't really a fix. just checking to see if the osmplayer you have is built right and isn't missing any parts by mistake.
Ok, how do I find this? I am using html with php. I have this code
and this is the div
' So I am missing something as to how to find minplayer-default-controls ui-widget-header minplayer-controls-volume-verticalDebug your code in Chrome. Then right click on the page and select, "Inspect element". Go to the, "Console," tab and type: $(".minplayer-default-controls ui-widget-header minplayer-controls-volume-vertical")
This requires jQuery and will give you all the div elements with that class as a result. If you don't have jQuery, add the google hosted jQuery links in the, "head" section of your html. Sorry for any confusion. Hope this helps.
Thanks. Found it. It is already set to block.
div class="minplayer-default-controls ui-widget-header minplayer-controls-volume-vertical" style="display: block;"
I can not get this in chrome to have the inspect element in fullscreen. The above was found in the non full screen rendition.
When you first go into fullscreen the bar is there. After a few seconds it fades. Then nothing brings it back.
I am on a laptop under windows 7 with a touchpad not a mouse.
Touchpad as in the computer is touchscreen? or the computer has a trackpad? The control bar should comeback with a on hover handler. However, if the computer is touchscreen, then the on hover handler will never activate.
Not touchscreen. I have a pad which I use for mouse movements.
I can move my mouse anywhere on the screen and the bar never reappears.
I cannot move forward and back, pause or play, when I am in full screen mode.