Installation of JWPlayer Advanced Plugin Failed
- webdevtim
-
Topic Author
- Offline
- Senior Member
-
4 years 6 months ago - 4 years 6 months ago #7861
by webdevtim
Installation of JWPlayer Advanced Plugin Failed was created by webdevtim
This is the message I received When attempting to install JWPlayer Plugin 3.5 and JWPlayer Module 4.5
We changed our domain name from 911truthoutreach.org to 911tap.org, does that make a difference?
None of our videos are currently working even after update, All I get is "Need to Install Flash Player" Message. I have the correct Cloud and Self Hosted Player Keys inserted.
For the JW Player Version I don't have 6 or 7, I have instead the alias domain-name for our website mnt/data/vhosts/casite-610118.cloudaccess.net/httpdocs/n and I can't read the rest, but there is a list of five instances of this. This doesn't look right and I was wondering if something got corrupted.
Forgot to UNZIP firstWarning
JInstaller: :Install: Can't find Joomla XML setup file.
× Error
Unable to find install package
We changed our domain name from 911truthoutreach.org to 911tap.org, does that make a difference?
None of our videos are currently working even after update, All I get is "Need to Install Flash Player" Message. I have the correct Cloud and Self Hosted Player Keys inserted.
For the JW Player Version I don't have 6 or 7, I have instead the alias domain-name for our website mnt/data/vhosts/casite-610118.cloudaccess.net/httpdocs/n and I can't read the rest, but there is a list of five instances of this. This doesn't look right and I was wondering if something got corrupted.
Last edit: 4 years 6 months ago by webdevtim. Reason: Learned New Information
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
4 years 6 months ago #7862
by admin
Replied by admin on topic Installation of JWPlayer Advanced Plugin Failed
Hello,
You have to unzip first the downloaded package.
Your second issue is a Joomla 3.6.x issue, see here :
github.com/joomla/joomla-cms/issues/11102
here is the patch to apply (unfortunately not yet available on Joomla 3.6.2)
github.com/joomla/joomla-cms/pull/11288/commits/9586e6ad70f416e31c124fdaedd8b835bb0dd8ce
You have to unzip first the downloaded package.
Your second issue is a Joomla 3.6.x issue, see here :
github.com/joomla/joomla-cms/issues/11102
here is the patch to apply (unfortunately not yet available on Joomla 3.6.2)
github.com/joomla/joomla-cms/pull/11288/commits/9586e6ad70f416e31c124fdaedd8b835bb0dd8ce
Please Log in or Create an account to join the conversation.
- webdevtim
-
Topic Author
- Offline
- Senior Member
-
4 years 6 months ago #7863
by webdevtim
Replied by webdevtim on topic Installation of JWPlayer Advanced Plugin Failed
Thanks, I applied the patch to Joomla 3.6.2 and I now see the JW Player Version folder list again.
But now none of my styles are being applied, I am just seeing the JWPlayer version 7 default styles. I choose cdn7 as my player version which is what I had chosen before and then modified the styles for that in the site css.
What additional tweak do I have to make to get the styles for the player picked up again.
But now none of my styles are being applied, I am just seeing the JWPlayer version 7 default styles. I choose cdn7 as my player version which is what I had chosen before and then modified the styles for that in the site css.
What additional tweak do I have to make to get the styles for the player picked up again.
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
4 years 6 months ago #7864
by admin
Replied by admin on topic Installation of JWPlayer Advanced Plugin Failed
Could you provide a link ?
Please Log in or Create an account to join the conversation.
- webdevtim
-
Topic Author
- Offline
- Senior Member
-
4 years 6 months ago - 4 years 6 months ago #7865
by webdevtim
Replied by webdevtim on topic Installation of JWPlayer Advanced Plugin Failed
www.911tap.org/tap-media/broadcast-psas/1048-psas/460-public-service-announcements
Here is a l ink to the dev site version that isn't cached or nor has all the css and js alfomerated.
webdev.911truthoutreach.org/tap-media/broadcast-psas
Here is a l ink to the dev site version that isn't cached or nor has all the css and js alfomerated.
webdev.911truthoutreach.org/tap-media/broadcast-psas
Last edit: 4 years 6 months ago by webdevtim. Reason: Add different URL
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
4 years 6 months ago #7866
by admin
Replied by admin on topic Installation of JWPlayer Advanced Plugin Failed
as I can see both page are loading correctly your skin :
please try to clear your browse cache and reload each page
'skin.url':'/media/jwadvanced/skin/css/911to-std.css',
'skin.name':'911to-std'
please try to clear your browse cache and reload each page
Please Log in or Create an account to join the conversation.
- webdevtim
-
Topic Author
- Offline
- Senior Member
-
4 years 6 months ago #7867
by webdevtim
Replied by webdevtim on topic Installation of JWPlayer Advanced Plugin Failed
Yes I see this in view source as well. I will have to check this style by style to see where I am going wrong.
Please Log in or Create an account to join the conversation.
- webdevtim
-
Topic Author
- Offline
- Senior Member
-
4 years 6 months ago #7868
by webdevtim
Replied by webdevtim on topic Installation of JWPlayer Advanced Plugin Failed
Here is what I see in Firebug:
<div id="jwplayerplg1048id64420478649ff45cca622ff593ec42ab" class="jwplayer jw-reset jw-state-complete jw-skin-seven jw-stretch-uniform jw-flag-aspect-mode jw-flag-media-audio jw-no-focus jw-flag-user-inactive" tabindex="0" style="width: 100%; height: 270px;">
Please Log in or Create an account to join the conversation.
- webdevtim
-
Topic Author
- Offline
- Senior Member
-
4 years 6 months ago #7869
by webdevtim
Replied by webdevtim on topic Installation of JWPlayer Advanced Plugin Failed
I am reading the JWPlayer documentation on creating skins, and I find it really hard to understand. For instance look at this:
I understand where to put the style sheet reference, but where do I put that JavaScript snippet? Whoever wrote this assume I already know where that is supposed to go.
Option 1: Referencing the CSS on the page itself (Best Practice)
Directly embedding your CSS allows for your styles to load at the same time as your page. If we've placed the above CSS into a file (Which we'll call myskinfile.css), we can reference our .css file by placing the following in our HTML page's head:
<link rel="stylesheet" type="text/css" href="//yoursite.com/yourstyles/myskinfile.css"> </link>
Once the above is loaded, your player configuration will still need to reference the style appended to .jw-skin- within the skin.name configuration. In this case, we've called this myskin
jwplayer('myElement')setup({
"skin": {
"name": "myskin"
}
});
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
4 years 6 months ago #7870
by admin
Replied by admin on topic Installation of JWPlayer Advanced Plugin Failed
You have no javascript to set the extension do it for you.
You only have to set the url of the skin, this parameter has to be set in the backend of the extension :
awesomescreenshot.com/0876392b3d
You only have to set the url of the skin, this parameter has to be set in the backend of the extension :
awesomescreenshot.com/0876392b3d
Please Log in or Create an account to join the conversation.
Time to create page: 0.268 seconds