• Welcome to WooUSEFUL by PHPVIBE . Please log in.

[ Video Sharing CMS v4 ] Play Button and Full-Screen Button Missing on JPlayer using Android Internet Brw

Started by PHPClient,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PHPClientTopic starter

Play Button and Full-Screen Button Missing on JPlayer, using Android Default Internet Browser.

Cache + data for Browser has been cleared several times.

Buttons show up fine on Mobile Version of Chrome and another browser I am using.  Button icons missing for Android Browser Only.

See Attachment***
  •  

PHPClientTopic starter

One additional detail needed:

How can I  shift logo placement to the bottom left-corner while using JPlayer, instead of the current default bottom-right (line?)? 

And if I need to move the logo a little further away from the border of the player (inward), what is the parameter to be altered in code (line?)?

Thanks
  •  

Marius

jPlayer should reverse to your normal device html5 native player (not load itself) on android.
What android is this? I've tested all from 4.0 up.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Marius

To add/change styling to jplayer head to lib/players/customJP/css/ytube.jplayer.css

To change the logo positioning lib/class.providers.php find the player function:

public function _jpcustom ($file,$thumb) {



and under find:


playerlogopos : '".get_option('jp-logo','bright')."',



change bright to any of the css class names for positioning:


.mpLogo.bright { right:0; bottom:13%; } .mpLogo.bleft { right:0; bottom:13%; } .mpLogo.tleft { right:0; top:10px; } .mpLogo.tright { right:0; top:10px; }

You calso shift/pad/margin it in this css cdefinitions.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)