• Welcome to PHPVIBE Forums. 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 P.

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.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

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.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)