- Posts: 3
COMMUNITY FORUM
Status bar not displaying properly
- Robertn99
-
Topic Author
- Offline
- New Member
If you show the video at full screen display it displays in full screen, the "ghost" status bar disappears and sometimes a reversed out line in the upper left hand quadrant of the video appears saying "a.width is undefined". If you click escape to return to normal view it collapses to the video container size, but the display remains enlarged (i.e. you can only see part of it). If you click on the blue start icon the video pauses and reverts to its normal size.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Thank you.
Please Log in or Create an account to join the conversation.
- Robertn99
-
Topic Author
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
Here's the link
rna.com.au/tutorial-list/camera-craft/free-tutorial-for-camera-craft/56-introduction-to-video-tutorials.html
Hi,
I have exactly the same problem on a live site on which I'm doing some modifications. My debugger throws out the following:
Could not setup controlbar
/plugins/content/jw_allvideos/jw_allvideos/includes/js/jw_allvideos.js.php?v=4.5.0 (line 50)
TypeError: j.plugins.object[V] is undefined
...ter";at.backgroundSize="100% "+K().height+"px"}at.padding="0 5px"}else{if(aq.ind...
/plugins/content/jw_allvideos/jw_allvideos/includes/js/jw_allvideos.js.php?v=4.5.0 (line 50)
It'd be great if you could publish the steps to solve it, since I might use the plugin on more sites if it works well.
Thanks in advance.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
$mediaplayerEmbed = "
<div id=\"avID_{SOURCEID}\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" title=\"JoomlaWorks AllVideos Player\"></div>
<script type=\"text/javascript\">
jwplayer('avID_{SOURCEID}').setup({
'file': '{SITEURL}/{FOLDER}/{SOURCE}.{FILE_EXT}',
'image': '{PLAYER_POSTER_FRAME}',
'height': '{HEIGHT}',
'width': '{WIDTH}',
and let me know of the results.
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
The debugger spits out the same errors.
I tried changing it in both the $mediaplayerEmbed and $mediaplayerEmbedRemote variables (as I'm using the mp4remote tag), but it won't do any good.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Could you provide a link to your video page?
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
@ maruiz
Could you provide a link to your video page?
WARNING: The site has adult content.
nachovidal.com/index.php?option=com_content&view=article&id=33
The article is a test element to fix the production environment, it has no menu link or any direction other than the direct access.
EDIT: Autoplay was disabled for client performance reasons and responsive design limitations.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
This is what I saw: nachovidal.com/media/nv_rep_fail.jpg
PS.: Since it is a production environment, I had to re-enable the Widgetkit inmediately after testing this, so please tell me if you need additional data.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
Also tried local addresses (relative URL tags, as opposed to the remote ones), but nothing, same lack of control bar.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
In the next version we will update the player so these issues will be fixed.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
But this presents me with a problem. If I disable the widgetkit, I'd need a new slideshow component and a twitter module, as well as doing additional CSS work so that the player is included inside a custom-made responsive layer. I'm not too sure about disabling that, as it seamlessly interacts with the rest of the Joomla template (it is in fact included with the Yootheme template), being both developed by the same studio. Me and my partner are currently considering what options we have at hand, since it is an urgent matter and we can't wait for the next update.
Anyways, thanks for the quick answers. :)
Please Log in or Create an account to join the conversation.
- maruiz
-
- Offline
- New Member
- Posts: 10
Could not setup controlbar
jw_all...v=4.5.0 (line 410)
TypeError: a.width is undefined
...;kb=O.compareDocumentPosition?function(a,c){if(a===c)return oa=!0,0;var f=c.comp...
jw_all...v=4.5.0 (line 7687)
TypeError: j.plugins.object[V] is undefined
if (d.exists(j.plugins.object[V].getDisplayElement)) {
jw_all...v=4.5.0 (line 3605)
Apart from that, I disabled a JS file from the widgetkit for testing, /media/widgetkit/js/jquery.plugins.js and the controlbar appears, but other errors are logged, besides the logical failure of the widgetkit:
An unknown error occurred. Continuing...
jw_all...v=4.5.0 (line 410)
Skin is still set on "Classic", which tells me that the "Responsive" one is definitely broken.
Oh, and the line numbers, that's because I reformatted the jwplayer.min.js file to do the proper debugging, otherwise it'd always say "line 1".
Cheers
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.